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

Unified Diff: core/page/DOMWindow.idl

Issue 15685002: IDL roll. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
Patch Set: Created 7 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 | « core/inspector/JavaScriptCallFrame.idl ('k') | core/page/PerformanceEntry.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 22811)
+++ core/page/DOMWindow.idl (working copy)
@@ -26,10 +26,10 @@
[
CheckSecurity,
- CustomGetOwnPropertySlot,
EventTarget,
- CustomToJSObject,
- NoWrapperCache,
+ CustomToV8,
+ CustomNamedGetter,
+ DoNotGenerateWrap,
CustomIndexedGetter,
InterfaceName=Window
] interface DOMWindow {
@@ -527,7 +527,7 @@
attribute WebKitCSSKeyframeRuleConstructor WebKitCSSKeyframeRule;
attribute WebKitCSSKeyframesRuleConstructor WebKitCSSKeyframesRule;
- [Conditional=CSS_REGIONS, EnabledAtRuntime=cssRegions] attribute WebKitCSSRegionRuleConstructor WebKitCSSRegionRule;
+ [EnabledAtRuntime=cssRegions] attribute WebKitCSSRegionRuleConstructor WebKitCSSRegionRule;
attribute WebKitCSSMatrixConstructor WebKitCSSMatrix; // Usable with the new operator
@@ -544,7 +544,6 @@
attribute NodeFilterConstructor NodeFilter;
attribute RangeConstructor Range;
- attribute RangeExceptionConstructor RangeException;
attribute EventSourceConstructor EventSource; // Usable with new the operator
@@ -555,13 +554,10 @@
attribute XMLSerializerConstructor XMLSerializer;
attribute XMLHttpRequestConstructor XMLHttpRequest; // Usable with the new operator
attribute XMLHttpRequestUploadConstructor XMLHttpRequestUpload;
- attribute XMLHttpRequestExceptionConstructor XMLHttpRequestException;
attribute XSLTProcessorConstructor XSLTProcessor; // Usable with the new operator
-#if defined(ENABLE_CHANNEL_MESSAGING) && ENABLE_CHANNEL_MESSAGING
attribute MessagePortConstructor MessagePort;
attribute MessageChannelConstructor MessageChannel; // Usable with the new operator
-#endif
attribute DOMPluginConstructor Plugin;
attribute DOMPluginArrayConstructor PluginArray;
« no previous file with comments | « core/inspector/JavaScriptCallFrame.idl ('k') | core/page/PerformanceEntry.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698