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

Unified Diff: modules/serviceworkers/WindowClient.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « modules/serviceworkers/StashedPortCollection.idl ('k') | modules/speech/SpeechRecognition.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/serviceworkers/WindowClient.idl
diff --git a/modules/serviceworkers/WindowClient.idl b/modules/serviceworkers/WindowClient.idl
index 3af859b12a83640eac243b5cd89dabe784ccf3f2..36394082febcf4d9af2aaf9e889690932c622ff8 100644
--- a/modules/serviceworkers/WindowClient.idl
+++ b/modules/serviceworkers/WindowClient.idl
@@ -15,10 +15,10 @@ enum ContextFrameType {
Exposed=ServiceWorker,
RuntimeEnabled=ServiceWorkerClientAttributes,
GarbageCollected,
- TypeChecking=Interface,
ImplementedAs=ServiceWorkerWindowClient,
] interface WindowClient : Client {
readonly attribute VisibilityState visibilityState;
readonly attribute boolean focused;
[CallWith=ScriptState] Promise<WindowClient> focus();
+ [RuntimeEnabled=ServiceWorkerWindowClientNavigate, CallWith=ScriptState] Promise<WindowClient> navigate(USVString url);
};
« no previous file with comments | « modules/serviceworkers/StashedPortCollection.idl ('k') | modules/speech/SpeechRecognition.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698