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

Unified Diff: Source/core/page/DOMWindow.idl

Issue 14882009: Remove DOM prefix from several IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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 | « Source/core/page/DOMSelection.idl ('k') | Source/core/page/SecurityPolicy.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DOMWindow.idl
diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl
index fdc348bd11b1d89dd758a95a657f0955228ceae9..1827cd3425c1ec7ce4338a4e9a7f1cc0a19abcc8 100644
--- a/Source/core/page/DOMWindow.idl
+++ b/Source/core/page/DOMWindow.idl
@@ -48,7 +48,7 @@
[DoNotCheckSecurity, CustomSetter, Unforgeable, Replaceable] readonly attribute Location location;
[MeasureAs=WindowEvent, NotEnumerable, Replaceable, CustomGetter, CustomSetter] readonly attribute Event event;
- DOMSelection getSelection();
+ Selection getSelection();
[CheckSecurityForNode] readonly attribute Element frameElement;
@@ -182,7 +182,7 @@
[RaisesException] DOMString atob([TreatNullAs=NullString,Default=Undefined] optional DOMString string);
[RaisesException] DOMString btoa([TreatNullAs=NullString,Default=Undefined] optional DOMString string);
- [Replaceable] readonly attribute DOMWindowCSS CSS;
+ [Replaceable] readonly attribute CSS CSS;
// Events
attribute EventListener onabort;
@@ -289,7 +289,7 @@
// Mozilla has a separate XMLDocument object for XML documents.
// We just use Document for this.
attribute DocumentConstructor XMLDocument;
- attribute DOMURLConstructor webkitURL; // FIXME: deprecate this.
+ attribute URLConstructor webkitURL; // FIXME: deprecate this.
attribute MutationObserverConstructor WebKitMutationObserver; // FIXME: Add metrics to determine when we can remove this.
attribute IDBCursorConstructor webkitIDBCursor;
attribute IDBDatabaseConstructor webkitIDBDatabase;
« no previous file with comments | « Source/core/page/DOMSelection.idl ('k') | Source/core/page/SecurityPolicy.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698