Changeset 152200 in webkit


Ignore:
Timestamp:
Jun 28, 2013 6:39:20 PM (11 years ago)
Author:
dino@apple.com
Message:

Update Apple System fonts in auto-complete
https://bugs.webkit.org/show_bug.cgi?id=118205
<rdar://problem/14308488>

Reviewed by Joseph Pecoraro.

Update for the new Apple System font names, and remove some invalid entries.

  • UserInterface/CSSKeywordCompletions.js: General cleanup. Note that

"apple-system-short-caption2" looks like it was accidentally omitted. It wasn't :)

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r152199 r152200  
     12013-06-28  Dean Jackson  <dino@apple.com>
     2
     3        Update Apple System fonts in auto-complete
     4        https://bugs.webkit.org/show_bug.cgi?id=118205
     5        <rdar://problem/14308488>
     6
     7        Reviewed by Joseph Pecoraro.
     8
     9        Update for the new Apple System font names, and remove some invalid entries.
     10
     11        * UserInterface/CSSKeywordCompletions.js: General cleanup. Note that
     12        "apple-system-short-caption2" looks like it was accidentally omitted. It wasn't :)
     13
    1142013-06-28  James Craig  <james@cookiecrook.com>
    215
  • trunk/Source/WebInspectorUI/UserInterface/CSSKeywordCompletions.js

    r151453 r152200  
    333333        "100", "200", "300", "400", "500", "600", "700", "800", "900", "xx-small", "x-small", "small", "medium",
    334334        "large", "x-large", "xx-large", "-webkit-xxx-large", "smaller", "larger", "serif", "sans-serif", "cursive",
    335         "fantasy", "monospace", "-webkit-body", "-webkit-pictograph", "-webkit-system-font", "-apple-system-headline1", "-apple-system-headline2", "-apple-system-headline3", "-apple-system-emphasizedbody", "-apple-system-body", "-apple-system-subheadline", "-apple-system-footnote", "-apple-system-emphasizedcaption1", "-apple-system-caption1", "-apple-system-emphasizedcaption2", "-apple-system-caption2"
     335        "fantasy", "monospace", "-webkit-body", "-webkit-pictograph", "-webkit-system-font", "-apple-system-headline",
     336        "-apple-system-body", "-apple-system-subheadline", "-apple-system-footnote", "-apple-system-caption1",
     337        "-apple-system-caption2", "-apple-system-short-headline", "-apple-system-short-body",
     338        "-apple-system-short-subheadline", "-apple-system-short-footnote", "-apple-system-short-caption1",
     339        "-apple-system-tall-body"
    336340    ],
    337341    "dominant-baseline": [
Note: See TracChangeset for help on using the changeset viewer.