DescriptionServiceWorker: Factor out functions to collect client information from ServiceWorkerVersion
Functions for collecting client information (GetWindowClients etc) are not
related to Service Worker lifecycle and it is not neccessary to put them in
ServiceWorkerVersion that is the core class to manage the lifecycle.
For improving readability and maintainability, this patch factors out the
functions into a separate file. This should not change behavior of them.
In addition, this patch renames service_worker_client_navigation_utils namespace
to service_worker_client_utils because this namespace now contains functions not
related to navigation.
BUG=570223
Committed: https://crrev.com/910fc8840b56c94f2a172b3ae7b5c1b3b5108985
Cr-Commit-Position: refs/heads/master@{#367485}
Patch Set 1 : #Patch Set 2 : rebase #
Messages
Total messages: 18 (13 generated)
|