Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | Disable application update to prevent Mozilla interference while working on ↵ | wolfbeast | 2018-02-03 | -0/+2 | |
| | | | | | | | | | | | | | | | | the tree. | ||||
* | | | | Allow moz.configure to build projects at / or application/ without having to ↵ | Matt A. Tobin | 2018-02-03 | -4/+15 | |
| | | | | | | | | | | | | | | | | fully qualify the path in --enable-application | ||||
* | | | | Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP | Matt A. Tobin | 2018-02-03 | -24/+35 | |
| | | | | |||||
* | | | | Move MOZ_PHOENIX to application configure and set MC_BASILISK | Matt A. Tobin | 2018-02-03 | -6/+17 | |
|/ / / | |||||
* | | | Purge b2g/ | Matt A. Tobin | 2018-02-03 | -22896/+0 | |
| | | | |||||
* | | | Remove browser tests - Part 2: Build System | Matt A. Tobin | 2018-02-03 | -172/+0 | |
| | | | |||||
* | | | Remove browser tests - Part 1: The Tests (except for experiments) | Matt A. Tobin | 2018-02-03 | -144364/+0 | |
| | | | |||||
* | | | Merge branch 'goanna-gfx' | wolfbeast | 2018-02-02 | -90/+42 | |
|\| | | |||||
| * | | CSS gradients: add a special case for transparent stops. | wolfbeast | 2018-02-02 | -0/+38 | |
| | | | | | | | | | | | | | | | | | | | | | This causes transparent stops to behave like "true transparent" instead of "transparent black", even in RGBA space. i.e.: the gradient will transition to a transparent version of the color adjacent to the transparent color stop (on either side if not on the edge). | ||||
| * | | CSS: Stop using premultiplied color space for gradients. | wolfbeast | 2018-02-02 | -90/+4 | |
| | | | |||||
* | | | Merge branch 'ported-moebius' | wolfbeast | 2018-02-02 | -294/+304 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Disable window.showModalDialog. | wolfbeast | 2018-02-02 | -0/+1 | |
| | | | | | | | | | | | | This is no longer in the spec. | ||||
| * | | Disable the add-ons "cache" for privacy reasons. | wolfbeast | 2018-02-02 | -1/+1 | |
| | | | |||||
| * | | Add canvas data poisoning option. | wolfbeast | 2018-02-02 | -14/+63 | |
| | | | | | | | | | | | | Tag #61. | ||||
| * | | Switch GeoLocation to IP-API.com with minimal requests. | wolfbeast | 2018-02-02 | -13/+34 | |
| | | | |||||
| * | | Fix spellchecker dictionary logic. | wolfbeast | 2018-02-02 | -185/+118 | |
| | | | | | | | | | | | | This fixes #6. | ||||
| * | | That's quite enough of /this/ nonsense. | wolfbeast | 2018-02-02 | -61/+0 | |
| | | | |||||
| * | | Disable static DHE + AES suites by default (common combination for weak DH keys) | wolfbeast | 2018-02-02 | -2/+2 | |
| | | | | | | | | | | | | Issue #4 point 5 | ||||
| * | | Disable 3DES cipher by default + re-order a few things. | wolfbeast | 2018-02-02 | -8/+13 | |
| | | | | | | | | | | | | Issue #4 point 4 | ||||
| * | | Add RSA-AES + SHA256/384 suites for web compatibility. | wolfbeast | 2018-02-02 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | Sites with these ciphers (commonly IIS) would otherwise fall back to weak 3DES that will be disabled by default. Issue #4 points 2 and 3 | ||||
| * | | Add Camellia to the active cipher suites. | wolfbeast | 2018-02-02 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | | Issue #4 point 1. Camellia is a strong, modern, safe cipher with no known weaknesses or reduced strength attacks. The cipher has been approved for use by the ISO/IEC, the European Union's NESSIE project and the Japanese CRYPTREC project. | ||||
| * | | Implement configuration pref for Generational Garbage Collection. | wolfbeast | 2018-02-02 | -0/+20 | |
| | | | | | | | | | | | | | | | Pref: javascript.options.mem.gc_generational This resolves #20 | ||||
| * | | Fix toolkit update logic to prevent update loops. | wolfbeast | 2018-02-02 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | Only consider equal appversion to be "update available" if BuildID is present AND greater than current. This resolves #13. | ||||
| * | | Support "SourceMap" header along with "X-SourceMap" | wolfbeast | 2018-02-02 | -1/+4 | |
| | | | |||||
| * | | Restrict XML file recursion depth to 200. | wolfbeast | 2018-02-02 | -4/+17 | |
|/ / | | | | | | | This resolves #2. | ||||
* | | Use UTC where appropriate in python files | Matt A. Tobin | 2018-02-02 | -29/+29 | |
| | | |||||
* | | Fix certerror.wrongSystemTime in netError.dtd | Matt A. Tobin | 2018-02-02 | -1/+1 | |
| | | |||||
* | | End FIREFOX_VERSION and use preprocessed values in bundled install.rdf files | Matt A. Tobin | 2018-02-02 | -26/+20 | |
| | | |||||
* | | Preprocessor warnings should not be fatal errors | Matt A. Tobin | 2018-02-02 | -13/+6 | |
|/ | |||||
* | Remove kinto client, Firefox kinto storage adapter, blocklist update client ↵ | Matt A. Tobin | 2018-02-02 | -10664/+24 | |
| | | | | and integration with sync, OneCRL and the custom time check for derives system time. | ||||
* | Issue N/A - Undeprecate viewSource.xul's original API | Matt A. Tobin | 2018-02-02 | -68/+21 | |
| | |||||
* | Issue N/A - Restore the Toolkit Error Console - Part 2: Browser | Matt A. Tobin | 2018-02-02 | -1/+36 | |
| | |||||
* | Issue N/A - Restore the Toolkit Error Console - Part 1: Toolkit | Matt A. Tobin | 2018-02-02 | -0/+1522 | |
| | |||||
* | Revert "Add Basilisk" | Matt A. Tobin | 2018-02-02 | -393271/+0 | |
| | | | | This reverts commit e72ef92b5bdc43cd2584198e2e54e951b70299e8. | ||||
* | Empty commit | Matt A. Tobin | 2018-02-02 | -0/+0 | |
| | |||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+23883603 | |
| | |||||
* | Add Pale Moon | Matt A. Tobin | 2018-02-02 | -0/+142674 | |
| | |||||
* | Add Basilisk | Matt A. Tobin | 2018-02-02 | -0/+393271 | |
| | |||||
* | Git stuff | Matt A. Tobin | 2018-02-02 | -0/+128 | |
| | |||||
* | Initial commit | Moonchild | 2018-02-01 | -0/+373 | |