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

Issue 384633002: Oilpan: add transition types to remaining Fetch and ServiceWorker objects (Closed)

Created:
6 years, 5 months ago by sof
Modified:
6 years, 5 months ago
CC:
blink-reviews, michaeln, jsbell+serviceworker_chromium.org, arv+blink, tzik, serviceworker-reviews, nhiroki, abarth-chromium, falken, blink-reviews-bindings_chromium.org, horo+watch_chromium.org, kinuko+serviceworker, alecflett+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Oilpan: add transition types to remaining Fetch and ServiceWorker objects R=dominicc@chromium.org,haraken@chromium.org,tkent@chromium.org BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177938

Patch Set 1 #

Patch Set 2 : Compile fixes (non-Oilpan) #

Patch Set 3 : Add missing ~Request definition #

Patch Set 4 : Rebased #

Total comments: 7

Patch Set 5 : Make Response be GarbageCollected only (Oilpan enabled) #

Patch Set 6 : Rebased to meet r177908 in particular. #

Patch Set 7 : Another rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -154 lines) Patch
M Source/bindings/modules/v8/DictionaryHelperForModules.cpp View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/Client.h View 1 chunk +6 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/Client.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
M Source/modules/serviceworkers/Client.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/serviceworkers/FetchEvent.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/FetchEvent.cpp View 3 chunks +4 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/FetchHeaderList.h View 3 chunks +8 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/FetchHeaderList.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/FetchRequestData.h View 4 chunks +10 lines, -5 lines 0 comments Download
M Source/modules/serviceworkers/FetchRequestData.cpp View 5 chunks +16 lines, -6 lines 0 comments Download
M Source/modules/serviceworkers/FetchResponseData.h View 1 2 3 5 chunks +11 lines, -8 lines 0 comments Download
M Source/modules/serviceworkers/FetchResponseData.cpp View 1 2 3 5 chunks +16 lines, -10 lines 0 comments Download
M Source/modules/serviceworkers/Headers.h View 2 chunks +11 lines, -10 lines 0 comments Download
M Source/modules/serviceworkers/Headers.cpp View 1 2 3 4 5 6 2 chunks +18 lines, -15 lines 0 comments Download
M Source/modules/serviceworkers/Headers.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/serviceworkers/Request.h View 1 3 chunks +17 lines, -15 lines 0 comments Download
M Source/modules/serviceworkers/Request.cpp View 1 2 3 4 5 6 7 chunks +22 lines, -14 lines 0 comments Download
M Source/modules/serviceworkers/Request.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/serviceworkers/RequestInit.h View 1 2 3 4 5 2 chunks +5 lines, -2 lines 0 comments Download
M Source/modules/serviceworkers/RespondWithObserver.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/serviceworkers/RespondWithObserver.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/Response.h View 1 2 3 4 2 chunks +13 lines, -10 lines 0 comments Download
M Source/modules/serviceworkers/Response.cpp View 1 2 3 4 6 chunks +15 lines, -7 lines 0 comments Download
M Source/modules/serviceworkers/Response.idl View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/serviceworkers/ResponseInit.h View 1 2 3 4 5 2 chunks +5 lines, -2 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerClients.h View 2 chunks +6 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerClients.cpp View 3 chunks +5 lines, -7 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerClients.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerGlobalScope.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ServiceWorkerGlobalScopeClientImpl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/ServiceWorkerGlobalScopeClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ServiceWorkerGlobalScopeProxy.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 29 (0 generated)
sof
Please take a look. The more involved SW objects have transition types already by now; ...
6 years, 5 months ago (2014-07-10 17:58:56 UTC) #1
haraken
On 2014/07/10 17:58:56, sof wrote: > Please take a look. > > The more involved ...
6 years, 5 months ago (2014-07-10 23:25:48 UTC) #2
dominicc (has gone to gerrit)
On 2014/07/10 23:25:48, haraken wrote: > On 2014/07/10 17:58:56, sof wrote: > > Please take ...
6 years, 5 months ago (2014-07-11 05:08:58 UTC) #3
haraken
On 2014/07/11 05:08:58, dominicc wrote: > On 2014/07/10 23:25:48, haraken wrote: > > On 2014/07/10 ...
6 years, 5 months ago (2014-07-11 05:18:46 UTC) #4
haraken
LGTM https://codereview.chromium.org/384633002/diff/40002/Source/modules/serviceworkers/FetchEvent.h File Source/modules/serviceworkers/FetchEvent.h (right): https://codereview.chromium.org/384633002/diff/40002/Source/modules/serviceworkers/FetchEvent.h#newcode43 Source/modules/serviceworkers/FetchEvent.h:43: RefPtr<RespondWithObserver> m_observer; You can consider moving RespondWithObserver in ...
6 years, 5 months ago (2014-07-11 05:39:12 UTC) #5
tkent
lgtm https://codereview.chromium.org/384633002/diff/40002/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp File Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp (right): https://codereview.chromium.org/384633002/diff/40002/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp#newcode109 Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp:109: return m_clients; On 2014/07/11 05:39:12, haraken wrote: > ...
6 years, 5 months ago (2014-07-11 05:47:27 UTC) #6
haraken
https://codereview.chromium.org/384633002/diff/40002/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp File Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp (right): https://codereview.chromium.org/384633002/diff/40002/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp#newcode109 Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp:109: return m_clients; On 2014/07/11 05:47:27, tkent wrote: > On ...
6 years, 5 months ago (2014-07-11 05:48:10 UTC) #7
sof
https://codereview.chromium.org/384633002/diff/40002/Source/modules/serviceworkers/FetchEvent.h File Source/modules/serviceworkers/FetchEvent.h (right): https://codereview.chromium.org/384633002/diff/40002/Source/modules/serviceworkers/FetchEvent.h#newcode43 Source/modules/serviceworkers/FetchEvent.h:43: RefPtr<RespondWithObserver> m_observer; On 2014/07/11 05:39:11, haraken wrote: > > ...
6 years, 5 months ago (2014-07-11 06:11:21 UTC) #8
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 5 months ago (2014-07-11 06:21:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/384633002/50001
6 years, 5 months ago (2014-07-11 06:22:36 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 5 months ago (2014-07-11 07:29:33 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-11 07:35:27 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_dbg/builds/15985)
6 years, 5 months ago (2014-07-11 07:35:28 UTC) #13
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 5 months ago (2014-07-11 07:43:04 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/384633002/50001
6 years, 5 months ago (2014-07-11 07:43:53 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-11 07:44:14 UTC) #16
commit-bot: I haz the power
Failed to apply patch for Source/bindings/core/v8/Dictionary.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 5 months ago (2014-07-11 07:44:15 UTC) #17
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 5 months ago (2014-07-11 10:08:47 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/384633002/70001
6 years, 5 months ago (2014-07-11 10:09:44 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_blink_dbg on tryserver.blink ...
6 years, 5 months ago (2014-07-11 11:15:10 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-11 11:17:52 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_dbg/builds/16040)
6 years, 5 months ago (2014-07-11 11:17:53 UTC) #22
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 5 months ago (2014-07-11 11:27:46 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/384633002/70001
6 years, 5 months ago (2014-07-11 11:28:16 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-11 11:29:28 UTC) #25
commit-bot: I haz the power
Failed to apply patch for Source/modules/serviceworkers/Headers.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 5 months ago (2014-07-11 11:29:29 UTC) #26
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 5 months ago (2014-07-11 11:38:51 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/384633002/90001
6 years, 5 months ago (2014-07-11 11:39:22 UTC) #28
commit-bot: I haz the power
6 years, 5 months ago (2014-07-11 12:43:25 UTC) #29
Message was sent while issue was closed.
Change committed as 177938

Powered by Google App Engine
This is Rietveld 408576698