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

Unified Diff: lib/html/scripts/systemhtml.py

Issue 11074005: Wrap Window in case it's a window from a different page / frame. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cleanup Created 8 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
Index: lib/html/scripts/systemhtml.py
diff --git a/lib/html/scripts/systemhtml.py b/lib/html/scripts/systemhtml.py
index 0a0e037e36ad60501f9f2b7bfffa8ed4e1a2b667..6e377f0f8e0c10fdb35e47bd4da7ed44f07f7362 100644
--- a/lib/html/scripts/systemhtml.py
+++ b/lib/html/scripts/systemhtml.py
@@ -20,7 +20,6 @@ _js_custom_members = set([
'Element.remove',
'ElementEvents.mouseWheel',
'IDBDatabase.transaction',
- 'IFrameElement.contentWindow',
'MouseEvent.offsetX',
'MouseEvent.offsetY',
'SelectElement.options',
@@ -30,7 +29,6 @@ _js_custom_members = set([
'LocalWindow.indexedDB',
'LocalWindow.location',
'LocalWindow.open',
- 'LocalWindow.top',
'LocalWindow.webkitCancelAnimationFrame',
'LocalWindow.webkitRequestAnimationFrame',
])

Powered by Google App Engine
This is Rietveld 408576698