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

Issue 1698183003: Allow attachShadow only for elements in the safelist (Closed)

Created:
4 years, 10 months ago by hayato
Modified:
4 years, 10 months ago
Reviewers:
tkent, kochi
CC:
chromium-reviews, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow attachShadow only for elements in the safelist The spec is: http://w3c.github.io/webcomponents/spec/shadow/#methods-1 The spec discussion is: https://github.com/w3c/webcomponents/issues/110 BUG=531990 Committed: https://crrev.com/ab5dc4686858b7d8e90d78247365325be61a9e90 Cr-Commit-Position: refs/heads/master@{#375539}

Patch Set 1 #

Patch Set 2 : wip #

Patch Set 3 : fix #

Patch Set 4 : fix #

Patch Set 5 : rebased #

Total comments: 6

Patch Set 6 : Remove expected.txt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -12 lines) Patch
M third_party/WebKit/LayoutTests/fast/dom/shadow/multiple-shadowroot-with-params-expected.txt View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/fast/dom/shadow/v1-attachShadow-safelist.html View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/Element-interface-attachShadow-expected.txt View 1 2 3 4 5 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Element.cpp View 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (13 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698183003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698183003/1
4 years, 10 months ago (2016-02-16 05:57:29 UTC) #2
hayato
wip
4 years, 10 months ago (2016-02-16 06:01:15 UTC) #5
hayato
fix
4 years, 10 months ago (2016-02-16 06:02:48 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698183003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698183003/20001
4 years, 10 months ago (2016-02-16 06:02:50 UTC) #8
hayato
fix
4 years, 10 months ago (2016-02-16 06:04:35 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698183003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698183003/60001
4 years, 10 months ago (2016-02-16 06:04:43 UTC) #11
hayato
rebased
4 years, 10 months ago (2016-02-16 06:20:21 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698183003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698183003/80001
4 years, 10 months ago (2016-02-16 06:20:23 UTC) #14
hayato
PTAL
4 years, 10 months ago (2016-02-16 06:31:31 UTC) #16
kochi
https://codereview.chromium.org/1698183003/diff/80001/third_party/WebKit/Source/core/dom/Element.cpp File third_party/WebKit/Source/core/dom/Element.cpp (right): https://codereview.chromium.org/1698183003/diff/80001/third_party/WebKit/Source/core/dom/Element.cpp#newcode1917 third_party/WebKit/Source/core/dom/Element.cpp:1917: bool tagNameIsSupported = isCustomElement() Can you add a reference ...
4 years, 10 months ago (2016-02-16 06:56:13 UTC) #17
hayato
Thank you for the review. https://codereview.chromium.org/1698183003/diff/80001/third_party/WebKit/Source/core/dom/Element.cpp File third_party/WebKit/Source/core/dom/Element.cpp (right): https://codereview.chromium.org/1698183003/diff/80001/third_party/WebKit/Source/core/dom/Element.cpp#newcode1917 third_party/WebKit/Source/core/dom/Element.cpp:1917: bool tagNameIsSupported = isCustomElement() ...
4 years, 10 months ago (2016-02-16 07:11:14 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/181421)
4 years, 10 months ago (2016-02-16 07:17:48 UTC) #20
kochi
https://codereview.chromium.org/1698183003/diff/80001/third_party/WebKit/Source/core/dom/Element.cpp File third_party/WebKit/Source/core/dom/Element.cpp (right): https://codereview.chromium.org/1698183003/diff/80001/third_party/WebKit/Source/core/dom/Element.cpp#newcode1917 third_party/WebKit/Source/core/dom/Element.cpp:1917: bool tagNameIsSupported = isCustomElement() On 2016/02/16 07:11:13, hayato wrote: ...
4 years, 10 months ago (2016-02-16 07:28:15 UTC) #21
hayato
On 2016/02/16 07:28:15, kochi wrote: > https://codereview.chromium.org/1698183003/diff/80001/third_party/WebKit/Source/core/dom/Element.cpp > File third_party/WebKit/Source/core/dom/Element.cpp (right): > > https://codereview.chromium.org/1698183003/diff/80001/third_party/WebKit/Source/core/dom/Element.cpp#newcode1917 > ...
4 years, 10 months ago (2016-02-16 07:46:34 UTC) #22
kochi
On 2016/02/16 07:46:34, hayato wrote: > On 2016/02/16 07:28:15, kochi wrote: > > > https://codereview.chromium.org/1698183003/diff/80001/third_party/WebKit/Source/core/dom/Element.cpp ...
4 years, 10 months ago (2016-02-16 07:54:55 UTC) #23
hayato
Remove expected.txt
4 years, 10 months ago (2016-02-16 08:16:45 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698183003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698183003/100001
4 years, 10 months ago (2016-02-16 08:17:52 UTC) #26
kochi
lgtm
4 years, 10 months ago (2016-02-16 08:18:00 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698183003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698183003/100001
4 years, 10 months ago (2016-02-16 08:20:49 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-16 09:26:37 UTC) #32
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:51:58 UTC) #34
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/ab5dc4686858b7d8e90d78247365325be61a9e90
Cr-Commit-Position: refs/heads/master@{#375539}

Powered by Google App Engine
This is Rietveld 408576698