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 #2046 - Follow-up: Fix debug assert using old chars definition.
Moonchild
2023-02-22
*
No issue - Refactor FindErrorInstanceOrPrototype
Moonchild
2023-02-21
*
Issue #2046 - Move a bunch of functions in builtin/intl/CommonFunctions.js in...
Martok
2023-02-17
*
Issue #2046 - Move builtin/Intl.js (which now contains only shared functional...
Martok
2023-02-17
*
Issue #2046 - Move Intl.Collator self-hosted code to a new builtin/intl/Colla...
Martok
2023-02-17
*
Issue #2046 - Move Intl.NumberFormat self-hosted code to a new builtin/intl/N...
Martok
2023-02-17
*
Issue #2046 - Move Intl.DateTimeFormat self-hosted code to a new builtin/intl...
Martok
2023-02-17
*
Issue #2046 - Move Intl.PluralRules self-hosted code to a new builtin/intl/Pl...
Martok
2023-02-16
*
Issue #2046 - Move Intl.RelativeTimeFormat self-hosted code to a new builtin/...
Martok
2023-02-16
*
Issue #2046 - Move the self-hosting of non-constructor properties of Intl to ...
Martok
2023-02-16
*
Issue #2046 - Move various generated files from builtin/Intl* to builtin/intl...
Martok
2023-02-16
*
Issue #2046 - Move builtin/Intl.* to builtin/intl/IntlObject.*
Martok
2023-02-16
*
Issue #2046 - Trim builtin/Intl.*'s #include set down to what is required for...
Martok
2023-02-16
*
Issue #2046 - Move Intl.RelativeTimeFormat functionality into builtin/intl/Re...
Martok
2023-02-16
*
Issue #2046 - Move Intl.PluralRules functionality into builtin/intl/PluralRul...
Martok
2023-02-16
*
Issue #2046 - Move Intl.DateTimeFormat functionality into builtin/intl/DateTi...
Martok
2023-02-16
*
Issue #2046 - Move SharedIntlData into its own builtin/intl/SharedIntlData.* ...
Martok
2023-02-15
*
Issue #2046 - Move Intl.Collator functionality into builtin/intl/Collator.*
Martok
2023-02-15
*
Issue #2046 - Move NewUNumberFormatForPluralRules next to its only use
Martok
2023-02-15
*
Issue #2046 - Move Intl.NumberFormat functionality into builtin/intl/NumberFo...
Martok
2023-02-15
*
Issue #2046 - Create helper method to call ICU string conversion methods
Martok
2023-02-13
*
Issue #2046 - Move functionality used in the implementation of multiple Intl....
Martok
2023-02-12
*
Issue #2046 - Move ScopedICUObject into builtin/intl/ScopedICUObject.h
Martok
2023-02-12
*
Issue #2103 - Fix typo in RegExp Parser
Moonchild
2023-02-02
*
Issue #2089 - Implement the Promise.any combinator
Martok
2023-02-01
*
Issue #2089 - Rename shared Promise combinator functions, with helpers for el...
Martok
2023-02-01
*
Issue #2089 - Implement AggregateError
Martok
2023-02-01
*
Issue #2089 - Move ErrorObject parts from jsexn.cpp to ErrorObject.cpp
Martok
2023-02-01
*
Issue #2089 - Add cache for Promise property lookups
Martok
2023-02-01
*
Issue #2099 - Remove unnecessary cast in GeneratorObject::suspend's do loop.
Job Bautista
2023-01-31
*
Merge pull request 'Promises pt. 2: Optimization and Unification' (#2096) fro...
Moonchild
2023-01-31
|
\
|
*
Issue #2089 - Report unhandled rejection for optimized away promise
Martok
2023-01-27
|
*
Issue #2089 - Further runtime perf improvements for PromiseState
Martok
2023-01-27
|
*
Issue #2089 - Create a shared helper for PerformPromiseRace, PerformPromiseAl...
Martok
2023-01-26
|
*
Issue #2089 - Add a PromiseCapability struct, directly initialize dense eleme...
Martok
2023-01-26
|
*
Issue #2089 - Improve Runtime perf of Promises
Martok
2023-01-26
|
*
Issue #2089 - Don't use BlockOnPromise fast path with non-default resolving f...
Martok
2023-01-26
|
*
Issue #2089 - Optimize Promise.then and Promise.all/race with default resolvi...
Martok
2023-01-26
|
*
Issue #2089 - Turn AsyncGeneratorResumeNext recursion into iteration to avoid...
Martok
2023-01-26
|
*
Issue #2089 - Only create result Promises in Promise#then and Promise#catch i...
Martok
2023-01-26
|
*
Issue #2089 - Shrink Promise instances from 8 to 4 slots by moving debug info...
Martok
2023-01-26
*
|
Issue #2083 - Follow-up: RegExpShared::source should be a GCPtr.
Job Bautista
2023-01-28
*
|
PR #2090 - Follow-up: Remove invalid MOZ_ASSERT in js::NativeDefineDataProperty
Job Bautista
2023-01-27
*
|
Revert "Issue #1382 - RegExpShared::groupsTemplate_ cannot be a GCPtr since R...
Job Bautista
2023-01-26
*
|
Issue #2083 - Part 5: Fix memory leak in RegExpObject.
Job Bautista
2023-01-26
*
|
Issue #2083 - Part 4: Give RegExpShared a finalizer.
Job Bautista
2023-01-26
*
|
Issue #2083 - Part 3: Fix RegExpShared rooting hazards now it's a GC thing.
Job Bautista
2023-01-26
*
|
Issue #2083 - Part 2: Remove use of RegExpGuard.
Job Bautista
2023-01-26
*
|
Issue #2083 - Part 1: Make RegExpShared a GC thing.
Job Bautista
2023-01-26
|
/
*
Issue #2093 - Trace HeapPtr<RegExpShared::groupsTemplate_> for GC move/compac...
Martok
2023-01-25
[next]