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

Unified Diff: Source/modules/netinfo/WorkerNavigatorNetworkInfoConnection.idl

Issue 299883004: Adds WebWorker support to NetInfo v3. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo3
Patch Set: Simplify layout test Created 6 years, 7 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/netinfo/WorkerNavigatorNetworkInfoConnection.idl
diff --git a/Source/core/animation/AnimationEffect.idl b/Source/modules/netinfo/WorkerNavigatorNetworkInfoConnection.idl
similarity index 58%
copy from Source/core/animation/AnimationEffect.idl
copy to Source/modules/netinfo/WorkerNavigatorNetworkInfoConnection.idl
index f5dc6ce2f5788ac2b080b806ce9f3afba8188b3f..ba9c2ee3f3ce7c3b84400f2ed5e06f17e0f10df6 100644
--- a/Source/core/animation/AnimationEffect.idl
+++ b/Source/modules/netinfo/WorkerNavigatorNetworkInfoConnection.idl
@@ -3,8 +3,8 @@
// found in the LICENSE file.
[
- RuntimeEnabled=WebAnimationsAPI,
- NoInterfaceObject,
+ Exposed=Worker,
WillBeGarbageCollected
-] interface AnimationEffect {
+] partial interface WorkerNavigator {
+ [CallWith=ExecutionContext] readonly attribute NetworkInfoConnection connection;
};

Powered by Google App Engine
This is Rietveld 408576698