Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gw] (2) Make it possible for appcaches to become obsolete.
git-svn-id: http://svn.whatwg.org/webapps@2693 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 23, 2009
1 parent 55f235f commit bedeaa1
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 35 deletions.
69 changes: 51 additions & 18 deletions index
Expand Up @@ -22,7 +22,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 22 January 2009</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 23 January 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -36601,6 +36601,10 @@ interface <dfn id=function>Function</dfn> {
corresponding <code>Document</code> object. It is used during the
update process to ensure that new master entries are cached.</p>

<p>An <a href=#application-cache-group>application cache group</a> can be marked as <dfn id=concept-appcache-obsolete title=concept-appcache-obsolete>obsolete</dfn>, meaning that it
must be ignored when looking at what <a href=#application-cache-group title="application cache
group">application cache groups</a> exist.</p>

<hr><p>A <code>Document</code> initially is not associated with an
<a href=#application-cache>application cache</a>, but steps <a href=#parser-appcache>in the parser</a> and in the <a href=#navigate title=navigate>navigation</a> sections cause <a href=#concept-appcache-init title=concept-appcache-init>cache selection</a> to occur early
in the page load process.</p>
Expand Down Expand Up @@ -37137,7 +37141,11 @@ style/default.css</pre>
response <a href=#concept-http-equivalent-codes title=concept-http-equivalent-codes>or
equivalent</a>, then run these substeps:</p>

<ol><!-- XXX can they be merged with the cache failure steps? (event name is different, this always disassociates even for upgrades, anything else?) --><li><p>For each <a href=#browsing-context>browsing context</a> whose <a href=#active-document>active
<ol><li><p>Mark <var title="">cache group</var> as <a href=#concept-appcache-obsolete title=concept-appcache-obsolete>obsolete</a>. This <var title="">cache group</var> no longer exists for any purpose other
than the processing of <code>Document</code> objects already
associated with an <a href=#application-cache>application cache</a> in the <var title="">cache group</var>.</li>

<li><p>For each <a href=#browsing-context>browsing context</a> whose <a href=#active-document>active
document</a> is associated with an <a href=#application-cache>application
cache</a> in <var title="">cache group</var>, <a href=#queue-a-task>queue a
task</a> to <a href=#fire-a-simple-event>fire a simple event</a> called <code title=event-obsolete>obsolete</code> at the
Expand All @@ -37147,16 +37155,26 @@ style/default.css</pre>
that the application is no longer available for offline
use.</li>

<li><p>Unassociate any <code>Document</code> associated with an
<a href=#application-cache>application cache</a> in <var title="">cache
group</var>.</li>
<li><p>For each entry in <var title="">cache group</var>'s <a href=#concept-appcache-pending-masters title=concept-appcache-pending-masters>list of pending master
entries</a>, <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
event</a> called <code title=event-error><a href=#event-error>error</a></code> (not
<code title=event-obsolete>obsolete</code>!) at the
<code><a href=#applicationcache>ApplicationCache</a></code> singleton of the <a href=#browsing-context>browsing
context</a> whose <a href=#active-document>active document</a> is the
<code>Document</code> for this entry, if there still is one. The
default action of this event should be the display of some sort
of user interface indicating to the user that the user agent
failed to save the application for offline use.</li>

<li><p>If appropriate, remove any user interface indicating
that an update for this cache is in progress.</li>
<li><p>If <var title="">cache group</var> has an
<a href=#application-cache>application cache</a> whose <a href=#concept-appcache-completeness title=concept-appcache-completeness>completeness flag</a> is
<i>incomplete</i>, then discard that <a href=#application-cache>application
cache</a>.</p>

<li><p>Discard <var title="">cache group</var> and its associated
<a href=#application-cache title="application cache">application caches</a>, if
any.</p>
<li><p>If appropriate, remove any user interface indicating that
an update for this cache is in progress.</li>

<li><p>Let the <a href=#concept-appcache-status title=concept-appcache-status>status</a> of <var title="">cache group</var> be <i>idle</i>.</li>

<li><p>Abort the update process.</li>

Expand Down Expand Up @@ -37803,6 +37821,7 @@ style/default.css</pre>
const unsigned short <a href=#dom-appcache-checking title=dom-appcache-CHECKING>CHECKING</a> = 2;
const unsigned short <a href=#dom-appcache-downloading title=dom-appcache-DOWNLOADING>DOWNLOADING</a> = 3;
const unsigned short <a href=#dom-appcache-updateready title=dom-appcache-UPDATEREADY>UPDATEREADY</a> = 4;
const unsigned short <a href=#dom-appcache-obsolete title=dom-appcache-OBSOLETE>OBSOLETE</a> = 5;
readonly attribute unsigned short <a href=#dom-appcache-status title=dom-appcache-status>status</a>;

