Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(761)

Issue 1626563002: Match 'i' attribute selector modifier case-insensitively (Closed)

Created:
4 years, 11 months ago by fs
Modified:
4 years, 11 months ago
Reviewers:
Timothy Loh, rune
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, chromium-reviews, dglazkov+blink, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Match 'i' attribute selector modifier case-insensitively The 'i' should be treated as an identifier, so matching should be ASCII case-insensitive. BUG=580446 Committed: https://crrev.com/8c4aee69ad7391e4afc02276987958091038e308 Cr-Commit-Position: refs/heads/master@{#371228}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Drop valueEqualsIgnoringCase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M third_party/WebKit/LayoutTests/fast/css/attribute-selector-case-insensitive.html View 1 chunk +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (4 generated)
fs
4 years, 11 months ago (2016-01-22 18:53:18 UTC) #2
rune
https://codereview.chromium.org/1626563002/diff/1/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp File third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp (right): https://codereview.chromium.org/1626563002/diff/1/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp#newcode611 third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp:611: if (flag.valueEqualsIgnoringASCIICase("i")) Briefly looking through the relevant specs, it ...
4 years, 11 months ago (2016-01-22 21:48:02 UTC) #4
fs
https://codereview.chromium.org/1626563002/diff/1/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp File third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp (right): https://codereview.chromium.org/1626563002/diff/1/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp#newcode611 third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp:611: if (flag.valueEqualsIgnoringASCIICase("i")) On 2016/01/22 at 21:48:01, rune wrote: > ...
4 years, 11 months ago (2016-01-22 23:53:17 UTC) #5
rune
https://codereview.chromium.org/1626563002/diff/1/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp File third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp (right): https://codereview.chromium.org/1626563002/diff/1/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp#newcode611 third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp:611: if (flag.valueEqualsIgnoringASCIICase("i")) On 2016/01/22 23:53:17, fs wrote: > On ...
4 years, 11 months ago (2016-01-24 10:46:26 UTC) #6
fs
https://codereview.chromium.org/1626563002/diff/1/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp File third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp (right): https://codereview.chromium.org/1626563002/diff/1/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp#newcode611 third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp:611: if (flag.valueEqualsIgnoringASCIICase("i")) On 2016/01/24 at 10:46:26, rune wrote: > ...
4 years, 11 months ago (2016-01-25 09:47:19 UTC) #7
rune
https://codereview.chromium.org/1626563002/diff/1/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp File third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp (right): https://codereview.chromium.org/1626563002/diff/1/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp#newcode611 third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp:611: if (flag.valueEqualsIgnoringASCIICase("i")) On 2016/01/25 09:47:19, fs wrote: > On ...
4 years, 11 months ago (2016-01-25 10:15:29 UTC) #8
rune
lgtm you can choose if you do the ascii comparison or not for "i". equalsIgnoringCase ...
4 years, 11 months ago (2016-01-25 10:27:32 UTC) #9
fs
On 2016/01/25 at 10:27:32, rune wrote: ... > you can choose if you do the ...
4 years, 11 months ago (2016-01-25 11:30:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1626563002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1626563002/20001
4 years, 11 months ago (2016-01-25 11:43:41 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2016-01-25 11:48:39 UTC) #13
commit-bot: I haz the power
4 years, 11 months ago (2016-01-25 11:51:08 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/8c4aee69ad7391e4afc02276987958091038e308
Cr-Commit-Position: refs/heads/master@{#371228}

Powered by Google App Engine
This is Rietveld 408576698