This website requires JavaScript.
Explore
Help
Sign In
roytam1
/
UXP
Watch
1
Star
0
Fork
0
You've already forked UXP
mirror of
https://github.com/roytam1/UXP.git
synced
2026-05-26 23:18:26 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
b1ac786668d95dcafe5d7a28d9da4709d984bdab
UXP
/
js
T
History
Brian Smith
eef37b2cd5
Issue
#2387
- Collection of fixes related to a crash while canceling a dynamic import. Add AddRef/Release hooks for embedding's script or module private value and set this script source object where appropriate.
https://bugzilla.mozilla.org/show_bug.cgi?id=1519140
Partial, no Value passing changes. Clear the list of dynamic import requests after cancelling them in ScriptLoader::ParsingComplete as we do for other requests.
https://bugzilla.mozilla.org/show_bug.cgi?id=1291535
ScriptLoader::OnStreamComplete never returns a failure.
https://bugzilla.mozilla.org/show_bug.cgi?id=1627275
Also cancel the correct kind of parser for Modules.
2023-11-30 09:51:50 +08:00
..
ductwork
Issue
#1656
- Part 6: Clean up the build files
2020-09-25 22:04:23 +08:00
examples
Issue
#1656
- Part 7: Nuke vim config lines in JS
2020-09-25 22:04:24 +08:00
ipc
Issue
#80
- Move implementation of CPOWTimer::CPOWTimer to header.
2023-03-14 22:11:46 +08:00
public
Issue
#1442
- Part 4: Add JSAPI functions for working with ReadableStream.
https://bugzilla.mozilla.org/show_bug.cgi?id=1272697
2023-10-04 09:53:45 +08:00
src
Issue
#2387
- Collection of fixes related to a crash while canceling a dynamic import. Add AddRef/Release hooks for embedding's script or module private value and set this script source object where appropriate.
https://bugzilla.mozilla.org/show_bug.cgi?id=1519140
Partial, no Value passing changes. Clear the list of dynamic import requests after cancelling them in ScriptLoader::ParsingComplete as we do for other requests.
https://bugzilla.mozilla.org/show_bug.cgi?id=1291535
ScriptLoader::OnStreamComplete never returns a failure.
https://bugzilla.mozilla.org/show_bug.cgi?id=1627275
Also cancel the correct kind of parser for Modules.
2023-11-30 09:51:50 +08:00
xpconnect
Issue
#1442
- Part 2: Add a run-time preference for toggling the streams API.
https://bugzilla.mozilla.org/show_bug.cgi?id=1272697
2023-10-04 09:53:12 +08:00
ffi.configure
Issue
#1905
- Part 3h - Fix breakages on other platforms. Mac Intel broke due to incorrect FFI target_dir for Intel. Linux and possibly other platforms use a secondary aclocal.m4 that still referenced ios.m4.
2022-06-13 09:01:48 +08:00
moz.configure
Issue
#62
- Always build Spidermonkey as shared lib in Windows.
2023-03-28 12:13:54 +08:00