summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | Merge pull request 'Issue #2332 - Hyphenate rtc stats type as per spec' ↵Moonchild2023-10-19
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | (#2349) from Basilisk-Dev/UXP-contrib:master into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2349
| | * | Issue #2332 - Hyphenate rtc stats type as per specBasilisk-Dev2023-10-18
| | | | | | | | | | | | | | | | Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1322503
| * | | Merge pull request 'Backport of Mozilla tooltip bugs' (#2347) from ↵Moonchild2023-10-17
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | Basilisk-Dev/UXP-contrib:master into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2347
| | * | Backport of Mozilla tooltip bugs:Basilisk-Dev2023-10-16
| | |/ | | | | | | | | | | | | Bug 148624 - only show tooltip when document has focus Partial Bug 1857513 - Use window activeness rather than document.hasFocus() to display chrome-only tooltips
| * / Issue #1721 - Follow-up: Properly protect GPC headerMoonchild2023-10-17
| |/ | | | | | | Make it a singleton so it cannot be overwritten.
| * Merge pull request 'Stop pretending proxies have a JSNative call/construct ↵Moonchild2023-10-16
| |\ | | | | | | | | | | | | | | | hook.' (#2345) from dbsoft/UXP:readablestreams-crash into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2345
| | * Issue #1442 Follow-up: Stop pretending proxies have a JSNative ↵Brian Smith2023-10-16
| | | | | | | | | | | | | | | | | | | | | | | | call/construct hook. https://bugzilla.mozilla.org/show_bug.cgi?id=1471924 Part 1 Also remove an erroneous debug assert and guard against future issues. This fixes crashes on vk.com but still does not behave correctly.
| * | Restore EME WebIDL for proper cleanup later.Moonchild2023-10-16
| |/
| * Clean up dom\webidlMoonchild2023-10-14
| | | | | | | | Fix CRLF line endings in some files, and remove EME interface leftovers.
| * Issue #2340 - Return an array (actually frozen sequence) for ↵Moonchild2023-10-14
| | | | | | | | | | | | {border|content}BoxSize Resolves #2340
| * Merge pull request 'Issue #2332 - WebRTC Spec Updates' (#2338) from ↵Moonchild2023-10-10
| |\ | | | | | | | | | | | | | | | Basilisk-Dev/UXP-contrib:master into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2338
| | * Issue #2332 - Update most tests to skip RTCSessionDescription constructionBasilisk-Dev2023-10-09
| | | | | | | | | | | | Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1263312 part 6
| | * Issue #2332 - Update most tests to skip RTCIceCandidate constructionBasilisk-Dev2023-10-09
| | | | | | | | | | | | Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1263312 part 5
| | * Issue #2332 - Have createOffer/Answer resolve with dictionariesBasilisk-Dev2023-10-09
| | | | | | | | | | | | Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1263312 part 4
| | * Issue #2332 - Have set(Local|Remote)Description take dictionariesBasilisk-Dev2023-10-09
| | | | | | | | | | | | Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1263312 part 3
| | * Issue #2332 - Have addIceCandidate take a dictionaryBasilisk-Dev2023-10-09
| | | | | | | | | | | | Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1263312 part 2
| | * Issue #2332 - Update RTCIceCandidate to specBasilisk-Dev2023-10-09
| | | | | | | | | | | | Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1263312 - part 1
| | * Issue #2332 - Add deprecation warnings to writable RTCSessionDescriptionBasilisk-Dev2023-10-09
| | | | | | | | | | | | Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1313966
| * | Merge pull request 'Issue #2332 - Fix CamerasChild helper to return by value ↵Moonchild2023-10-10
| |\ \ | | |/ | |/| | | | | | | | | | instead of out-of-scope reference' (#2339) from Basilisk-Dev/UXP-contrib:bugzilla-1318132 into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2339
| | * Issue #2332 - Fix CamerasChild helper to return by value instead of ↵Basilisk-Dev2023-10-09
| |/ | | | | | | | | | | out-of-scope reference Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1318132
| * Merge pull request 'Correct overzealous GMP checks' (#2336) from ↵Moonchild2023-10-08
| |\ | | | | | | | | | | | | | | | mrnhmath/UXP:2301fix into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2336
| | * Correct overzealous GMP checksMatheus Marinho2023-10-06
| | |
| * | Merge pull request 'Issue #2332 - Do some cleaning around direct listeners ↵Moonchild2023-10-08
| |\ \ | | |/ | |/| | | | | | | | | | and video sinks' (#2335) from Basilisk-Dev/UXP-contrib:master into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2335
| | * Issue #2332 - Use only one listener in MediaPipelineTransmitBasilisk-Dev2023-10-05
| | | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1305949 part 3
| | * Issue #2332 - Use the same path for passing on missed data to video sink, as ↵Basilisk-Dev2023-10-05
| | | | | | | | | | | | | | | | | | during normal operation https://bugzilla.mozilla.org/show_bug.cgi?id=1305949 part 2
| | * Issue #2332 - Refactor code that feeds video stream sink when it gets addedBasilisk-Dev2023-10-05
| | | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1305949 part 1
* | | Merge branch 'master' into releaseMoonchild2023-10-05
|\| | | | | | | | | | | | | | | | | # Conflicts: # js/src/wasm/WasmBinaryIterator.cpp # media/libvpx/vp8/encoder/onyx_if.c
| * | [DOM] Fix deprot in PerformanceMark.cppMoonchild2023-10-05
| |/
| * Merge pull request 'Issue #2332 - Update libvpx to 1.6.1' (#2333) from ↵Moonchild2023-10-05
| |\ | | | | | | | | | | | | | | | Basilisk-Dev/UXP-contrib:master into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2333
| | * Issue #2332 - libvpx upgrade followup part 5Basilisk-Dev2023-10-04
| | | | | | | | | | | | Port commits 39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6 and ed7b08e6089de2dd9a1cee595d9ff7ed1fae919d to new libvpx version
| | * Issue #2332 - libvpx upgrade followup part 4Basilisk-Dev2023-10-04
| | | | | | | | | | | | Port commit babeb5c556de6f9686f5cd47133d0c40c07bfc2e to new libvpx version
| | * Issue #2332 - libvpx upgrade followup part 3Basilisk-Dev2023-10-04
| | | | | | | | | | | | Port commit d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 to new libvpx version
| | * Issue #2332 - libvpx upgrade followup part 2Basilisk-Dev2023-10-04
| | | | | | | | | | | | Port commit ca36e991ea55f2d9f78bab558fef10720c9244f0 to new libvpx version
| | * Issue #2332 - libvpx upgrade followup part 1Basilisk-Dev2023-10-04
| | | | | | | | | | | | Port commit a8f45aba816b7b5e1bd2bbdb663bdf5f044e2f5d to new libvpx version
| | * Issue #2332 - Update to libvpx 1.6.1Basilisk-Dev2023-10-04
| | | | | | | | | | | | Backport of Bugzilla 1223692 and 1331498
| * | Merge pull request 'Issue #2332 - Remove unimplemented and non-spec ↵Moonchild2023-10-05
| |\ \ | | |/ | |/| | | | | | | | | | getStreamById from RTCPeerConnection' (#2334) from Basilisk-Dev/UXP-contrib:bz-1318163 into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2334
| | * Issue #2332 - Remove unimplemented and non-spec getStreamById from ↵Basilisk-Dev2023-10-05
| |/ | | | | | | | | | | RTCPeerConnection Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1318163
| * Merge pull request 'No Issue - Remove deprecation errors for obsolete ↵Moonchild2023-10-04
| |\ | | | | | | | | | | | | | | | RTCOfferOptions' (#2325) from Basilisk-Dev/UXP-contrib:master into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2325
| | * No Issue - Remove deprecation errors for obsolete RTCOfferOptionsBasilisk-Dev2023-10-03
| |/ | | | | | | Backport of https://bugzilla.mozilla.org/show_bug.cgi?id=1197021
| * Merge pull request 'Initial implementation of readable streams' (#2324) from ↵Moonchild2023-10-03
| |\ | | | | | | | | | | | | | | | dbsoft/UXP:readablestreams into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/2324
| | * Issue #1442 - Part 26 - FetchStreamReader needs to cancel its reader when it ↵Brian Smith2023-10-03
| | | | | | | | | | | | | | | | | | | | | encounters write errors. https://bugzilla.mozilla.org/show_bug.cgi?id=1416879 Part 5 Also same fix as in Part 24 for FetchStream but in FetchStreamReader.
| | * 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 ↵Brian Smith2023-10-02
| | | | | | | | | | | | | | | | | | | | | | | | main thread. This prevents a deadlock and JSContext related crashes, however this should eventually be replaced by an EventTargetFor() call when the Dispatcher API is implemented. Also now that ReadableStream appears stable, toggle the preferences true by default.
| | * Issue #1442 - Part 23 - Align FetchStream with Firefox 68ESR.Brian Smith2023-09-30
| | | | | | | | | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1612308 https://bugzilla.mozilla.org/show_bug.cgi?id=1445587 Partial part 2 implementing synchronization changes.
| | * Issue #1442 & #1691 Follow-up - Part 22 - Changes that came with Dynamic ↵Brian Smith2023-09-29
| | | | | | | | | | | | | | | | | | | | | | | | Module Import. At the time we did not have ReadableStreams in our tree so these changes were left out. https://bugzilla.mozilla.org/show_bug.cgi?id=1499140 Implement support for dynamic module import in the interpreter.
| | * 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 ↵Brian Smith2023-09-29
| | | | | | | | | | | | | | | | | | JS::Heap<ReadableStream>. https://bugzilla.mozilla.org/show_bug.cgi?id=1390717
| | * Issue #1442 - Part 19 - FetchStream must support multiple read requests.Brian Smith2023-09-29
| | | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1395220
| | * Issue #1442 - Part 18 - Cycle collect FetchStreamReader.Brian Smith2023-09-28
| | | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1128959