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

Issue 2277713002: Rename CustomElementsRegistry to CustomElementRegistry (Closed)

Created:
4 years, 4 months ago by kochi
Modified:
4 years, 4 months ago
Reviewers:
tkent, kojii, bashi
CC:
blink-reviews, blink-reviews-bindings_chromium.org, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, dominicc+watchlist_chromium.org, dominicc (has gone to gerrit), eae+blinkwatch, kinuko+watch, loading-reviews+parser_chromium.org, rwlbuis, sof, webcomponents-bugzilla_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename CustomElementsRegistry to CustomElementRegistry The spec was changed for discussion at github issue: https://github.com/w3c/webcomponents/issues/548 BUG=640236 Committed: https://crrev.com/dc135bf34d9b3f70abc44a98fec9ef03f2b52f88 Cr-Commit-Position: refs/heads/master@{#414326}

Patch Set 1 #

Patch Set 2 : Update README.md #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -1020 lines) Patch
M third_party/WebKit/LayoutTests/custom-elements/spec/custom-elements-registry/get.html View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/custom-elements/spec/custom-elements-registry/when_defined.html View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp View 6 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/custom/V8HTMLElementCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Element.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/custom/CustomElement.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/custom/CustomElement.cpp View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.h View 4 chunks +10 lines, -10 lines 0 comments Download
A + third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.cpp View 12 chunks +19 lines, -19 lines 0 comments Download
A + third_party/WebKit/Source/core/dom/custom/CustomElementRegistry.idl View 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp View 12 chunks +12 lines, -12 lines 0 comments Download
D third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.h View 1 chunk +0 lines, -111 lines 0 comments Download
D third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.cpp View 1 chunk +0 lines, -295 lines 0 comments Download
D third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.idl View 1 chunk +0 lines, -11 lines 0 comments Download
D third_party/WebKit/Source/core/dom/custom/CustomElementsRegistryTest.cpp View 1 chunk +0 lines, -484 lines 0 comments Download
M third_party/WebKit/Source/core/dom/custom/README.md View 1 4 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistrationContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/DOMWindow.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.h View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteDOMWindow.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Window.idl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.cpp View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 29 (19 generated)
kochi
PTAL
4 years, 4 months ago (2016-08-24 15:33:58 UTC) #7
kojii
LGTM, great thank you for doing this. tkent@, PTAL.
4 years, 4 months ago (2016-08-25 02:00:14 UTC) #13
bashi
bindings/ lgtm
4 years, 4 months ago (2016-08-25 02:03:44 UTC) #15
tkent
Web-exposed change lgtm. This interface is not shipped yet. > Rename CustomElementsRegistry to CustomElementRegistry Adding ...
4 years, 4 months ago (2016-08-25 02:08:05 UTC) #16
kochi
On 2016/08/25 02:08:05, tkent wrote: > Web-exposed change lgtm. This interface is not shipped yet. ...
4 years, 4 months ago (2016-08-25 02:18:52 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2277713002/20001
4 years, 4 months ago (2016-08-25 02:22:26 UTC) #20
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/core/dom/custom/CustomElement.cpp: While running git apply --index -3 -p1; error: patch ...
4 years, 4 months ago (2016-08-25 03:11:13 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2277713002/40001
4 years, 4 months ago (2016-08-25 03:28:53 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-25 05:38:13 UTC) #27
commit-bot: I haz the power
4 years, 4 months ago (2016-08-25 05:39:58 UTC) #29
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/dc135bf34d9b3f70abc44a98fec9ef03f2b52f88
Cr-Commit-Position: refs/heads/master@{#414326}

Powered by Google App Engine
This is Rietveld 408576698