DescriptionInitial child-process side plumbing for starting an embedded ServiceWorker context
Design assumptions (some assumptions can be tentative) for this CL:
* ServiceWorkerProvider is going to be embedded in all frame/document
* Browser process can tell which SWP is associated to which SW (if any),
via SWP registration process that is not added yet
* A newly created embedded worker context will always create its own shadow page
for its loading context
* A newly created embedded worker context stub will keep a ref to the embedding process
No browser-side implementation / blink plumbing yet.
This adds a new tiny dispatcher which listens messages
solely on the renderer thread.
BUG=313530
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=237873
Patch Set 1 : #Patch Set 2 : updated #
Total comments: 5
Patch Set 3 : #Patch Set 4 : #Patch Set 5 : WebKit -> blink etc #
Total comments: 9
Patch Set 6 : addressed comments and removed some code #
Total comments: 5
Patch Set 7 : updated #Patch Set 8 : updated #Patch Set 9 : updated to match blink side changes #Patch Set 10 : #
Total comments: 4
Patch Set 11 : #Patch Set 12 : rebased #Patch Set 13 : rebased #Messages
Total messages: 35 (0 generated)
|