Title: [242495] trunk/Source/WebInspectorUI
Revision
242495
Author
drou...@apple.com
Date
2019-03-05 11:44:33 -0800 (Tue, 05 Mar 2019)

Log Message

Web Inspector: iPod user agent UIString should have a lowercase "T"
https://bugs.webkit.org/show_bug.cgi?id=195312
<rdar://problem/48586853>

Reviewed by Matt Baker.

* UserInterface/Base/Main.js:
(WI._handleDeviceSettingsToolbarButtonClicked):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (242494 => 242495)


--- trunk/Source/WebInspectorUI/ChangeLog	2019-03-05 19:13:50 UTC (rev 242494)
+++ trunk/Source/WebInspectorUI/ChangeLog	2019-03-05 19:44:33 UTC (rev 242495)
@@ -1,3 +1,14 @@
+2019-03-05  Devin Rousso  <drou...@apple.com>
+
+        Web Inspector: iPod user agent UIString should have a lowercase "T"
+        https://bugs.webkit.org/show_bug.cgi?id=195312
+        <rdar://problem/48586853>
+
+        Reviewed by Matt Baker.
+
+        * UserInterface/Base/Main.js:
+        (WI._handleDeviceSettingsToolbarButtonClicked):
+
 2019-03-05  Joseph Pecoraro  <pecor...@apple.com>
 
         Web Inspector: CPU Usage Timeline - Adjust sizes in timeline overview

Modified: trunk/Source/WebInspectorUI/UserInterface/Base/Main.js (242494 => 242495)


--- trunk/Source/WebInspectorUI/UserInterface/Base/Main.js	2019-03-05 19:13:50 UTC (rev 242494)
+++ trunk/Source/WebInspectorUI/UserInterface/Base/Main.js	2019-03-05 19:44:33 UTC (rev 242495)
@@ -2120,7 +2120,7 @@
         ],
         [
             { name: `Safari ${emDash} iOS 12.1.3 ${emDash} iPhone`, value: "Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1" },
-            { name: `Safari ${emDash} iOS 12.1.3 ${emDash} iPod Touch`, value: "Mozilla/5.0 (iPod; CPU iPhone OS 12_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1" },
+            { name: `Safari ${emDash} iOS 12.1.3 ${emDash} iPod touch`, value: "Mozilla/5.0 (iPod; CPU iPhone OS 12_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1" },
             { name: `Safari ${emDash} iOS 12.1.3 ${emDash} iPad`, value: "Mozilla/5.0 (iPad; CPU iPhone OS 12_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1" },
         ],
         [
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to