// updates
Expand Down Expand Up @@ -37856,9 +37875,10 @@ style/default.css</pre>
<dd><p>The <code><a href=#applicationcache>ApplicationCache</a></code> object is associated with
an <a href=#application-cache>application cache</a> whose <a href=#application-cache-group>application cache
group</a>'s <a href=#concept-appcache-status title=concept-appcache-status>update
status</a> is <i>idle</i>, and that application cache is the
<a href=#concept-appcache-newer title=concept-appcache-newer>newest</a> cache in its
group.</dd>
status</a> is <i>idle</i>, and that <a href=#application-cache>application
cache</a> is the <a href=#concept-appcache-newer title=concept-appcache-newer>newest</a> cache in its
<a href=#application-cache-group>application cache group</a>, and the <a href=#application-cache-group>application
cache group</a> is not marked as <a href=#concept-appcache-obsolete title=concept-appcache-obsolete>obsolete</a>.</dd>

<dt><dfn id=dom-appcache-checking title=dom-appcache-CHECKING><code>CHECKING</code></dfn>
(numeric value 2)</dt>
Expand All @@ -37882,17 +37902,25 @@ style/default.css</pre>
<dd><p>The <code><a href=#applicationcache>ApplicationCache</a></code> object is associated with
an <a href=#application-cache>application cache</a> whose <a href=#application-cache-group>application cache
group</a>'s <a href=#concept-appcache-status title=concept-appcache-status>update
status</a> is <i>idle</i>, but that application cache is
<em>not</em> the <a href=#concept-appcache-newer title=concept-appcache-newer>newest</a>
cache in its group.</dd>
status</a> is <i>idle</i>, and whose <a href=#application-cache-group>application cache
group</a> is not marked as <a href=#concept-appcache-obsolete title=concept-appcache-obsolete>obsolete</a>, but that
<a href=#application-cache>application cache</a> is <em>not</em> the <a href=#concept-appcache-newer title=concept-appcache-newer>newest</a> cache in its
group.</dd>

<dt><dfn id=dom-appcache-obsolete title=dom-appcache-OBSOLETE><code>OBSOLETE</code></dfn>
(numeric value 5)</dt>

<dd><p>The <code><a href=#applicationcache>ApplicationCache</a></code> object is associated with
an <a href=#application-cache>application cache</a> whose <a href=#application-cache-group>application cache
group</a> is marked as <a href=#concept-appcache-obsolete title=concept-appcache-obsolete>obsolete</a>.</dd>

</dl><hr><p>If the <dfn id=dom-appcache-update title=dom-appcache-update><code>update()</code></dfn> method is
invoked, the user agent must invoke the <a href=#application-cache-update-process>application cache
update process</a>, in the background, for the <a href=#application-cache>application
cache</a> with which the <code><a href=#applicationcache>ApplicationCache</a></code> object is
associated, but with no <a href=#browsing-context>browsing context</a>. If there is
no such application cache, then the method must raise an
<code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception instead.</p>
no such application cache, or if it is marked as <a href=#concept-appcache-obsolete title=concept-appcache-obsolete>obsolete</a>, then the method
must raise an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception instead.</p>

<p>If the <dfn id=dom-appcache-swapcache title=dom-appcache-swapCache><code>swapCache()</code></dfn> method
is invoked, the user agent must run the following steps:
Expand All @@ -37911,6 +37939,11 @@ style/default.css</pre>
associated. (By definition, this is the same as the one that was
found in the previous step.)</li>

<li><p>If <var title="">cache</var>'s <a href=#application-cache-group>application cache
group</a> is marked as <a href=#concept-appcache-obsolete title=concept-appcache-obsolete>obsolete</a>, then raise an
<code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception and abort these
steps.</li>

<li><p>Check that there is an application cache in the same
<a href=#application-cache-group>application cache group</a> as <var title="">cache</var>
whose <a href=#concept-appcache-completeness title=concept-appcache-completeness>completeness
Expand Down
82 changes: 65 additions & 17 deletions source
Expand Up @@ -41636,6 +41636,11 @@ interface <dfn>Function</dfn> {
corresponding <code>Document</code> object. It is used during the
update process to ensure that new master entries are cached.</p>

<p>An <span>application cache group</span> can be marked as <dfn
title="concept-appcache-obsolete">obsolete</dfn>, meaning that it
must be ignored when looking at what <span title="application cache
group">application cache groups</span> exist.</p>

<hr>

<p>A <code>Document</code> initially is not associated with an
Expand Down Expand Up @@ -42268,7 +42273,14 @@ style/default.css</pre>
response <span title="concept-http-equivalent-codes">or
equivalent</span>, then run these substeps:</p>

<ol> <!-- XXX can they be merged with the cache failure steps? (event name is different, this always disassociates even for upgrades, anything else?) -->
<ol>

<li><p>Mark <var title="">cache group</var> as <span
title="concept-appcache-obsolete">obsolete</span>. This <var
title="">cache group</var> no longer exists for any purpose other
than the processing of <code>Document</code> objects already
associated with an <span>application cache</span> in the <var
title="">cache group</var>.</p></li>

<li><p>For each <span>browsing context</span> whose <span>active
document</span> is associated with an <span>application
Expand All @@ -42281,16 +42293,30 @@ style/default.css</pre>
that the application is no longer available for offline
use.</p></li>

<li><p>Unassociate any <code>Document</code> associated with an
<span>application cache</span> in <var title="">cache
group</var>.</p></li>
<li><p>For each entry in <var title="">cache group</var>'s <span
title="concept-appcache-pending-masters">list of pending master
entries</span>, <span>queue a task</span> to <span>fire a simple
event</span> called <code title="event-error">error</code> (not
<code title="event-obsolete">obsolete</code>!) at the
<code>ApplicationCache</code> singleton of the <span>browsing
context</span> whose <span>active document</span> is the
<code>Document</code> for this entry, if there still is one. The
default action of this event should be the display of some sort
of user interface indicating to the user that the user agent
failed to save the application for offline use.</p></li>

<li><p>If appropriate, remove any user interface indicating
that an update for this cache is in progress.</p></li>
<li><p>If <var title="">cache group</var> has an
<span>application cache</span> whose <span
title="concept-appcache-completeness">completeness flag</span> is
<i>incomplete</i>, then discard that <span>application
cache</span>.</p>

<li><p>Discard <var title="">cache group</var> and its associated
<span title="application cache">application caches</span>, if
any.</p>
<li><p>If appropriate, remove any user interface indicating that
an update for this cache is in progress.</p></li>

<li><p>Let the <span
title="concept-appcache-status">status</span> of <var
title="">cache group</var> be <i>idle</i>.</p></li>

<li><p>Abort the update process.</p></li>

Expand Down Expand Up @@ -43054,6 +43080,7 @@ style/default.css</pre>
const unsigned short <span title="dom-appcache-CHECKING">CHECKING</span> = 2;
const unsigned short <span title="dom-appcache-DOWNLOADING">DOWNLOADING</span> = 3;
const unsigned short <span title="dom-appcache-UPDATEREADY">UPDATEREADY</span> = 4;
const unsigned short <span title="dom-appcache-OBSOLETE">OBSOLETE</span> = 5;
readonly attribute unsigned short <span title="dom-appcache-status">status</span>;

// updates
Expand Down Expand Up @@ -43110,9 +43137,12 @@ style/default.css</pre>
<dd><p>The <code>ApplicationCache</code> object is associated with
an <span>application cache</span> whose <span>application cache
group</span>'s <span title="concept-appcache-status">update
status</span> is <i>idle</i>, and that application cache is the
<span title="concept-appcache-newer">newest</span> cache in its
group.</p></dd>
status</span> is <i>idle</i>, and that <span>application
cache</span> is the <span
title="concept-appcache-newer">newest</span> cache in its
<span>application cache group</span>, and the <span>application
cache group</span> is not marked as <span
title="concept-appcache-obsolete">obsolete</span>.</p></dd>

<dt><dfn title="dom-appcache-CHECKING"><code>CHECKING</code></dfn>
(numeric value 2)</dt>
Expand All @@ -43136,9 +43166,20 @@ style/default.css</pre>
<dd><p>The <code>ApplicationCache</code> object is associated with
an <span>application cache</span> whose <span>application cache
group</span>'s <span title="concept-appcache-status">update
status</span> is <i>idle</i>, but that application cache is
<em>not</em> the <span title="concept-appcache-newer">newest</span>
cache in its group.</p></dd>
status</span> is <i>idle</i>, and whose <span>application cache
group</span> is not marked as <span
title="concept-appcache-obsolete">obsolete</span>, but that
<span>application cache</span> is <em>not</em> the <span
title="concept-appcache-newer">newest</span> cache in its
group.</p></dd>

<dt><dfn title="dom-appcache-OBSOLETE"><code>OBSOLETE</code></dfn>
(numeric value 5)</dt>

<dd><p>The <code>ApplicationCache</code> object is associated with
an <span>application cache</span> whose <span>application cache
group</span> is marked as <span
title="concept-appcache-obsolete">obsolete</span>.</p></dd>

</dl>

Expand All @@ -43150,8 +43191,9 @@ style/default.css</pre>
update process</span>, in the background, for the <span>application
cache</span> with which the <code>ApplicationCache</code> object is
associated, but with no <span>browsing context</span>. If there is
no such application cache, then the method must raise an
<code>INVALID_STATE_ERR</code> exception instead.</p>
no such application cache, or if it is marked as <span
title="concept-appcache-obsolete">obsolete</span>, then the method
must raise an <code>INVALID_STATE_ERR</code> exception instead.</p>

<p>If the <dfn
title="dom-appcache-swapCache"><code>swapCache()</code></dfn> method
Expand All @@ -43173,6 +43215,12 @@ style/default.css</pre>
associated. (By definition, this is the same as the one that was
found in the previous step.)</p></li>

<li><p>If <var title="">cache</var>'s <span>application cache
group</span> is marked as <span
title="concept-appcache-obsolete">obsolete</span>, then raise an
<code>INVALID_STATE_ERR</code> exception and abort these
steps.</p></li>

<li><p>Check that there is an application cache in the same
<span>application cache group</span> as <var title="">cache</var>
whose <span title="concept-appcache-completeness">completeness
Expand Down

0 comments on commit bedeaa1

Please sign in to comment.