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
/
public
Commit message (
Expand
)
Author
Age
*
Issue #2342: Use [[nodiscard]] in /js
Moonchild
2023-11-08
*
Issue #1442 - Part 4: Add JSAPI functions for working with ReadableStream.
Brian Smith
2023-09-27
*
Issue #2308 & #1240 Follow-up - Add BigInt support to JSOP_INC and JSOP_DEC.
Brian Smith
2023-09-17
*
Issue #2026 - Part 2a - Support BigInt in NumberFormat and toLocaleString.
Brian Smith
2023-07-25
*
Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array.
Brian Smith
2023-07-24
*
Issue #1240 - Part 8 - Fix incorrect asserts with debug enabled.
Brian Smith
2023-07-21
*
Issue #1240 - Part 4 - Implement parser support for BigInt literals.
Brian Smith
2023-07-18
*
Issue #1240 - Part 3b - Implement WrappingOperations.h for wraparound math op...
Brian Smith
2023-07-13
*
Issue #1240 - Part 3a - Adjust mozilla::FloatingPoint<T>'s definition.
Brian Smith
2023-07-13
*
Issue #1240 - Part 2 - Define the BigIntObject class for BigInt wrapper objects.
Brian Smith
2023-07-13
*
Issue #1240 - Part 1 - Define a new BigInt primitive type.
Brian Smith
2023-07-13
*
Issue #2255 & #1240 - Simplify and enhance Maybe and Some().
Brian Smith
2023-07-04
*
Issue #1656 - Follow-up: Re-nuke the vim lines introduced in #2265
Moonchild
2023-07-02
*
Issue #1819 - Implement Intl.Locale proposal
Martok
2023-06-30
*
Issue #2259 - Update Intl.* Object-ness to ECMA-402, 4th edition
Martok
2023-06-29
*
Issue #2259 - Add JS::StackGCVector and JS::RootedVector
Martok
2023-06-29
*
Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return ...
Martok
2023-06-29
*
Issue #2241 - Part 2: Add SameValueZero implementation to mfbt/FloatingPoint.h
Job Bautista
2023-05-12
*
Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} into...
Job Bautista
2023-05-12
*
Merge pull request 'Fix JS_SHARED_LIBRARY and always build Spidermonkey and I...
Moonchild
2023-03-27
|
\
|
*
Issue #62 - Fix xul.dll link bustage related to JS::ubi::DominatorTree.
Job Bautista
2023-03-16
|
*
Issue #62 - Fix xul.dll link bustage related to MovableCellHasher.
Job Bautista
2023-03-16
*
|
Issue #2166 - Part 1: Use alignas/alignof for public JS::ProfilingFrameIterat...
FranklinDM
2023-03-17
|
/
*
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 #1969 - Implement Intl.RelativeTimeFormat.
Job Bautista
2022-07-25
*
Issue #1952 - m-c 1383775: Clean up function toString/toSource code, remove r...
Martok
2022-07-01
*
Issue #1742 - Part 4: Don't trigger read barriers when comparing wrapped poin...
Jeremy Andrews
2022-05-27
*
Issue #1742 - Part 3: use JS::PropertyResult instead of Shape*
Moonchild
2022-05-24
*
Issue #1742 - Part 2: Add a class to encapsulate the possible results of a pr...
Moonchild
2022-05-24
*
Issue #1742 - Part 1: Refactor rooting base class templates
Moonchild
2022-05-24
*
Issue #1877 - Resolve RELEASE_OR_BETA conditionals.
Moonchild
2022-04-19
*
Issue #1701 - Implement Intl.PluralRules API
Moonchild
2020-12-22
*
Issue #1656 - Part 7: Nuke vim config lines in JS
Moonchild
2020-09-24
*
[js] Try to catch bad pointers for GC and bail if not valid.
Moonchild
2020-08-06
*
Issue #618 - Simplify module resolve hook to be a function pointer
Moonchild
2020-08-06
*
Issue #1570 - Implement globalThis
wolfbeast
2020-05-30
*
Bug 1430693 - IonMonkey: MIPS: Fix generic NaN for legacy mips (IEEE 754-1985)
Jiaxun Yang
2020-05-14
*
Issue #316 - Make the memory GC performance object conditional (WIP)
wolfbeast
2020-02-20
*
Simplify value setting.
wolfbeast
2020-01-09
*
Bug 1331092 - Part 7: Implement Async Generator yield*.
Gaming4JC
2019-12-17
*
Bug 1331092 - Part 2: Implement Async Generator except yield*.
Gaming4JC
2019-12-17
*
Issue #1302 - Add self-hosted implementation for string regex .matchAll
wolfbeast
2019-11-26
*
Issue #1257 - Part1: Remove watch class-hook and proxy trap.
wolfbeast
2019-10-26
*
1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ret...
Gaming4JC
2019-07-18
*
Remove AIX 1st party code OS checks, part 1
wolfbeast
2019-03-31
*
Force expected crashes on unexpected magic values.
Nicolas B. Pierron
2019-03-21
*
Remove telemetry leftovers from JS engine.
adeshkp
2019-01-30
*
Call memset on a void*, not a T*, in js_delete_poison to avoid memset-on-nont...
trav90
2018-09-12
*
Stop using PodZero in several places to initialize values of non-trivial type
trav90
2018-09-12
[next]