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

Issue 25777002: Move custom element code to core/dom/custom/ (Closed)

Created:
7 years, 2 months ago by adamk
Modified:
7 years, 2 months ago
CC:
blink-reviews, Nils Barth (inactive), kojih, jsbell+bindings_chromium.org, webcomponents-bugzilla_chromium.org, eae+blinkwatch, abarth-chromium, marja+watch_chromium.org, dglazkov+blink, dominicc+watchlist_chromium.org, adamk+blink_chromium.org, haraken, Nate Chapin, do-not-use
Visibility:
Public.

Description

Move custom element code to core/dom/custom/ R=dominicc Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158766

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -2407 lines) Patch
M Source/bindings/scripts/code_generator_v8.pm View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/CustomElementConstructorBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/CustomElementConstructorBuilder.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/bindings/v8/CustomElementWrapper.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/V8CustomElementLifecycleCallbacks.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8NodeCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gypi View 2 chunks +25 lines, -25 lines 0 comments Download
D Source/core/dom/CustomElement.h View 1 chunk +0 lines, -97 lines 0 comments Download
D Source/core/dom/CustomElement.cpp View 1 chunk +0 lines, -180 lines 0 comments Download
D Source/core/dom/CustomElementCallbackDispatcher.h View 1 chunk +0 lines, -114 lines 0 comments Download
D Source/core/dom/CustomElementCallbackDispatcher.cpp View 1 chunk +0 lines, -124 lines 0 comments Download
D Source/core/dom/CustomElementCallbackInvocation.h View 1 chunk +0 lines, -68 lines 0 comments Download
D Source/core/dom/CustomElementCallbackInvocation.cpp View 1 chunk +0 lines, -135 lines 0 comments Download
D Source/core/dom/CustomElementCallbackQueue.h View 1 chunk +0 lines, -74 lines 0 comments Download
D Source/core/dom/CustomElementCallbackQueue.cpp View 1 chunk +0 lines, -71 lines 0 comments Download
D Source/core/dom/CustomElementCallbackScheduler.h View 1 chunk +0 lines, -71 lines 0 comments Download
D Source/core/dom/CustomElementCallbackScheduler.cpp View 1 chunk +0 lines, -122 lines 0 comments Download
D Source/core/dom/CustomElementDefinition.h View 1 chunk +0 lines, -60 lines 0 comments Download
D Source/core/dom/CustomElementDefinition.cpp View 1 chunk +0 lines, -47 lines 0 comments Download
D Source/core/dom/CustomElementDescriptor.h View 1 chunk +0 lines, -99 lines 0 comments Download
D Source/core/dom/CustomElementDescriptorHash.h View 1 chunk +0 lines, -66 lines 0 comments Download
D Source/core/dom/CustomElementException.h View 1 chunk +0 lines, -67 lines 0 comments Download
D Source/core/dom/CustomElementException.cpp View 1 chunk +0 lines, -95 lines 0 comments Download
D Source/core/dom/CustomElementLifecycleCallbacks.h View 1 chunk +0 lines, -74 lines 0 comments Download
D Source/core/dom/CustomElementObserver.h View 1 chunk +0 lines, -66 lines 0 comments Download
D Source/core/dom/CustomElementObserver.cpp View 1 chunk +0 lines, -70 lines 0 comments Download
D Source/core/dom/CustomElementRegistrationContext.h View 1 chunk +0 lines, -89 lines 0 comments Download
D Source/core/dom/CustomElementRegistrationContext.cpp View 1 chunk +0 lines, -150 lines 0 comments Download
D Source/core/dom/CustomElementRegistry.h View 1 chunk +0 lines, -69 lines 0 comments Download
D Source/core/dom/CustomElementRegistry.cpp View 1 chunk +0 lines, -126 lines 0 comments Download
D Source/core/dom/CustomElementUpgradeCandidateMap.h View 1 chunk +0 lines, -75 lines 0 comments Download
D Source/core/dom/CustomElementUpgradeCandidateMap.cpp View 1 chunk +0 lines, -110 lines 0 comments Download
M Source/core/dom/DOMImplementation.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Document.h View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/dom/DocumentInit.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Element.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/dom/Microtask.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/custom/CustomElement.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/custom/CustomElement.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/core/dom/custom/CustomElementCallbackDispatcher.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/dom/custom/CustomElementCallbackDispatcher.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/core/dom/custom/CustomElementCallbackInvocation.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/custom/CustomElementCallbackInvocation.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/core/dom/custom/CustomElementCallbackQueue.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/custom/CustomElementCallbackQueue.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/custom/CustomElementCallbackScheduler.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/custom/CustomElementCallbackScheduler.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + Source/core/dom/custom/CustomElementDefinition.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + Source/core/dom/custom/CustomElementDefinition.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/custom/CustomElementDescriptor.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/dom/custom/CustomElementDescriptorHash.h View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/custom/CustomElementException.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/dom/custom/CustomElementException.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/custom/CustomElementLifecycleCallbacks.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/dom/custom/CustomElementObserver.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/dom/custom/CustomElementObserver.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/dom/custom/CustomElementRegistrationContext.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/core/dom/custom/CustomElementRegistrationContext.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
A + Source/core/dom/custom/CustomElementRegistry.h View 1 chunk +4 lines, -4 lines 0 comments Download
A + Source/core/dom/custom/CustomElementRegistry.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
A + Source/core/dom/custom/CustomElementUpgradeCandidateMap.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLImportLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/scripts/make_names.pl View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/WebCustomElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebElement.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
adamk
7 years, 2 months ago (2013-10-02 18:40:38 UTC) #1
abarth-chromium
lgtm
7 years, 2 months ago (2013-10-02 18:42:28 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/25777002/1
7 years, 2 months ago (2013-10-02 19:17:06 UTC) #3
commit-bot: I haz the power
7 years, 2 months ago (2013-10-02 22:22:51 UTC) #4
Message was sent while issue was closed.
Change committed as 158766

Powered by Google App Engine
This is Rietveld 408576698