summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Issue #1291 - Part 1: Ensure exp(1) returns e exactly (use a const)wolfbeast2019-11-15-0/+3
|
* Issue #80 - Stop building embedded xz lib unifiedwolfbeast2019-11-15-1/+1
|
* Issue #80 - Stop building woff2 lib unifiedwolfbeast2019-11-15-1/+1
|
* Issue #80 - Stop building brotli lib unifiedwolfbeast2019-11-15-2/+2
|
* Add Ekoru to the included search engines.wolfbeast2019-11-15-0/+11
| | | | | | | This provides a charity-supporting search engine option focused on the planet's health and animal welfare. Since this engine is based on Bing search, it provides a balancing alternative to Ecosia (Google-based) with similar eco goals.
* Merge pull request #1290 from g4jc/bug_1279New Tobin Paradigm2019-11-14-3/+3
|\ | | | | Update TestingFunctions.cpp for regex lookbehind changes
| * Issue #1279 - Update js/src/builtin/TestingFunctions.cpp for regex ↵Gaming4JC2019-11-14-3/+3
| | | | | | | | | | | | lookbehind changes This fixes debug builds
* | [Mach] Add stage command to execute stage-packageMatt A. Tobin2019-11-14-0/+8
|/
* Issue #1289 - Part 4: Update Pale Moon UI.wolfbeast2019-11-14-32/+10
| | | | | This swaps the UI choice to using the new boolean pref instead of enforcement level.
* Issue #1289 - Part 3: Update tests.wolfbeast2019-11-14-5/+46
|
* Issue #1289 - Part 2: Clear out the preload list except for testwolfbeast2019-11-14-503/+2
| | | | domains.
* Issue #1289 - Part 1: Add a pref to disable HPKP header processing.wolfbeast2019-11-14-4/+45
|
* Issue #1288 - Part 5: Pass graphite fonts through OTS.wolfbeast2019-11-14-10/+1
| | | | | Since the updated OTS supports proper checking of graphite fonts we no longer need to rely of harfbuzz for them.
* Issue #1288 - Part 4: Update the OpenType Sanitizer component to 8.0.0wolfbeast2019-11-14-3290/+10961
|
* Issue #1288 - Part 3: Update woff2 component to 1.0.2wolfbeast2019-11-14-583/+554
|
* Issue #1288 - Part 2: Add a partial LZ4 decompression routine.wolfbeast2019-11-14-0/+44
| | | | | | | | This function never writes beyond `aDest` + `aMaxOutputSize`, and is therefore protexted against malicious datapackets. It also ignores unconsumed input upon reaching `aMaxOutputSize` and can therefore be used for parial decompression of LZ4 input up to a desired resulting size of decompressed data.
* Issue #1288 - Part 1b: Rewrite nsHTTPCompressConv.wolfbeast2019-11-14-405/+466
| | | | This also includes formatting changes.
* Issue #1288 - Part 1a: Update brotli to 1.0.7wolfbeast2019-11-14-11587/+32340
| | | | | This also reorganizes the exports in the build system to use `brotli/` as include directory.
* Merge branch 'issue-1279'wolfbeast2019-11-12-157/+359
|\
| * Issue #1279 - Implement regular expression lookbehindwolfbeast2019-11-11-157/+359
| | | | | | | | Based on Tom Schuster's work, with extra minters for unicode.
* | Issue #1283 - Implement Promise.prototype.finally()André Bargull2019-11-12-1/+105
|/ | | | This resolves #1283.
* Merge pull request #1277 from adeshkp/remove-adobe-primetimeNew Tobin Paradigm2019-11-10-224/+8
|\ | | | | Remove Adobe Primetime support
| * Issue #1259 - Part 7. Update tests for Adobe EME removaladeshkp2019-11-10-39/+0
| |
| * Issue #1259 - Part 6. Remobe Adobe EME from Basilisk frontendadeshkp2019-11-10-28/+2
| |
| * Issue #1259 - Part 5. Remove migration path for Adobe GMP storageadeshkp2019-11-10-36/+0
| | | | | | | | As a cleanup task, also remove GMP storage migration for Fx 42 era.
| * Issue #1259 - Part 4. Remove Adobe EME from GMPUtilsadeshkp2019-11-10-9/+4
| |
| * Issue #1259 - Part 3. Remove Adobe EME as a GMP sourceadeshkp2019-11-10-35/+0
| |
| * Issue #1259 - Part 2. Remove Adobe Primetime localization stringsadeshkp2019-11-10-12/+0
| |
| * Issue #1259 - Part 1. Remove Adobe Primetime support from treeadeshkp2019-11-10-65/+2
| |
* | Issue #618 - Flip on module type scripting.wolfbeast2019-11-10-1/+1
| |
* | Merge pull request #1278 from MoonchildProductions/js-modulesMoonchild2019-11-10-254/+353
|\ \ | |/ |/| Partial solution for JS modules
| * Issue #618 - Misc fixes (merge conflicts)wolfbeast2019-11-10-4/+8
| |
| * Merge branch 'master' into js-moduleswolfbeast2019-11-10-1139829/+854817
| |\ | |/ |/| | | | | # Conflicts: # modules/libpref/init/all.js
* | Issue #447 - Improve the getHSTSPreloadList scriptwolfbeast2019-11-09-12/+16
| | | | | | | | | | | | | | | | | | - Use HEAD instead of GET for probe to avoid loading pages - Reduce retries to 2 - Reduce timeout to 10 s (since we're just getting a HEAD this is royal) - Identify ourselves to websites as an automated tool - Improve performance of list merging (O(n^2) was getting too expensive) - Add a total counter and perform GC every 200 requests
* | Issue #447 - Update HSTS preload list.wolfbeast2019-11-09-11027/+26141
| |
* | Issue #1254 - Update SQLite to 3.30.1wolfbeast2019-11-08-3966/+5306
| |
* | Merge pull request #1276 from MoonchildProductions/cairo-workMoonchild2019-11-08-31685/+743
|\ \ | | | | | | Update the in-tree cairo code.
| * | Issue #1274 - Part 5: Misc fixes and version update.wolfbeast2019-11-07-194/+25
| | |
| * | Issue #1274 - Part 4: Remove some unnecessary checks for old Windows versions.wolfbeast2019-11-07-28/+4
| | | | | | | | | | | | This gets rid of deprecated GetVersionEx() calls as a bonus.
| * | Issue #1274 - Part 3: Update libpixman licensingwolfbeast2019-11-07-0/+55
| | |
| * | Issue #1274 - Part 2: Update Windows prerequisite defines.wolfbeast2019-11-07-18/+24
| | |
| * | Issue #1274 - Part 1: Adopt the cairo version as our own.wolfbeast2019-11-07-31460/+650
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Move header licensing from tri-license to MPL 2.0. MPL-compatible other licensing has been retained where originally present. - Remove individual superseded licensing terms. - Remove patches, outdated readmes & incomplete patch summaries. - Remove incomplete cairo release notes (only went up to 1.6.4 anyway). - Rewrite COPYING to indicate the current state of the library in tree.
* | | Merge pull request #1214 from MoonchildProductions/certexception-workMoonchild2019-11-08-68/+48
|\ \ \ | | | | | | | | Fix Certificate Exception dialog logic
| * | | Issue #1064 - Part 3: Fix notifyObservers() call.wolfbeast2019-11-04-1/+1
| | | |
| * | | Issue #1064 - Part 2: Fix shorthand and services module import.wolfbeast2019-11-04-3/+6
| | | |
| * | | Merge branch 'master' into certexception-workwolfbeast2019-11-04-26960/+9884
| |\| |
| * | | No issue: Clean up `exceptionDialog.js`wolfbeast2019-08-17-14/+11
| | | | | | | | | | | | | | | | | | | | - Fix some quoting, comments and inconsistencies and code style - Swap manually grabbing service components out for using `Services.*`
| * | | Issue #1064: Don't get certificate details synchronously.wolfbeast2019-08-17-51/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids getting data synchronously on the main thread in an XHR (which has been deprecated for a long time and _may_ actually be blocked in our networking) and attempts to be more predictable by always firing an update request for the dialog from the XHR request handlers.
* | | | Issue #1263 - Part 2: Remove DiskSpaceWatcher testswolfbeast2019-11-08-1011/+0
| | | |
* | | | Issue #1263 - Part 1: Remove DiskSpaceWatcherwolfbeast2019-11-08-537/+3
| | | |