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

Issue 2583093002: Reduce SuspendableObjects (Closed)

Created:
4 years ago by haraken
Modified:
3 years, 11 months ago
Reviewers:
sof
CC:
chromium-reviews, shans, tzik, eae+blinkwatch, eric.carlson_apple.com, scheib+watch_chromium.org, apavlov+blink_chromium.org, kinuko+worker_chromium.org, Srirama, rwlbuis, jsbell+serviceworker_chromium.org, Yoav Weiss, awdf+watch_chromium.org, toyoshim+midi_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, hongchan, blink-reviews-dom_chromium.org, dglazkov+blink, jkarlin+watch_chromium.org, blink-reviews, falken+watch_chromium.org, blink-worker-reviews_chromium.org, Eric Willigers, kenneth.christiansen, rjwright, Peter Beverloo, nhiroki, Raymond Toy, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, darktears, jsbell+idb_chromium.org, michaeln, shimazu+serviceworker_chromium.org, mlamouri+watch-blink_chromium.org, blink-reviews-animation_chromium.org, serviceworker-reviews, shimazu+worker_chromium.org, ortuno+watch_chromium.org, kinuko+serviceworker, mcasas+watch+mediastream_chromium.org, cmumford, horo+watch_chromium.org, kinuko+fileapi
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reduce SuspendableObjects Objects that don't inherit from suspend/resume don't need to be SuspendableObjects. They should just inherit from ContextLifecycleObserver instead. BUG=610176 Committed: https://crrev.com/64078ba4340c37a7d43de4db545a05279f2121f5 Cr-Commit-Position: refs/heads/master@{#440727}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -327 lines) Patch
M third_party/WebKit/Source/core/animation/Animation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/animation/Animation.cpp View 4 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFace.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/FontFace.cpp View 3 chunks +3 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryList.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/MediaQueryList.cpp View 3 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ExecutionContext.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/MessagePort.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/MessagePort.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReader.h View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReader.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/PublicURLManager.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/html/PublicURLManager.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/streams/UnderlyingSourceBase.h View 3 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/streams/UnderlyingSourceBase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/AbstractWorker.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/AbstractWorker.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/InProcessWorkerBase.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorker.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/Worklet.h View 3 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/Worklet.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.cpp View 5 chunks +6 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/AnimationWorklet.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.cpp View 3 chunks +4 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.h View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp View 3 chunks +4 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/eventsource/EventSource.h View 3 chunks +8 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/eventsource/EventSource.cpp View 5 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp View 3 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp View 3 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/FileWriter.h View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/filesystem/FileWriter.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp View 3 chunks +4 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp View 6 chunks +7 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/modules/mediacapturefromelement/CanvasCaptureMediaStreamTrack.cpp View 3 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/MediaSource.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/MediaSource.cpp View 3 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaDevicesRequest.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.cpp View 2 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/netinfo/NetworkInformation.h View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/netinfo/NetworkInformation.cpp View 4 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/notifications/Notification.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/notifications/Notification.cpp View 3 chunks +2 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp View 3 chunks +4 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.cpp View 3 chunks +4 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCStatsRequestImpl.cpp View 2 chunks +3 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestImpl.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/peerconnection/RTCVoidRequestImpl.cpp View 3 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/presentation/PresentationRequest.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp View 3 chunks +4 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp View 1 chunk +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp View 3 chunks +3 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechRecognition.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechRecognition.cpp View 4 chunks +4 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioWorklet.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/DatabaseContext.h View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/DatabaseContext.cpp View 3 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIAccess.h View 4 chunks +6 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIAccess.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIInput.cpp View 1 chunk +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIOutput.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIPort.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 29 (13 generated)
haraken
PTAL
4 years ago (2016-12-19 08:01:57 UTC) #2
sof
lgtm - a great simplifier!
4 years ago (2016-12-19 09:25:08 UTC) #3
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/2583093002/1
4 years ago (2016-12-19 09:27:41 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/352381)
4 years ago (2016-12-19 10:55:29 UTC) #7
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/2583093002/1
4 years ago (2016-12-19 11:22:16 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/356954)
4 years ago (2016-12-19 12:46:03 UTC) #11
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/2583093002/1
4 years ago (2016-12-21 08:33:01 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/353959)
4 years ago (2016-12-21 10:07:09 UTC) #15
haraken
On 2016/12/21 10:07:09, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years ago (2016-12-21 11:46:15 UTC) #16
sof
On 2016/12/21 11:46:15, haraken wrote: > On 2016/12/21 10:07:09, commit-bot: I haz the power wrote: ...
4 years ago (2016-12-22 08:05:29 UTC) #17
haraken
On 2016/12/22 08:05:29, sof wrote: > On 2016/12/21 11:46:15, haraken wrote: > > On 2016/12/21 ...
3 years, 12 months ago (2016-12-26 02:47:15 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/2583093002/1
3 years, 12 months ago (2016-12-26 10:59:15 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/355564)
3 years, 12 months ago (2016-12-26 12:49:11 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/2583093002/1
3 years, 12 months ago (2016-12-27 01:54:47 UTC) #24
commit-bot: I haz the power
Committed patchset #1 (id:1)
3 years, 12 months ago (2016-12-27 03:28:41 UTC) #27
commit-bot: I haz the power
3 years, 11 months ago (2017-01-02 15:45:25 UTC) #29
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/64078ba4340c37a7d43de4db545a05279f2121f5
Cr-Commit-Position: refs/heads/master@{#440727}

Powered by Google App Engine
This is Rietveld 408576698