wolfbeast
d224ddb0e5
Issue #303 Part 2: Update build files for the new location
2019-02-16 00:00:40 +08:00
trav90
3f87aa1a69
Always build with SSE2 support when using GCC
2019-02-16 00:00:14 +08:00
wolfbeast
f4a29c2947
Teach moz.configure about --enable-precompiled-startupcache
2019-02-15 23:59:58 +08:00
Moonchild
170f2ade41
Revert "Always build with SSE2 support & display an error if not available"
2019-02-15 23:59:11 +08:00
trav90
10bc6c2b0d
Remove extraneous SSE flag
2019-02-15 23:59:05 +08:00
trav90
1e8a7b041e
Tweak SSE/SSE2 GCC flags
2019-02-15 23:59:04 +08:00
trav90
bbc27e01ae
Always build with SSE2 support when using GCC
2019-02-15 23:59:02 +08:00
wolfbeast
92fbd042f5
Remove the Dark Matter Detector (DMD) Memeory debugger component.
...
This resolves #376 .
2019-02-15 23:58:31 +08:00
wolfbeast
fd9202fef0
Remove moz_widget_toolkit_gonk
...
Tag #288
2019-02-15 23:57:24 +08:00
wolfbeast
74df182488
Remove other gonk widget conditionals and unused files.
...
Tag #288 .
2019-02-15 23:57:15 +08:00
NTD
b7158e06ac
Use application specific application.ini
2019-02-15 23:56:27 +08:00
wolfbeast
127b2c99dc
Issue #325 Part 15: Remove ENABLE_INTL_API and EXPOSE_INTL_API flags.
2019-02-15 23:56:20 +08:00
wolfbeast
b19e3c348c
Remove the option to build without INTL/ICU
...
This resolves #324 .
2019-02-15 23:55:55 +08:00
wolfbeast
c8462db202
Remove sandbox ductwork conditional code.
2019-02-15 23:55:41 +08:00
wolfbeast
8ffcc15d3f
Move --enable-tests out of Python configure and flip the default.
2019-02-15 23:53:16 +08:00
wolfbeast
d804882857
Remove jemalloc 4 from our tree.
2019-02-15 23:52:10 +08:00
wolfbeast
797ca533f9
Remove support for making jemalloc4 the default memory allocator.
2019-02-15 23:52:09 +08:00
wolfbeast
c76d18a40d
Remove support for system jemalloc.
2019-02-15 23:52:07 +08:00
NTD
f0536c394b
Fix preprocessor conditional precedence in application.ini
2019-02-15 23:49:08 +08:00
NTD
b72012f9c2
Resolve issues with application.ini not allowing non-mcp applications to be official and have their own vendor
...
Also add BinOC cause two words breaks the build system
2019-02-15 23:49:07 +08:00
trav90
f02ba306ef
Style fix
2019-02-15 23:48:28 +08:00
trav90
b2917cce1d
Force use of level 1 Liftetime DSE optimization on modern GCC
...
Instead of completely disabling it.
2019-02-15 23:48:26 +08:00
wolfbeast
d37246737b
Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.
...
- `--enable-official-branding` implies `MC_OFFICIAL` (no need to specifically set it)
- `--enable-official-vendor` can be used to set `MC_OFFICIAL` on builds without `--enable-official-branding` that should still be considered official release versions.
- `MC_OFFICIAL` implies `--enable-release`, meaning `DEVELOPER_OPTIONS` isn't set
- `MC_OFFICIAL` makes `nsXULAppInfo.getIsOfficial` return `true`
- `MC_OFFICIAL` makes `AppConstants.MOZILLA_OFFICIAL` (for compatibility in extensions) and `AppConstants.MC_OFFICIAL` return `true`
- Optional, for the time being: `MOZILLA_OFFICIAL` is still present in some places in case someone wants to build a Mozilla-alike official application and has the rights and necessary keys to use Mozilla-official third-party services. This must always be combined with `MC_OFFICIAL` to have a sane combination of defines. This may be removed in the future.
2019-02-15 23:44:10 +08:00
trav90
618138082f
[GTK3] Get styles for menu label, button text and combobox text colors from WidgetCache
2019-02-15 23:43:40 +08:00
NTD
332daa081a
Update configure variable verification
2019-02-15 23:41:07 +08:00
wolfbeast
013cb18fed
Remove MOZ_CRASHREPORTER_NO_REPORT except in /testing
2019-02-15 23:39:55 +08:00
wolfbeast
434f3590e3
Remove base conditional code for crash reporter and injector.
2019-02-15 23:39:53 +08:00
wolfbeast
963560a1d2
Remove Rust from the tree.
...
Part 4 for #58
2019-02-15 23:36:42 +08:00
NTD
29b56a9e55
Update configure variable verification
2019-02-15 23:34:12 +08:00
wolfbeast
297f13362a
Move --enable-eme out of mozconfigure
2019-02-15 23:33:57 +08:00
NTD
16ee2a0626
Split MOZ_DEVTOOLS into MOZ_DEVTOOLS (client) and MOZ_DEVTOOLS_SERVER (backend) and make both optional
2019-02-15 23:32:43 +08:00
NTD
fb319fb148
Hook up the Tycho Add-on Manager to the build system
2019-02-15 23:31:13 +08:00
wolfbeast
7161ba5ce9
Don't bust when addon-sdk dir exists but is empty (e.g. after pull)
2019-02-15 23:31:07 +08:00
NTD
23b67db438
Move Add-on SDK source to toolkit/jetpack
2019-02-15 23:30:56 +08:00
NTD
b92f437264
Add configure variable verification
2019-02-15 23:29:53 +08:00
NTD
ae6fe35585
Official Vendor and Pale Moon special case
2019-02-15 23:29:24 +08:00
trav90
1eecf39f2b
Require at least GCC 4.9 to build
2019-02-15 23:28:57 +08:00
NTD
d8a1ba9bac
Allow moz.configure to build projects at / or application/ without having to fully qualify the path in --enable-application
2019-02-14 14:35:13 +08:00
NTD
28bbfef589
Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP
2019-02-14 14:35:08 +08:00
NTD
30d5f081aa
Use UTC where appropriate in python files
2019-02-14 14:28:19 +08:00
NTD
fe8028fa2e
Add Pale Moon
2018-02-02 03:35:06 -05:00
Roy Tam
dcd9973243
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
2018-01-19 03:59:58 +08:00