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

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

Issue 37203003: Dartium fixes for latest Blink rolls. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « tools/dom/idl/dart/dart.idl ('k') | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index bc3226a566dd00161d152e00e7e595a499d8b97c..3c957fe8cc55d7294106aeedb0e4d93a591270b4 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -318,7 +318,6 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [
'WheelEvent.initWebKitWheelEvent',
'WheelEvent.deltaX',
'WheelEvent.deltaY',
- 'Window.createImageBitmap',
'Window.getComputedStyle',
'Window.clearInterval',
'Window.clearTimeout',
@@ -490,6 +489,7 @@ removed_html_members = monitored.Set('htmlrenamer.removed_html_members', [
'Window.call:blur',
'Window.call:focus',
'Window.clientInformation',
+ 'Window.createImageBitmap',
'Window.get:frames',
'Window.get:length',
'Window.on:beforeUnload',
@@ -593,6 +593,8 @@ removed_html_members = monitored.Set('htmlrenamer.removed_html_members', [
'Event.returnValue',
'Event.srcElement',
'EventSource.URL',
+ 'FontFaceSet.load',
+ 'FontFaceSet.ready',
'HTMLAnchorElement.charset',
'HTMLAnchorElement.coords',
'HTMLAnchorElement.rev',
@@ -700,9 +702,12 @@ removed_html_members = monitored.Set('htmlrenamer.removed_html_members', [
'HTMLUListElement.compact',
'HTMLUListElement.type',
'Location.valueOf',
+ 'MessageEvent.ports',
'MessageEvent.webkitInitMessageEvent',
'MouseEvent.x',
'MouseEvent.y',
+ 'Navigator.registerServiceWorker',
+ 'Navigator.unregisterServiceWorker',
'Node.compareDocumentPosition',
'Node.get:DOCUMENT_POSITION_CONTAINED_BY',
'Node.get:DOCUMENT_POSITION_CONTAINS',
« no previous file with comments | « tools/dom/idl/dart/dart.idl ('k') | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698