summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Issue #25 - Part 10: Remove EME from dom/media/(fmp4|webaudio)Matt A. Tobin2022-04-21
| |
| * Issue #25 - Part 9: Remove EME from dom/htmlMatt A. Tobin2022-04-21
| |
| * Issue #25 - Part 8: Remove EME from dom/baseMatt A. Tobin2022-04-21
| |
| * Issue #25 - Part 7: Remove EME from dom/canvasMatt A. Tobin2022-04-21
| |
| * Issue #25 - Part 6: Remove EME from layout/baseMatt A. Tobin2022-04-21
| |
| * Issue #25 - Part 5: Remove WidevineAdaptor from GMPMatt A. Tobin2022-04-20
| |
| * Issue #25 - Part 4: Remove EME Media codeMatt A. Tobin2022-04-20
| |
| * Issue #25 - Part 3: Remove EME platform agnostic codeMatt A. Tobin2022-04-20
| |
| * Issue #25 - Part 2: Remove GMP ClearkeyMatt A. Tobin2022-04-20
| |
| * Issue #25 - Part 1: Remove EME WebIDL filesMatt A. Tobin2022-04-20
|/
* [Apps:Navigator] Add Restart menu item after menu_FileQuitSeparatorMatt A. Tobin2022-04-20
|
* [System:Security] Remove explicit session cache cleanup routine from ShutdownNSSFranklinDM2022-04-20
| | | | | | This is no longer needed because the call to SSL_ConfigServerSessionIDCache on startup was already removed (see 1425f020c4), meaning LocksInitializedEarly does not become true and only causes an assertion on debug builds. On the other hand, SSL_ClearSessionCache is already called on XPCOM shutdown and calling it again here is redundant.
* Merge branch 'backout-emegmp-removal' into TRUNKMatt A. Tobin2022-04-20
|\
| * Issue #1 - Restore EME (but not the configure logic to enable it)Matt A. Tobin2022-04-20
| |
| * Issue #1 - Restore Gecko Media PluginsMatt A. Tobin2022-04-20
| |
| * Revert "Issue %3015 - Part 2: Remove XREChildData."Matt A. Tobin2022-04-20
| | | | | | | | This reverts commit bca6f8a4592bb03a25b8228392e5e2b58a39cc82.
| * Revert "Issue %3015 - Part 3: Remove GMP code from addons, crash handler and ↵Matt A. Tobin2022-04-20
|/ | | | | | tests." This reverts commit 1699dbe78bf43eaa5ef4c593f075dfdc59c02b15.
* [Apps:Navigator] Add a restart menu item to navigatorOverlayMatt A. Tobin2022-04-20
|
* [DEBUG] Fix buildingMatt A. Tobin2022-04-20
|
* [Apps:Navigator] Don't hide the accept button on the setDesktopBackground dialogMatt A. Tobin2022-04-18
|
* Issue #10 - Move docshell to components/Matt A. Tobin2022-04-18
|
* Issue #10 - Move prefetch to components/Matt A. Tobin2022-04-18
|
* Issue #10 - be1f005cff Follow up: Fix unsorted list in modules/moz.buildMatt A. Tobin2022-04-18
|
* Issue #7 - Remove WeaveMatt A. Tobin2022-04-18
|
* Issue #10 - Move Weave CommonUtils to its own JSMMatt A. Tobin2022-04-18
|
* [Layout:Base] Ensure UndisplayedMap handling code consistently uses a ↵FranklinDM2022-04-18
| | | | normalized parent
* Update bash-mach with build-release and amend-author commandsMatt A. Tobin2022-04-18
|
* Bug 1468426 - Change LayerManagerData::mDisplayItems to a vector instead of ↵Jamie Nicol2022-04-18
| | | | hashtable.
* [Libs:Pixman] Enable SSSE3 code in compilationMatt A. Tobin2022-04-17
|
* Bug 1761026 - Add a null check for FetchDriver::mResponseKershaw Chang2022-04-17
|
* [JS:Builtin] Set canonical name for trimStart and trimEnd functionsFranklinDM2022-04-17
| | | | This is needed to fix the assertion on debug builds that self-hosted functions must have consistent names, as these two functions are aliased to trimLeft and trimRight.
* [Layout:Style] Follow-up: Prevent grid shorthand from resetting gutter ↵FranklinDM2022-04-17
| | | | | | properties This also fixes crashing when using the grid shorthand property.
* [Layout:Generic] [Layout:Style] Align CSS Flexbox with current specFranklinDM2022-04-17
|
* [Apps:Navigator] Add a button to expire all favicons in PreferencesMatt A. Tobin2022-04-17
|
* Bug 1350770 - Cache the most recent nsGenConNode to speed up future insertions.David Major2022-04-16
|
* Issue #22 - Always use -pipe with GCCtrav902022-04-16
| | | | Usable GCC versions have supported -pipe for a VERY long time. There's no need to keep checking if it is supported.
* Bug 1342769 - Fix IonBuilder::maybeMarkEmpty to look at the instruction's ↵Matt A. Tobin2022-04-15
| | | | operands instead of the instruction itself.
* [Apps:Navigator] Add a border to the right of the sidebar splitter so it ↵Matt A. Tobin2022-04-14
| | | | doesn't look like unstyled shit
* No Issue - Use RTTI when building protobuf with GCCMatt A. Tobin2022-04-14
|
* Keep fix sh compat on mach-stubMatt A. Tobin2022-04-12
|
* [Restructure] Move sHistory to components/Matt A. Tobin2022-04-11
|
* Start splitting up ac configure logic into different filesMatt A. Tobin2022-04-10
|
* Revert "Don't attach a build date to windows file versions"Matt A. Tobin2022-04-10
| | | | This reverts commit 7d9902261cc16bb264e57b568609370c8e8c1644.
* Revert "No Issue - Hardcode XAI.platformVersion to 52.9.0 and add ↵Matt A. Tobin2022-04-10
| | | | | | XAI.greVersion as the actual version" This reverts commit 0c2396808491278981bec84e8998b29ec19d297d.
* CVE-2022-28285 - Incorrect AliasSet used in JIT CodegenMatt A. Tobin2022-04-09
|
* [DOM->Canvas] Avoid WebGL crash on MesaMatt A. Tobin2022-04-09
| | | | This prevents too high vert-count draws that Mesa doesn't handle.
* [XPCOM/SEC?] Clean up threadsMatt A. Tobin2022-04-09
|
* Merge branch 'revert-getnativepath' into TRUNKMatt A. Tobin2022-04-09
|\
| * [Structure] Move editor back to topsrcdirMatt A. Tobin2022-04-09
| |
| * Revert "Issue %3057 - Part 1: Stop using GetNativePath in hunspell."Matt A. Tobin2022-04-09
| | | | | | | | This reverts commit 8a7bfad6d1c04aaeb4f28aed05bc4b317ddb438b.