index
:
uxp
1210
1791
1805-stacksize
1970-form-focusring-styling
1992
28.9-platform
28.9-platform-old
ANGLE-update
Basilisk-release
CCW-perf
Pale_Moon-release
RFC6367
VS2017
aruba
dynamic-module-import
eme
fetchstreams-work
freebsd-support
getnativepath-work
js-modules
libaom-update
lzma-updater
master
modulefix
nss-gyp
nss-gyp-GREport
nss-gyp-work
nss-update-work
pref-dual-guid
re-unify
redwood
release
release-29
restore-dual-guid
scroll-anchoring-wip
v8re-shim-build
v8re-shim-work
xpiprovider-work
uxp [Local Fork]
khronosschoty@posteo.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Merge branch 'master' into release
Moonchild
2023-10-05
|
\
|
*
[DOM] Fix deprot in PerformanceMark.cpp
Moonchild
2023-10-05
|
*
Merge pull request 'Issue #2332 - Update libvpx to 1.6.1' (#2333) from Basili...
Moonchild
2023-10-05
|
|
\
|
|
*
Issue #2332 - libvpx upgrade followup part 5
Basilisk-Dev
2023-10-04
|
|
*
Issue #2332 - libvpx upgrade followup part 4
Basilisk-Dev
2023-10-04
|
|
*
Issue #2332 - libvpx upgrade followup part 3
Basilisk-Dev
2023-10-04
|
|
*
Issue #2332 - libvpx upgrade followup part 2
Basilisk-Dev
2023-10-04
|
|
*
Issue #2332 - libvpx upgrade followup part 1
Basilisk-Dev
2023-10-04
|
|
*
Issue #2332 - Update to libvpx 1.6.1
Basilisk-Dev
2023-10-04
|
*
|
Merge pull request 'Issue #2332 - Remove unimplemented and non-spec getStream...
Moonchild
2023-10-05
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Issue #2332 - Remove unimplemented and non-spec getStreamById from RTCPeerCon...
Basilisk-Dev
2023-10-05
|
|
/
|
*
Merge pull request 'No Issue - Remove deprecation errors for obsolete RTCOffe...
Moonchild
2023-10-04
|
|
\
|
|
*
No Issue - Remove deprecation errors for obsolete RTCOfferOptions
Basilisk-Dev
2023-10-03
|
|
/
|
*
Merge pull request 'Initial implementation of readable streams' (#2324) from ...
Moonchild
2023-10-03
|
|
\
|
|
*
Issue #1442 - Part 26 - FetchStreamReader needs to cancel its reader when it ...
Brian Smith
2023-10-03
|
|
*
Issue #1442 - Part 25b - Second try that hopefully doesn't break Windows.
Brian Smith
2023-10-02
|
|
*
Issue #1442 - Part 25 - Fix bustage on X11 platforms.
Brian Smith
2023-10-02
|
|
*
Issue #1442 - Part 24 - Prevent FetchStream from incorrectly running on the m...
Brian Smith
2023-10-02
|
|
*
Issue #1442 - Part 23 - Align FetchStream with Firefox 68ESR.
Brian Smith
2023-09-30
|
|
*
Issue #1442 & #1691 Follow-up - Part 22 - Changes that came with Dynamic Modu...
Brian Smith
2023-09-29
|
|
*
Issue #1442 - Part 21 - Fix debug builds by removing an invalid assert.
Brian Smith
2023-09-29
|
|
*
Issue #1442 - Part 20 - FetchStream should not have an extra JS::Heap<Readabl...
Brian Smith
2023-09-29
|
|
*
Issue #1442 - Part 19 - FetchStream must support multiple read requests.
Brian Smith
2023-09-29
|
|
*
Issue #1442 - Part 18 - Cycle collect FetchStreamReader.
Brian Smith
2023-09-28
|
|
*
Issue #1442 - Part 17 - Creating FetchStream as a out param in order to avoid...
Brian Smith
2023-09-28
|
|
*
Issue #1442 - Part 16 - Report stream errors during consumption.
Brian Smith
2023-09-28
|
|
*
Issue #1442 - Part 15 - Setting the correct global when ReadableStream.getRea...
Brian Smith
2023-09-28
|
|
*
Issue #1442 - Part 14 - Starting body consuming and passing the JSContext down
Brian Smith
2023-09-28
|
|
*
Issue #1442 - Part 13 - Implement FetchStreamReader.
Brian Smith
2023-09-28
|
|
*
Issue #1442 - Part 12b - Allow idle worker shutdown while Cache/CacheStorage ...
Brian Smith
2023-09-28
|
|
*
Issue #1442 - Part 12a - Allow idle worker shutdown to begin for an opt-in Wo...
Brian Smith
2023-09-28
|
|
*
Issue #1442 - Part 12 - Label FetchBody.
Brian Smith
2023-09-28
|
|
*
Issue #1442 - Part 11 - Response.body handling.
Brian Smith
2023-09-28
|
|
*
Issue #1442 - Part 10c - Use application/octet-stream for arrayBuffer in send...
Brian Smith
2023-09-27
|
|
*
Issue #1442 - Part 10b - Use nsIXHRSendable instead Blob/FormData/URLSearchPa...
Brian Smith
2023-09-27
|
|
*
Issue #1442 - Part 10a - Unify body extraction in Fetch/Beacon/XHR.
Brian Smith
2023-09-27
|
|
*
Issue #1442 - Part 9: Stream shutdown handling.
Brian Smith
2023-09-27
|
|
*
Issue #1442 - Part 8: Fetch implementation of streams.
Brian Smith
2023-09-27
|
|
*
Issue #1442 - Part 7: Use of ReadableStream in WebIDL files.
Brian Smith
2023-09-27
|
|
*
Issue #1442 - Part 6: binding codegen naming alignment for Streams.
Brian Smith
2023-09-27
|
|
*
Issue #1442 - Part 5: Implement WebIDL bindings for Streams.
Brian Smith
2023-09-27
|
|
*
Issue #1442 - Part 4: Add JSAPI functions for working with ReadableStream.
Brian Smith
2023-09-27
|
|
*
Issue #1442 - Part 3: Implement ReadableStream and associated classes in the ...
Brian Smith
2023-09-27
|
|
*
Issue #1442 - Part 2: Add a run-time preference for toggling the streams API.
Brian Smith
2023-09-27
|
|
*
Issue #1442 - Part 1: Change ArrayBufferCopyData self-hosting intrinsic to ta...
Brian Smith
2023-09-27
|
*
|
Merge branch '2323-timerclamp-workers'
Moonchild
2023-10-01
|
|
\
\
|
|
*
|
Issue #2323 - Part 3: Exclude chrome workers from worker timer clamping.
Moonchild
2023-10-01
|
|
*
|
Issue #2323 - Part 2: Implement timer nesting and clamping for workers.
Moonchild
2023-10-01
|
|
*
|
Issue #2323 - Part 1: Add Min()/Max() methods to TimeDuration.
Botond Ballo
2023-10-01
|
|
/
/
|
*
|
Merge pull request 'Fall back to 0 if setInterval interval not supplied' (#23...
Moonchild
2023-10-01
|
|
\
\
[next]