HomeSort by relevance Sort by last modified time
    Searched full:autoupdate (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/chrome/common/extensions/docs/templates/public/apps/
autoupdate.html 1 {{+partials.standard_apps_article article:intros.autoupdate/}}
  /external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/
autoupdate.html 1 {{+partials.standard_extensions_article article:intros.autoupdate/}}
  /external/chromium/chrome/browser/extensions/
extension_management_browsertest.cc 259 // Tests extension autoupdate.
260 IN_PROC_BROWSER_TEST_F(ExtensionManagementTest, AutoUpdate) {
262 FilePath basedir = test_data_dir_.AppendASCII("autoupdate");
267 interceptor->SetResponseOnIOThread("http://localhost/autoupdate/manifest",
269 interceptor->SetResponseOnIOThread("http://localhost/autoupdate/v2.crx",
285 // We don't want autoupdate blacklist checks.
288 // Run autoupdate and make sure version 2 of the extension was installed.
306 interceptor->SetResponseOnIOThread("http://localhost/autoupdate/manifest",
308 interceptor->SetResponseOnIOThread("http://localhost/autoupdate/v3.crx",
329 // We don't want autoupdate blacklist checks
    [all...]
autoupdate_interceptor.h 23 // When computing matches, this ignores query parameters (since the autoupdate
autoupdate_interceptor.cc 14 // response data and make sure the response code is 200, which the autoupdate
extensions_ui.h 131 // Callback for "autoupdate" message.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
version.html 24 The autoupdate system compares versions
47 <a href="http://developer.chrome.com/extensions/autoupdate.html">Autoupdating</a>.
  /external/chromium_org/chrome/browser/extensions/api/management/
management_browsertest.cc 244 #define MAYBE_AutoUpdate AutoUpdate
248 // Tests extension autoupdate.
251 base::FilePath basedir = test_data_dir_.AppendASCII("autoupdate");
257 GURL("http://localhost/autoupdate/manifest"),
259 interceptor.SetResponseIgnoreQuery(GURL("http://localhost/autoupdate/v2.crx"),
281 // Run autoupdate and make sure version 2 of the extension was installed.
300 GURL("http://localhost/autoupdate/manifest"),
302 interceptor.SetResponseIgnoreQuery(GURL("http://localhost/autoupdate/v3.crx"),
331 // Tests extension autoupdate.
335 base::FilePath basedir = test_data_dir_.AppendASCII("autoupdate");
    [all...]
  /external/llvm/autoconf/
README.TXT 25 10. Run "autoupdate libtool.m4 ltdl.m4" in the llvm/autoconf/m4 directory.
45 5. Run autoupdate on all the m4 macros in llvm/autoconf/m4
46 6. Run autoupdate on llvm/autoconf/configure.ac
  /external/chromium/chrome/common/extensions/docs/static/
hosting.html 36 <a href="autoupdate.html">autoupdate</a> information to ensure that
permission_warnings.html 26 When you autoupdate your extension,
68 If you add a permission to the extension when you autoupdate it,
265 On autoupdate,
347 and set up an autoupdate server.
351 (see <a href="autoupdate.html">Autoupdating</a>).
autoupdate.html 17 <p>Every few hours, the browser will check if any installed extensions have an autoupdate URL. For each one, it will make a request to that URL looking for an update manifest XML file. If the update manifest mentions a version of an extension that is more recent than what's installed, it will download and install the new version. Similar to manual updates, the new crx must be signed with the same private key as the currently installed version.</p>
71 <p>The basic autoupdate mechanism is designed to make the server-side work as easy as just dropping a static XML file onto any plain webserver such as apache, and updating that XML file as you release new versions of your extension(s).</p>
109 <p>This would ensure that users of this extension would autoupdate to version 2 only if they are running Google Chrome 3.0.193.0 or greater.</p>
external_extensions.html 41 <a href="autoupdate.html#H2-1">update URL</a>.
54 <a href="autoupdate.html#H2-1">update URL</a>, ensure that the extension
  /external/chromium_org/chrome/browser/resources/apps_debugger/js/
items.js 58 chrome.developerPrivate.autoUpdate(function(response) {
59 // autoUpdate() will run too fast. We wait for 2 sec
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
hosting.html 29 <a href="autoupdate.html">autoupdate</a> information to ensure that
permission_warnings.html 26 When you autoupdate your extension,
68 If you add a permission to the extension when you autoupdate it,
301 On autoupdate,
451 and set up an autoupdate server.
455 (see <a href="autoupdate.html">Autoupdating</a>).
external_extensions.html 41 <a href="autoupdate.html#update_url">update URL</a>.
54 <a href="autoupdate.html#update_url">update URL</a>, ensure that the extension
258 <a href="autoupdate.html#update_manifest">update manifest</a> that has the URL for your
autoupdate.html 97 <p>The basic autoupdate mechanism is designed to make the server-side work as easy as just dropping a static XML file onto any plain web server such as Apache, and updating that XML file as you release new versions of your extensions.</p>
157 <p>This would ensure that users would autoupdate to version 2 only if they are running Google Chrome 3.0.193.0 or greater.</p>
  /external/chromium_org/chrome/browser/extensions/
extension_disabled_ui_browsertest.cc 34 "http://localhost/autoupdate/updates.xml");
203 GURL("http://localhost/autoupdate/updates.xml"),
207 GURL("http://localhost/autoupdate/v2.crx"),
  /external/chromium_org/chrome/common/extensions/api/
developer_private.idl 137 // |callback| : Called with the boolean result, true if autoUpdate is
139 static void autoUpdate(BooleanCallback callback);
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
manifest.json 154 "documentation": "autoupdate.html",
  /external/chromium_org/chrome/installer/setup/
uninstall.h 53 // longer needed. This is used during autoupdate since we don't do full
  /external/chromium_org/chrome/test/base/
test_launcher_utils.cc 44 // Disable safebrowsing autoupdate.
  /external/chromium_org/content/public/common/
child_process_host.h 40 // autoupdate from confusing us if it changes the file out from under us.
  /external/chromium/chrome/browser/
browser_process_impl.h 276 // Gets called by autoupdate timer to see if browser needs restart and can be

Completed in 1033 milliseconds

1 2 3