WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Benjamin Poulain
Comment 1
2014-06-14 14:04:06 PDT
Created
attachment 233120
[details]
Patch
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
Committed
r170001
: <
http://trac.webkit.org/changeset/170001
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug