[html5] r2067 - [e] (0) Move things around in the IDL so that browsing-context related stuff is [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 12 17:20:43 PDT 2008
Author: ianh
Date: 2008-08-12 17:20:42 -0700 (Tue, 12 Aug 2008)
New Revision: 2067
Modified:
index
source
Log:
[e] (0) Move things around in the IDL so that browsing-context related stuff is closer together.
/home/ianh/svn/webapps/hooks/commit-email.pl: `/usr/bin/svnlook diff /home/ianh/svn/webapps -r 2067' failed with this output:
Modified: index
===================================================================
--- index 2008-08-13 00:16:46 UTC (rev 2066)
+++ index 2008-08-13 00:20:42 UTC (rev 2067)
@@ -31879,6 +31879,19 @@
readonly attribute <a href="#undomanager">UndoManager</a> <a href="#undomanager0" title=dom-undoManager>undoManager</a>;
<a href="#selection1">Selection</a> <a href="#getselection" title=dom-getSelection>getSelection</a>();
+ // other browsing contexts
+ readonly attribute <a href="#window">Window</a> <a href="#frames" title=dom-frames>frames</a>;
+ readonly attribute unsigned long <a href="#length7" title=dom-length>length</a>;
+ [IndexGetter] <a href="#window">Window</a> <a href="#xxx4index" title=dom-XXX4>XXX4</a>(in unsigned long index); <!-- XXX DOMB -->
+ readonly attribute <a href="#window">Window</a> <a href="#top0" title=dom-top>top</a>;
+ readonly attribute <a href="#window">Window</a> <a href="#opener0" title=dom-opener>opener</a>;
+ readonly attribute <a href="#window">Window</a> <a href="#parent0" title=dom-parent>parent</a>;
+ <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>();
+ <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>(in DOMString url);
+ <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>(in DOMString url, in DOMString target);
+ <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>(in DOMString url, in DOMString target, in DOMString features);
+ <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>(in DOMString url, in DOMString target, in DOMString features, in DOMString replace);
+
// the user agent
readonly attribute <a href="#clientinformation">ClientInformation</a> <a href="#navigator" title=dom-navigator>navigator</a>; <!-- XXX IE6 also has window.clientInformation pointing to this same object -->
readonly attribute <a href="#storage0">Storage</a> <a href="#localstorage" title=dom-localStorage>localStorage</a>;
@@ -31897,19 +31910,6 @@
void <a href="#shownotification" title=dom-showNotification>showNotification</a>(in DOMString title, in DOMString subtitle, in DOMString description);
void <a href="#shownotification" title=dom-showNotification>showNotification</a>(in DOMString title, in DOMString subtitle, in DOMString description, in VoidCallback onclick);
- // other browsing contexts
- readonly attribute <a href="#window">Window</a> <a href="#frames" title=dom-frames>frames</a>;
- readonly attribute unsigned long <a href="#length7" title=dom-length>length</a>;
- [IndexGetter] <a href="#window">Window</a> <a href="#xxx4index" title=dom-XXX4>XXX4</a>(in unsigned long index); <!-- XXX DOMB -->
- readonly attribute <a href="#window">Window</a> <a href="#top0" title=dom-top>top</a>;
- readonly attribute <a href="#window">Window</a> <a href="#opener0" title=dom-opener>opener</a>;
- readonly attribute <a href="#window">Window</a> <a href="#parent0" title=dom-parent>parent</a>;
- <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>();
- <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>(in DOMString url);
- <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>(in DOMString url, in DOMString target);
- <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>(in DOMString url, in DOMString target, in DOMString features);
- <a href="#window">Window</a> <a href="#open2" title=dom-open>open</a>(in DOMString url, in DOMString target, in DOMString features, in DOMString replace);
-
// <a href="#cross-document">cross-document messaging</a>
void <a href="#postmessage0" title=dom-window-postMessage-2>postMessage</a>(in DOMString message, in DOMString targetOrigin);
void <a href="#postmessage1" title=dom-window-postMessage-3>postMessage</a>(in DOMString message, in <a href="#messageport0">MessagePort</a> messagePort, in DOMString targetOrigin);
Modified: source
===================================================================
More information about the Commit-Watchers
mailing list