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

Issue 950523002: Delete sky/engine/core/dom/custom (Closed)

Created:
5 years, 10 months ago by abarth-chromium
Modified:
5 years, 10 months ago
Reviewers:
ojan
CC:
ojan, esprehn, mojo-reviews_chromium.org, qsr+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Delete sky/engine/core/dom/custom This code is unused now that we have sky/engine/core/dom/custom2 working. R=ojan@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/48f38400b7f3284e9e2fa206b2e4c1cff07d0400

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2733 lines) Patch
M sky/engine/core/core.gni View 1 chunk +0 lines, -37 lines 0 comments Download
M sky/engine/core/dom/Document.h View 4 chunks +0 lines, -4 lines 0 comments Download
M sky/engine/core/dom/Document.cpp View 2 chunks +0 lines, -8 lines 0 comments Download
M sky/engine/core/dom/Element.h View 3 chunks +0 lines, -5 lines 0 comments Download
M sky/engine/core/dom/Element.cpp View 1 chunk +0 lines, -11 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElement.h View 1 chunk +0 lines, -73 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElement.cpp View 1 chunk +0 lines, -113 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h View 1 chunk +0 lines, -52 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp View 1 chunk +0 lines, -55 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementCallbackInvocation.h View 1 chunk +0 lines, -63 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementCallbackInvocation.cpp View 1 chunk +0 lines, -135 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementCallbackQueue.h View 1 chunk +0 lines, -80 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementCallbackQueue.cpp View 1 chunk +0 lines, -75 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementDefinition.h View 1 chunk +0 lines, -57 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementDefinition.cpp View 1 chunk +0 lines, -47 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementException.h View 1 chunk +0 lines, -66 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementException.cpp View 1 chunk +0 lines, -91 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementLifecycleCallbacks.h View 1 chunk +0 lines, -69 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h View 1 chunk +0 lines, -52 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.cpp View 1 chunk +0 lines, -86 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.h View 1 chunk +0 lines, -84 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementMicrotaskImportStep.cpp View 1 chunk +0 lines, -90 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementMicrotaskQueueBase.h View 1 chunk +0 lines, -37 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementMicrotaskQueueBase.cpp View 1 chunk +0 lines, -20 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.h View 1 chunk +0 lines, -63 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp View 1 chunk +0 lines, -60 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h View 1 chunk +0 lines, -43 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.cpp View 1 chunk +0 lines, -65 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementMicrotaskStep.h View 1 chunk +0 lines, -55 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementObserver.h View 1 chunk +0 lines, -62 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementObserver.cpp View 1 chunk +0 lines, -76 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementProcessingStack.h View 1 chunk +0 lines, -107 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementProcessingStack.cpp View 1 chunk +0 lines, -95 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementProcessingStep.h View 1 chunk +0 lines, -52 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementRegistrationContext.h View 1 chunk +0 lines, -77 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementRegistrationContext.cpp View 1 chunk +0 lines, -77 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementRegistry.h View 1 chunk +0 lines, -65 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementRegistry.cpp View 1 chunk +0 lines, -72 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementScheduler.h View 1 chunk +0 lines, -86 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementScheduler.cpp View 1 chunk +0 lines, -159 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementSyncMicrotaskQueue.h View 1 chunk +0 lines, -25 lines 0 comments Download
D sky/engine/core/dom/custom/CustomElementSyncMicrotaskQueue.cpp View 1 chunk +0 lines, -27 lines 0 comments Download
M sky/engine/core/html/imports/HTMLImportChild.h View 2 chunks +0 lines, -5 lines 0 comments Download
M sky/engine/core/html/imports/HTMLImportChild.cpp View 6 chunks +3 lines, -41 lines 0 comments Download
M sky/engine/core/html/imports/HTMLImportLoader.h View 3 chunks +0 lines, -4 lines 0 comments Download
M sky/engine/core/html/imports/HTMLImportLoader.cpp View 3 chunks +0 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
abarth-chromium
5 years, 10 months ago (2015-02-21 00:27:32 UTC) #1
ojan
lgtm
5 years, 10 months ago (2015-02-21 00:46:02 UTC) #2
abarth-chromium
5 years, 10 months ago (2015-02-21 01:12:58 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
48f38400b7f3284e9e2fa206b2e4c1cff07d0400.

Powered by Google App Engine
This is Rietveld 408576698