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

Issue 478693005: Oilpan: Ship Oilpan for serviceworkers/ (Closed)

Created:
6 years, 4 months ago by haraken
Modified:
6 years, 3 months ago
CC:
blink-reviews, michaeln, jsbell+serviceworker_chromium.org, arv+blink, jamesr, tzik, serviceworker-reviews, abarth-chromium, falken, dglazkov+blink, blink-reviews-bindings_chromium.org, horo+watch_chromium.org, kinuko+serviceworker
Project:
blink
Visibility:
Public.

Description

Oilpan: Ship Oilpan for serviceworkers/ BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181429

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Total comments: 2

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+251 lines, -268 lines) Patch
M Source/bindings/modules/v8/DictionaryHelperForModules.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/serviceworkers/Cache.h View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/Cache.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/serviceworkers/Cache.idl View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/CacheStorage.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/CacheStorage.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/serviceworkers/CacheStorage.idl View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/FetchBodyStream.h View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/FetchBodyStream.cpp View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/FetchBodyStream.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/FetchEvent.h View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/FetchEvent.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/FetchHeaderList.h View 2 chunks +3 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/FetchHeaderList.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/modules/serviceworkers/FetchManager.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/FetchManager.cpp View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/modules/serviceworkers/FetchRequestData.h View 1 2 3 4 chunks +7 lines, -8 lines 0 comments Download
M Source/modules/serviceworkers/FetchRequestData.cpp View 1 2 4 chunks +14 lines, -14 lines 0 comments Download
M Source/modules/serviceworkers/FetchResponseData.h View 1 2 4 chunks +8 lines, -9 lines 0 comments Download
M Source/modules/serviceworkers/FetchResponseData.cpp View 4 chunks +13 lines, -13 lines 0 comments Download
M Source/modules/serviceworkers/Headers.h View 1 2 3 3 chunks +8 lines, -10 lines 0 comments Download
M Source/modules/serviceworkers/Headers.cpp View 1 2 3 1 chunk +15 lines, -17 lines 0 comments Download
M Source/modules/serviceworkers/Headers.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/NavigatorServiceWorker.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/Request.h View 1 2 3 4 5 6 7 3 chunks +14 lines, -16 lines 0 comments Download
M Source/modules/serviceworkers/Request.cpp View 1 2 3 4 5 6 7 9 chunks +26 lines, -29 lines 0 comments Download
M Source/modules/serviceworkers/Request.idl View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/RequestInit.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/RequestTest.cpp View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -5 lines 0 comments Download
M Source/modules/serviceworkers/RespondWithObserver.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/RespondWithObserver.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/Response.h View 1 2 3 4 5 6 7 3 chunks +12 lines, -14 lines 0 comments Download
M Source/modules/serviceworkers/Response.cpp View 1 2 3 4 5 6 7 8 9 chunks +21 lines, -23 lines 0 comments Download
M Source/modules/serviceworkers/Response.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/ResponseInit.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/ResponseTest.cpp View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerClient.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerClient.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerClient.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerClients.h View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerClients.cpp View 1 2 3 3 chunks +4 lines, -6 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerClients.idl View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerContainer.h View 1 2 3 4 chunks +4 lines, -5 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerContainer.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerContainer.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerGlobalScope.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerRegistration.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerRegistration.cpp View 1 2 3 4 5 6 3 chunks +6 lines, -6 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerRegistration.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ServiceWorkerGlobalScopeClientImpl.h View 1 chunk +1 line, -1 line 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 3 1 chunk +1 line, -1 line 0 comments Download
M public/platform/WebServiceWorkerRegistrationProxy.h View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 43 (12 generated)
haraken
This is still work-in-progress. Not yet for review. https://codereview.chromium.org/478693005/diff/20001/Source/platform/exported/WebServiceWorkerRegistrationProxy.cpp File Source/platform/exported/WebServiceWorkerRegistrationProxy.cpp (right): https://codereview.chromium.org/478693005/diff/20001/Source/platform/exported/WebServiceWorkerRegistrationProxy.cpp#newcode8 Source/platform/exported/WebServiceWorkerRegistrationProxy.cpp:8: #include ...
6 years, 4 months ago (2014-08-18 16:03:26 UTC) #1
haraken
nhiroki, dominicc@: Added platform/serviceworkers/ServiceWorkerRegistrationProxy.h. Would you take a look at the following files? - ServiceWorkerRegistrationProxy.h ...
6 years, 4 months ago (2014-08-25 06:15:16 UTC) #2
haraken
nhiroki@, dominicc@: friendly ping :)
6 years, 4 months ago (2014-08-26 01:14:32 UTC) #3
dominicc (has gone to gerrit)
LGTM. The #includes for GarbageCollected, Member, etc. seem a little loose; what's the guideline for ...
6 years, 3 months ago (2014-08-26 14:01:34 UTC) #4
nhiroki
On 2014/08/25 06:15:16, haraken wrote: > nhiroki, dominicc@: Added > platform/serviceworkers/ServiceWorkerRegistrationProxy.h. Would you take a ...
6 years, 3 months ago (2014-08-28 09:09:25 UTC) #5
haraken
On 2014/08/28 09:09:25, nhiroki wrote: > On 2014/08/25 06:15:16, haraken wrote: > > nhiroki, dominicc@: ...
6 years, 3 months ago (2014-08-28 09:12:37 UTC) #6
haraken
> The #includes for GarbageCollected, Member, etc. seem a little loose; what's the > guideline ...
6 years, 3 months ago (2014-09-03 07:49:10 UTC) #7
haraken
I think the CL is now ready for full review. It passes all tests in ...
6 years, 3 months ago (2014-09-03 07:50:19 UTC) #8
Mads Ager (chromium)
https://codereview.chromium.org/478693005/diff/80001/Source/platform/serviceworkers/ServiceWorkerRegistrationProxy.h File Source/platform/serviceworkers/ServiceWorkerRegistrationProxy.h (right): https://codereview.chromium.org/478693005/diff/80001/Source/platform/serviceworkers/ServiceWorkerRegistrationProxy.h#newcode38 Source/platform/serviceworkers/ServiceWorkerRegistrationProxy.h:38: ServiceWorkerRegistration* m_registration; If we are not tracing this pointer ...
6 years, 3 months ago (2014-09-03 08:17:34 UTC) #10
haraken
Thanks for review. https://codereview.chromium.org/478693005/diff/80001/Source/platform/serviceworkers/ServiceWorkerRegistrationProxy.h File Source/platform/serviceworkers/ServiceWorkerRegistrationProxy.h (right): https://codereview.chromium.org/478693005/diff/80001/Source/platform/serviceworkers/ServiceWorkerRegistrationProxy.h#newcode38 Source/platform/serviceworkers/ServiceWorkerRegistrationProxy.h:38: ServiceWorkerRegistration* m_registration; On 2014/09/03 08:17:34, Mads ...
6 years, 3 months ago (2014-09-03 08:26:53 UTC) #11
Mads Ager (chromium)
On 2014/09/03 08:26:53, haraken wrote: > Thanks for review. > > https://codereview.chromium.org/478693005/diff/80001/Source/platform/serviceworkers/ServiceWorkerRegistrationProxy.h > File Source/platform/serviceworkers/ServiceWorkerRegistrationProxy.h ...
6 years, 3 months ago (2014-09-03 08:40:40 UTC) #12
haraken
On 2014/09/03 08:40:40, Mads Ager (chromium) wrote: > On 2014/09/03 08:26:53, haraken wrote: > > ...
6 years, 3 months ago (2014-09-03 08:46:04 UTC) #13
haraken
On 2014/09/03 08:40:40, Mads Ager (chromium) wrote: > On 2014/09/03 08:26:53, haraken wrote: > > ...
6 years, 3 months ago (2014-09-03 12:27:54 UTC) #14
Mads Ager (chromium)
LGTM https://codereview.chromium.org/478693005/diff/100001/Source/platform/blink_platform.gypi File Source/platform/blink_platform.gypi (right): https://codereview.chromium.org/478693005/diff/100001/Source/platform/blink_platform.gypi#newcode786 Source/platform/blink_platform.gypi:786: 'serviceworkers/ServiceWorkerRegistrationProxy.h', Remove this line again?
6 years, 3 months ago (2014-09-03 12:47:17 UTC) #15
haraken
https://codereview.chromium.org/478693005/diff/100001/Source/platform/blink_platform.gypi File Source/platform/blink_platform.gypi (right): https://codereview.chromium.org/478693005/diff/100001/Source/platform/blink_platform.gypi#newcode786 Source/platform/blink_platform.gypi:786: 'serviceworkers/ServiceWorkerRegistrationProxy.h', On 2014/09/03 12:47:17, Mads Ager (chromium) wrote: > ...
6 years, 3 months ago (2014-09-03 12:52:06 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/478693005/120001
6 years, 3 months ago (2014-09-03 12:52:59 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 3 months ago (2014-09-03 13:58:33 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/14317)
6 years, 3 months ago (2014-09-03 14:02:27 UTC) #21
haraken
+tkent-san: Would you take a look at web/ and public/?
6 years, 3 months ago (2014-09-03 14:40:18 UTC) #23
haraken
tkent-san is OOO. jochen@: Would you take a look at web/ and public/?
6 years, 3 months ago (2014-09-04 02:46:32 UTC) #25
jochen (gone - plz use gerrit)
should there be some kind of announcement mail about this on blink-dev? I know that ...
6 years, 3 months ago (2014-09-04 09:26:09 UTC) #26
haraken
> should there be some kind of announcement mail about this on blink-dev? I've announced ...
6 years, 3 months ago (2014-09-04 09:31:13 UTC) #27
jochen (gone - plz use gerrit)
On 2014/09/04 at 09:31:13, haraken wrote: > > should there be some kind of announcement ...
6 years, 3 months ago (2014-09-04 09:41:40 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/478693005/120001
6 years, 3 months ago (2014-09-04 09:42:48 UTC) #30
commit-bot: I haz the power
Failed to apply patch for Source/modules/serviceworkers/Request.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 3 months ago (2014-09-04 09:43:10 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/478693005/160001
6 years, 3 months ago (2014-09-04 12:03:20 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/51591)
6 years, 3 months ago (2014-09-04 18:11:21 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/478693005/160001
6 years, 3 months ago (2014-09-04 23:31:47 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/51818)
6 years, 3 months ago (2014-09-04 23:39:02 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/478693005/180001
6 years, 3 months ago (2014-09-05 00:00:22 UTC) #42
commit-bot: I haz the power
6 years, 3 months ago (2014-09-05 02:46:18 UTC) #43
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as 181429

Powered by Google App Engine
This is Rietveld 408576698