summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeLines
* [sfnt] Fix heap buffer overflow.Werner Lemberg2020-11-19-7/+7
| | | | | | This is CVE-2020-15999. * src/sfnt/pngshim.c (Load_SBit_Png): Test bitmap size earlier.
* [UA] Change default compatibility mode version to 68.0Moonchild2020-11-18-1/+1
| | | | | Since several entities have started to ban .9 versions, even if they are valid ESR versions.
* Issue #1683 - Update libjar module.Moonchild2020-11-18-13/+101
|
* Issue #1683 - Update Brotli lib to 1.0.9Moonchild2020-11-18-2404/+3966
|
* [libjar] Fix inflation logic.Moonchild2020-11-18-1/+1
| | | | | This has been broken for 11 years. About time it's fixed. Tag #1683
* Issue #1682 - Remove vibrator DOM interface and support code.Moonchild2020-11-18-4/+0
|
* Issue #1391 - Disable DOM Filesystem/dirpicker APIs by default.Moonchild2020-11-18-2/+2
| | | | | There don't seem to be any drawbacks to this; tested for the past month disabled and there have been no issues with any sites visited. Adoption seems very low.
* Issue #1643 - Part 2: Implement ResizeObserver APIMoonchild2020-09-21-0/+3
| | | | Implements ResizeObserver, ResizeObserverEntry and ResizeObservation
* Issue #1641 - Implement CSS flow-root keywordathenian2002020-09-08-0/+3
| | | | This is just a clean port of 1322191 and follow-up 1325970. It really seems to add create a new way to access existing code relating to block formatting and floating elements rather than implementing new functionality, and it is mercifully straightforwards.
* [misc/mar] Don't use a signed type for a length parameter.Moonchild2020-08-30-1/+1
|
* [media] Only include source error details in debugging scenarios.Moonchild2020-08-30-0/+8
| | | | | | | Unless a user is debugging media errors, this detail is unnecessary to report and could include sensitive data which could be abused by third-party requesters. This aligns it with the standard success/error paradigms in normal browsing situations.
* Issue #1629 - Uplift implementation of <link disabled> behavior for stylesheets.Moonchild2020-08-30-0/+8
|
* Issue #1620 - Enable Intrinsic Ratio by DefaultAndy2020-08-30-1/+1
| | | | A simpler name feels so much cleaner.
* Issue #1620 - Use Intrinsic Aspect Ratio for Images (uplift)Andy2020-08-30-0/+6
|
* Pref and disable getRootNode()Moonchild2020-08-07-0/+2
| | | | | | | This is apparently used for fallback selection and if available it is "assumed" Shadow DOM is also available, while this is a utility function. Webcompat is a nightmare sometimes.
* Issue #1391 - Remove the DOM battery APIMoonchild2020-07-28-5/+0
|
* [css] Enable various arbitrarily-disabled CSS features in the platform.Moonchild2020-07-23-13/+1
| | | | | | These should all be spec-compliant and were (for release-trickling of features) arbitrarily disabled by Mozilla at our fork point. There's no real reason to keep them disabled since they are used in the wild.
* Issue #1611 - Enable WASM by default but only enable jit when 64bitMatt A. Tobin2020-07-23-1/+7
|
* Issue #1587 - Part 10: Expose controlling pref and enable by defaultMoonchild2020-06-13-0/+3
|
* Issue #1585 - Replace node.rootNode with node.getRootNode()Moonchild2020-06-13-7/+0
| | | | | | | This removes the (default disabled) node.rootNode readonly attribute and replaces it with a node.getRootNode() function per WhatWG spec discussion. Based on work by John Dai <jdai@mozilla.com>
* Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTKLootyhoof2020-06-13-0/+4
|
* [DOM] Hard-disable webcomponents and customelements prefs (redwood)Moonchild2020-06-07-0/+2
|
* Prevent the existance of dangling pointers upon failure of FindDataStart.Bas Schouten2020-05-06-1/+2
|
* Issue #1517 - Remove dom.event.highrestimestamp.enabled prefMoonchild2020-05-06-1/+0
| | | | This resolves #1517
* Issue #1517 - Enable high-resolution DOM timestamps on trunkwolfbeast2020-04-16-2/+1
| | | | | At the very least we should enable these short term, with the potential removal of it pending.
* Issue #1498 - Part 6: Remove STS preloadlist pref.wolfbeast2020-04-14-2/+0
|
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-04-14-0/+1
| | | | | | This should be the last code backout for this. merging this branch should get us back to the way we were (+ additional code changes for later changes) as fasr as the unused unboxed code is concerned.
* [CSS] Add stub for font-variation-settingswolfbeast2020-04-14-0/+3
| | | | | | | | | | | | This stub is added because websites insist on considering this very hardware-dependent and O.S.-variable low-level font-control as a "critical feature" which it isn't as there is 0 guarantee that font variation settings are supported or honored by any operating system used by the client. On top this is a WD status feature that sites shouldn't be using, and the feature itself is strongly discouraged for use in favor of standard CSS font manipulation keywords like `font-weight`.
* Issue #1395 - Remove FlyWeb ServiceMatt A. Tobin2020-04-14-2/+0
|
* Issue #1360 - Part 1: Simplify layers acceleration prefs.wolfbeast2020-04-14-13/+10
| | | | | | | | | | | | | | | This gets rid of platform-dependent hard-coded defaults, but keeps build-time blocking if there is no GL provider (in which case layers acceleration almost certainly won't work because it needs a GL compositor and would likely crash without) New prefs are - layers.acceleration.enabled to enable HWA - layers.acceleration.force to force it enabled (requires .enabled to be set as well) This is the platform part of this issue. The rest will be front-end work (Preference UI integration and pref migration)
* Issue #1366 - Completely remove showModalDialogGaming4JC2020-01-21-1/+0
|
* Issue #1359 - Pointlessly rename greprefs.. again.Matt A. Tobin2020-01-18-9/+7
|
* Issue #1332 - Enable seeking to next frame by default.wolfbeast2020-01-14-6/+0
| | | | | | | The indicated BZ bug was resolved in Gecko 50, and could have already been enabled before (since it returns a promise as-required). With the rest of promise-based media implemented it makes no sense to keep this disabled on production.
* No issue - Remove some unused webextension sync preferences.wolfbeast2020-01-14-8/+0
|
* Issue #1319 - Set some obvious prefs for production builds.wolfbeast2020-01-14-22/+3
| | | | | This sets some defaults for production builds that should be self-explanatory.
* Issue #1353 - Disable remote jar: URIs by default.wolfbeast2020-01-14-5/+0
| | | | | | Considering the one exception this was still enabled for on all versions of Firefox since 45 until our fork point is no longer applicable. This resolves #1353
* No issue - Remove unused network.http.bypass-cachelock-threshold pref.wolfbeast2020-01-14-8/+0
|
* No issue - Don't define gamepad prefs when gamepad support isn't built.wolfbeast2020-01-14-4/+2
| | | | This also sets sane defaults when present. See also #1319.
* Bug 1322938 - Put <dialog> element behind preference.Gaming4JC2020-01-07-0/+3
| | | | Tag #1343
* Issue #1328 - Follow-up: Increase font size for changed monospace fonts.wolfbeast2019-12-18-6/+6
| | | | | | | Previously-used `Courier New` was purposefully used at a smaller font size due to its width. With the font switch this forced downscaling is no longer needed, although it should still remain somewhat smaller than variable width for balance (variable width is inherently more compact).
* Issue #1328 - Part 1: Change default monospace font to Consolas for allwolfbeast2019-12-18-6/+6
| | | | localizations where this would be set to Courier New.
* Issue #1313 - Bump Firefox compatMode version to 68.9wolfbeast2019-12-04-1/+1
| | | | This resolves #1313.
* Issue #1291 - Part 4: Update patch fileswolfbeast2019-11-15-155/+562
|
* Issue #1291 - Part 3: Update fdlibm to Sept 2019 versionwolfbeast2019-11-15-102/+163
|
* Issue #1291 - Part 2: Stop using the lib's sqrt() functionwolfbeast2019-11-15-459/+17
| | | | | Use <cmath>'s functions over fdlibm's for performance reasons. No significant precision loss when doing this.
* 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
|
* Issue #1288 - Part 3: Update woff2 component to 1.0.2wolfbeast2019-11-14-583/+554
|