summaryrefslogtreecommitdiff
path: root/dom
Commit message (Expand)AuthorAge
...
| * Issue #1442 - Part 25b - Second try that hopefully doesn't break Windows.Brian Smith2023-10-02
| * Issue #1442 - Part 25 - Fix bustage on X11 platforms.Brian Smith2023-10-02
| * Issue #1442 - Part 24 - Prevent FetchStream from incorrectly running on the m...Brian Smith2023-10-02
| * Issue #1442 - Part 23 - Align FetchStream with Firefox 68ESR.Brian Smith2023-09-30
| * Issue #1442 - Part 21 - Fix debug builds by removing an invalid assert.Brian Smith2023-09-29
| * Issue #1442 - Part 20 - FetchStream should not have an extra JS::Heap<Readabl...Brian Smith2023-09-29
| * Issue #1442 - Part 19 - FetchStream must support multiple read requests.Brian Smith2023-09-29
| * Issue #1442 - Part 18 - Cycle collect FetchStreamReader.Brian Smith2023-09-28
| * Issue #1442 - Part 17 - Creating FetchStream as a out param in order to avoid...Brian Smith2023-09-28
| * Issue #1442 - Part 16 - Report stream errors during consumption.Brian Smith2023-09-28
| * Issue #1442 - Part 15 - Setting the correct global when ReadableStream.getRea...Brian Smith2023-09-28
| * Issue #1442 - Part 14 - Starting body consuming and passing the JSContext downBrian Smith2023-09-28
| * Issue #1442 - Part 13 - Implement FetchStreamReader.Brian Smith2023-09-28
| * Issue #1442 - Part 12b - Allow idle worker shutdown while Cache/CacheStorage ...Brian Smith2023-09-28
| * Issue #1442 - Part 12a - Allow idle worker shutdown to begin for an opt-in Wo...Brian Smith2023-09-28
| * Issue #1442 - Part 12 - Label FetchBody.Brian Smith2023-09-28
| * Issue #1442 - Part 11 - Response.body handling.Brian Smith2023-09-28
| * Issue #1442 - Part 10c - Use application/octet-stream for arrayBuffer in send...Brian Smith2023-09-27
| * Issue #1442 - Part 10b - Use nsIXHRSendable instead Blob/FormData/URLSearchPa...Brian Smith2023-09-27
| * Issue #1442 - Part 10a - Unify body extraction in Fetch/Beacon/XHR.Brian Smith2023-09-27
| * Issue #1442 - Part 9: Stream shutdown handling.Brian Smith2023-09-27
| * Issue #1442 - Part 8: Fetch implementation of streams.Brian Smith2023-09-27
| * Issue #1442 - Part 7: Use of ReadableStream in WebIDL files.Brian Smith2023-09-27
| * Issue #1442 - Part 6: binding codegen naming alignment for Streams.Brian Smith2023-09-27
| * Issue #1442 - Part 5: Implement WebIDL bindings for Streams.Brian Smith2023-09-27
| * Issue #1442 - Part 2: Add a run-time preference for toggling the streams API.Brian Smith2023-09-27
* | Issue #2323 - Part 3: Exclude chrome workers from worker timer clamping.Moonchild2023-10-01
* | Issue #2323 - Part 2: Implement timer nesting and clamping for workers.Moonchild2023-10-01
* | Issue #2321 - Fall back to 0 if setInterval interval not suppliedMartok2023-10-01
|/
* Merge pull request 'Replace libav's FFT functions with the ones from FFmpeg a...Moonchild2023-09-25
|\
| * IIssue #2311 - Part 5 - Only load function pointer in FFTBlock oncetrav902023-09-20
| * Issue #2311 - Part 4 - Use FFTBlock from ffvpx instead of libavtrav902023-09-20
| * Issue #2311 - Part 3 - Add accessor for ffvpx real DFT functionstrav902023-09-20
| * Issue #2311 - Part 2 - Link ffmpeg real DFT functionstrav902023-09-20
* | Merge branch 'master' into simdjs-removalMoonchild2023-09-20
|\|
| * Merge pull request 'Collection of BigInt related fixes from working on Proton...Moonchild2023-09-20
| |\
| | * Issue #2282 - Performance observer safety checks.Brian Smith2023-09-07
* | | Issue #2307 - Part 3: Remove SIMD.js supportMoonchild2023-09-18
|/ /
* | Merge pull request 'Make Gecko Media Plugins optional when not building EME o...Moonchild2023-09-09
|\ \ | |/ |/|
| * Make Gecko Media Plugins optional when not building EME or WebRTCMatheus Marinho2023-08-31
* | [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
|/