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
/
vm
Commit message (
Expand
)
Author
Age
Lines
*
Add Atomics.notify instead of Atomics.wake according to revised spec.
wolfbeast
2019-06-12
-1
/
+1
*
Merge pull request #1091 from MoonchildProductions/remove-unboxed
Moonchild
2019-05-22
-445
/
+5
|
\
|
*
Remove Unboxed Objects from vm/ - Part 2
wolfbeast
2019-05-16
-6
/
+0
|
*
Remove unboxed object code from jit, Part 1
wolfbeast
2019-05-16
-12
/
+0
|
*
Remove Unboxed Objects from vm/ Part 1 + fix deprot
wolfbeast
2019-05-16
-15
/
+5
|
*
Remove initial chunk of Unboxed Objects machinery part 2
wolfbeast
2019-05-15
-12
/
+0
|
*
remove unboxed code chunk (wip1)
wolfbeast
2019-05-14
-400
/
+0
*
|
Implement array.flat and array.flatMap
wolfbeast
2019-05-19
-0
/
+2
*
|
Implement String.prototype.trimStart and trimEnd.
wolfbeast
2019-05-17
-2
/
+4
|
/
*
Issue #187: Remove solaris conditional code.
wolfbeast
2019-03-30
-11
/
+0
*
Remove a couple of unused variables
adeshkp
2019-03-14
-1
/
+0
*
Align `instanceof` with the final ES6 spec.
wolfbeast
2019-02-07
-10
/
+7
*
Remove telemetry leftovers from JS engine.
adeshkp
2019-01-30
-88
/
+0
*
Reduce number of allocations in AutoStopwatch
David Teller
2019-01-29
-5
/
+20
*
Revert "Reduce number of allocations in AutoStopwatch"
wolfbeast
2019-01-29
-17
/
+7
*
Reduce number of allocations in AutoStopwatch
David Teller
2019-01-28
-7
/
+17
*
Telemetry: Remove stubs and related code
adeshkp
2019-01-12
-7
/
+0
*
Use canonical function in TypeNewScript::rollbackPartiallyInitializedObjects.
wolfbeast
2018-12-13
-7
/
+13
*
Rename TypeSet::clone to TypeSet::cloneIntoUninitialized to indicate that it ...
trav90
2018-09-19
-9
/
+11
*
Don't use PodCopy/PodMove to implement typed-array element-to-element copying
trav90
2018-09-19
-4
/
+17
*
Give uint8_clamped a defaulted (and also trivial) default constructor, copy c...
trav90
2018-09-19
-6
/
+3
*
Stop using PodZero in several places to initialize values of non-trivial type
trav90
2018-09-12
-29
/
+33
*
Fix build bustage
trav90
2018-09-02
-1
/
+1
*
Call the relevant scope-data constructor when allocating it, and poison/mark ...
trav90
2018-09-02
-26
/
+53
*
Convert the trailing array of BindingNames at the end of the various kinds of...
trav90
2018-09-02
-13
/
+46
*
Simplify HeapSlot to make it trivially copyable
trav90
2018-08-12
-6
/
+4
*
Avoid using memcpy on HeapSlot that is not trivially copyable.
trav90
2018-08-12
-4
/
+7
*
Fix Build Bustage - with "--enable-debug"
janekptacijarabaci
2018-07-12
-0
/
+3
*
Bug 1465108 - Use function pointers rather than virtual run method for GC par...
Jon Coppeard
2018-06-07
-2
/
+2
*
Refactor structured clone JSAPI to prevent mismatched scopes.
wolfbeast
2018-06-07
-208
/
+181
*
Change inlining of intrinsics.
wolfbeast
2018-06-07
-12
/
+33
*
Make InitRuntimeNumberState's return type reflect its infallible nature.
wolfbeast
2018-05-04
-2
/
+1
*
Issue #325 Part 14: Remove EXPOSE_INTL_API conditionals.
wolfbeast
2018-05-04
-31
/
+1
*
Issue #325 Part 5: Remove non-Intl legacy code paths from js.
wolfbeast
2018-05-04
-6
/
+2
*
Merge branch 'html_input_datetime_1'
wolfbeast
2018-04-15
-0
/
+1
|
\
|
*
Bug 1287677 - Add mozIntl.getDisplayNames API
janekptacijarabaci
2018-03-30
-0
/
+1
*
|
Fix Value::isGCThing footgun, stop returning true for NullValue
trav90
2018-04-07
-1
/
+1
|
/
*
Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring it...
janekptacijarabaci
2018-03-25
-2
/
+14
*
Bug 1346862 - Fix IteratorClose due to non-local jumps being catchable by try...
janekptacijarabaci
2018-03-25
-0
/
+36
*
Bug 1342553, Bug 1343072, Bug 1344753 (details in the description)
janekptacijarabaci
2018-03-25
-13
/
+39
*
Bug 1331585 - Allow falsy "done" values for IteratorClose due to exception du...
janekptacijarabaci
2018-03-25
-2
/
+3
*
Bug 1147371: Implement calling IteratorClose and "return" on iterators in yield*
janekptacijarabaci
2018-03-24
-3
/
+22
*
Bug 1147371: Implement IteratorClose for array destructuring
janekptacijarabaci
2018-03-24
-9
/
+30
*
Bug 1147371: Rename allowContentSpread to allowContentIter
janekptacijarabaci
2018-03-24
-1
/
+1
*
Bug 1147371: Implement IteratorClose for for-of
janekptacijarabaci
2018-03-24
-4
/
+16
*
Bug 1204028: Evaluate LHS reference before RHS in destructuring
janekptacijarabaci
2018-03-20
-3
/
+18
*
Add support for the function `name` property.
wolfbeast
2018-03-20
-20
/
+42
|
\
|
*
Part 1: Implement ES6 function name property semantics
janekptacijarabaci
2018-03-19
-16
/
+40
|
*
Bug 1320388: Move JSFunction::HAS_REST to JSScript and LazyScript
janekptacijarabaci
2018-03-19
-4
/
+2
*
|
Use ordinary object for RegExp prototype
janekptacijarabaci
2018-03-19
-3
/
+14
|
/
[next]