Chromium Code Reviews

Issue 153083006: Move serviceworker/ module to oilpan (Closed)

Created:
6 years, 10 months ago by haraken
Modified:
6 years, 10 months ago
Reviewers:
tkent, keishi, Mads Ager (chromium), kouhei (in TOK)
CC:
blink-reviews, Nils Barth (inactive), kojih, arv+blink, jsbell+bindings_chromium.org, sof, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, Nate Chapin, Inactive, kinuko
Visibility:
Public.

Description

Move serviceworker/ module to oilpan - This CL doesn't move InstallEvent and InstallPhaseEvent since we need to move Event first. - This CL doesn't move ServiceWorkerGlobalScope since we need to move WorkerGlobalScope first. - This CL doesn't move ServiceWorkerThread since we need to move WorkerThread first. BUG=340522 TBR=abarth (for web/) Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166694

Patch Set 1 #

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Stats (+45 lines, -21 lines)
M Source/bindings/v8/ScriptPromiseResolver.h View 3 chunks +12 lines, -0 lines 1 comment
M Source/modules/serviceworkers/InstallEvent.h View 2 chunks +2 lines, -2 lines 0 comments
M Source/modules/serviceworkers/InstallEvent.cpp View 2 chunks +2 lines, -2 lines 0 comments
M Source/modules/serviceworkers/InstallPhaseEvent.h View 1 chunk +2 lines, -2 lines 0 comments
M Source/modules/serviceworkers/InstallPhaseEvent.cpp View 1 chunk +1 line, -1 line 0 comments
M Source/modules/serviceworkers/ServiceWorker.h View 2 chunks +8 lines, -4 lines 0 comments
M Source/modules/serviceworkers/ServiceWorker.cpp View 1 chunk +2 lines, -1 line 0 comments
M Source/modules/serviceworkers/ServiceWorker.idl View 1 chunk +1 line, -0 lines 0 comments
M Source/modules/serviceworkers/WaitUntilObserver.h View 3 chunks +7 lines, -3 lines 0 comments
M Source/modules/serviceworkers/WaitUntilObserver.cpp View 3 chunks +7 lines, -5 lines 0 comments
M Source/web/ServiceWorkerGlobalScopeProxy.cpp View 1 chunk +1 line, -1 line 0 comments

Messages

Total messages: 16 (0 generated)
haraken
PTAL (cc: kinuko@, alecflett@) Currently ServiceWorker is actively being developed. So it might not be ...
6 years, 10 months ago (2014-02-07 05:42:27 UTC) #1
Mads Ager (chromium)
LGTM https://codereview.chromium.org/153083006/diff/60001/Source/bindings/v8/ScriptPromiseResolver.h File Source/bindings/v8/ScriptPromiseResolver.h (right): https://codereview.chromium.org/153083006/diff/60001/Source/bindings/v8/ScriptPromiseResolver.h#newcode99 Source/bindings/v8/ScriptPromiseResolver.h:99: void resolve(RawPtr<T> value, v8::Handle<v8::Object> creationContext) { resolve(value.get(), creationContext); ...
6 years, 10 months ago (2014-02-07 06:50:46 UTC) #2
haraken
On 2014/02/07 06:50:46, Mads Ager (chromium) wrote: > LGTM > > https://codereview.chromium.org/153083006/diff/60001/Source/bindings/v8/ScriptPromiseResolver.h > File Source/bindings/v8/ScriptPromiseResolver.h ...
6 years, 10 months ago (2014-02-07 07:12:39 UTC) #3
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 10 months ago (2014-02-07 07:12:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/153083006/60001
6 years, 10 months ago (2014-02-07 07:12:56 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-07 07:38:51 UTC) #6
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=15529
6 years, 10 months ago (2014-02-07 07:38:51 UTC) #7
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 10 months ago (2014-02-07 07:40:09 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/153083006/60001
6 years, 10 months ago (2014-02-07 07:40:20 UTC) #9
tkent
lgtm for web/
6 years, 10 months ago (2014-02-07 07:43:39 UTC) #10
commit-bot: I haz the power
Change committed as 166694
6 years, 10 months ago (2014-02-07 08:42:43 UTC) #11
alecflett
I really wish we could have waited on this - we have a number of ...
6 years, 10 months ago (2014-02-07 19:28:43 UTC) #12
adamk
On 2014/02/07 19:28:43, alecflett wrote: > I really wish we could have waited on this ...
6 years, 10 months ago (2014-02-07 19:45:41 UTC) #13
Mads Ager (chromium)
Go ahead and revert if this makes it hard for you guys to make progress. ...
6 years, 10 months ago (2014-02-07 20:15:50 UTC) #14
haraken
I'm sorry that it caused the trouble in your development. Unfortunately I don't have a ...
6 years, 10 months ago (2014-02-08 01:04:56 UTC) #15
haraken
6 years, 10 months ago (2014-02-10 01:17:01 UTC) #16
Message was sent while issue was closed.
Reverted the CL in r166773.

I'm sorry about the trouble. We'll oilpanize ServiceWorker after your current,
active development is finished.

Powered by Google App Engine