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

Unified Diff: core/workers/WorkerGlobalScope.idl

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « core/workers/WorkerConsole.idl ('k') | core/xml/XMLHttpRequest.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/workers/WorkerGlobalScope.idl
diff --git a/core/workers/WorkerGlobalScope.idl b/core/workers/WorkerGlobalScope.idl
index 87c3594f8f7292b8e7287101848676f1bc00b020..0d67095ada39dceade6b31dd9edd468cd5f97a03 100644
--- a/core/workers/WorkerGlobalScope.idl
+++ b/core/workers/WorkerGlobalScope.idl
@@ -35,14 +35,17 @@
[Replaceable] readonly attribute WorkerLocation location;
void close();
attribute EventHandler onerror;
+ [Replaceable] readonly attribute WorkerConsole console;
+
// WorkerUtils
- [Custom] void importScripts(/*[Variadic] in DOMString urls */);
+ [RaisesException] void importScripts(DOMString... urls);
[Replaceable] readonly attribute WorkerNavigator navigator;
// Additional constructors
attribute URLConstructor webkitURL; // FIXME: deprecate this.
};
+WorkerGlobalScope implements ImageBitmapFactories;
WorkerGlobalScope implements WindowBase64;
WorkerGlobalScope implements WindowTimers;
« no previous file with comments | « core/workers/WorkerConsole.idl ('k') | core/xml/XMLHttpRequest.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698