Revision 2dda7b8c10c7566fa6167a32b09c85d51baf2a85 authored by Ben Kelly on 16 August 2018, 22:28:23 UTC, committed by Blink WPT Bot on 16 August 2018, 22:37:33 UTC
This reverts commit 74fd352e51322e823070088c7d5c72e911966580.

Reason for revert: Moving behind experimental feature flag until web compat can be assessed.

Original change's description:
> Cache Storage: Check for duplicate entries in Cache.addAll().
>
> This implements step 4.2.3 of the BatchCacheOperations algorithm:
>
> https://w3c.github.io/ServiceWorker/#batch-cache-operations-algorithm
>
> Bug: 720919
> Change-Id: I679f786441b813ed816a183522021c417f4ab7b8
> Reviewed-on: https://chromium-review.googlesource.com/1162362
> Commit-Queue: Ben Kelly <wanderview@chromium.org>
> Reviewed-by: Joshua Bell <jsbell@chromium.org>
> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
> Reviewed-by: Victor Costan <pwnall@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#582738}

TBR=jsbell@chromium.org,kinuko@chromium.org,pwnall@chromium.org,wanderview@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 720919
Change-Id: I08736e4ec638a65c48f329966f378698a6d9b045
Reviewed-on: https://chromium-review.googlesource.com/1178502
Reviewed-by: Victor Costan <pwnall@chromium.org>
Commit-Queue: Ben Kelly <wanderview@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583849}
1 parent d44f0f5
History
File Mode Size
resources
META.yml -rw-r--r-- 143 bytes
README.md -rw-r--r-- 171 bytes
document-domain.html -rw-r--r-- 508 bytes
eventTestHarness.js -rw-r--r-- 1.9 KB
event_basic.html -rw-r--r-- 373 bytes
event_basic.js -rw-r--r-- 4.6 KB
event_body_attribute.html -rw-r--r-- 397 bytes
event_body_attribute.js -rw-r--r-- 3.9 KB
event_case_sensitive.html -rw-r--r-- 391 bytes
event_case_sensitive.js -rw-r--r-- 1.3 KB
event_constructor.html -rw-r--r-- 1.1 KB
event_constructor_eventinit.html -rw-r--r-- 1.2 KB
event_local_key.html -rw-r--r-- 1.2 KB
event_local_newvalue.html -rw-r--r-- 1.3 KB
event_local_oldvalue.html -rw-r--r-- 1.3 KB
event_local_removeitem.html -rw-r--r-- 1.7 KB
event_local_storagearea.html -rw-r--r-- 1.3 KB
event_local_storageeventinit.html -rw-r--r-- 1.2 KB
event_local_url.html -rw-r--r-- 1.4 KB
event_no_duplicates.html -rw-r--r-- 3.6 KB
event_session_key.html -rw-r--r-- 1.2 KB
event_session_newvalue.html -rw-r--r-- 1.3 KB
event_session_oldvalue.html -rw-r--r-- 1.3 KB
event_session_removeitem.html -rw-r--r-- 1.7 KB
event_session_storagearea.html -rw-r--r-- 1.4 KB
event_session_storageeventinit.html -rw-r--r-- 1.2 KB
event_session_url.html -rw-r--r-- 1.4 KB
event_setattribute.html -rw-r--r-- 385 bytes
event_setattribute.js -rw-r--r-- 3.9 KB
idlharness.window.js -rw-r--r-- 742 bytes
missing_arguments.html -rw-r--r-- 1.1 KB
storage_builtins.html -rw-r--r-- 1.0 KB
storage_clear.html -rw-r--r-- 827 bytes
storage_enumerate.html -rw-r--r-- 2.4 KB
storage_functions_not_overwritten.html -rw-r--r-- 1.7 KB
storage_getitem.html -rw-r--r-- 2.0 KB
storage_in.html -rw-r--r-- 950 bytes
storage_indexing.html -rw-r--r-- 1.3 KB
storage_key.html -rw-r--r-- 1.9 KB
storage_key_empty_string.html -rw-r--r-- 604 bytes
storage_length.html -rw-r--r-- 934 bytes
storage_local-manual.html -rw-r--r-- 1.2 KB
storage_local_setitem_quotaexceedederr.html -rw-r--r-- 904 bytes
storage_local_window_open.html -rw-r--r-- 889 bytes
storage_removeitem.html -rw-r--r-- 1.6 KB
storage_session-manual.html -rw-r--r-- 1.2 KB
storage_session_setitem_quotaexceedederr.html -rw-r--r-- 914 bytes
storage_session_window_noopener.html -rw-r--r-- 1.1 KB
storage_session_window_open.html -rw-r--r-- 890 bytes
storage_set_value_enumerate.html -rw-r--r-- 887 bytes
storage_setitem.html -rw-r--r-- 7.5 KB
storage_string_conversion.html -rw-r--r-- 1.2 KB
storage_supported_property_names.html -rw-r--r-- 848 bytes

README.md

back to top