Changeset 117468 in webkit


Ignore:
Timestamp:
May 17, 2012 11:34:37 AM (12 years ago)
Author:
tony@chromium.org
Message:

remove bit rotted comment about css properties
https://bugs.webkit.org/show_bug.cgi?id=86750

Reviewed by Alexis Menard.

It's not clear to me what the first block was even referring to.
Aural doesn't seem to exist anymore. It might be worth keeping,
"All the CSS properties are not supported by the renderer at the
moment.", but it seems obvious to me.

No new tests, just removing a comment.

  • css/CSSParser.cpp:

(WebCore::CSSParser::parseValue):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r117466 r117468  
     12012-05-17  Tony Chang  <tony@chromium.org>
     2
     3        remove bit rotted comment about css properties
     4        https://bugs.webkit.org/show_bug.cgi?id=86750
     5
     6        Reviewed by Alexis Menard.
     7
     8        It's not clear to me what the first block was even referring to.
     9        Aural doesn't seem to exist anymore. It might be worth keeping,
     10        "All the CSS properties are not supported by the renderer at the
     11        moment.", but it seems obvious to me.
     12
     13        No new tests, just removing a comment.
     14
     15        * css/CSSParser.cpp:
     16        (WebCore::CSSParser::parseValue):
     17
    1182012-05-17  Adrienne Walker  <enne@google.com>
    219
  • trunk/Source/WebCore/css/CSSParser.cpp

    r117385 r117468  
    14311431
    14321432    switch (propId) {
    1433         /* The comment to the left defines all valid value of this properties as defined
    1434          * in CSS 2, Appendix F. Property index
    1435          */
    1436 
    1437         /* All the CSS properties are not supported by the renderer at the moment.
    1438          * Note that all the CSS2 Aural properties are only checked, if CSS_AURAL is defined
    1439          * (see parseAuralValues). As we don't support them at all this seems reasonable.
    1440          */
    1441 
    14421433    case CSSPropertySize:                 // <length>{1,2} | auto | [ <page-size> || [ portrait | landscape] ]
    14431434        return parseSize(propId, important);
Note: See TracChangeset for help on using the changeset viewer.