Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Merge pull request #171 from janekptacijarabaci/js_location_hash_1 | New Tobin Paradigm | 2018-04-15 | -1/+1 | |
|\ | | | | | Fix: no escape single quote in location.hash | ||||
| * | JS - location.hash - no escape single quote | janekptacijarabaci | 2018-02-12 | -1/+1 | |
| | | |||||
* | | Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. | wolfbeast | 2018-04-13 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | - `--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. | ||||
* | | Rebase on master | wolfbeast | 2018-04-11 | -2/+2 | |
|\ \ | |||||
| * | | Fix Value::isGCThing footgun, stop returning true for NullValue | trav90 | 2018-04-07 | -2/+2 | |
| | | | |||||
* | | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -246/+1 | |
|/ / | |||||
* | | Remove cargo nsstring component | wolfbeast | 2018-03-13 | -1129/+0 | |
| | | | | | | | | Part 3 for #58 | ||||
* | | Merge branch 'security_tls_1-3_1' into TLS-1.3 | wolfbeast | 2018-02-23 | -7/+9 | |
|\ \ | |||||
| * | | Bug 1343600 - Add TLS handshake Start/Stop events | janekptacijarabaci | 2018-02-11 | -7/+9 | |
| |/ | |||||
* | | Remove XPCOM checks for Windows Vista and clean up unused header files. | wolfbeast | 2018-02-19 | -8/+1 | |
| | | | | | | | | Tag #22 | ||||
* | | Remove Windows shell integration checks for Windows Vista. | wolfbeast | 2018-02-19 | -21/+7 | |
| | | | | | | | | Tag #22. | ||||
* | | Remove StartupSpecialSystemDirectory() workaround. | wolfbeast | 2018-02-19 | -31/+2 | |
|/ | | | | | The SHGetKnownFolderPath function declaration is exposed since [85edb1c711f7816ed1a30edd07b37d314fac216a] so we no longer need to GetProcAddress("SHGetKnownFolderPath") and we can call it directly. Also remove a redundant #include <shlobj.h>. | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+191912 | |