[html5] r3705 - [] (0) Rename getStorageUpdates()
whatwg at whatwg.org
whatwg at whatwg.org
Sat Aug 29 18:07:00 PDT 2009
Author: ianh
Date: 2009-08-29 18:06:58 -0700 (Sat, 29 Aug 2009)
New Revision: 3705
Modified:
index
source
Log:
[] (0) Rename getStorageUpdates()
Modified: index
===================================================================
--- index 2009-08-30 00:31:19 UTC (rev 3704)
+++ index 2009-08-30 01:06:58 UTC (rev 3705)
@@ -1175,7 +1175,7 @@
is that the behavior of implementations can be thought of as
completely serializing the execution of all scripts in all <a href=#browsing-context title="browsing context">browsing contexts</a>.</p>
- <p class=note>The <code title=dom-navigator-GetStorageUpdates><a href=#dom-navigator-getstorageupdates>navigator.getStorageUpdates()</a></code>
+ <p class=note>The <code title=dom-navigator-yieldForStorageUpdates><a href=#dom-navigator-yieldforstorageupdates>navigator.yieldForStorageUpdates()</a></code>
method, in this model, is equivalent to allowing other scripts to
run while the calling script is blocked.</p>
@@ -49186,7 +49186,7 @@
<p>Displays a modal alert with the given message, and waits for the user to dismiss it.</p>
- <p>A call to the <code title=dom-navigator-getStorageUpdates><a href=#dom-navigator-getstorageupdates>navigator.getStorageUpdates()</a></code>
+ <p>A call to the <code title=dom-navigator-yieldForStorageUpdates><a href=#dom-navigator-yieldforstorageupdates>navigator.yieldForStorageUpdates()</a></code>
method is implied when this method is invoked.</p>
</dd>
@@ -49198,7 +49198,7 @@
for the user to dismiss it, and returns true if the user clicks OK
and false if the user clicks Cancel.</p>
- <p>A call to the <code title=dom-navigator-getStorageUpdates><a href=#dom-navigator-getstorageupdates>navigator.getStorageUpdates()</a></code>
+ <p>A call to the <code title=dom-navigator-yieldForStorageUpdates><a href=#dom-navigator-yieldforstorageupdates>navigator.yieldForStorageUpdates()</a></code>
method is implied when this method is invoked.</p>
</dd>
@@ -49212,7 +49212,7 @@
instead. If the second argument is present, then the given value
is used as a default.</p>
- <p>A call to the <code title=dom-navigator-getStorageUpdates><a href=#dom-navigator-getstorageupdates>navigator.getStorageUpdates()</a></code>
+ <p>A call to the <code title=dom-navigator-yieldForStorageUpdates><a href=#dom-navigator-yieldforstorageupdates>navigator.yieldForStorageUpdates()</a></code>
method is implied when this method is invoked.</p>
</dd>
@@ -49254,7 +49254,7 @@
<p>Prompts the user to print the page.</p>
- <p>A call to the <code title=dom-navigator-getStorageUpdates><a href=#dom-navigator-getstorageupdates>navigator.getStorageUpdates()</a></code>
+ <p>A call to the <code title=dom-navigator-yieldForStorageUpdates><a href=#dom-navigator-yieldforstorageupdates>navigator.yieldForStorageUpdates()</a></code>
method is implied when this method is invoked.</p>
</dd>
@@ -49349,7 +49349,7 @@
<p>Prompts the user with the given page, waits for that page to
close, and returns the return value.</p>
- <p>A call to the <code title=dom-navigator-getStorageUpdates><a href=#dom-navigator-getstorageupdates>navigator.getStorageUpdates()</a></code>
+ <p>A call to the <code title=dom-navigator-yieldForStorageUpdates><a href=#dom-navigator-yieldforstorageupdates>navigator.yieldForStorageUpdates()</a></code>
method is implied when this method is invoked.</p>
</dd>
@@ -49596,7 +49596,7 @@
// content handler registration
void <a href=#dom-navigator-registerprotocolhandler title=dom-navigator-registerProtocolHandler>registerProtocolHandler</a>(in DOMString scheme, in DOMString url, in DOMString title);
void <a href=#dom-navigator-registercontenthandler title=dom-navigator-registerContentHandler>registerContentHandler</a>(in DOMString mimeType, in DOMString url, in DOMString title);
- void <a href=#dom-navigator-getstorageupdates title=dom-navigator-getStorageUpdates>getStorageUpdates</a>();
+ void <a href=#dom-navigator-yieldforstorageupdates title=dom-navigator-yieldForStorageUpdates>yieldForStorageUpdates</a>();
<!-- v2: cookieEnabled geolocator javaEnabled mozIsLocallyAvailable preference
readonly attribute <span>MimeTypeArray</span> <span title="dom-navigator-mimeTypes">mimeTypes</span>;
readonly attribute <span>PluginArray</span> <span title="dom-navigator-plugins">plugins</span>;
@@ -50059,7 +50059,7 @@
<h4 id=manually-releasing-the-storage-mutex><span class=secno>6.8.3 </span>Manually releasing the storage mutex</h4>
- <dl class=domintro><dt><var title="">window</var> . <code title=dom-navigator><a href=#dom-navigator>navigator</a></code> . <code title=dom-navigator-getStorageUpdates><a href=#dom-navigator-getstorageupdates>getStorageUpdates</a></code>()</dt>
+ <dl class=domintro><dt><var title="">window</var> . <code title=dom-navigator><a href=#dom-navigator>navigator</a></code> . <code title=dom-navigator-yieldForStorageUpdates><a href=#dom-navigator-yieldforstorageupdates>yieldForStorageUpdates</a></code>()</dt>
<dd>
@@ -50068,7 +50068,7 @@
browser will block other scripts from accessing cookies or storage
until the first script finishes.</p>
- <p>Calling the <code title=dom-navigator-getStorageUpdates><a href=#dom-navigator-getstorageupdates>navigator.getStorageUpdates()</a></code>
+ <p>Calling the <code title=dom-navigator-yieldForStorageUpdates><a href=#dom-navigator-yieldforstorageupdates>navigator.yieldForStorageUpdates()</a></code>
method tells the user agent to unblock any other scripts that may
be blocked, even though the script hasn't returned.</p>
@@ -50080,7 +50080,7 @@
</dl><div class=impl>
- <p>The <dfn id=dom-navigator-getstorageupdates title=dom-navigator-getStorageUpdates><code>getStorageUpdates()</code></dfn>
+ <p>The <dfn id=dom-navigator-yieldforstorageupdates title=dom-navigator-yieldForStorageUpdates><code>yieldForStorageUpdates()</code></dfn>
method, when invoked, must, if the <a href=#storage-mutex>storage mutex</a> is
owned by the <a href=#event-loop>event loop</a> of the <a href=#concept-task title=concept-task>task</a> that resulted in the method being
called, release the <a href=#storage-mutex>storage mutex</a> so that it is once
Modified: source
===================================================================
--- source 2009-08-30 00:31:19 UTC (rev 3704)
+++ source 2009-08-30 01:06:58 UTC (rev 3705)
@@ -165,7 +165,7 @@
title="browsing context">browsing contexts</span>.</p>
<p class="note">The <code
- title="dom-navigator-GetStorageUpdates">navigator.getStorageUpdates()</code>
+ title="dom-navigator-yieldForStorageUpdates">navigator.yieldForStorageUpdates()</code>
method, in this model, is equivalent to allowing other scripts to
run while the calling script is blocked.</p>
@@ -55716,7 +55716,7 @@
<p>Displays a modal alert with the given message, and waits for the user to dismiss it.</p>
<p>A call to the <code
- title="dom-navigator-getStorageUpdates">navigator.getStorageUpdates()</code>
+ title="dom-navigator-yieldForStorageUpdates">navigator.yieldForStorageUpdates()</code>
method is implied when this method is invoked.</p>
</dd>
@@ -55729,7 +55729,7 @@
and false if the user clicks Cancel.</p>
<p>A call to the <code
- title="dom-navigator-getStorageUpdates">navigator.getStorageUpdates()</code>
+ title="dom-navigator-yieldForStorageUpdates">navigator.yieldForStorageUpdates()</code>
method is implied when this method is invoked.</p>
</dd>
@@ -55744,7 +55744,7 @@
is used as a default.</p>
<p>A call to the <code
- title="dom-navigator-getStorageUpdates">navigator.getStorageUpdates()</code>
+ title="dom-navigator-yieldForStorageUpdates">navigator.yieldForStorageUpdates()</code>
method is implied when this method is invoked.</p>
</dd>
@@ -55796,7 +55796,7 @@
<p>Prompts the user to print the page.</p>
<p>A call to the <code
- title="dom-navigator-getStorageUpdates">navigator.getStorageUpdates()</code>
+ title="dom-navigator-yieldForStorageUpdates">navigator.yieldForStorageUpdates()</code>
method is implied when this method is invoked.</p>
</dd>
@@ -55903,7 +55903,7 @@
close, and returns the return value.</p>
<p>A call to the <code
- title="dom-navigator-getStorageUpdates">navigator.getStorageUpdates()</code>
+ title="dom-navigator-yieldForStorageUpdates">navigator.yieldForStorageUpdates()</code>
method is implied when this method is invoked.</p>
</dd>
@@ -56180,7 +56180,7 @@
// content handler registration
void <span title="dom-navigator-registerProtocolHandler">registerProtocolHandler</span>(in DOMString scheme, in DOMString url, in DOMString title);
void <span title="dom-navigator-registerContentHandler">registerContentHandler</span>(in DOMString mimeType, in DOMString url, in DOMString title);
- void <span title="dom-navigator-getStorageUpdates">getStorageUpdates</span>();
+ void <span title="dom-navigator-yieldForStorageUpdates">yieldForStorageUpdates</span>();
<!-- v2: cookieEnabled geolocator javaEnabled mozIsLocallyAvailable preference
readonly attribute <span>MimeTypeArray</span> <span title="dom-navigator-mimeTypes">mimeTypes</span>;
readonly attribute <span>PluginArray</span> <span title="dom-navigator-plugins">plugins</span>;
@@ -56690,7 +56690,7 @@
<dl class="domintro">
- <dt><var title="">window</var> . <code title="dom-navigator">navigator</code> . <code title="dom-navigator-getStorageUpdates">getStorageUpdates</code>()</dt>
+ <dt><var title="">window</var> . <code title="dom-navigator">navigator</code> . <code title="dom-navigator-yieldForStorageUpdates">yieldForStorageUpdates</code>()</dt>
<dd>
@@ -56701,7 +56701,7 @@
until the first script finishes.</p>
<p>Calling the <code
- title="dom-navigator-getStorageUpdates">navigator.getStorageUpdates()</code>
+ title="dom-navigator-yieldForStorageUpdates">navigator.yieldForStorageUpdates()</code>
method tells the user agent to unblock any other scripts that may
be blocked, even though the script hasn't returned.</p>
@@ -56716,7 +56716,7 @@
<div class="impl">
<p>The <dfn
- title="dom-navigator-getStorageUpdates"><code>getStorageUpdates()</code></dfn>
+ title="dom-navigator-yieldForStorageUpdates"><code>yieldForStorageUpdates()</code></dfn>
method, when invoked, must, if the <span>storage mutex</span> is
owned by the <span>event loop</span> of the <span
title="concept-task">task</span> that resulted in the method being
More information about the Commit-Watchers
mailing list