mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
43b5b55abb
commit
bd04c994d8
@ -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",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user