Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[gwr] (2) Appcache: Allow unprompted background updates for app caches.
git-svn-id: http://svn.whatwg.org/webapps@2353 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 18, 2008
1 parent a902de4 commit 8f158e6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
20 changes: 14 additions & 6 deletions index
Expand Up @@ -34801,7 +34801,15 @@ style/default.css</pre>
that an update for this cache is in progress. Abort the update
process.</li>

</ol><h4 id=processing-model-1><span class=secno>5.7.5 </span>Processing model</h4>
</ol><p>User agents may invoke the <a href=#application-cache-update-process>application cache update
process</a>, in the background, for any <a href=#application-cache>application
cache</a>, at any time (with no <a href=#browsing-context>browsing
context</a>). This allows user agents to keep caches primed and
to update caches even before the user visits a site.</p>



<h4 id=processing-model-1><span class=secno>5.7.5 </span>Processing model</h4>

<p>The processing model of application caches for offline support in
Web applications is part of the <a href=#navigate title=navigate>navigation</a> model, but references the
Expand Down Expand Up @@ -52833,11 +52841,11 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {

<p>Thanks to Aankhen, Aaron Boodman, Aaron Leventhal, Adam Barth,
Adam Roben, Addison Phillips, Adele Peterson, Adrian Sutton,
Agust&iacute;n Fern&aacute;ndez, Alastair Campbell, Alexey
Feldgendler, Anders Carlsson, Andrew Gove, Andrew Sidwell, Anne van
Kesteren, Anthony Hickson, Anthony Ricaud, Antti Koivisto, Arphen
Lin, Asbj&oslash;rn Ulsberg, Ashley Sheridan, Aurelien Levy, Ben
Boyle, Ben Godfrey, Ben Meadowcroft, Ben Millard, Benjamin
Agust&iacute;n Fern&aacute;ndez, Ajai Tirumali, Alastair Campbell,
Alexey Feldgendler, Anders Carlsson, Andrew Gove, Andrew Sidwell,
Anne van Kesteren, Anthony Hickson, Anthony Ricaud, Antti Koivisto,
Arphen Lin, Asbj&oslash;rn Ulsberg, Ashley Sheridan, Aurelien Levy,
Ben Boyle, Ben Godfrey, Ben Meadowcroft, Ben Millard, Benjamin
Hawkes-Lewis, Bert Bos, Bill Mason, Billy Wong, Bjoern Hoehrmann,
Boris Zbarsky, Brad Fults, Brad Neuberg, Brady Eidson, Brendan Eich,
Brett Wilson, Brian Campbell, Brian Smith, Bruce Miller, Cameron
Expand Down
16 changes: 11 additions & 5 deletions source
Expand Up @@ -39523,6 +39523,12 @@ style/default.css</pre>

</ol>

<p>User agents may invoke the <span>application cache update
process</span>, in the background, for any <span>application
cache</span>, at any time (with no <span>browsing
context</span>). This allows user agents to keep caches primed and
to update caches even before the user visits a site.</p>



<h4>Processing model</h4>
Expand Down Expand Up @@ -57562,11 +57568,11 @@ interface <dfn>TimeoutHandler</dfn> {

<p>Thanks to Aankhen, Aaron Boodman, Aaron Leventhal, Adam Barth,
Adam Roben, Addison Phillips, Adele Peterson, Adrian Sutton,
Agust&iacute;n Fern&aacute;ndez, Alastair Campbell, Alexey
Feldgendler, Anders Carlsson, Andrew Gove, Andrew Sidwell, Anne van
Kesteren, Anthony Hickson, Anthony Ricaud, Antti Koivisto, Arphen
Lin, Asbj&oslash;rn Ulsberg, Ashley Sheridan, Aurelien Levy, Ben
Boyle, Ben Godfrey, Ben Meadowcroft, Ben Millard, Benjamin
Agust&iacute;n Fern&aacute;ndez, Ajai Tirumali, Alastair Campbell,
Alexey Feldgendler, Anders Carlsson, Andrew Gove, Andrew Sidwell,
Anne van Kesteren, Anthony Hickson, Anthony Ricaud, Antti Koivisto,
Arphen Lin, Asbj&oslash;rn Ulsberg, Ashley Sheridan, Aurelien Levy,
Ben Boyle, Ben Godfrey, Ben Meadowcroft, Ben Millard, Benjamin
Hawkes-Lewis, Bert Bos, Bill Mason, Billy Wong, Bjoern Hoehrmann,
Boris Zbarsky, Brad Fults, Brad Neuberg, Brady Eidson, Brendan Eich,
Brett Wilson, Brian Campbell, Brian Smith, Bruce Miller, Cameron
Expand Down

0 comments on commit 8f158e6

Please sign in to comment.