summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
* Lay down Pale Moon 30Matt A. Tobin2022-02-12
|
* Prep for GREMatt A. Tobin2022-02-12
|
* Revert "Update build system for changed NSS (version/symbols)"Pale Moon2018-03-04
| | | | This reverts commit e2794cd9a2c3762e9776d89d6f33dbf369915635.
* Update build system for changed NSS (version/symbols)Pale Moon2018-02-23
|
* Add configure variable verificationMatt A. Tobin2018-02-08
|
* Remove WebRTC - Part 1: ConfigureMatt A. Tobin2018-01-14
|
* Update SQLite lib to 3.21.0.Pale Moon2017-12-06
|
* Issue N/A - Follow up to pull request #1366 - Centralize UAO version controlMatt A. Tobin2017-09-26
|
* Centralize UAO version controlJustOff2017-09-26
|
* Update NSS to 3.31.1 RTMPale Moon2017-08-12
|
* Update NSPR to 4.15 RTMPale Moon2017-08-12
|
* Update SQLite to 3.19.3.Pale Moon2017-07-01
|
* Update NSS to 3.28.5.1-PMPale Moon2017-06-03
| | | | This resolves #1134.
* Upgrade NSS to 3.28.4-RTMPale Moon2017-04-17
|
* Stop building gamepad support by default.Pale Moon2017-03-09
| | | | Tag #943.
* Fix incorrect use of configure argument for JXRPale Moon2017-03-02
| | | | See also #924
* Reconfigure the tree.Pale Moon2017-02-25
| | | | | - Update minimum required versions - Since we no longer use Camellia-GCM, NSS is in sync enough again to allow system-NSS
* Update NSS to 3.19.5.1-PMPale Moon2017-02-20
|
* Remove GStreamer option from configuretrav902017-02-10
|
* Integrate jxrlib into the build systemrhinoduck2017-02-08
| | | | | New build flag MOZ_JXR: enables/disables JXR support (enabled by default).
* Do not build GStreamer support by defaulttrav902017-01-21
|
* Merge pull request #805 from trav90/media-pref-workMoonchild2017-01-03
|\ | | | | Adjust some media prefs
| * Add test/error if building FFmpeg support without FMP4 supporttrav902017-01-01
| |
* | Remove Windows Metro/WinRT code.Pale Moon2017-01-02
|/
* Update in-tree NSS to 3.19.5-PMPale Moon2016-11-17
|
* Remove deal E10S_TESTING_ONLY configure codePale Moon2016-10-30
|
* Merge pull request #618 from binoc-central/maint-service-acid-bathMoonchild2016-10-20
|\ | | | | Pull request to Resolve Issue #492 - Bathe the Windows Maintenance Service.. IN ACID
| * Issue #492 - Bathe the Windows Maintenance Service.. IN ACID - Part 2: Build ↵Matt A. Tobin2016-10-19
| | | | | | | | system, Installer/Packaging
* | Do not fold gkmedias into libxul on Windows and add missing symbolsMatt A. Tobin2016-10-19
|/
* Move Mozilla DevTools to Platform - Part 10: ConfigureMatt A. Tobin2016-10-16
|
* Revert "Remove the maintenance service (take 2)."Pale Moon2016-10-13
| | | | | This reverts commit 009fdf9eb83e29aceec430ccc6c1132e32b23185. Tag #492.
* Remove the maintenance service (take 2).Pale Moon2016-10-12
| | | | This resolves #492.
* Revert "Remove the maintenance service."Pale Moon2016-10-11
| | | | This reverts commit fb21c6be5428d534caae4c7366ba494763eb01af.
* Remove the maintenance service.Pale Moon2016-10-11
| | | | This resolves #492.
* Exterminate WebAppRT - Part 2: Remove webapprt support from the build systemMatt A. Tobin2016-10-07
|
* Merge pull request #542 from Gpower2/masterMoonchild2016-10-07
|\ | | | | Remove d3dcompiler_43 dependency (Issue #529)
| * Remove MOZ_DIRECTX_SDK_PATHGpower22016-10-07
| | | | | | | | - Remove MOZ_DIRECTX_SDK_PATH
| * Remove d3dcompiler_43 from build systemGpower22016-10-07
| | | | | | | | | | | | | | | | - Remove MOZ_FOUND_BOTH_D3D_COMPILERS and MOZ_REQUIRE_ALL_D3DCS - Remove --enable-require-all-d3dc-versions , require-all-d3dc-versions and --enable-require-all-d3dc-versions - Remove MOZ_D3DCOMPILER_XP_DLL, MOZ_D3DCOMPILER_XP_CAB and DMOZ_D3DCOMPILER_XP_DLL
| * Remove d3dcompiler_43 check in configure.inGpower22016-10-01
| |
* | Remove FIREFOX_VERSION in topsrcdir configureMatt A. Tobin2016-10-05
| |
* | Disable accessibility by defaultMatt A. Tobin2016-10-05
| |
* | Disable the sandbox by defaultMatt A. Tobin2016-10-05
| |
* | Disable tests by defaultMatt A. Tobin2016-10-05
| |
* | Disable Parental Controls by defaultMatt A. Tobin2016-10-05
| |
* | Remove conflicting Web App Runtime configure flag from topsrcdir configureMatt A. Tobin2016-10-05
| |
* | Expand WIN32 redist file capabilitiesMatt A. Tobin2016-10-05
| |
* | Issue #546 - Update Tycho to libvpx 1.4 - Part 3: Clean up now unused vpx ↵Matt A. Tobin2016-10-04
|/ | | | memory function mangling from XPCOMInit and bump libvpx version to 1.4.0 in configure
* Don't build WebRTC code by default.Pale Moon2016-09-18
| | | | | | | | | - Pale Moon users have clearly indicated they don't want WebRTC - WebRTC code includes a lot of potential security risks (including peer connection leaks) - WebRTC code relies on old and poorly-supported third party libs Can still be enabled with --enable-webrtc Potentially offer as an alt package in the future if demand is high?
* Change WIN_VER and _WIN32_WINNT to 0x0600Gpower22016-09-17
|
* Revert "Change WINVER and _WIN32_WINNT to 0x0600 where applicable for issue ↵Moonchild2016-09-16
| | | | #515"