<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>20084</bug_id>
          
          <creation_ts>2012-11-26 02:44:21 +0000</creation_ts>
          <short_desc>appcache: add/remove specific files from JS</short_desc>
          <delta_ts>2014-12-02 15:40:12 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Needs Impl Interest</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ian &apos;Hixie&apos; Hickson">ian</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>a-exandro</cc>
    
    <cc>budryan23</cc>
    
    <cc>contributor</cc>
    
    <cc>hbambas</cc>
    
    <cc>ian</cc>
    
    <cc>ironfroggy</cc>
    
    <cc>michaeln</cc>
    
    <cc>mike</cc>
    
    <cc>ojan</cc>
    
    <cc>slgard</cc>
    
    <cc>sridhar.ndroid</cc>
    
    <cc>Tobias-Braun1004</cc>
    
    <cc>zcorpan</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>78795</commentid>
    <comment_count>0</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2012-11-26 02:44:21 +0000</bug_when>
    <thetext>Bug 17974 note 4&apos;s use case seems best handled by adding a simple API to applicationCache for adding and removing extra files:

   applicationCache.addExtra(url);
   applicationCache.removeExtra(url);
   applicationCache.getExtras(function (files) { ... });

...where the callback to getExtras() gets an array of URLs.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78797</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2012-11-26 02:45:01 +0000</bug_when>
    <thetext>*** Bug 17974 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>84574</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-03-18 19:46:34 +0000</bug_when>
    <thetext>*** Bug 11548 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>84666</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-03-19 22:38:42 +0000</bug_when>
    <thetext>*** Bug 10263 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>86135</commentid>
    <comment_count>4</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-04-13 16:19:58 +0000</bug_when>
    <thetext>*** Bug 21297 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>88228</commentid>
    <comment_count>5</comment_count>
    <who name="francisco alejandro viana canizalez">a-exandro</who>
    <bug_when>2013-05-26 00:10:28 +0000</bug_when>
    <thetext>Not Found

The requested URL /bugzilla_public/docs/en/html/query.html was not found on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

siempre llego a algo parecido a esto de arriba.

el problema fue creado por los señores que iniciaron las organizaciones que autorizan las asignaciones de identificadores especificos de usuarios en internet. todo esto en acuerdo comun con los servidores de internet locales, gobierno y todo lo que conecta, en el manejo de servicios que se relacionan; que han armado un bloqueo, que todo mundo conoce; y que los arbitros estan a favor de ellos.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>92778</commentid>
    <comment_count>6</comment_count>
    <who name="Calvin Spealman">ironfroggy</who>
    <bug_when>2013-08-31 12:07:24 +0000</bug_when>
    <thetext>The proposed API addExtra() etc reflects an intention that may not pan out in actual use: That this would be used for secondary resources, not primary cached assets. The fact may be that for many applications, an API like this would be the primary way to define the cache. In fact, they may define no manifest at all and ONLY define resources on the fly.

The language of the methods should reflect that with a term other than &quot;extra&quot;.

Also, this fails to provide a way to introspect the non-dynamically added resources, which may also be useful. &quot;What assets does my current cache provide me?&quot; code might want to ask.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>109297</commentid>
    <comment_count>7</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2014-07-25 20:43:01 +0000</bug_when>
    <thetext>This is probably going to end up handled by ServiceWorkers instead.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>111142</commentid>
    <comment_count>8</comment_count>
    <who name="Tobias Braun">Tobias-Braun1004</who>
    <bug_when>2014-09-07 14:21:36 +0000</bug_when>
    <thetext>(In reply to francisco alejandro viana canizalez from comment #5)
&gt; Not Found
&gt; 
&gt; The requested URL /bugzilla_public/docs/en/html/query.html was not found on
&gt; this server.
&gt; 
&gt; Additionally, a 403 Forbidden error was encountered while trying to use an
&gt; ErrorDocument to handle the request.
&gt; 
&gt; siempre llego a algo parecido a esto de arriba.
&gt; 
&gt; el problema fue creado por los señores que iniciaron las organizaciones que
&gt; autorizan las asignaciones de identificadores especificos de usuarios en
&gt; internet. todo esto en acuerdo comun con los servidores de internet locales,
&gt; gobierno y todo lo que conecta, en el manejo de servicios que se relacionan;
&gt; que han armado un bloqueo, que todo mundo conoce; y que los arbitros estan a
&gt; favor de ellos.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>111174</commentid>
    <comment_count>9</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2014-09-08 16:40:33 +0000</bug_when>
    <thetext>I&apos;m punting on this. ServiceWorkers are going to do this.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>