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

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

Issue 12218111: Allowing Window.onBeforeUnload event to work properly. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/scripts/systemhtml.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 8b696d6994c364da01a14a8be7b3dcdce838a0b6..5ef98b7317fb6d3244b9e6788d7a6e0a1589e591 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -347,10 +347,11 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'CanvasRenderingContext2D.webkitLineDashOffset',
'CharacterData.remove',
'DOMWindow.call:blur',
- 'DOMWindow.clientInformation',
'DOMWindow.call:focus',
+ 'DOMWindow.clientInformation',
'DOMWindow.get:frames',
'DOMWindow.get:length',
+ 'DOMWindow.on:beforeUnload',
'DOMWindow.prompt',
'DOMWindow.webkitCancelAnimationFrame',
'DOMWindow.webkitCancelRequestAnimationFrame',
@@ -448,6 +449,7 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'Element.set:outerHTML',
'Element.setAttributeNode',
'Element.setAttributeNodeNS',
+ 'Event.returnValue',
'Event.srcElement',
'EventSource.URL',
'HTMLAnchorElement.charset',
@@ -463,6 +465,7 @@ _removed_html_members = monitored.Set('htmlrenamer._removed_html_members', [
'HTMLBodyElement.background',
'HTMLBodyElement.bgColor',
'HTMLBodyElement.link',
+ 'HTMLBodyElement.on:beforeUnload',
'HTMLBodyElement.text',
'HTMLBodyElement.vLink',
'HTMLDListElement.compact',
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698