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

Unified Diff: tools/dom/scripts/systemhtml.py

Issue 23889005: Cleaning up a bunch of DOM generation tables (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 2503ff95aa2c0e74af6c3bdaf7b8b37a69c359f0..d3460cad1657e333bff636c0ec455411dec3ddc2 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -27,25 +27,27 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
'CanvasRenderingContext2D.drawImage',
'CanvasRenderingContext2D.lineDashOffset',
'Console.memory',
- 'Console.assertCondition',
- 'Console.count',
- 'Console.debug',
- 'Console.dir',
- 'Console.dirxml',
- 'Console.error',
- 'Console.group',
- 'Console.groupCollapsed',
- 'Console.groupEnd',
- 'Console.info',
- 'Console.log',
- 'Console.markTimeline',
- 'Console.profile',
- 'Console.profileEnd',
- 'Console.time',
- 'Console.timeEnd',
- 'Console.timeStamp',
- 'Console.trace',
- 'Console.warn',
+ 'ConsoleBase.assertCondition',
+ 'ConsoleBase.clear',
+ 'ConsoleBase.count',
+ 'ConsoleBase.debug',
+ 'ConsoleBase.dir',
+ 'ConsoleBase.dirxml',
+ 'ConsoleBase.error',
+ 'ConsoleBase.group',
+ 'ConsoleBase.groupCollapsed',
+ 'ConsoleBase.groupEnd',
+ 'ConsoleBase.info',
+ 'ConsoleBase.log',
+ 'ConsoleBase.markTimeline',
+ 'ConsoleBase.profile',
+ 'ConsoleBase.profileEnd',
+ 'ConsoleBase.table',
+ 'ConsoleBase.time',
+ 'ConsoleBase.timeEnd',
+ 'ConsoleBase.timeStamp',
+ 'ConsoleBase.trace',
+ 'ConsoleBase.warn',
'WebKitCSSKeyframesRule.insertRule',
'CSSStyleDeclaration.setProperty',
'Element.createShadowRoot',

Powered by Google App Engine
This is Rietveld 408576698