summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* [widget] Require user interaction when picking files or folders.Moonchild2021-02-15-2/+2
* Issue #1741 - Follow-up: Remove superfluous prefobserverMoonchild2021-02-15-1/+0
* Issue #1741 - Add missing prefobserver for general.useragent.* prefsMoonchild2021-02-14-0/+1
* [js] Add XMMRegName for invalid_xmmMoonchild2021-02-14-0/+1
* Issue #1739 - Implement numeric separators.Moonchild2021-02-13-49/+194
* Issue #1738 - Follow-up: Update comment (no code changes)Moonchild2021-02-12-3/+3
* Issue #1738 - Part 2: Implement well-formed JSON stringifyMoonchild2021-02-11-14/+68
* Issue #1738 - Part 1: Improve performance of JSON stringifyMoonchild2021-02-11-90/+111
* Update tzdata to 2021aMoonchild2021-02-10-1283/+1324
* Merge pull request 'Support for latest stable FreeBSD (12.2)' (#1736) from Ol...Moonchild2021-02-08-2/+13
|\
| * Issue #1699 - Follow-up: mozjemalloc: Fix build by excluding some irrelevant ...Olivier Certner2021-02-05-1/+1
| * Issue #1730 - Part 2: harfbuzz: Remove some useless define causing a build errorOlivier Certner2021-02-05-0/+2
| * Issue #1730 - Part 1: Interpose malloc even on RTLD_DEEPBIND presenceOlivier Certner2021-02-05-1/+2
| * Issue #1729 - Support building/linking against libc++ 9+Olivier Certner2021-02-05-0/+8
* | Issue #1737 - Disable AV1 by default.Moonchild2021-02-07-1/+1
* | [angle] Cherry-pick compressed tex depth stride fix.Moonchild2021-02-05-3/+12
|/
* Issue #1732 - Implement JSON superset proposal.Moonchild2021-02-05-89/+44
* Issue #1726 - Add verification test for string.replaceAll()Moonchild2021-02-04-0/+63
* Merge pull request 'Implement String.replaceAll()' (#1728) from meatloaf/UXP:...Moonchild2021-02-04-25/+478
|\
| * Issue #1726 - Implement String.replaceAll()meatloaf2021-02-04-25/+478
* | Issue #439 - Remove web-platform tests from the tree.Moonchild2021-02-04-1479801/+0
|/
* Issue #1515 - Add null check to nsCSSFrameConstructor::IsValidSiblingMoonchild2021-02-03-0/+5
* Fix CRLF line endings in npapi.hMoonchild2021-01-30-6/+6
* Issue #1720 - Remove explicit header inclusion from npapi.hMoonchild2021-01-30-1/+0
* [js] Remove unused promise selfhosting functions.Moonchild2021-01-30-107/+0
* Merge pull request 'Issue #1723 - Fix Linux build bustage in HTMLMenuItemElem...Moonchild2021-01-30-3/+2
|\
| * Issue #1723 - Fix Linux build bustage in HTMLMenuItemElement.cpptrav902021-01-29-3/+2
|/
* [network] Hold mutex when accessing mSecurityInfo.RC_20210128Moonchild2021-01-27-3/+12
* [DOM] Store weak pointer to next parents.Moonchild2021-01-26-4/+13
* [DOM] Try to avoid slow shrinking GC during sync callsMoonchild2021-01-26-2/+2
* [webaudio] Fix up ReverbInputBuffer's writeIndex.Moonchild2021-01-26-11/+13
* [WebRTC] Improve SDP parser error handling.Moonchild2021-01-26-3/+3
* [js] Add AutoEnterOOMUnsafeRegion to JS_TransplantObject.Moonchild2021-01-26-4/+10
* Fix rooting hazard in ImageBitmap::CreateInternal by avoiding movable data.Moonchild2021-01-26-2/+6
* [layout, XUL] Avoid accessing invalidated frame.Moonchild2021-01-26-1/+6
* Merge branch 'presentation-cleanup'Matt A. Tobin2021-01-25-134/+6
|\
| * Issue #1390 - Clean up presentation api leftoversMatt A. Tobin2021-01-25-134/+6
* | Issue #1719 - Make <menuitem> pref-controlled and disable by default.Moonchild2021-01-25-16/+32
|/
* Issue #1319 - Resolve RELEASE_OR_BETA questions in all.jsMoonchild2021-01-23-27/+11
* Issue #1630 - Enable W3C pointer events by default.Moonchild2021-01-19-1/+1
* [Media] Enable AV1 by default if builtMatt A. Tobin2021-01-18-1/+1
* Issue #1715 - Handle errors when initializing print settings from the printerMoonchild2021-01-18-2/+12
* Merge pull request 'Selectively enable and pref the DOM Web Animations API' (...Moonchild2021-01-18-37/+86
|\
| * Issue #1689 - Part 5: Enable DOM Animations API except the preffed-off parts.Moonchild2021-01-14-4/+0
| * Issue #1689 - Part 4: Add a preference for {Document,Element}.getAnimations()Moonchild2021-01-14-6/+16
| * Issue #1689 - Part 3: Add a preference for animation composite modes.Moonchild2021-01-14-5/+8
| * Issue #1689 - Part 2: Add a preference for implicit keyframesMoonchild2021-01-14-10/+35
| * Issue #1689 - Part 1: Add pref for DOM Animation timelines APIMoonchild2021-01-14-12/+27
* | Bump platform version for added features.Moonchild2021-01-16-1/+1
|/
* Merge pull request 'Add scrollbar-width CSS spec' (#1707) from 1705 into masterMoonchild2021-01-13-209/+394
|\