Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
michael@0 | 1 | #if 0 |
michael@0 | 2 | ; This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | ; License, v. 2.0. If a copy of the MPL was not distributed with this file, |
michael@0 | 4 | ; You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 5 | #endif |
michael@0 | 6 | |
michael@0 | 7 | #filter substitution |
michael@0 | 8 | |
michael@0 | 9 | [App] |
michael@0 | 10 | ID=webapprt@mozilla.org |
michael@0 | 11 | Vendor=Mozilla |
michael@0 | 12 | ; Note: the Windows stub executable sets nsXREAppData::name to the webapp |
michael@0 | 13 | ; origin, overriding the value below, to make the app runner treat webapps |
michael@0 | 14 | ; as distinct products, per bug 747409. |
michael@0 | 15 | Name=Webapp Runtime |
michael@0 | 16 | Version=@GRE_MILESTONE@ |
michael@0 | 17 | BuildID=@GRE_BUILDID@ |
michael@0 | 18 | UAName=@MOZ_APP_BASENAME@ |
michael@0 | 19 | |
michael@0 | 20 | [Gecko] |
michael@0 | 21 | MinVersion=@GRE_MILESTONE@ |
michael@0 | 22 | MaxVersion=@GRE_MILESTONE@ |
michael@0 | 23 | |
michael@0 | 24 | [Crash Reporter] |
michael@0 | 25 | #if MOZILLA_OFFICIAL |
michael@0 | 26 | Enabled=1 |
michael@0 | 27 | #endif |
michael@0 | 28 | ServerURL=https://crash-reports.mozilla.com/submit?id=webapprt@mozilla.org&version=@GRE_MILESTONE@&buildid=@GRE_BUILDID@ |