build/application.ini

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 #if MOZ_APP_STATIC_INI
     2 #ifdef MOZ_BUILD_APP_IS_BROWSER
     3 ; This file is not used. If you modify it and want the application to use
     4 ; your modifications, move it under the browser/ subdirectory and start with
     5 ; the "-app /path/to/browser/application.ini" argument.
     6 #else
     7 ; This file is not used. If you modify it and want the application to use
     8 ; your modifications, start with the "-app /path/to/application.ini"
     9 ; argument.
    10 #endif
    11 #endif
    12 #if 0
    13 ; This Source Code Form is subject to the terms of the Mozilla Public
    14 ; License, v. 2.0. If a copy of the MPL was not distributed with this
    15 ; file, You can obtain one at http://mozilla.org/MPL/2.0/.
    16 #endif
    17 #filter substitution
    18 [App]
    19 Vendor=@MOZ_APP_VENDOR@
    20 Name=@MOZ_APP_BASENAME@
    21 #ifdef MOZ_APP_DISPLAYNAME
    22 CodeName=@MOZ_APP_DISPLAYNAME@
    23 #endif
    24 Version=@MOZ_APP_VERSION@
    25 #ifdef MOZ_APP_PROFILE
    26 Profile=@MOZ_APP_PROFILE@
    27 #endif
    28 BuildID=@APP_BUILDID@
    29 #ifdef MOZ_SOURCE_REPO
    30 SourceRepository=@MOZ_SOURCE_REPO@
    31 #endif
    32 #ifdef MOZ_SOURCE_STAMP
    33 SourceStamp=@MOZ_SOURCE_STAMP@
    34 #endif
    35 ID=@MOZ_APP_ID@
    37 [Gecko]
    38 MinVersion=@GRE_MILESTONE@
    39 MaxVersion=@GRE_MILESTONE@
    41 [XRE]
    42 #ifdef MOZ_PROFILE_MIGRATOR
    43 EnableProfileMigrator=1
    44 #endif
    45 #ifdef MOZ_EXTENSION_MANAGER
    46 EnableExtensionManager=1
    47 #endif
    49 #if MOZ_CRASHREPORTER
    50 [Crash Reporter]
    51 Enabled=1
    52 ServerURL=https://crash-reports.mozilla.com/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSION@&buildid=@APP_BUILDID@
    53 #endif

mercurial