Bug 133913

Summary: CSS JIT: add support for the :lang() pseudo class
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, cmarcelo, commit-queue, esprehn+autocc, glenn, gyuyoung.kim, kangil.han, kling, macpherson, menard
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Benjamin Poulain
Reported 2014-06-14 14:02:00 PDT
CSS JIT: add support for the :lang() pseudo class
Attachments
Patch (26.29 KB, patch)
2014-06-14 14:04 PDT, Benjamin Poulain
kling: review+
Benjamin Poulain
Comment 1 2014-06-14 14:04:06 PDT
Alexey Proskuryakov
Comment 2 2014-06-14 14:44:12 PDT
See also bug 16801.
Andreas Kling
Comment 3 2014-06-15 00:28:13 PDT
Comment on attachment 233120 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=233120&action=review r=me > Source/WebCore/css/SelectorCheckerTestFunctions.h:118 > + if (value.startsWith(String(*filter), false)) { String(*filter) will ref() and unref() the StringImpl here, you can do better. :)
Benjamin Poulain
Comment 4 2014-06-15 23:54:49 PDT
Note You need to log in before you can comment on or make changes to this bug.