forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup: Remove extra EmbeddedWorker layering in the renderer SW code
Mechanical changes only: - Combine ServiceWorkerScriptContext and EmbeddedWorkerContextClient, renaming it to ServiceWorkerContextClient - Rename EmbeddedWorkerContextMessageFilter to ServiceWorkerContextMessageFilter ServiceWorker/EmbeddedWorker separation in the renderer side is currently awkwardly done and require a lot of extra methods forwarding between the two classes, looking at the current status probably we could combine them. This leaves all IPC messages and browser-side code as is, at least for now. We could do similar cleanups for those areas too, but currently I'm not really motivated to do further cleanups as they don't seem causing much extra overhead in our productivity etc. (Code-health wise we could probably do better, if anyone's motivated to make further cleanups they're welcome) BUG=491039 TEST=existing tests Review URL: https://codereview.chromium.org/1136323003 Cr-Commit-Position: refs/heads/master@{#331533}
- Loading branch information
Showing
12 changed files
with
734 additions
and
1,024 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.