Worker: Factor out the impl of the 'shadow page' concept into its own class
For code cleanup, this CL factors out the implementation of the 'shadow page' concept from WebEmbeddedWorkerImpl and WebSharedWorkerImpl into WorkerShadowPage. <What's the 'shadow page'?> The 'shadow page' concept was introduced for providing script loading on out-of-process workers (i.e., SharedWorker and ServiceWorker). Loading components are strongly associated with frames, but such the workers don't have frames. The 'shadow page' provides a virtual frame to them. Bug: 500856 Change-Id: I0e4cbbbf5ca784ac04b6a50e54689f141e9cb890 Reviewed-on: https://chromium-review.googlesource.com/593527 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:Kentaro Hara <haraken@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#491284}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment