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

Unified Diff: client/dom/generated/src/frog/Console.dart

Issue 8895013: Add enables consistent with Chrome's WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Alpha the ENABLEs Created 9 years 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 | « client/dom/generated/src/frog/Blob.dart ('k') | client/dom/generated/src/frog/DOMWindow.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/Console.dart
diff --git a/client/dom/generated/src/frog/Console.dart b/client/dom/generated/src/frog/Console.dart
index ee141f85e2bcbe74b9acee6a1c49003811146452..5f2b1236b3b5ee00f2cb5d136ec8af4d5cb2f0cc 100644
--- a/client/dom/generated/src/frog/Console.dart
+++ b/client/dom/generated/src/frog/Console.dart
@@ -3,6 +3,8 @@ class Console native "=(typeof console == 'undefined' ? {} : console)" {
MemoryInfo memory;
+ List profiles;
+
void assert(bool condition) native;
void count() native;
@@ -27,6 +29,10 @@ class Console native "=(typeof console == 'undefined' ? {} : console)" {
void markTimeline() native;
+ void profile(String title) native;
+
+ void profileEnd(String title) native;
+
void time(String title) native;
void timeEnd(String title) native;
« no previous file with comments | « client/dom/generated/src/frog/Blob.dart ('k') | client/dom/generated/src/frog/DOMWindow.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698