https://github.com/web-platform-tests/wpt
Revision 9f72b689165309d4b959f3dbc724f18fe9a77111 authored by Mike West on 05 April 2018, 12:29:12 UTC, committed by Chromium WPT Sync on 05 April 2018, 12:29:12 UTC
This patch adjusts the `SecureContext` IDL attribute to take an argument,
as we need to restrict the relevant bits and pieces to secure contexts
iff a specific flag is set. We'll unfortunately need to keep that in place
until and unless we decide that we can reasonably remove an enterprise
opt-out.

Intent to Deprecate/Remove: https://groups.google.com/a/chromium.org/d/msg/blink-dev/ANnafFBhReY/1Xdr53KxBAAJ
Spec bug: https://github.com/whatwg/html/issues/3440

Bug: 588931
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: I5bedd2ca6f420a88ddbcff65e4223fad224ac0a7
Reviewed-on: https://chromium-review.googlesource.com/982625
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Reviewed-by: Hitoshi Yoshida <peria@chromium.org>
Commit-Queue: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548391}
1 parent d725f2a
History
Tip revision: 9f72b689165309d4b959f3dbc724f18fe9a77111 authored by Mike West on 05 April 2018, 12:29:12 UTC
Add a runtime flag to restrict AppCache to secure contexts.
Tip revision: 9f72b68
File Mode Size
resources
OWNERS -rw-r--r-- 47 bytes
idlharness.html -rw-r--r-- 5.5 KB
nav2_data_uri.html -rw-r--r-- 437 bytes
nav2_idlharness.html -rw-r--r-- 2.7 KB
nav2_test_attributes_exist.html -rw-r--r-- 2.4 KB
nav2_test_attributes_values.html -rw-r--r-- 5.2 KB
nav2_test_document_open.html -rw-r--r-- 4.1 KB
nav2_test_document_replaced.html -rw-r--r-- 2.2 KB
nav2_test_frame_removed.html -rw-r--r-- 1.1 KB
nav2_test_instance_accessible_from_the_start.html -rw-r--r-- 545 bytes
nav2_test_instance_accessors.html -rw-r--r-- 3.1 KB
nav2_test_navigate_within_document.html -rw-r--r-- 3.0 KB
nav2_test_navigation_type_backforward.html -rw-r--r-- 3.4 KB
nav2_test_navigation_type_navigate.html -rw-r--r-- 1.2 KB
nav2_test_navigation_type_reload.html -rw-r--r-- 2.3 KB
nav2_test_redirect_none.html -rw-r--r-- 1.5 KB
nav2_test_redirect_server.html -rw-r--r-- 2.0 KB
nav2_test_redirect_xserver.html -rw-r--r-- 2.4 KB
nav2_test_redirect_xserver_opt_in.html -rw-r--r-- 2.7 KB
nav2_test_unique_nav_instances.html -rw-r--r-- 3.1 KB
nav2_test_unloadEvents_no_previous_document.html -rw-r--r-- 1.4 KB
nav2_test_unloadEvents_previous_document_cross_origin.sub.html -rw-r--r-- 2.2 KB
nav2_test_unloadEvents_with_cross_origin_redirects.html -rw-r--r-- 2.6 KB
nav2_test_unloadEvents_with_previous_document.html -rw-r--r-- 1.9 KB
po-navigation.html -rw-r--r-- 1.2 KB
test_document_open.html -rw-r--r-- 2.5 KB
test_document_readiness_exist.html -rw-r--r-- 1.8 KB
test_navigate_within_document.html -rw-r--r-- 2.4 KB
test_navigation_attributes_exist.html -rw-r--r-- 1015 bytes
test_navigation_redirectCount_none.html -rw-r--r-- 1.5 KB
test_navigation_type_backforward.html -rw-r--r-- 4.0 KB
test_navigation_type_enums.html -rw-r--r-- 1.1 KB
test_navigation_type_reload.html -rw-r--r-- 4.5 KB
test_no_previous_document.html -rw-r--r-- 1.9 KB
test_performance_attributes_exist.html -rw-r--r-- 955 bytes
test_performance_attributes_exist_in_object.html -rw-r--r-- 1.3 KB
test_readwrite.html -rw-r--r-- 1.2 KB
test_timing_attributes_exist.html -rw-r--r-- 1.0 KB
test_timing_attributes_order.html -rw-r--r-- 5.0 KB
test_timing_client_redirect.html -rw-r--r-- 2.5 KB
test_timing_reload.html -rw-r--r-- 3.5 KB
test_timing_server_redirect.html -rw-r--r-- 2.2 KB
test_timing_xserver_redirect.html -rw-r--r-- 3.2 KB
test_unique_performance_objects.html -rw-r--r-- 1.4 KB

back to top