summaryrefslogtreecommitdiff
path: root/dom
Commit message (Expand)AuthorAge
* [DOM] Follow-up: fix refcounting in FilePickerParent.Moonchild2023-09-01
* [DOM] Make IORunnable::mFilePickerParent into a RefPtr.Moonchild2023-08-30
* [DOM] Deny web notifications if principal can't resolve.Moonchild2023-08-30
* Issue #2285 - Ensure we don't try to treat non-DOM-Node event targets as such,Brian Smith2023-08-06
* Issue #2026 - Follow-up: Support Big(U)Int64Array in crypto.getRandomValues.Brian Smith2023-08-06
* Issue #2282 - - Properly implement Performance Timeline Level 2 w3c spec.Brian Smith2023-08-02
* Merge branch 'master' into bigint-mergedBrian Smith2023-07-18
|\
| * Issue #2255 - Use Maybe<> in the Performance API.Brian Smith2023-07-12
* | Issue #1240 - Part 4 - Implement parser support for BigInt literals.Brian Smith2023-07-18
* | Issue #1240 - Part 3c - Fast-forward to the V8 version of BigIntType.Brian Smith2023-07-13
|/
* [DOM] Filter out symlinks for webkitdirectory.Moonchild2023-07-05
* Merge pull request 'Fix crashes and assertions involving `::slotted()` and an...Moonchild2023-05-23
|\
| * Issue #1592 - Follow-up: Ensure topmost scope marker is cleaned upFranklinDM2023-05-21
* | Issue #2252 - Prevent crash when attempting to load a script with execution d...Brian Smith2023-05-21
|/
* Issue #2241 - Part 7.2 Follow-up: Fix build bustage due to unified building i...Job Bautista2023-05-12
* Issue #2241 - Part 8: Remove non-working layout.css.DOM*.enabled prefs.Job Bautista2023-05-12
* Issue #2241 - Part 7.2: Implement .fromRect and .fromQuad.Job Bautista2023-05-12
* Issue #2241 - Part 7.1: Implement .fromFloat{32/64}Array.Job Bautista2023-05-12
* Issue #2241 - Part 6: Implement DOMMatrix.fromMatrix.Job Bautista2023-05-12
* Issue #2241 - Part 4&5 Follow-up: Fix WebIDL errorsJob Bautista2023-05-12
* Issue #2241 - Part 5: Expose Geometry interfaces to web workers.Job Bautista2023-05-12
* Issue #2241 - Part 4.2: Resurrect DOMQuad.bounds, but deprecated.Job Bautista2023-05-12
* Issue #2241 - Part 4.1: Get DOMPoint, DOMQuad, DOMRect, DOMMatrix a bit close...Job Bautista2023-05-12
* Issue #2241 - Part 3: Extend DOMMatrixReadOnly to allow instantiation with a ...Job Bautista2023-05-12
* No Issue - Do not parse or return body for XHRs with HEAD/CONNECT method or c...Martok2023-05-04
* Issue #1656 - Remove more vim control lines.Moonchild2023-05-04
* Issue #1691 - Follow-up: Fix videojs and potentially other problems.Brian Smith2023-05-02
* Issue #2225 - Implement Element.replaceChildrenFranklinDM2023-05-01
* Merge pull request 'Bug 1432272 - Make Fetch API use the global's base URL in...Moonchild2023-04-30
|\
| * Bug 1432272 - Make Fetch API use the global's base URL instead of the entry d...FranklinDM2023-04-28
* | Issue #1691 - Part 12: Fix return value in ExecScript() and debug assert in P...Brian Smith2023-04-27
* | Issue #1691 - Part 11: Fix incorrect reference counting in ModuleScript class.Brian Smith2023-04-27
* | Issue #1691 - Part 10: Add and use method to annotate CC crashes with a class...Brian Smith2023-04-27
* | Issue #1691 - Part 9: Make import() work when the active script is in another...Brian Smith2023-04-27
* | Issue #1691 - Part 8: Fix --enable-debug builds and continue dynamic module i...Brian Smith2023-04-27
* | Issue #1691 - Part 7f: Split up compile and execute so we can use ClassicScript.Brian Smith2023-04-27
* | Issue #1691 - Part 7e: Dependencies for required to finish part 7d.Brian Smith2023-04-27
* | Issue #1691 - Part 7d: Allow dynamic import in cases where there's no referen...Brian Smith2023-04-27
* | Issue #1691 - Part 7c: Refactor ModuleScript into ClassicScript class and Loa...Brian Smith2023-04-27
* | Issue #1691 - Part 7b: Make load request element optional.Brian Smith2023-04-27
* | Issue #1691 - Part 6d: Optimize handling of internally-created Promise objects.Brian Smith2023-04-27
* | Issue #1691 - Part 6c: Fix a few issues with the earlier commits.Brian Smith2023-04-27
* | Issue #1691 - Part 6b: Initial browser support for dynamic import from module...Brian Smith2023-04-27
* | Issue #1691 - Part 3: Finish implementing import meta.Brian Smith2023-04-27
* | Issue #1691 - Part 1: Provide a way of associating a private value with a scriptBrian Smith2023-04-27
|/
* [No issue] Remove unmaintained WebGL conformance test suite.Moonchild2023-04-20
* Issue #2053 - Follow-up: Clear the performance entries buffer if full.Moonchild2023-04-13
* Issue #2053 - Follow-up: Make the default ResourceTimingBufferSize largerMoonchild2023-04-11
* Issue #2053 - Part 5: Throw a DOMException instead of a JS exception for some...FranklinDM2023-04-10
* Issue #2053 - Part 4b: Fix measure name to timestamp conversionFranklinDM2023-04-10