Ignore:
Timestamp:
Feb 28, 2021, 6:26:00 PM (4 years ago)
Author:
[email protected]
Message:

Consider removing iOS only CSS property alias -webkit-hyphenate-locale introduced in r80288
https://bugs.webkit.org/show_bug.cgi?id=222507

Reviewed by Anders Carlsson.

It's been about 10 years, let's try removing the iOS only CSS property alias for
-webkit-locale, -webkit-hyphenate-locale, and see what happens.

  • css/CSSStyleDeclaration.cpp:
  • css/parser/CSSPropertyParser.cpp:

(WebCore::cssPropertyID):
(WebCore::cssPropertyNameIOSAliasing): Deleted.

  • css/parser/CSSPropertyParser.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/css/CSSStyleDeclaration.cpp

    r273627 r273642  
    185185
    186186    unsigned outputLength = bufferPtr - buffer;
    187 #if PLATFORM(IOS_FAMILY)
    188     cssPropertyNameIOSAliasing(buffer, name, outputLength);
    189 #endif
    190 
    191187    auto hashTableEntry = findProperty(name, outputLength);
    192188    if (!hashTableEntry)
Note: See TracChangeset for help on using the changeset viewer.