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

Issue 183853035: Renamed /shadow-all/ to /shadow/. (Closed)

Created:
6 years, 9 months ago by tasak
Modified:
6 years, 9 months ago
Reviewers:
esprehn, dglazkov, adamk
CC:
blink-reviews, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rune+blink, rwlbuis, adamk
Visibility:
Public.

Description

Renamed /shadow-all/ to /shadow/. Reflecting shadow styling spec, 5 March 2014: ^ should be /shadow/. c.f. http://dev.w3.org/csswg/shadow-styling/#shadow-combinator BUG=348891 TEST=replaced all /shadow-all/ in existing layout tests with /shadow/. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169114

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : Fixed patch conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -166 lines) Patch
A + LayoutTests/fast/dom/shadow/content-combinator-with-shadow.html View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
D LayoutTests/fast/dom/shadow/content-combinator-with-shadow-all.html View 1 2 1 chunk +0 lines, -105 lines 0 comments Download
D LayoutTests/fast/dom/shadow/content-combinator-with-shadow-all-expected.txt View 1 2 1 chunk +0 lines, -13 lines 0 comments Download
A + LayoutTests/fast/dom/shadow/content-combinator-with-shadow-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/dynamically-added-cat-hat-rules.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/dom/shadow/style-with-cat.html View 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/dom/shadow/style-with-hat.html View 16 chunks +24 lines, -24 lines 0 comments Download
M LayoutTests/fast/dom/shadow/style-with-hat-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSGrammar.y View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/css/CSSSelector.h View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSSelector.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSSelectorList.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/SelectorChecker.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/SelectorFilter.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StyleInvalidationAnalysis.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (0 generated)
tasak
6 years, 9 months ago (2014-03-06 02:19:10 UTC) #1
dglazkov
lgtm, but... https://codereview.chromium.org/183853035/diff/1/Source/core/css/CSSParserValues.h File Source/core/css/CSSParserValues.h (right): https://codereview.chromium.org/183853035/diff/1/Source/core/css/CSSParserValues.h#newcode102 Source/core/css/CSSParserValues.h:102: return match ? str[length()] == '\0' : ...
6 years, 9 months ago (2014-03-06 18:35:03 UTC) #2
adamk
https://codereview.chromium.org/183853035/diff/1/Source/core/css/CSSParserValues.h File Source/core/css/CSSParserValues.h (right): https://codereview.chromium.org/183853035/diff/1/Source/core/css/CSSParserValues.h#newcode102 Source/core/css/CSSParserValues.h:102: return match ? str[length()] == '\0' : false; On ...
6 years, 9 months ago (2014-03-06 22:42:18 UTC) #3
tasak
Thank you for reviewing. https://codereview.chromium.org/183853035/diff/1/Source/core/css/CSSParserValues.h File Source/core/css/CSSParserValues.h (right): https://codereview.chromium.org/183853035/diff/1/Source/core/css/CSSParserValues.h#newcode102 Source/core/css/CSSParserValues.h:102: return match ? str[length()] == ...
6 years, 9 months ago (2014-03-07 05:08:18 UTC) #4
esprehn
On 2014/03/07 at 05:08:18, tasak wrote: > [...] > > Yeah. This is CSSParserString's bug. ...
6 years, 9 months ago (2014-03-07 05:23:33 UTC) #5
tasak
On 2014/03/07 05:23:33, esprehn wrote: > On 2014/03/07 at 05:08:18, tasak wrote: > > [...] ...
6 years, 9 months ago (2014-03-07 06:30:47 UTC) #6
tasak
Is it ok to land this patch? The CSSParserString issue has been already fixed (r168853).
6 years, 9 months ago (2014-03-11 08:58:12 UTC) #7
esprehn
Lgtm
6 years, 9 months ago (2014-03-11 09:30:24 UTC) #8
tasak
The CQ bit was checked by tasak@google.com
6 years, 9 months ago (2014-03-13 01:53:55 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tasak@google.com/183853035/20001
6 years, 9 months ago (2014-03-13 01:54:00 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-13 05:04:50 UTC) #11
commit-bot: I haz the power
Failed to apply patch for LayoutTests/fast/dom/shadow/content-pseudo-element-with-hat-expected.txt: While running patch -p1 --forward --force --no-backup-if-mismatch; can't find ...
6 years, 9 months ago (2014-03-13 05:04:51 UTC) #12
tasak
The CQ bit was checked by tasak@google.com
6 years, 9 months ago (2014-03-13 06:35:49 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tasak@google.com/183853035/60001
6 years, 9 months ago (2014-03-13 06:35:54 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-13 07:52:17 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_blink
6 years, 9 months ago (2014-03-13 07:52:17 UTC) #16
tasak
The CQ bit was checked by tasak@google.com
6 years, 9 months ago (2014-03-13 08:09:37 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tasak@google.com/183853035/60001
6 years, 9 months ago (2014-03-13 08:09:48 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-13 09:10:33 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_blink
6 years, 9 months ago (2014-03-13 09:10:34 UTC) #20
tasak
The CQ bit was checked by tasak@google.com
6 years, 9 months ago (2014-03-13 09:24:03 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tasak@google.com/183853035/60001
6 years, 9 months ago (2014-03-13 09:24:07 UTC) #22
commit-bot: I haz the power
6 years, 9 months ago (2014-03-13 10:35:07 UTC) #23
Message was sent while issue was closed.
Change committed as 169114

Powered by Google App Engine
This is Rietveld 408576698