Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: Source/modules/serviceworkers/testing/InternalsServiceWorker.idl

Issue 896043004: Tests for WaitUntilObserver and focus/openining windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@sw_client_focus_cleanup
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/serviceworkers/testing/InternalsServiceWorker.idl
diff --git a/Source/modules/serviceworkers/testing/InternalsServiceWorker.idl b/Source/modules/serviceworkers/testing/InternalsServiceWorker.idl
index f20eecbec8dc7998365140d214b5a454d538109f..1dda79a38acd2950286ca46e88982f7f08b81535 100644
--- a/Source/modules/serviceworkers/testing/InternalsServiceWorker.idl
+++ b/Source/modules/serviceworkers/testing/InternalsServiceWorker.idl
@@ -4,4 +4,5 @@
partial interface Internals {
void terminateServiceWorker(ServiceWorker worker);
+ void overrideWindowInteractionTimeout(unsigned long timeout);
};

Powered by Google App Engine
This is Rietveld 408576698