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
payment-app
OWNERS -rw-r--r-- 28 bytes
app-can-make-payment.js -rw-r--r-- 3.4 KB
basic-card.js -rw-r--r-- 3.3 KB
basic-card.json -rw-r--r-- 171 bytes
can-make-payment-event-constructor.https.html -rw-r--r-- 448 bytes
can-make-payment-event-constructor.https.worker.js -rw-r--r-- 1.6 KB
can-make-payment-event.https.html -rw-r--r-- 11.8 KB
interfaces.https.any.js -rw-r--r-- 508 bytes
manifest.json -rw-r--r-- 160 bytes
payment-instruments.https.html -rw-r--r-- 12.0 KB
payment-request-event.https.html -rw-r--r-- 4.1 KB
register-and-activate-service-worker.js -rw-r--r-- 903 bytes
same-object-attributes.https.html -rw-r--r-- 744 bytes
untrusted-event.https.html -rw-r--r-- 1.7 KB
untrusted-event.js -rw-r--r-- 1.2 KB

back to top