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
Commit message (
Expand
)
Author
Age
Lines
*
Issue #1656 - Part 10: Manual cleanup.
Moonchild
2020-09-24
-52
/
+17
*
Issue #1656 - Part 9: Single-line-comment style.
Moonchild
2020-09-24
-37
/
+0
*
Issue #1656 - Part 8: Devtools and misc.
Moonchild
2020-09-24
-9
/
+0
*
Issue #1656 - Part 7: Nuke vim config lines in JS
Moonchild
2020-09-24
-854
/
+0
*
Issue #1656 - Part 6: Clean up the build files
Moonchild
2020-09-23
-6
/
+0
*
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
Moonchild
2020-09-23
-16
/
+0
*
Merge branch 'es-modules-work'
Moonchild
2020-09-08
-3
/
+3
|
\
|
*
Issue #618 - Clear the module map when changing a Document's global and add
Moonchild
2020-09-08
-3
/
+3
|
*
Revert "Issue #618 - Add JS API to associate scripts with DOM elements after ...
Moonchild
2020-08-27
-45
/
+12
|
*
Issue #618 - Add JS API to associate scripts with DOM elements after compilation
Jon Coppeard
2020-08-27
-12
/
+45
*
|
Issue #1639 - Implement object.fromEntries()
Moonchild
2020-09-06
-0
/
+19
|
/
*
Merge branch 'master' into es-modules-work
Moonchild
2020-08-22
-1
/
+1
|
\
|
*
[js] Reinstate precise floating point model for all js sources.
Moonchild
2020-08-19
-1
/
+1
*
|
Merge branch 'master' into es-modules-work
Moonchild
2020-08-13
-9
/
+29
|
\
|
|
*
[js] Try to catch bad pointers for GC and bail if not valid.
Moonchild
2020-08-03
-0
/
+5
|
*
[js] Don't improve TypeSets containing the magic-args type.
Moonchild
2020-07-29
-4
/
+4
|
*
[js] Fix Sink to check for non-recoverable operands.
Jan de Mooij
2020-07-29
-1
/
+5
|
*
[js] Get the class pointer from the ObjectGroup in NativeObject::slotSpan
Moonchild
2020-07-10
-1
/
+4
|
*
[js] Improve readability and control flow of js date string parser.
Moonchild
2020-07-09
-3
/
+16
*
|
[js] Try to catch bad pointers for GC and bail if not valid.
Moonchild
2020-08-06
-0
/
+5
*
|
Issue #618 - Simplify module resolve hook to be a function pointer
Moonchild
2020-08-06
-42
/
+56
*
|
[js] Add some utility functions to get the current JS runtime.
Moonchild
2020-08-06
-0
/
+8
*
|
Issue #618 - Align error handling for module scripts with the spec - Debug fo...
Gaming4JC
2020-08-03
-1
/
+2
*
|
Issue #618 - Lazily initialise module binding maps - Debug follow up
Gaming4JC
2020-08-03
-1
/
+1
*
|
Issue #618 - Lazily initialise module binding maps
Moonchild
2020-07-08
-27
/
+35
*
|
Issue #618 - Use a single slot for the module's environment object.
Moonchild
2020-07-08
-47
/
+29
*
|
Issue #618 - Align error handling for module scripts with the spec (again)
Moonchild
2020-07-08
-208
/
+252
|
/
*
Issue #618 - Fix typo and remove old function declarations.
Moonchild
2020-07-07
-3
/
+1
*
Issue #618 - Report source position information (line/column)
Moonchild
2020-07-04
-39
/
+161
*
Issue #618 - Remove context and heap-idle check
Moonchild
2020-07-04
-8
/
+4
*
Issue #618 - Fix JSAPI additions to pass the JS context.
Moonchild
2020-07-03
-6
/
+8
*
Issue #618 - Match JSAPI names with the changes in 9ca74147225eed305e28c7887f...
Moonchild
2020-07-03
-9
/
+8
*
Issue #618 - Add APIs to query module record errors
Moonchild
2020-07-03
-0
/
+20
*
Issue #618 - Update code comments for ModuleInstantiate
Moonchild
2020-07-03
-2
/
+2
*
Issue #618 - Align module instantiation/errors with the updated spec.
Moonchild
2020-07-03
-217
/
+611
*
Issue #1542 - Fix a typo in wasm which was causing build failure on ARM
adeshkp
2020-06-08
-8
/
+8
*
Issue #1570 - Implement globalThis
wolfbeast
2020-05-30
-2
/
+43
*
Bug 1412030 - [MIPS] Emit wasm memory access information
Jiaxun Yang
2020-05-14
-107
/
+164
*
Bug 1330942 - move MemoryAccessDesc::isUnaligned to the ARM/MIPS platform layer
Jiaxun Yang
2020-05-14
-21
/
+40
*
Bug 1441521 : [MIPS] Optimize comparation with small constants
Jiaxun Yang
2020-05-14
-74
/
+170
*
Bug 1424978 - IonMonkey: MIPS64: Fix unboxNonDouble for Int32
Jiaxun Yang
2020-05-14
-0
/
+30
*
Bug 1424978 - IonMonkey: MIPS64: Fix tagValue function
Jiaxun Yang
2020-05-14
-2
/
+7
*
Bug 1424978 - IonMonkey: MIPS64: Fix boxValue function
Jiaxun Yang
2020-05-14
-1
/
+6
*
Bug 1390802 - IonMonkey: MIPS64: Fix storeValue function
Jiaxun Yang
2020-05-14
-1
/
+5
*
Bug 1424978 - IonMonkey: MIPS: Fix ma_store_unaligned
Jiaxun Yang
2020-05-14
-1
/
+1
*
Bug 1424978 - IonMonkey: MIPS: Fix ma_addTestCarry
Jiaxun Yang
2020-05-14
-2
/
+8
*
Bug 1390459 - mulby3 function implement error on mips platform
Jiaxun Yang
2020-05-14
-4
/
+6
*
Bug 1271968 - IonMonkey: MIPS: Refactor addMixedJump.
Jiaxun Yang
2020-05-14
-17
/
+17
*
Bug 1271968 - wasm: MIPS: Port mixed jump for wasm.
Jiaxun Yang
2020-05-14
-0
/
+5
*
Bug 1271968 - IonMonkey: MIPS: Refactor PatchWrite_NearCall.
Jiaxun Yang
2020-05-14
-86
/
+31
[next]