Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Properly camelCase dom.intersectionObserver.enabled pref. | wolfbeast | 2019-01-19 | -1/+1 |
| | ||||
* | Revert "Disable IntersectionObserver API because of crashes." | wolfbeast | 2019-01-19 | -2/+1 |
| | | | | This reverts commit ac1beef5c10a114afe18897d5d3ced24ac378b92. | |||
* | Disable IntersectionObserver API because of crashes. | wolfbeast | 2019-01-19 | -1/+2 |
| | | | | See #934 and #935. | |||
* | Add preference for fully disabling HSTS. | Ascrod | 2019-01-16 | -0/+2 |
| | ||||
* | Add performance warnings to Deprecated module. | wolfbeast | 2018-12-24 | -0/+3 |
| | | | | | | | | | | | Adds a dedicated handler for performance warnings to be logged to consoles if known performance-impacting methods are called. Search service init is changed from a deprecation warning to a performance warning for synchronous init. This also re-enables the warning for the Basilisk & Co. search service initialization which was previously removed in [a930a79] See also the discussion on #916. | |||
* | Re-enable intersection observers with WD spec patches. | wolfbeast | 2018-12-22 | -2/+2 |
| | | | | This resolves #249 | |||
* | Prevent double free in mar_sign.c | wolfbeast | 2018-12-13 | -0/+1 |
| | ||||
* | Remove DirectShowReader Part 1: Conditional code | trav90 | 2018-12-01 | -3/+0 |
| | ||||
* | Update GMP AUS URL | wolfbeast | 2018-11-30 | -1/+1 |
| | ||||
* | Remove VR hardware support. | wolfbeast | 2018-11-26 | -24/+0 |
| | | | | This resolves #881 | |||
* | Update reported Firefox version in compatmode. | wolfbeast | 2018-11-07 | -1/+1 |
| | | | | This resolves #864 | |||
* | Back out problematic patch causing issue #865. | wolfbeast | 2018-11-06 | -19/+0 |
| | | | | | This reverts commit f62eee7c510238bf93b6ad43acd8b8a79a44417c. Verified that a hardening patch landed after this already negates what this patch was a stopgap for, so we no longer need it at all. | |||
* | #863 part 2: Make opportunistic encryption opt-in for UXP | wolfbeast | 2018-11-05 | -1/+4 |
| | | | | | This exposes the new pref and also sets the Alt-Svc pref for OE to false. Basilisk gets a default opt-in for both to stay close to Firefox. | |||
* | Backout opportunistic encryption changes. | wolfbeast | 2018-11-04 | -3/+0 |
| | | | | | | Apparently there is some functional and naming confusion here. Backing out to re-land after evaluation and possible changes. Tag #863. | |||
* | Swap default platform state for opportunistic encryption. | wolfbeast | 2018-11-04 | -2/+2 |
| | | | | Tag #863 | |||
* | Change captive portal detection URL to our own. | wolfbeast | 2018-11-04 | -1/+1 |
| | ||||
* | Make opportunistic encryption configurable. | wolfbeast | 2018-11-04 | -0/+3 |
| | | | | | | | This adds a pref "network.http.opportunistic-encryption" that controls whether we send an "Upgrade-Insecure-Requests : 1" header on document navigation or not. This patch modifies the platform network parts. Default for the platform is "true". Part 1 for #863 | |||
* | Bug 1460538 | wolfbeast | 2018-11-01 | -0/+19 |
| | ||||
* | Set CSS error console reporting default to false for performance. | wolfbeast | 2018-10-29 | -1/+1 |
| | | | | Dev note needed upon release. This resolves #444. | |||
* | Put AV1 codec behind a pref | trav90 | 2018-10-20 | -0/+4 |
| | | | | Disabled by default. | |||
* | Expose browser.download.lastDir.savePerSite | wolfbeast | 2018-10-08 | -0/+3 |
| | | | | Resolves #823 (alternative suggestion) | |||
* | Make caret width normal/thick behind CJK char configurable. | wolfbeast | 2018-10-07 | -0/+3 |
| | | | | Fixes #820 (regression). | |||
* | Set the default action to not lock content scrolling when a menu is open. | wolfbeast | 2018-10-06 | -2/+3 |
| | | | | This resolves issues with the bookmarks and other menus with submenus if scrollable in case of many items displayed. | |||
* | Remove IndexedDB for content pref. | wolfbeast | 2018-09-29 | -2/+0 |
| | | | | Tag Issue #765 | |||
* | Merge pull request #788 from alaviss/apz-experimental | Moonchild | 2018-09-26 | -0/+4 |
|\ | | | | | gfx: add pref for enabling APZ without e10s | |||
| * | gfx: add pref for enabling APZ without e10s | Leorize | 2018-09-25 | -0/+4 |
| | | ||||
* | | Regression fix: enable ICC v4 profiles by default. | wolfbeast | 2018-09-25 | -1/+1 |
|/ | ||||
* | Merge branch 'fbgw' | wolfbeast | 2018-09-11 | -0/+1 |
|\ | ||||
| * | Add findbar.termPerTab | wolfbeast | 2018-09-09 | -0/+1 |
| | | | | | | | | Allow the pref to switch between global search term and per-tab search term | |||
* | | Bug 1473113 - Defer initializing the MAR index until it's needed. | wolfbeast | 2018-09-11 | -4/+19 |
|/ | ||||
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-09-03 | -7/+0 |
| | | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this. | |||
* | Introduce ui.menu.allow_content_scroll | wolfbeast | 2018-08-24 | -0/+4 |
| | | | | | When true, overrides the OS convention to prevent scrolling of content when contextual menus are open. This resolves #730. | |||
* | Stop pointless recording of telemetry data | wolfbeast | 2018-08-23 | -4/+4 |
| | | | | Also clear the telemetry URLs and metas "just in case" so nothing can go anywhere even in the case of PEBCAK. | |||
* | Use "browser.newtabpage.add_to_session_history" to decide whether to store ↵ | JustOff | 2018-08-22 | -0/+4 |
| | | | | "about:newtab" in the session history | |||
* | Re-implement custom background color of standalone images. | wolfbeast | 2018-08-20 | -0/+3 |
| | | | | | | | | This resolves #717. Note: this does not affect other applications because the platform default is to use the "darknoise" background image for standalone image, which effectively overrides a bg color. | |||
* | Merge pull request #685 from trav90/default-pref-updates | Moonchild | 2018-08-01 | -1/+2 |
|\ | | | | | Disable battery API by default | |||
| * | Disable battery API by default to reduce private data exposure to the web | trav90 | 2018-07-31 | -1/+2 |
| | | ||||
* | | Tune the network stack | wolfbeast | 2018-08-01 | -6/+2 |
|/ | | | | This resolves #684 | |||
* | Enable d3d9 accelerated layers as a fallback. | wolfbeast | 2018-07-30 | -2/+2 |
| | | | | | | | If d3d 11 can't be used for whatever reason (limited integrated/mobile chipset, etc.) we should fall back to d3d9. Mozilla blocked this based on experiences with Intel GPUs/drawing artefacts, but those drivers are blacklisted already. No reason to disable this path for everyone. | |||
* | Update zlib to 1.2.11 | wolfbeast | 2018-07-26 | -969/+1668 |
| | | | | This resolves #676 | |||
* | Allow AsyncDrawing for plugins in all versions. | wolfbeast | 2018-07-22 | -5/+0 |
| | ||||
* | Update redundant comment | wolfbeast | 2018-07-14 | -1/+0 |
| | ||||
* | Add pref to control CanOptimizeToImageLayer for large downscale factors. | wolfbeast | 2018-07-14 | -0/+6 |
| | | | | This resolves #626 | |||
* | Make the page visibility API pref-controlled. | wolfbeast | 2018-07-07 | -0/+3 |
| | | | | This resolves #607. | |||
* | Remove pref confusion around cache v2 | wolfbeast | 2018-07-03 | -2/+1 |
| | | | | | | - Renames browser.cache.use_new_backend to browser.cache.backend - Sets browser.cache.backend to 1 (use cache v2) - Removes browser.cache.use_new_backend_temp | |||
* | Disable Intersection Observers by default. | wolfbeast | 2018-07-02 | -1/+1 |
| | | | | This draft implementation does not play nice with several large sites (e.g. Facebook). | |||
* | Enable Intersection Observers in the platform. | wolfbeast | 2018-06-27 | -0/+4 |
| | | | | This resolves #249. | |||
* | Increase max size for GDI classic forced families. | wolfbeast | 2018-06-16 | -1/+1 |
| | | | | | | Set the maximum size at which we will force GDI classic mode using force_gdi_classic_for_families to 17 to prevent some known font artifacts using d2d. | |||
* | Revert "Disable WebP decoder until memory leak is resolved" | wolfbeast | 2018-06-13 | -2/+2 |
| | | | | This reverts commit 7336eef241d22d4420b270bb5aa7e5692251455d. | |||
* | Disable WebP decoder until memory leak is resolved | JustOff | 2018-06-12 | -2/+2 |
| |