https://github.com/mozilla/gecko-dev
Revision 556891312370907ea42794fc9e0bec89b1104c2c authored by Ted Mielczarek on 05 June 2015, 11:38:14 UTC, committed by Ted Mielczarek on 05 June 2015, 11:38:14 UTC
--HG--
extra : transplant_source : %05%2B%1F%D8%91rM%09%AF%FD%23o%9Fo%1C%7B%0Fdm%83
1 parent 72cd6e9
Raw File
Tip revision: 556891312370907ea42794fc9e0bec89b1104c2c authored by Ted Mielczarek on 05 June 2015, 11:38:14 UTC
Bug 1171527 - Make upload_symbols.py retry on 500 errors from the API. r=gps, a=NPOTB
Tip revision: 5568913
application.ini.in
#if 0
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this file,
; You can obtain one at http://mozilla.org/MPL/2.0/.
#endif

#filter substitution

[App]
ID=webapprt@mozilla.org
Vendor=Mozilla
; Note: the Windows stub executable sets nsXREAppData::name to the webapp
; origin, overriding the value below, to make the app runner treat webapps
; as distinct products, per bug 747409.
Name=Webapp Runtime
Version=@GRE_MILESTONE@
BuildID=@GRE_BUILDID@
UAName=@MOZ_APP_BASENAME@

[Gecko]
MinVersion=@GRE_MILESTONE@
MaxVersion=@GRE_MILESTONE@

[Crash Reporter]
#if MOZILLA_OFFICIAL
Enabled=1
#endif
ServerURL=https://crash-reports.mozilla.com/submit?id=webapprt@mozilla.org&version=@GRE_MILESTONE@&buildid=@GRE_BUILDID@
back to top