RESOLVED FIXED 133913
CSS JIT: add support for the :lang() pseudo class
https://bugs.webkit.org/show_bug.cgi?id=133913
Summary CSS JIT: add support for the :lang() pseudo class
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.