Software Update:Checking For Updates: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 145: Line 145:
has to know that some updates can only apply to certain version (ranges).
has to know that some updates can only apply to certain version (ranges).


= Preference Controls =
= Preference Controls and State =


* <tt>app.update.enabled</tt>
* <tt>app.update.enabled</tt>
Line 166: Line 166:
     <table>
     <table>
       <tr><td>86400000</td><td>milliseconds between update checks</td></tr>
       <tr><td>86400000</td><td>milliseconds between update checks</td></tr>
    </table>
  </blockquote>
* <tt>app.update.timer</tt>
  <blockquote>
    <table>
      <tr><td>3600000</td><td>milliseconds between checks for update interval expiry</td></tr>
    </table>
  </blockquote>
* <tt>app.update.url</tt>
  <blockquote>
    <table>
      <tr><td>http://aus.mozilla.org/update/firefox/%1%/%2%/%3%/update.xml</td>
          <td>%1% is the version, in FVF containing the build id; %2% is the
              build target (OS+Architecture); %3% is the ab-CD locale</td></tr>
     </table>
     </table>
   </blockquote>
   </blockquote>
525

edits