DescriptionAdd WorkerScriptLoaded message to support attaching DevTools while starting ServiceWorker.
EmbeddedWorkerHostMsg_WorkerStarted is sent after the worker script has been evaluated.
But if the break point is set in the top-level script, the worker thread is blocked and the message will not be sent.
To let the browser process know that the script has been loaded and the worker thread has started, the renderer process need to send EmbeddedWorkerHostMsg_WorkerScriptLoaded.
BUG=358657
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268431
Patch Set 1 #
Total comments: 5
Patch Set 2 : incorporated kinuko's comment #
Total comments: 2
Patch Set 3 : incorporated nasko's comment #Messages
Total messages: 10 (0 generated)
|