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

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

Issue 10332105: Minimal fix to get cross frame tests working, take #2. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regen html_dartium.dart Created 8 years, 7 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 | « no previous file | lib/dom/templates/html/dartium/impl_IFrameElement.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/systemhtml.py
diff --git a/lib/dom/scripts/systemhtml.py b/lib/dom/scripts/systemhtml.py
index 7d10be8d379322692ce1408bf5ff3fe8055121be..480c13d8575888d94df32a3b396aebbdb9514bff 100644
--- a/lib/dom/scripts/systemhtml.py
+++ b/lib/dom/scripts/systemhtml.py
@@ -268,7 +268,12 @@ _html_library_remove = set([
"Node.get:PROCESSING_INSTRUCTION_NODE",
"Notification.dispatchEvent",
"Notification.addEventListener",
- "Notification.removeEventListener"])
+ "Notification.removeEventListener",
+ "IFrameElement.get:contentDocument",
+ "IFrameElement.get:contentWindow",
+ "Window.get:frameElement",
+ "Window.get:top",
+ ])
# Events without onEventName attributes in the IDL we want to support.
# We can automatically extract most event event names by checking for
« no previous file with comments | « no previous file | lib/dom/templates/html/dartium/impl_IFrameElement.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698