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

Unified Diff: Source/core/workers/TeleportContext.idl

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 2 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 | « Source/core/workers/TeleportContext.cpp ('k') | Source/core/workers/UIWorker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/TeleportContext.idl
diff --git a/Source/bindings/tests/idls/core/TestInterfaceWillBeGarbageCollected.idl b/Source/core/workers/TeleportContext.idl
similarity index 76%
copy from Source/bindings/tests/idls/core/TestInterfaceWillBeGarbageCollected.idl
copy to Source/core/workers/TeleportContext.idl
index be955b036e9a15db6af2329cc3ba4a15dc9f73ed..d6a802841da370463ff1c6a34a634cc8b3a9a7e5 100644
--- a/Source/bindings/tests/idls/core/TestInterfaceWillBeGarbageCollected.idl
+++ b/Source/core/workers/TeleportContext.idl
@@ -29,10 +29,16 @@
*/
[
- Constructor(DOMString str),
- NamedConstructor=TestInterface(DOMString str),
WillBeGarbageCollected,
-] interface TestInterfaceWillBeGarbageCollected : EventTarget { // Inherit from EventTarget to test order of internal fields
- attribute TestInterfaceWillBeGarbageCollected attr1;
- void func(TestInterfaceWillBeGarbageCollected arg);
+ Exposed=UIWorker,
+ Constructor(sequence<DOMString> propertyIds),
+] interface TeleportContext {
+ // http://www.w3.org/TR/hr-time/ for details.
+ readonly attribute double timestamp;
+
+ [RaisesException] WebKitCSSMatrix getMatrix(DOMString propertyId);
+ [RaisesException] void setMatrix(DOMString propertyId, WebKitCSSMatrix value);
+
+ [RaisesException] double getScalar(DOMString propertyId);
+ [RaisesException] void setScalar(DOMString propertyId, double value);
};
« no previous file with comments | « Source/core/workers/TeleportContext.cpp ('k') | Source/core/workers/UIWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698