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

Issue 1220223003: [Background Sync] Add sync registration details to onsync event (Closed)

Created:
5 years, 5 months ago by iclelland
Modified:
5 years, 5 months ago
CC:
blink-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[Background Sync] Add sync registration details to onsync event This is the first of a series of changes across Blink and Chromium to send the sync registration details from the BackgroundSyncManager to a running Service Worker. This change adds a new 2-argument dispatchSyncEvent() method to ServiceWorkerGlobalScopeProxy. Once the Chromium-side calls to the original (1-arg) method have been converted, the original method will be removed. BUG=482066 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198795

Patch Set 1 #

Patch Set 2 : Fix broken import #

Patch Set 3 : Add MODULES_EXPORT declaration to SyncRegistration #

Total comments: 2

Patch Set 4 : Fix TODO style #

Patch Set 5 : Rebase #

Total comments: 1

Patch Set 6 : Fix: Missing words in comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -5 lines) Patch
M Source/modules/background_sync/SyncRegistration.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/background_sync/SyncRegistration.cpp View 1 chunk +8 lines, -3 lines 0 comments Download
M Source/web/ServiceWorkerGlobalScopeProxy.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M Source/web/ServiceWorkerGlobalScopeProxy.cpp View 1 2 3 4 3 chunks +15 lines, -0 lines 0 comments Download
M public/web/WebServiceWorkerContextProxy.h View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 12 (4 generated)
iclelland
Michael -- since jkarlin is on vacation, can you take a look at this? (I ...
5 years, 5 months ago (2015-07-06 18:48:54 UTC) #3
Michael van Ouwerkerk
lgtm with nit https://codereview.chromium.org/1220223003/diff/40001/Source/web/ServiceWorkerGlobalScopeProxy.h File Source/web/ServiceWorkerGlobalScopeProxy.h (right): https://codereview.chromium.org/1220223003/diff/40001/Source/web/ServiceWorkerGlobalScopeProxy.h#newcode82 Source/web/ServiceWorkerGlobalScopeProxy.h:82: // FIXME: Remove the single-parameter version ...
5 years, 5 months ago (2015-07-07 14:07:35 UTC) #4
iclelland
https://codereview.chromium.org/1220223003/diff/40001/Source/web/ServiceWorkerGlobalScopeProxy.h File Source/web/ServiceWorkerGlobalScopeProxy.h (right): https://codereview.chromium.org/1220223003/diff/40001/Source/web/ServiceWorkerGlobalScopeProxy.h#newcode82 Source/web/ServiceWorkerGlobalScopeProxy.h:82: // FIXME: Remove the single-parameter version once all call ...
5 years, 5 months ago (2015-07-07 14:37:24 UTC) #5
iclelland
jochen -- could you take a look as an owner? Thanks
5 years, 5 months ago (2015-07-08 03:24:54 UTC) #6
jochen (gone - plz use gerrit)
lgtm
5 years, 5 months ago (2015-07-13 08:55:39 UTC) #7
jkarlin
lgtm with nit https://codereview.chromium.org/1220223003/diff/80001/Source/web/ServiceWorkerGlobalScopeProxy.h File Source/web/ServiceWorkerGlobalScopeProxy.h (right): https://codereview.chromium.org/1220223003/diff/80001/Source/web/ServiceWorkerGlobalScopeProxy.h#newcode83 Source/web/ServiceWorkerGlobalScopeProxy.h:83: // TODO(iclelland): Remove the single-parameter version ...
5 years, 5 months ago (2015-07-13 11:49:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1220223003/100001
5 years, 5 months ago (2015-07-13 13:23:57 UTC) #11
commit-bot: I haz the power
5 years, 5 months ago (2015-07-13 17:07:01 UTC) #12
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=198795

Powered by Google App Engine
This is Rietveld 408576698