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

Issue 297493004: Move modules-dependent eventtarget code out of core. (Closed)

Created:
6 years, 7 months ago by c.shu
Modified:
6 years, 7 months ago
CC:
blink-reviews, tzik, eric.carlson_apple.com, dgrogan, timvolodine, jsbell+serviceworker_chromium.org, arv+blink, alecflett, abarth-chromium, blink-reviews-bindings_chromium.org, philipj_slow, nhiroki, Raymond Toy, kinuko, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, ericu+idb_chromium.org, jsbell+idb_chromium.org, alecflett+watch_chromium.org, serviceworker-reviews, falken, mvanouwerkerk+watch_chromium.org, Inactive, cmumford, horo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Move modules-dependent eventtarget code out of core. This is a follow-up CL on https://codereview.chromium.org/275283002/ BUG=371581 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174387

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -139 lines) Patch
M Source/bindings/v8/Dictionary.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/Init.h View 1 chunk +10 lines, -2 lines 0 comments Download
M Source/core/Init.cpp View 3 chunks +9 lines, -7 lines 0 comments Download
M Source/core/core.gyp View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/core_generated.gyp View 1 chunk +0 lines, -37 lines 0 comments Download
M Source/core/events/EventTarget.h View 1 chunk +0 lines, -1 line 0 comments Download
D Source/core/events/EventTargetModules.h View 1 chunk +0 lines, -31 lines 0 comments Download
D Source/core/events/EventTargetModulesFactory.in View 1 chunk +0 lines, -29 lines 0 comments Download
A + Source/modules/EventTargetModules.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/modules/EventTargetModulesFactory.in View 0 chunks +-1 lines, --1 lines 0 comments Download
A Source/modules/InitModules.h View 1 chunk +19 lines, -0 lines 0 comments Download
A Source/modules/InitModules.cpp View 1 chunk +21 lines, -0 lines 0 comments Download
M Source/modules/battery/BatteryManager.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/device_orientation/DOMWindowDeviceMotion.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/device_orientation/DOMWindowDeviceOrientation.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/encryptedmedia/MediaKeySession.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/encryptedmedia/MediaKeys.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/filesystem/FileWriter.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/indexeddb/IDBDatabase.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/indexeddb/IDBEventDispatcher.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/indexeddb/IDBTransaction.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediasource/MediaSourceBase.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediasource/SourceBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediasource/SourceBufferList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/MediaStream.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/MediaStreamTrack.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/RTCDTMFSender.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/RTCDataChannel.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediastream/RTCPeerConnection.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/modules.gyp View 3 chunks +55 lines, -0 lines 0 comments Download
M Source/modules/modules.gypi View 1 chunk +10 lines, -0 lines 0 comments Download
M Source/modules/notifications/Notification.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/ServiceWorker.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/speech/SpeechRecognition.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/speech/SpeechSynthesis.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/speech/SpeechSynthesisUtterance.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/AudioContext.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/AudioNode.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webmidi/MIDIAccess.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webmidi/MIDIInput.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webmidi/MIDIPort.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/WebSocket.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebKit.cpp View 2 chunks +4 lines, -1 line 2 comments Download

Messages

Total messages: 8 (0 generated)
c.shu
6 years, 7 months ago (2014-05-19 20:35:23 UTC) #1
eseidel
Other than the weirdness with virtual dispatch here, I very much like this change! https://codereview.chromium.org/297493004/diff/1/Source/web/WebKit.cpp ...
6 years, 7 months ago (2014-05-19 21:44:22 UTC) #2
c.shu
https://codereview.chromium.org/297493004/diff/1/Source/web/WebKit.cpp File Source/web/WebKit.cpp (right): https://codereview.chromium.org/297493004/diff/1/Source/web/WebKit.cpp#newcode172 Source/web/WebKit.cpp:172: DEFINE_STATIC_LOCAL(WebCore::ModulesInitializer, initializer, ()); On 2014/05/19 21:44:23, eseidel wrote: > ...
6 years, 7 months ago (2014-05-19 21:53:01 UTC) #3
eseidel
lgtm
6 years, 7 months ago (2014-05-19 22:07:25 UTC) #4
eseidel
I don't have a better solution at present. Lets take this and iterate from here.
6 years, 7 months ago (2014-05-19 22:07:57 UTC) #5
c.shu
The CQ bit was checked by c.shu@samsung.com
6 years, 7 months ago (2014-05-20 15:51:01 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/c.shu@samsung.com/297493004/1
6 years, 7 months ago (2014-05-20 15:51:14 UTC) #7
commit-bot: I haz the power
6 years, 7 months ago (2014-05-20 17:02:17 UTC) #8
Message was sent while issue was closed.
Change committed as 174387

Powered by Google App Engine
This is Rietveld 408576698