There's quite a few changes in here. At a high level, all we're trying to do is to replace the old update popup with a less intrusive and more modern doorhanger (set of doorhangers) for various update failure conditions. MozReview-Commit-ID: 24sESMTosNX
5 lines
233 B
JavaScript
5 lines
233 B
JavaScript
const REL_PATH_DATA = "browser/browser/base/content/test/appUpdate/";
|
|
const URL_HOST = "http://example.com";
|
|
const URL_PATH_UPDATE_XML = "/" + REL_PATH_DATA + "update.sjs";
|
|
const URL_HTTP_UPDATE_SJS = URL_HOST + URL_PATH_UPDATE_XML;
|