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
*
Issue #1656 - Remove more vim control lines.
Moonchild
2023-05-04
*
Issue #1656 - Remove more vim control lines.
Moonchild
2023-05-04
*
Issue #1656 - Remove more vim control lines.
Moonchild
2023-05-03
*
Issue #1656 - remove vim control lines from js/src
Moonchild
2023-05-03
*
Bump platform version.
Moonchild
2023-05-03
*
Merge pull request 'JS: Implement Class Fields & Logical Assignment Operators...
Moonchild
2023-05-03
|
\
|
*
Issue #2097 - Handle Logical Assignment in Ion CFG
Martok
2023-05-01
|
*
Issue #2097 - Implement logical assignment operators
Martok
2023-05-01
|
*
Issue #2142 - Remove the temporary fields option
Martok
2023-05-01
|
*
Issue #2142 - Implement class static block
Martok
2023-05-01
|
*
Issue #2142 - Track isFieldInitializer on JSScript instead of Scope
Martok
2023-05-01
|
*
Issue #2142 - Parse and process static class fields
Martok
2023-05-01
|
*
Issue #2142 - Support SuperProperty in field initializers
Martok
2023-05-01
|
*
Issue #2142 - Optimize .initializers scoping and emitter
Martok
2023-05-01
|
*
Issue #2142 - Set anonymous function name in field initializer
Martok
2023-05-01
|
*
Issue #2142 - Don't treat PNK_NAME specially emitAssignmentOrInit
Martok
2023-05-01
|
*
Issue #2142 - Emit field keys in correct order
Martok
2023-05-01
|
*
Issue #2142 - Pass through arguments in synthesized constructors for derived ...
Martok
2023-05-01
|
*
Issue #2142 - Fix several scoping issues in field initializers
Martok
2023-05-01
|
*
Issue #2142 - Restrict contents of direct eval in fields
Martok
2023-05-01
|
*
Issue #2142 - Use JSOP_INITPROP for field initializers
Martok
2023-05-01
|
*
Issue #2142 - Implement ASI for fields
Martok
2023-05-01
|
*
Issue #2142 - Factor out PropertyName parsing from Parser::propertyName()
Martok
2023-05-01
|
*
Issue #2142 - Handle fields in derived classes
Martok
2023-05-01
|
*
Issue #2142 - Add FunctionEmitter, FunctionScriptEmitter, and FunctionParamsE...
Martok
2023-05-01
|
*
Issue #2142 - Add PropertyEmitter, ObjectEmitter, ClassEmitter, LexicalScopeE...
Martok
2023-05-01
|
*
Issue #2142 - Improve TokenPos handling in BCE
Martok
2023-05-01
|
*
Issue #2142 - Implement syntax for public/private fields and computed field n...
Martok
2023-05-01
|
*
Issue #2142 - Add internal option for fields, but always true
Martok
2023-04-30
|
*
Issue #2142 - Reduce calls to FindReservedWord when checking for forbidden id...
Martok
2023-04-30
*
|
Merge pull request 'Fix videojs and potentially other problems.' (#2228) from...
Moonchild
2023-05-02
|
\
\
|
*
|
Issue #1691 - Follow-up: Fix videojs and potentially other problems.
Brian Smith
2023-05-02
|
/
/
*
|
Merge pull request 'Implement Element.replaceChildren' (#2226) from FranklinD...
Moonchild
2023-05-01
|
\
\
|
|
/
|
/
|
|
*
Issue #2225 - Implement Element.replaceChildren
FranklinDM
2023-05-01
|
/
*
Merge pull request 'Replace deprecated Harfbuzz functions with current ones.'...
Moonchild
2023-04-30
|
\
|
*
Issue #1862 - Follow-up: Replace deprecated Harfbuzz functions with current o...
Job Bautista
2023-04-30
*
|
Merge pull request 'Use link-time optimization for Spidermonkey in Windows by...
Moonchild
2023-04-30
|
\
\
|
*
|
Issue #1691 - Follow-up: Fix CallSelfHostedFunction deprot introduced by Part 4.
Job Bautista
2023-04-30
|
*
|
Issue #2221 - Enable link-time optimization for Spidermonkey by default if bu...
Job Bautista
2023-04-30
|
|
/
*
|
Merge pull request 'Collected small changes' (#2214) from martok/UXP-contrib:...
Moonchild
2023-04-30
|
\
\
|
|
/
|
/
|
|
*
Issue #2142 - Ensure 'await' is always a restricted identifier when parsing m...
Martok
2023-04-30
|
*
Issue #2142 - Add predicate functions count_if and any_of to ListNode iterator
Martok
2023-04-30
|
*
Issue #2142 - Change InitPropertyOperation to accept a PropertyName directy a...
Martok
2023-04-30
|
*
Issue #2142 - Extend newSuperCall for JSOP_SPREADSUPERCALL
Martok
2023-04-30
|
*
Issue #2142 - Fold BytecodeEmitter::checkTypeSet into BytecodeEmitter::emitCheck
Martok
2023-04-30
|
*
Issue #1691 - Follow-up: use error message with no arguments for bad import s...
Martok
2023-04-30
|
*
Issue #1285 - Follow-up: Correctly handle follow-up compilations of RegExp wi...
Martok
2023-04-30
|
*
Issue #1894 - Follow-up: Fix return value ordering in IonMonkey nullish coale...
Martok
2023-04-30
|
*
Issue #2173 - Follow-up: Use common ancestor of PNK_(OPT)DOT in ASTSerializer...
Martok
2023-04-30
|
*
Issue #2213 - Follow-up: Fix derieved Generator prototypes after previous change
Martok
2023-04-30
|
/
[next]