- 05 Feb, 2021 1 commit
-
-
When macOS opens a document or selects a default browser, it sometimes uses the CFBundleSignature. Changing from the Firefox MOZB signature to a different signature TORB allows macOS to distinguish between Firefox and Tor Browser.
-
- 20 Mar, 2020 1 commit
-
-
Stephen A Pohl authored
Differential Revision: https://phabricator.services.mozilla.com/D67525 --HG-- extra : moz-landing-system : lando
-
- 20 Oct, 2018 1 commit
-
-
Panos Astithas authored
Differential Revision: https://phabricator.services.mozilla.com/D8665 --HG-- extra : moz-landing-system : lando
-
- 28 Sep, 2018 1 commit
-
-
Haik Aftandilian authored
Bug 1470833 - Add NSCameraUsageDescription and NSMicrophoneUsageDescription Info.plist Keys for 10.14 r=mstange Add Info.plist string entries for the Firefox executable to customize Mojave camera and microphone permission dialogs. UI text discussed and approved by Bram on bug 1479051 (https://bugzilla.mozilla.org/show_bug.cgi?id=1479051#c36) on addition to this bug. Differential Revision: https://phabricator.services.mozilla.com/D7035 --HG-- extra : moz-landing-system : lando
-
- 31 Jan, 2018 1 commit
-
-
Mike Hommey authored
We're not actually using it, and it messes up with the zone allocator in mozjemalloc after fork(). See the lengthy analysis in https://bugzilla.mozilla.org/show_bug.cgi?id=1424709#c34 and following. --HG-- extra : rebase_source : c58e13b897dde7b32d83c43fbb2a04a0db3a5dc9
-
- 04 Dec, 2017 2 commits
-
-
Stephen A Pohl authored
Bug 1405577: Restore the ability to open new windows in new spaces when a window is already in fullscreen mode on macOS. r=mstange
-
Stephen A Pohl authored
-
- 30 Nov, 2017 1 commit
-
-
Stephen A Pohl authored
Bug 1405577: Restore the ability to open new windows in new spaces when a window is already in fullscreen mode on macOS. r=mstange
-
- 18 Jul, 2017 1 commit
-
-
Haik Aftandilian authored
On Mac developer builds, add $topsrcdir and $topobjdir paths to the application bundle Info.plist files for the main process and plugin-container, removing the dependency on MOZ_DEVELOPER_REPO_DIR and MOZ_DEVELOPER_OBJ_DIR environment variables. MozReview-Commit-ID: JfFFK9sEayn --HG-- extra : rebase_source : ab2d8dd625783326b4108eb1e4ebaf49ef8fbedb
-
- 05 Aug, 2017 1 commit
-
-
Matthew Noorenberghe authored
MozReview-Commit-ID: 2ZdgqKDSvZk --HG-- extra : rebase_source : 73e9426e4c22e39f89e3ee298cd37ad64fccc113
-
- 03 Oct, 2016 1 commit
-
-
Gijs Kruitbosch authored
It's widely documented on the web that Apple enforces quarantine attributes 'for us' using the list in /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist Unfortunately, this is based on the bundle ID. Which means it won't apply to custom builds, to Nightly, and potentially to other cases. It would also be much nicer if we could just make these determinations ourselves. Step 1: opt-in from Info.plist Without this, for e.g. local Nightly builds, asking for quarantine attributes simply gets you a nil dictionary and our code bails out. MozReview-Commit-ID: 4aLyz2901BS --HG-- extra : rebase_source : 7aab5177276c20007036abd19efb56741d790ec2
-
- 25 May, 2016 1 commit
-
-
Stephen Pohl authored
--HG-- rename : toolkit/mozapps/update/updater/macbuild/Contents/Info.plist => toolkit/mozapps/update/updater/macbuild/Contents/Info.plist.in
-
- 14 May, 2016 1 commit
-
-
stefanh@inbox.com authored
-
- 09 May, 2016 1 commit
-
-
Nomis101 authored
-
- 29 Sep, 2014 1 commit
-
-
Stephen Pohl authored
Mac v2 signing - Bug 1047584 - Modify the .app file structure to allow for OSX v2 signing. r=bsmedberg
-
- 10 Feb, 2014 1 commit
-
-
Mike Perry authored
-
- 18 Oct, 2012 1 commit
-
-
Kohei Yoshino authored
Bug 802703 - Add LSApplicationCategoryType to the Info.plist so that Firefox shows up under Productivity when sorting applications by Application Category in Finder. r=smichaud
-
- 18 Jul, 2012 1 commit
-
-
Josh Aas authored
-
- 11 Jun, 2012 1 commit
-
-
Markus Stange authored
-
- 16 Mar, 2012 1 commit
-
-
Jeff Muizelaar authored
We tear much worse than all other browser on OS X. I'm told this change was originally done for performance, but it doesn't seem to make much difference anymore: http://tinyurl.com/7ay3jzo. I expect because we no longer paint very much to the window context, we no longer see the improvement this used to bring. In addition, the refresh driver already coalesces paints.
-
- 27 Oct, 2011 1 commit
-
-
Gavin Sharp authored
Bug 696436: consolidate Mac bundle name selection, and allow adding a prefix to it at build time, r=dolske, r=ted relanding with a clobber on a CLOSED TREE
-
- 16 Dec, 2011 1 commit
-
-
Blair McBride authored
-
- 27 Oct, 2011 1 commit
-
-
Gavin Sharp authored
Bug 696436: consolidate Mac bundle name selection, and allow adding a prefix to it at build time, r=dolske, r=ted --HG-- extra : rebase_source : 138e3b0259bb144524b1bdb8a6db9d83fe527c71
-
- 06 Oct, 2011 2 commits
-
-
David Anderson authored
-
David Anderson authored
-
- 21 Sep, 2011 1 commit
-
-
Benoit Girard authored
-
- 22 May, 2011 2 commits
-
-
Mike Hommey authored
-
Mike Hommey authored
Bug 552864 part 2 - Load the XUL library with the standalone glue and get rid of the startup shell script. r=tglek,r=ted
-
- 28 May, 2011 1 commit
-
-
David Humphrey authored
-
- 20 Apr, 2011 1 commit
-
-
Jonathan Watt authored
--HG-- extra : rebase_source : 07f6b793c74e961a8afef3a5db0f87d028727e8e
-
- 15 Jun, 2011 1 commit
-
-
Matt Brubeck authored
-
- 22 May, 2011 2 commits
-
-
Mike Hommey authored
Bug 552864 part 2 - Load the XUL library with the standalone glue and get rid of the startup shell script. r=tglek,r=ted
-
Mike Hommey authored
Bug 552864 part 2 - Load the XUL library with the standalone glue and get rid of the startup shell script. r=tglek,r=ted
-
- 07 Jul, 2010 1 commit
-
-
timeless@mozdev.org authored
r=josh r=bsmedberg
-
- 23 Aug, 2010 1 commit
-
-
Josh Aas authored
Bug 589391: Ensure proper minimum Mac OS X system version is set for each architecture. r=smichaud r=ted a=blocking-b5
-
- 24 Mar, 2010 1 commit
-
-
Reed Loden authored
Bug 553073 - "CFBundleIdentifier in /browser/app/macbuild/Contents/Info.plist.in is hardcoded as "org.mozilla.firefox"" [r=joshmoz]
-
- 29 Dec, 2009 1 commit
-
-
Phil Ringnalda authored
--HG-- extra : rebase_source : 1192b1774627677a6a5dd9faa800c436361c987d
-
- 22 Dec, 2009 1 commit
-
-
Phil Ringnalda authored
-
- 29 Apr, 2012 1 commit
-
-
Gavin Sharp authored
Bug 748389: consolidate Mac bundle identifier logic in configure, and use it to specify the Mac bundle ID of the installing app in installed web apps' bundles, r=ted, r=felipe --HG-- extra : rebase_source : d47a29e43114bcd315b09320d5f46fa0f8c8786b
-
- 26 Apr, 2012 1 commit
-
-
Gavin Sharp authored
Bug 748389: add buildID to the CFBundleVersion field in our Info.plist so that Mac OS X can differentiate different Firefox builds when launching webapprt, r=ted, r=felipe, r=dwalkowski, feedback=smichaud --HG-- extra : rebase_source : 18b69376038f71d6464b7b754d1dc9c65ac9a925
-