https://github.com/web-platform-tests/wpt
Revision 992147614f6cdd4fcb8b03e19c9af25cacacd192 authored by Marijn Kruisselbrink on 03 April 2018, 22:03:09 UTC, committed by Blink WPT Bot on 03 April 2018, 22:15:44 UTC
This makes sure that no race conditions exist between navigating to a
blob URL and revoking it. Currently only implemented for the network
service code path.

Also add one more navigation-then-revoke WPT test, as the existing tests
didn't cover the NavigationScheduler code-path.

Design doc: https://docs.google.com/document/d/1DqVcTWE9Qb_3KpIRH2bFV-6hWEr8S92c4ppY67YL1KI/edit#heading=h.n4fzuc6mgziv

Further navigation cases are handled in https://chromium-review.googlesource.com/c/chromium/src/+/899508.

Bug: 800901
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
Change-Id: Icf9a4725526b4329a2841626977292802ad2fa7a
Reviewed-on: https://chromium-review.googlesource.com/898009
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Nasko Oskov <nasko@chromium.org>
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547842}
1 parent 81e900a
History
Tip revision: 992147614f6cdd4fcb8b03e19c9af25cacacd192 authored by Marijn Kruisselbrink on 03 April 2018, 22:03:09 UTC
[Mojo Blob URLs] Resolve navigation blob URLs in blink.
Tip revision: 9921476
File Mode Size
baseurl
constructors
interfaces
modules
non-automated
semantics
support
OWNERS -rw-r--r-- 40 bytes
README.md -rw-r--r-- 160 bytes
SharedWorkerPerformanceNow.html -rw-r--r-- 2.0 KB
SharedWorker_blobUrl.html -rw-r--r-- 755 bytes
SharedWorker_dataUrl.html -rw-r--r-- 1.8 KB
WorkerGlobalScope_ErrorEvent_colno.htm -rw-r--r-- 659 bytes
WorkerGlobalScope_ErrorEvent_filename.htm -rw-r--r-- 778 bytes
WorkerGlobalScope_ErrorEvent_lineno.htm -rw-r--r-- 647 bytes
WorkerGlobalScope_ErrorEvent_message.htm -rw-r--r-- 700 bytes
WorkerGlobalScope_close.htm -rw-r--r-- 567 bytes
WorkerGlobalScope_importScripts.htm -rw-r--r-- 425 bytes
WorkerGlobalScope_importScripts_NetworkErr.htm -rw-r--r-- 412 bytes
WorkerGlobalScope_importScripts_NosniffErr.htm -rw-r--r-- 306 bytes
WorkerGlobalScope_setInterval.htm -rw-r--r-- 646 bytes
WorkerGlobalScope_setTimeout.htm -rw-r--r-- 644 bytes
WorkerLocation-origin.sub.window.js -rw-r--r-- 506 bytes
WorkerLocation.htm -rw-r--r-- 531 bytes
WorkerLocation_hash.htm -rw-r--r-- 433 bytes
WorkerLocation_hash_encoding.htm -rw-r--r-- 427 bytes
WorkerLocation_hash_nonexist.htm -rw-r--r-- 413 bytes
WorkerLocation_host.htm -rw-r--r-- 422 bytes
WorkerLocation_hostname.htm -rw-r--r-- 434 bytes
WorkerLocation_href.htm -rw-r--r-- 542 bytes
WorkerLocation_pathname.htm -rw-r--r-- 563 bytes
WorkerLocation_port.htm -rw-r--r-- 422 bytes
WorkerLocation_protocol.htm -rw-r--r-- 434 bytes
WorkerLocation_search.htm -rw-r--r-- 443 bytes
WorkerLocation_search_empty.htm -rw-r--r-- 408 bytes
WorkerLocation_search_fragment.htm -rw-r--r-- 432 bytes
WorkerLocation_search_nonexist.htm -rw-r--r-- 415 bytes
WorkerNavigator_appName.htm -rw-r--r-- 401 bytes
WorkerNavigator_appVersion.htm -rw-r--r-- 410 bytes
WorkerNavigator_onLine.htm -rw-r--r-- 398 bytes
WorkerNavigator_platform.htm -rw-r--r-- 404 bytes
WorkerNavigator_userAgent.htm -rw-r--r-- 407 bytes
WorkerPerformanceNow.html -rw-r--r-- 1.0 KB
Worker_ErrorEvent_bubbles_cancelable.htm -rw-r--r-- 880 bytes
Worker_ErrorEvent_error.htm -rw-r--r-- 1023 bytes
Worker_ErrorEvent_filename.htm -rw-r--r-- 747 bytes
Worker_ErrorEvent_lineno.htm -rw-r--r-- 618 bytes
Worker_ErrorEvent_message.htm -rw-r--r-- 669 bytes
Worker_ErrorEvent_type.htm -rw-r--r-- 662 bytes
Worker_NosniffErr.htm -rw-r--r-- 413 bytes
Worker_basic.htm -rw-r--r-- 837 bytes
Worker_cross_origin_security_err.htm -rw-r--r-- 478 bytes
Worker_dispatchEvent_ErrorEvent.htm -rw-r--r-- 1.1 KB
Worker_script_mimetype.htm -rw-r--r-- 433 bytes
Worker_terminate_event_queue.htm -rw-r--r-- 684 bytes
data-url-shared-window.html -rw-r--r-- 660 bytes
data-url-shared.html -rw-r--r-- 3.2 KB
data-url.html -rw-r--r-- 2.8 KB
interfaces.worker.js -rw-r--r-- 553 bytes
name-property.html -rw-r--r-- 1.1 KB
nested_worker.worker.js -rw-r--r-- 333 bytes
opaque-origin.html -rw-r--r-- 542 bytes
postMessage_DataCloneErr.htm -rw-r--r-- 396 bytes
postMessage_clone_port.htm -rw-r--r-- 859 bytes
postMessage_clone_port_error.htm -rw-r--r-- 407 bytes
postMessage_event_properties.htm -rw-r--r-- 913 bytes
postMessage_ports_readonly_array.htm -rw-r--r-- 773 bytes
postMessage_target_source.htm -rw-r--r-- 554 bytes
shared-worker-name-via-options.html -rw-r--r-- 1.2 KB
worker-performance.worker.js -rw-r--r-- 6.9 KB

README.md

back to top