DescriptionServiceWorker: Registering a malformed script should fail [1/3]
Before this series of patches, registration succeeds even if the worker script
has a syntax error because the installing sequence does not check the result of
the script evaluation.
To enable the installing sequence to wait for the script evaluation, this adds
WorkerReportingProxy::didEvaluteWorkerScript() to be called when the
evaluation is completed and to propagate the result up to the Chromium-side.
Patch dependency:
[1] Blink: THIS PATCH
[2] Chromium: https://codereview.chromium.org/697593002/
[3] Blink: https://codereview.chromium.org/697833004/
BUG=426344
TEST=compile (test will be added by [3])
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184854
Patch Set 1 : #
Total comments: 6
Patch Set 2 : address falken@'s comments #
Total comments: 4
Patch Set 3 : address tkent@'s comments #
Total comments: 4
Patch Set 4 : #
Messages
Total messages: 24 (10 generated)
|