Revision 9c167f6b27d42431d4c91ca181dcbe83e7fd7759 authored by Han Leon on 23 April 2018, 07:28:33 UTC, committed by Chromium WPT Sync on 23 April 2018, 07:28:33 UTC
This CL sets Client.url as the creation url (document_url_) of
corresponding ServiceWorkerProviderHost, instead of the
last_committed_url of corresponding render frame host, which may be a
result of history.pushState() and should not be considered as Client.url
according to the spec:
https://w3c.github.io/ServiceWorker/#dom-client-url
https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-creation-url

Bug: 658997
TEST=blink_tests
external/wpt/service-workers/service-worker/clients-matchall-client-types.https.html

Change-Id: Id7060b7d1292654fc8f23dd72eef629f6a874ef0
1 parent a8a8377
History
File Mode Size
OWNERS -rw-r--r-- 43 bytes
PrefixedLocalStorage.js -rw-r--r-- 4.2 KB
PrefixedLocalStorage.js.headers -rw-r--r-- 45 bytes
PrefixedPostMessage.js -rw-r--r-- 3.8 KB
PrefixedPostMessage.js.headers -rw-r--r-- 45 bytes
arrays.js -rw-r--r-- 405 bytes
blank.html -rw-r--r-- 0 bytes
canvas-frame.css -rw-r--r-- 222 bytes
canvas-frame.css.headers -rw-r--r-- 38 bytes
canvas-index.css -rw-r--r-- 334 bytes
canvas-index.css.headers -rw-r--r-- 38 bytes
canvas-spec.css -rw-r--r-- 682 bytes
canvas-spec.css.headers -rw-r--r-- 38 bytes
canvas-tests.css -rw-r--r-- 1.8 KB
canvas-tests.css.headers -rw-r--r-- 38 bytes
canvas-tests.js -rw-r--r-- 3.3 KB
canvas-tests.js.headers -rw-r--r-- 45 bytes
css-paint-tests.js.headers -rw-r--r-- 45 bytes
css-red.txt -rw-r--r-- 21 bytes
domain-setter.sub.html -rw-r--r-- 184 bytes
dummy.xhtml -rw-r--r-- 86 bytes
dummy.xml -rw-r--r-- 30 bytes
entities.json -rw-r--r-- 142.5 KB
form-submission.py -rw-r--r-- 414 bytes
get-host-info.sub.js -rw-r--r-- 1.5 KB
get-host-info.sub.js.headers -rw-r--r-- 45 bytes
large.py -rw-r--r-- 1.3 KB
media.js -rw-r--r-- 974 bytes
media.js.headers -rw-r--r-- 45 bytes
namespaces.js -rw-r--r-- 104 bytes
object-association.js -rw-r--r-- 2.3 KB
object-association.js.headers -rw-r--r-- 45 bytes
performance-timeline-utils.js -rw-r--r-- 1.7 KB
performance-timeline-utils.js.headers -rw-r--r-- 45 bytes
redirect-opt-in.py -rw-r--r-- 595 bytes
redirect.py -rw-r--r-- 542 bytes
reftest-wait.js -rw-r--r-- 209 bytes
reftest-wait.js.headers -rw-r--r-- 45 bytes
stringifiers.js -rw-r--r-- 1.4 KB
stringifiers.js.headers -rw-r--r-- 45 bytes
test-setting-immutable-prototype.js -rw-r--r-- 2.3 KB
test-setting-immutable-prototype.js.headers -rw-r--r-- 45 bytes
text-plain.txt -rw-r--r-- 70 bytes
utils.js -rw-r--r-- 1.9 KB
utils.js.headers -rw-r--r-- 45 bytes
worklet-reftest.js -rw-r--r-- 971 bytes

back to top