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 #
Messages
Total messages: 12 (4 generated)
|