Title: [186748] trunk/Source/WebInspectorUI
Revision
186748
Author
[email protected]
Date
2015-07-12 22:24:09 -0700 (Sun, 12 Jul 2015)

Log Message

Web Inspector: Add -apple-system-monospaced-numbers to font and font-family autocomplete
https://bugs.webkit.org/show_bug.cgi?id=146865

Reviewed by Daniel Bates.

* UserInterface/Models/CSSKeywordCompletions.js:

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (186747 => 186748)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-07-13 04:28:34 UTC (rev 186747)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-07-13 05:24:09 UTC (rev 186748)
@@ -1,3 +1,12 @@
+2015-07-12  Timothy Hatcher  <[email protected]>
+
+        Web Inspector: Add -apple-system-monospaced-numbers to font and font-family autocomplete
+        https://bugs.webkit.org/show_bug.cgi?id=146865
+
+        Reviewed by Daniel Bates.
+
+        * UserInterface/Models/CSSKeywordCompletions.js:
+
 2015-07-11  Nikita Vasilyev  <[email protected]>
 
         Web Inspector: Inspector should be able to be docked to the bottom of a narrow window

Modified: trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js (186747 => 186748)


--- trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js	2015-07-13 04:28:34 UTC (rev 186747)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js	2015-07-13 05:24:09 UTC (rev 186748)
@@ -379,7 +379,7 @@
         "-webkit-control", "status-bar", "italic", "oblique", "small-caps", "normal", "bold", "bolder", "lighter",
         "100", "200", "300", "400", "500", "600", "700", "800", "900", "xx-small", "x-small", "small", "medium",
         "large", "x-large", "xx-large", "-webkit-xxx-large", "smaller", "larger", "serif", "sans-serif", "cursive",
-        "fantasy", "monospace", "-webkit-body", "-webkit-pictograph", "-apple-system",
+        "fantasy", "monospace", "-webkit-body", "-webkit-pictograph", "-apple-system", "-apple-system-monospaced-numbers",
         "-apple-system-headline", "-apple-system-body", "-apple-system-subheadline", "-apple-system-footnote",
         "-apple-system-caption1", "-apple-system-caption2", "-apple-system-short-headline", "-apple-system-short-body",
         "-apple-system-short-subheadline", "-apple-system-short-footnote", "-apple-system-short-caption1",
@@ -479,7 +479,7 @@
     ],
     "font-family": [
         "serif", "sans-serif", "cursive", "fantasy", "monospace", "-webkit-body", "-webkit-pictograph",
-        "-apple-system", "-apple-system-headline", "-apple-system-body",
+        "-apple-system", "-apple-system-monospaced-numbers", "-apple-system-headline", "-apple-system-body",
         "-apple-system-subheadline", "-apple-system-footnote", "-apple-system-caption1", "-apple-system-caption2",
         "-apple-system-short-headline", "-apple-system-short-body", "-apple-system-short-subheadline",
         "-apple-system-short-footnote", "-apple-system-short-caption1", "-apple-system-tall-body",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to