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

Unified Diff: core/page/DOMWindow.idl

Issue 15643014: Blink IDL roll. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: Created 7 years, 6 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 | « core/inspector/InjectedScriptHost.idl ('k') | core/page/EventSource.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/page/DOMWindow.idl
===================================================================
--- core/page/DOMWindow.idl (revision 23517)
+++ core/page/DOMWindow.idl (working copy)
@@ -28,7 +28,6 @@
CheckSecurity,
EventTarget,
CustomToV8,
- CustomNamedGetter,
DoNotGenerateWrap,
InterfaceName=Window
] interface DOMWindow {
@@ -302,8 +301,6 @@
// Constructors enabled at runtime but whose interface does not have EnabledAtRuntime
// extended attribute.
// FIXME: Remove these.
- [EnabledAtRuntime=media] attribute HTMLMediaElementConstructor HTMLMediaElement;
- [EnabledAtRuntime=media] attribute HTMLVideoElementConstructor HTMLVideoElement;
[EnabledAtRuntime=media] attribute MediaErrorConstructor MediaError;
[EnabledAtRuntime=media] attribute TimeRangesConstructor TimeRanges;
[EnabledAtRuntime=media] attribute HTMLSourceElementConstructor HTMLSourceElement;
@@ -334,6 +331,7 @@
// window.toString() requires special handling in V8
[DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString toString();
- [ImplementedAs=anonymousIndexedGetter] getter DOMWindow(unsigned long index);
+ [ImplementedAs=anonymousIndexedGetter, NotEnumerable] getter DOMWindow(unsigned long index);
+ [Custom, NotEnumerable] getter DOMWindow (DOMString name);
};
« no previous file with comments | « core/inspector/InjectedScriptHost.idl ('k') | core/page/EventSource.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698