зеркало из https://github.com/mozilla/gecko-dev.git
Bug 572970 - Hardcode some pre-processed values for .in files like prefs and constants [r=mconnor]
* Rename constants.js.in to constants.js. * Get rid of unused DEFAULT_SERVER variable * Hardcode STORAGE_VERSION. The three other variable substitutions are add-on specific.
This commit is contained in:
Родитель
f0e9206527
Коммит
52ec13eb30
|
@ -44,9 +44,8 @@ WEAVE_ID: "@weave_id@",
|
|||
// Version of the data format this client supports. The data format describes
|
||||
// how records are packaged; this is separate from the Server API version and
|
||||
// the per-engine cleartext formats.
|
||||
STORAGE_VERSION: @storage_version@,
|
||||
STORAGE_VERSION: 2,
|
||||
|
||||
DEFAULT_SERVER: "@server_url@",
|
||||
UPDATED_DEV_URL: "https://services.mozilla.com/sync/updated/?version=@weave_version@&channel=@xpi_type@",
|
||||
UPDATED_REL_URL: "http://www.mozilla.com/firefox/sync/updated.html",
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче