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

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

Issue 1759303003: Change scripts to avoid generating things that bloat the compiled code (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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/scripts/dartmetadata.py ('k') | tools/dom/templates/html/impl/impl_MessageEvent.darttemplate » ('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 c842245379045bbf6dfaa3b89f8f33747eda3876..158866f80b86872ae6c1e2f58953da5afd42d662 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -563,6 +563,8 @@ removed_html_members = monitored.Set('htmlrenamer.removed_html_members', [
'CanvasRenderingContext2D.webkitImageSmoothingEnabled',
'CharacterData.remove',
'ChildNode.replaceWith',
+ 'CSSStyleDeclaration.__getter__',
+ 'CSSStyleDeclaration.__setter__',
'Window.call:blur',
'Window.call:focus',
'Window.clientInformation',
@@ -828,6 +830,7 @@ removed_html_members = monitored.Set('htmlrenamer.removed_html_members', [
'NodeList.item',
'ParentNode.append',
'ParentNode.prepend',
+ 'ServiceWorkerMessageEvent.data',
'ShadowRoot.getElementsByTagNameNS',
'SVGElement.getPresentationAttribute',
'SVGElementInstance.on:wheel',
« no previous file with comments | « tools/dom/scripts/dartmetadata.py ('k') | tools/dom/templates/html/impl/impl_MessageEvent.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698