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

Unified Diff: tools/dom/scripts/systemhtml.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 | « tools/dom/scripts/htmlrenamer.py ('k') | tools/dom/src/EventListener.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/systemhtml.py
diff --git a/tools/dom/scripts/systemhtml.py b/tools/dom/scripts/systemhtml.py
index 99c27e78ca19c4f38b2bd85bdb070feb6ee5fdd9..610edde2e9fe05fa275b757c1b58e927b02a0746 100644
--- a/tools/dom/scripts/systemhtml.py
+++ b/tools/dom/scripts/systemhtml.py
@@ -49,6 +49,7 @@ _js_custom_members = monitored.Set('systemhtml._js_custom_members', [
'Element.remove',
'ElementEvents.mouseWheel',
'ElementEvents.transitionEnd',
+ 'Event.returnValue',
'DOMException.name',
'HTMLTableElement.createTBody',
'IDBDatabase.transaction',
« no previous file with comments | « tools/dom/scripts/htmlrenamer.py ('k') | tools/dom/src/EventListener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698