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
path:
root
/
js
Commit message (
Expand
)
Author
Age
*
Issue #1691 - Part 8: Fix --enable-debug builds and continue dynamic module i...
Brian Smith
2023-04-27
*
Issue #1691 - Part 7f: Split up compile and execute so we can use ClassicScript.
Brian Smith
2023-04-27
*
Issue #1691 - Part 7e: Dependencies for required to finish part 7d.
Brian Smith
2023-04-27
*
Issue #1691 - Part 7a: Add a JS API to get the private value for the calling ...
Brian Smith
2023-04-27
*
Issue #1691 - Part 6e: Fix problems due to divergent codebases. This gets ba...
Brian Smith
2023-04-27
*
Issue #1691 - Part 6d: Optimize handling of internally-created Promise objects.
Brian Smith
2023-04-27
*
Issue #1691 - Part 6c: Fix a few issues with the earlier commits.
Brian Smith
2023-04-27
*
Issue #1691 - Part 6a: Support private values which contain pointers to cycle...
Brian Smith
2023-04-27
*
Issue #1691 - Part 5b: Stop modules from entraining the top-level JSScript.
Brian Smith
2023-04-27
*
Issue #1691 - Part 5: Don't pre-create module metadata object when compiling.
Brian Smith
2023-04-27
*
Issue #1691 - Part 4: Finish implementing call import.
Brian Smith
2023-04-27
*
Issue #1691 - Part 3: Finish implementing import meta.
Brian Smith
2023-04-27
*
Issue #1691 - Part 2: Implement call import and import meta in the parser.
Brian Smith
2023-04-27
*
Issue #1691 - Part 1: Provide a way of associating a private value with a script
Brian Smith
2023-04-27
*
No issue - Correct handling of async (arrow) functions declared inside constr...
Martok
2023-04-23
*
Issue #2197 - Follow-up: Remove GC debug assertion on sandbox
FranklinDM
2023-04-08
*
Issue #2197 - Part 4: Expose structuredClone in Sandbox
FranklinDM
2023-04-07
*
PR #2189 - Follow-up: Fix build bustage with GCC 9 related to checkExportedNa...
Job Bautista
2023-04-05
*
Issue #2173 - Introduce FunctionNode::syntaxKind instead of JSOPs
Martok
2023-04-03
*
Issue #2173 - Separate CodeNode into FunctionNode and ModuleNode
Martok
2023-04-03
*
Issue #2173 - Remove unused case/code from function node ops
Martok
2023-04-03
*
Issue #2173 - Allow constant folding to see inside functions when using the m...
Martok
2023-04-03
*
Issue #2173 - Fix remaining ParseNode* in FullParseHandler methods signature
Martok
2023-04-03
*
Issue #2173 - Add TryNode
Martok
2023-04-03
*
Issue #2173 - Add accessors to LexicalScopeNode
Martok
2023-04-03
*
Issue #2173 - Add accessors to NullaryNode and change LoopControlStatement ar...
Martok
2023-04-03
*
Issue #2173 - Add accessors to NameNode, CodeNode, RegExpLiteral, and add Num...
Martok
2023-04-03
*
Issue #2173 - Add accessors to UnaryNode and subclasses
Martok
2023-04-03
*
Issue #2173 - Add accessors to BinaryNode and subclasses
Martok
2023-04-03
*
Issue #2173 - Add accessors to TernaryNode
Martok
2023-04-03
*
Issue #2173 - Add accessors to ListNode
Martok
2023-04-03
*
Issue #2173 - Fix return value of MUST_MATCH_TOKEN* macros in Parser methods ...
Martok
2023-04-03
*
Issue #2173 - Store the info about the existence of the default case into the...
Martok
2023-04-03
*
Issue #2173 - Add a new PNK_PROPERTYNAME to hold location information about p...
Martok
2023-04-03
*
Issue #2173 - Add a new PNK_ARGUMENTS node type for call argument lists
Martok
2023-04-03
*
Issue #2173 - Fix exporting array and object binding patterns
Martok
2023-04-03
*
Issue #2155 - Follow-up: Reorder super-property evaluation order per latest s...
Martok
2023-04-03
*
Merge pull request 'Refactor more BytecodeEmitters' (#2179) from martok/UXP-c...
Moonchild
2023-03-27
|
\
|
*
Issue #2155 - Add SwitchEmitter
Martok
2023-03-26
|
*
Issue #2155 - Move TryEmitter and ForOfLoopControl to TryEmitter.{cpp.h} and ...
Martok
2023-03-26
|
*
Issue #2155 - Move NestableControl classes except ForOfLoopControl to Bytecod...
Martok
2023-03-26
|
*
Issue #2155 - Split Nestable to ds/ and EmitterScope to EmitterScope.{cpp.h}
Martok
2023-03-26
*
|
Merge pull request 'Fix JS_SHARED_LIBRARY and always build Spidermonkey and I...
Moonchild
2023-03-27
|
\
\
|
|
/
|
/
|
|
*
Issue #62 - Always build Spidermonkey as shared lib in Windows.
Job Bautista
2023-03-26
|
*
Issue #324 - Follow-up: Remove more traces of *INTL_API.
Job Bautista
2023-03-24
|
*
Revert "Issue #2165 - Follow-up: No longer support bundling the ICU data file...
Job Bautista
2023-03-24
|
*
Issue #2165 - Follow-up: No longer support bundling the ICU data file into pa...
Job Bautista
2023-03-19
|
*
Issue #2165 - Build ICU as a shared library if we're building Spidermonkey sh...
Job Bautista
2023-03-19
|
*
Issue #62 - Fix xul.dll link bustage related to JS::ubi::DominatorTree.
Job Bautista
2023-03-16
|
*
Issue #62 - Fix xul.dll link bustage relating to JSErrorNotes.
Job Bautista
2023-03-16
[next]