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

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

Issue 1185043005: Sync worker interfaces with the HTML spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/Worker.idl ('k') | Source/core/workers/WorkerGlobalScope.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerConsole.idl
diff --git a/Source/core/workers/WorkerConsole.idl b/Source/core/workers/WorkerConsole.idl
index 84e181bcbaf3fd084f97622defdfe62913133297..79d4f8bb4b4453021f9f09de3d415e5d802ae0b1 100644
--- a/Source/core/workers/WorkerConsole.idl
+++ b/Source/core/workers/WorkerConsole.idl
@@ -26,6 +26,12 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// Console API (non-standard but widely implemented in some form)
+// https://developer.chrome.com/devtools/docs/console-api
+
+// TODO(philipj): Both Firefox and IE use the Console interface in workers and
+// on the main thread alike, with no WorkerConsole or similar interface.
+
[
NoInterfaceObject
] interface WorkerConsole : ConsoleBase {
« no previous file with comments | « Source/core/workers/Worker.idl ('k') | Source/core/workers/WorkerGlobalScope.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698