index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
builtin
Commit message (
Expand
)
Author
Age
Lines
*
Issue #1465 - Implement optional catch binding.
wolfbeast
2020-02-27
-3
/
+11
*
Revert #1137 - Remove unboxed arrays
wolfbeast
2020-02-23
-1
/
+1
*
Issue #1362 - Revert "Update js/src/builtin/TestingFunctions.cpp for
wolfbeast
2020-01-19
-3
/
+3
*
Issue #1322 - Part 1: Remove the DOM Promise guts.
wolfbeast
2019-12-19
-53
/
+0
*
Bug 1379525 - Part 2: Properly handle rejection in async-from-sync iteration.
Gaming4JC
2019-12-17
-1
/
+5
*
Bug 1379525 - Part 1: Await on the value before yielding or returning inside ...
Gaming4JC
2019-12-17
-152
/
+235
*
Bug 1355399 - Switch property retrieval in Async-from-Sync Iterator prototype...
Gaming4JC
2019-12-17
-5
/
+5
*
Bug 1331092 - Part 7: Implement Async Generator yield*.
Gaming4JC
2019-12-17
-0
/
+162
*
Bug 1331092 - Part 2: Implement Async Generator except yield*.
Gaming4JC
2019-12-17
-2
/
+251
*
Bug 1331092 - Part 2: Implement Async Generator except yield*.
Gaming4JC
2019-12-17
-0
/
+24
*
Bug 1343481 - Part 7: Add BytecodeEmitter::emitDotGenerator and make yield/aw...
Gaming4JC
2019-12-17
-6
/
+6
*
Bug 1343481 - Part 6: Add native functions wrapper for GetInternalError and G...
Gaming4JC
2019-12-17
-4
/
+2
*
Bug 1343481 - Part 5: Rename AsyncFunction-related names in Promise.cpp to ex...
Gaming4JC
2019-12-17
-18
/
+18
*
Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...
Gaming4JC
2019-12-17
-4
/
+4
*
Bug 336705 - Part 1: Support creating and resolving Promises without resolve/...
Gaming4JC
2019-12-17
-34
/
+48
*
Bug 1317376 - Part 2: Detect Promise self-resolution when resolving through t...
Gaming4JC
2019-12-17
-18
/
+14
*
Bug 1317376 - Part 1: Remove unreachable code and remnants from the self-host...
Gaming4JC
2019-12-17
-52
/
+41
*
Issue #1302 followup - Add spec-compliance checks/errors
wolfbeast
2019-11-30
-2
/
+5
*
Issue #1302 - Add self-hosted implementation for string regex .matchAll
wolfbeast
2019-11-26
-0
/
+165
*
Issue #1284 - Update js/src/builtin/TestingFunctions.cpp for /s (dotAll) regu...
Gaming4JC
2019-11-18
-0
/
+1
*
Issue #1284 - Implement /s (dotAll) for regular expressions, v2.
wolfbeast
2019-11-18
-1
/
+40
*
Revert "Issue #1284 - Implement /s (dotAll) for regular expressions."
wolfbeast
2019-11-18
-32
/
+0
*
Issue #1284 - Implement /s (dotAll) for regular expressions.
wolfbeast
2019-11-18
-0
/
+32
*
Issue #1279 - Update js/src/builtin/TestingFunctions.cpp for regex lookbehind...
Gaming4JC
2019-11-14
-3
/
+3
*
Issue #1283 - Implement Promise.prototype.finally()
André Bargull
2019-11-12
-0
/
+85
*
Merge branch 'master' into js-modules
wolfbeast
2019-11-10
-396
/
+634
|
\
|
*
Merge pull request #1262 from athenian200/solaris-work
Moonchild
2019-11-02
-1
/
+4
|
|
\
|
|
*
MoonchildProductions#1251 - Part 27: Fix ifdef style.
athenian200
2019-10-21
-1
/
+1
|
|
*
MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up.
athenian200
2019-10-21
-1
/
+4
|
*
|
Issue #1257 - Part 2: Remove watch/unwatch and JS watchpoint class.
wolfbeast
2019-10-27
-95
/
+0
|
*
|
Issue #1257 - Part1: Remove watch class-hook and proxy trap.
wolfbeast
2019-10-26
-1
/
+0
|
|
/
|
*
No issue - Update TZ data to 2019c
wolfbeast
2019-10-02
-1
/
+1
|
*
Fix order of OwnProperty check for rest parameters.
Moonchild
2019-07-19
-1
/
+1
|
*
1339395 - Part 3: Add BytecodeEmitter support for object rest and spread prop...
Gaming4JC
2019-07-18
-0
/
+63
|
*
1339395 - Part 2: Add parser support for rest and spread object properties.
Gaming4JC
2019-07-18
-0
/
+12
|
*
1283712 - Part 9: Add getErrorNotes testing function to extract error notes f...
Gaming4JC
2019-07-18
-0
/
+30
|
*
1320408 - Part 23: Change RegExpObject::{getShared,createShared,dumpBytecode}...
Gaming4JC
2019-07-18
-5
/
+5
|
*
1320408 - Part 21: Change PromiseObject::onSettled to static method.
Gaming4JC
2019-07-18
-5
/
+4
|
*
1320408 - Part 20: Change PromiseObject::resolve and PromiseObject::reject to...
Gaming4JC
2019-07-18
-12
/
+14
|
*
1320408 - Part 19: Remove JSContext* parameter from ModuleObject::fixEnvironm...
Gaming4JC
2019-07-18
-2
/
+2
|
*
1320408 - Part 14: Change some GlobalObject methods to static method.
Gaming4JC
2019-07-18
-58
/
+62
|
*
1320408 - Part 7: Remove JSContext* parameter from JSObject::shouldSpliceProt...
Gaming4JC
2019-07-18
-1
/
+1
|
*
1320408 - Part 6: Change JSObject::splicePrototype to static method.
Gaming4JC
2019-07-18
-1
/
+1
|
*
1320408 - Part 5: Change JSObject::constructorDisplayAtom to static method.
Gaming4JC
2019-07-18
-1
/
+2
|
*
1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.
Gaming4JC
2019-07-18
-3
/
+3
|
*
1333143 - Self-host Object.prototype.valueOf.
Gaming4JC
2019-07-18
-16
/
+7
|
*
903389 - Fix uses of ClassMethodIsNative.
Gaming4JC
2019-07-18
-1
/
+1
|
*
1317375 - Implement "Template Literals Revision / Lifting Template Literal Re...
Gaming4JC
2019-07-18
-1
/
+11
|
*
1323324 - Part 1: Make Promise::unforgeable{Resolve,Reject} spec-compliant.
Gaming4JC
2019-07-18
-58
/
+42
|
*
1320403 - Move JSFunction::EXPR_BODY to JSScript, LazyScript, and FunctionBox.
Gaming4JC
2019-07-18
-6
/
+1
[next]