Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(74)

Issue 1158163004: Add ShadowRootInit dictionary. (Closed)

Created:
4 years, 11 months ago by kochi
Modified:
4 years, 11 months ago
Reviewers:
tkent, hayato
CC:
blink-reviews, arv+blink, vivekg, webcomponents-bugzilla_chromium.org, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, vivekg_samsung, Inactive, rwlbuis
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

Add ShadowRootInit dictionary. This is a preparation for implementing "closed mode" of shadow root. BUG=459136 TEST=fast/dom/shadow/create-shadow-root-with-parameter.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196456

Patch Set 1 #

Total comments: 1

Patch Set 2 : Guard with runtime enabled flag, add separate counter. #

Patch Set 3 : rebase #

Patch Set 4 : change counter usage. #

Total comments: 2

Patch Set 5 : rebase #

Patch Set 6 : nit fix in layout test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -0 lines) Patch
A LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter.html View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter-expected.txt View 1 chunk +12 lines, -0 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/dom/Element.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 2 3 2 chunks +16 lines, -0 lines 0 comments Download
M Source/core/dom/Element.idl View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A Source/core/dom/shadow/ShadowRootInit.idl View 1 chunk +11 lines, -0 lines 0 comments Download
M Source/core/frame/UseCounter.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/platform/RuntimeEnabledFeatures.in View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 28 (11 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/1158163004/1
4 years, 11 months ago (2015-06-03 08:30:18 UTC) #2
kochi
Hayato-san, Could you take a look?
4 years, 11 months ago (2015-06-03 08:31:41 UTC) #4
hayato
https://codereview.chromium.org/1158163004/diff/1/Source/core/dom/Element.idl File Source/core/dom/Element.idl (right): https://codereview.chromium.org/1158163004/diff/1/Source/core/dom/Element.idl#newcode67 Source/core/dom/Element.idl:67: [RaisesException, CallWith=ScriptState, MeasureAs=ElementCreateShadowRoot] ShadowRoot createShadowRoot(optional ShadowRootInit shadowRootInitDict); We have ...
4 years, 11 months ago (2015-06-03 08:46:12 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/builds/46315)
4 years, 11 months ago (2015-06-03 08:46:40 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/1158163004/40001
4 years, 11 months ago (2015-06-03 09:11:25 UTC) #9
kochi
On 2015/06/03 08:46:12, hayato wrote: > https://codereview.chromium.org/1158163004/diff/1/Source/core/dom/Element.idl > File Source/core/dom/Element.idl (right): > > https://codereview.chromium.org/1158163004/diff/1/Source/core/dom/Element.idl#newcode67 > ...
4 years, 11 months ago (2015-06-03 09:27:22 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/1158163004/60001
4 years, 11 months ago (2015-06-03 09:27:45 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2015-06-03 12:38:10 UTC) #14
kochi
Ping?
4 years, 11 months ago (2015-06-04 02:20:48 UTC) #15
hayato
lgtm
4 years, 11 months ago (2015-06-04 02:25:25 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158163004/60001
4 years, 11 months ago (2015-06-04 03:18:14 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/34556)
4 years, 11 months ago (2015-06-04 03:25:34 UTC) #20
kochi
tkent-san, Could you review platform/RuntimeEnabledFeatures.in?
4 years, 11 months ago (2015-06-04 03:29:46 UTC) #22
tkent
lgtm https://codereview.chromium.org/1158163004/diff/60001/LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter.html File LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter.html (right): https://codereview.chromium.org/1158163004/diff/60001/LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter.html#newcode14 LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter.html:14: testRunner.dumpAsText(); This is unnecessary. js-test.js does it.
4 years, 11 months ago (2015-06-04 03:38:14 UTC) #23
kochi
Thanks for the review! https://codereview.chromium.org/1158163004/diff/60001/LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter.html File LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter.html (right): https://codereview.chromium.org/1158163004/diff/60001/LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter.html#newcode14 LayoutTests/fast/dom/shadow/create-shadow-root-with-parameter.html:14: testRunner.dumpAsText(); On 2015/06/04 03:38:14, tkent ...
4 years, 11 months ago (2015-06-04 03:45:49 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158163004/100001
4 years, 11 months ago (2015-06-04 03:49:46 UTC) #27
commit-bot: I haz the power
4 years, 11 months ago (2015-06-04 04:54:52 UTC) #28
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196456

Powered by Google App Engine
This is Rietveld 408576698