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

Issue 221383003: Fixed MediaQueryTokenizer escape support (Closed)

Created:
6 years, 8 months ago by Yoav Weiss
Modified:
6 years, 8 months ago
Reviewers:
eseidel
CC:
blink-reviews, kenneth.christiansen, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rune+blink, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Fixed MediaQueryTokenizer escape support MediaQueryTokenizer handling of escapes was faulty, causing media queries with escaped code points to be considered invalid. This CL fixes that. BUG=358833 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170704

Patch Set 1 #

Total comments: 1

Patch Set 2 : Switch tests to old parser #

Patch Set 3 : Rebase #

Patch Set 4 : Disabled escape tests on old parser #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -19 lines) Patch
M Source/core/css/MediaQuerySetTest.cpp View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/css/parser/MediaQueryTokenizer.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/parser/MediaQueryTokenizer.cpp View 1 2 4 chunks +18 lines, -18 lines 0 comments Download
M Source/core/css/parser/MediaQueryTokenizerTest.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Yoav Weiss
The tokenizer escape support had a bug. This fixes it. This bug is not a ...
6 years, 8 months ago (2014-04-01 21:55:40 UTC) #1
eseidel
lgtm https://codereview.chromium.org/221383003/diff/1/Source/core/css/MediaQuerySetTest.cpp File Source/core/css/MediaQuerySetTest.cpp (right): https://codereview.chromium.org/221383003/diff/1/Source/core/css/MediaQuerySetTest.cpp#newcode114 Source/core/css/MediaQuerySetTest.cpp:114: RefPtrWillBeRawPtr<MediaQuerySet> querySet = MediaQuerySet::createOffMainThread(testCases[i].input); Seems like we should ...
6 years, 8 months ago (2014-04-01 22:03:06 UTC) #2
Yoav Weiss
On 2014/04/01 22:03:06, eseidel wrote: > lgtm > > https://codereview.chromium.org/221383003/diff/1/Source/core/css/MediaQuerySetTest.cpp > File Source/core/css/MediaQuerySetTest.cpp (right): > ...
6 years, 8 months ago (2014-04-02 03:57:08 UTC) #3
Yoav Weiss
On 2014/04/01 22:03:06, eseidel wrote: > lgtm > > https://codereview.chromium.org/221383003/diff/1/Source/core/css/MediaQuerySetTest.cpp > File Source/core/css/MediaQuerySetTest.cpp (right): > ...
6 years, 8 months ago (2014-04-02 03:57:09 UTC) #4
eseidel
lgtm
6 years, 8 months ago (2014-04-02 04:30:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoav@yoav.ws/221383003/20001
6 years, 8 months ago (2014-04-02 04:30:26 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-02 04:43:29 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 8 months ago (2014-04-02 04:43:29 UTC) #8
Yoav Weiss
The CQ bit was checked by yoav@yoav.ws
6 years, 8 months ago (2014-04-02 19:53:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoav@yoav.ws/221383003/40001
6 years, 8 months ago (2014-04-02 19:53:41 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-02 20:06:44 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_rel
6 years, 8 months ago (2014-04-02 20:06:44 UTC) #12
Yoav Weiss
The CQ bit was checked by yoav@yoav.ws
6 years, 8 months ago (2014-04-02 20:34:58 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoav@yoav.ws/221383003/60001
6 years, 8 months ago (2014-04-02 20:35:07 UTC) #14
commit-bot: I haz the power
6 years, 8 months ago (2014-04-02 21:38:12 UTC) #15
Message was sent while issue was closed.
Change committed as 170704

Powered by Google App Engine
This is Rietveld 408576698