Jon Coppeard
|
18edf08fb3
|
Bug 1322312 - Assert that GCRuntime::enter/leaveUnsafe region is only used on the main thread r=sfink
|
2016-12-06 17:23:48 -10:00 |
Luke Wagner
|
549d7571b3
|
Bug 1320905 - Add js::RefCounted that uses js_delete (r=waldo)
|
2016-12-05 15:59:18 -08:00 |
Carsten "Tomcat" Book
|
1e97bdd3fb
|
Backed out changeset f38852711f38 (bug 1320905) for bustage on a CLOSED TREE
--HG--
extra : amend_source : 2e75cec3778e0ceb8a5d99d94004968604403f3a
|
2016-12-05 16:13:36 +01:00 |
Luke Wagner
|
0bf74100a8
|
Bug 1320905 - Add js::RefCounted that uses js_delete (r=waldo)
MozReview-Commit-ID: D0mSwdm0nn0
|
2016-12-05 08:46:27 -06:00 |
Ms2ger
|
b4ff4ad7ea
|
Bug 1319831 - Clarify some code with explicit casts; r=Waldo
|
2016-12-01 09:23:21 +01:00 |
Ms2ger
|
53af63d8fa
|
Bug 1319831 - Remove an unbalanced pragma from Vector.h; r=Waldo
|
2016-12-01 09:23:21 +01:00 |
Benjamin Bouvier
|
02cd2cddce
|
Bug 1320374: Rename THREAD_TYPE_ASMJS into THREAD_TYPE_WASM; r=luke
--HG--
extra : rebase_source : 38d4f0b6b73d86fb65a1ad2ba20a839cc3034ed1
|
2016-11-25 11:50:12 +01:00 |
Jan de Mooij
|
bee8fe969f
|
Bug 1317936 part 2 - Use atom hash code for jsid hashing. r=jonco
|
2016-11-24 13:39:06 +01:00 |
Jan de Mooij
|
0a1aa00f54
|
Bug 1277368 part 1 - Add JS::Result<> and use it in a few places. r=luke
|
2016-11-23 17:57:43 +01:00 |
Jon Coppeard
|
ff9db2128c
|
Bug 1318384 - Remove barriers on Zone typed object descriptors set to avoid reviving compartments r=billm
|
2016-11-23 10:15:05 +00:00 |
Tooru Fujisawa
|
7391d5b54f
|
Bug 1318815 - Remove ClassSpec delegation and point target ClassSpec directly from prototype class. r=jandem
|
2016-11-22 16:47:29 +09:00 |
André Bargull
|
8a555a2bfd
|
Bug 1303091 - Share static Intl data across compartments. r=Waldo, r=jonco
--HG--
rename : js/src/builtin/IntlTzData.js => js/src/builtin/IntlTimeZoneData.h
extra : rebase_source : 558f4fba32efdee429423055f3786e1dc09e4d68
|
2016-11-17 14:40:18 -08:00 |
Jon Coppeard
|
6802f12fbc
|
Bug 1316150 - Make profiler frame labels a GC hazard and make shell profiling function copy them r=djvj
|
2016-11-21 10:26:33 +00:00 |
Jon Coppeard
|
5cd9e63353
|
Backout changeset 093a7b8b7285 (bug 1297360) for causing bug 1316150
|
2016-11-21 10:26:31 +00:00 |
Makoto Kato
|
48a2c42b58
|
Bug 1310067 - VS2017 doesn't require JS_DEPENDENT_TEMPLATE_HINT workaround. r=jonco
MozReview-Commit-ID: DuDDyP6tpc8
|
2016-11-21 11:14:44 +09:00 |
Iris Hsiao
|
defb095265
|
Backed out changeset e5164f497e42 (bug 1310067) for bustage
CLOSED TREE
|
2016-11-21 11:14:16 +08:00 |
Makoto Kato
|
0b47186ed3
|
Bug 1310067 - VS2017 doesn't require JS_DEPENDENT_TEMPLATE_HINT workaround. r=jonco
MozReview-Commit-ID: DuDDyP6tpc8
--HG--
extra : rebase_source : b503bdb2ce19f5bd87fcb0c114765e5a5de1c35d
|
2016-11-21 11:14:44 +09:00 |
Sylvestre Ledru
|
d75b5ea206
|
Bug 1317430 - Avoid a unnecessary copy by passing a const & in js/ r=Waldo
MozReview-Commit-ID: EJ7B3697kZj
--HG--
extra : rebase_source : ada320437479a3d6c644e4af15a92c2a25839fab
|
2016-11-14 23:16:24 +01:00 |
Tom Schuster
|
77bdad13e3
|
Bug 1015798 - Improve ClassSpec depedent behavior especially with inheritance. r=bz
|
2016-11-08 22:08:28 +01:00 |
Jon Coppeard
|
37de54b8fa
|
Bug 1315122 - Remove JS::Heap<T>'s unused setToCrashOnTouch() methods r=jandem
|
2016-11-04 17:32:36 +00:00 |
Jon Coppeard
|
99aa8489c8
|
Bug 1313098 - Assert we only access heap state on the main thread r=sfink r=mccr8
|
2016-11-04 17:32:36 +00:00 |
Benjamin Bouvier
|
3397fa4d20
|
Bug 1304672: Renamings outside asmjs/ and jit/; r=luke
MozReview-Commit-ID: 1LGFJMlHaz2
--HG--
extra : rebase_source : 3ee8b822a6097260c9b9c0487b91a63e6ff1e575
|
2016-11-02 18:22:37 +01:00 |
Tooru Fujisawa
|
5d7377b42e
|
Bug 1185106 - Part 11.1: Implement async functions. r=till
MozReview-Commit-ID: ChWpakqUlsi
|
2016-08-29 02:05:55 +09:00 |
Tooru Fujisawa
|
1cabfda6d8
|
Bug 1311088 - Part 3: Do not check NaN in NumberValue(uint32_t i). r=jwalden
|
2016-10-29 01:47:31 +09:00 |
Tooru Fujisawa
|
183537abe4
|
Bug 1311088 - Part 2: Add JS::IsCanonicalized and remove JS::Value::setDoubleNoCheck. r=jwalden
|
2016-10-29 01:47:31 +09:00 |
Tooru Fujisawa
|
57db30aa76
|
Bug 1311088 - Part 1: Add mozilla::SpecificNaNBits and JS::detail::CanonicalizedNaNBits. r=jwalden
|
2016-10-29 01:47:30 +09:00 |
Tooru Fujisawa
|
254dc367d8
|
Bug 1312488 - Assign whole layout instead of layout.asDouble in JS::Value::setDoubleNoCheck. r=jandem
|
2016-10-27 22:57:40 +09:00 |
Jon Coppeard
|
435bdeeaec
|
Bug 1310147 - Remove AutoAssertNoAlloc and replace with AutoAssertNoGC r=sfink
|
2016-10-27 11:03:53 +01:00 |
Jon Coppeard
|
4f90a79a0c
|
Bug 1310147 - Rename AutoAssertOnGC to AutoAssertNoGC r=sfink
|
2016-10-27 11:03:53 +01:00 |
Lars T Hansen
|
5666e2e102
|
Bug 1302036 - Make structured clone accept argument that controls serialization of some data types. r=sfink
--HG--
extra : rebase_source : c082dcc82adccba47a7bd0e18fb59d87b072ae3d
|
2016-10-24 14:22:47 +02:00 |
Tooru Fujisawa
|
82f68e8a08
|
Bug 1243617 - Part 2: Remove JS_VALUE_IS_CONSTEXPR. r=jwalden
|
2016-10-23 01:46:36 +09:00 |
Tooru Fujisawa
|
19c4b08136
|
Bug 1243617 - Part 1: Add constructor for JS::Value::layout. r=jwalden
|
2016-10-23 01:46:36 +09:00 |
Jon Coppeard
|
556585c65f
|
Bug 1297558 - Remove explicit calls to Expose*ToActiveJS r=mccr8
|
2016-10-18 17:58:19 +01:00 |
Tooru Fujisawa
|
4777efc768
|
Bug 1304191 - Part 11: Fold jsval_layout into JS::Value. r=jwalden
|
2016-10-18 16:46:01 +09:00 |
Tooru Fujisawa
|
934d8428a6
|
Bug 1304191 - Part 10: Remove JSVAL_TO_IMPL and IMPL_TO_JSVAL. r=jwalden
|
2016-10-18 16:46:01 +09:00 |
Tooru Fujisawa
|
b6f7a1d6dd
|
Bug 1304191 - Part 9: Add Value::fromDouble and use it in CanonicalizedDoubleValue. r=jwalden
|
2016-10-18 16:46:01 +09:00 |
Tooru Fujisawa
|
45ce3de0ff
|
Bug 1304191 - Part 8.1: Remove JS::Value::setUnmarkedPtr and JS::Value::toUnmarkedPtr. r=jwalden
|
2016-10-18 16:46:01 +09:00 |
Tooru Fujisawa
|
58ffefe531
|
Bug 1304191 - Part 8: Stop using jsval_layout in JIT. r=jwalden
|
2016-10-18 16:46:01 +09:00 |
Tooru Fujisawa
|
ab5fd27553
|
Bug 1304191 - Part 7: Move JSVAL_EXTRACT_NON_DOUBLE_TYPE_IMPL into JS::Value methods. r=jwalden
|
2016-10-18 16:46:00 +09:00 |
Tooru Fujisawa
|
a35fdf8267
|
Bug 1304191 - Part 6: Move JSVAL_TO_*_IMPL into JS::Value methods. r=jwalden
|
2016-10-18 16:46:00 +09:00 |
Tooru Fujisawa
|
6535bee8fb
|
Bug 1304191 - Part 5.1: Always use JS::Value::toTag() to get tag in JS::Value::traceKind. r=jwalden
|
2016-10-18 16:46:00 +09:00 |
Tooru Fujisawa
|
a552563f54
|
Bug 1304191 - Part 5: Move JSVAL_TRACE_KIND_IMPL into JS::Value methods. r=jwalden
|
2016-10-18 16:46:00 +09:00 |
Tooru Fujisawa
|
481cbe78ba
|
Bug 1304191 - Part 4: Move JSVAL_SAME_TYPE_IMPL into SameType. r=jwalden
|
2016-10-18 16:46:00 +09:00 |
Tooru Fujisawa
|
0cf3292966
|
Bug 1304191 - Part 3: Move *_TO_JSVAL_IMPL into JS::Value methods. r=jwalden
|
2016-10-18 16:45:59 +09:00 |
Tooru Fujisawa
|
95cdd0842a
|
Bug 1304191 - Part 2: Move JSVAL_IS_*_IMPL into JS::Value methods. r=jwalden
|
2016-10-18 16:45:59 +09:00 |
Tooru Fujisawa
|
cf85a10917
|
Bug 1304191 - Part 1: Change BUILD_JSVAL to JS::Value::fromRawBits and JS::Value::fromTagAndPayload. r=jwalden
|
2016-10-18 16:45:59 +09:00 |
Tooru Fujisawa
|
a60c24ed6c
|
Bug 1290337 - Part 25: Use HandleValue in ToNumber and ToNumberSlow. r=shu
|
2016-10-18 16:45:59 +09:00 |
Tooru Fujisawa
|
7ee22eddfb
|
Bug 1290337 - Part 23: Use alignas and MOZ_NON_PARAM attribute for jsval_layout. r=jwalden
|
2016-09-11 18:23:11 +09:00 |
Tooru Fujisawa
|
ac643f0834
|
Bug 1290337 - Part 21: Use const reference in BarrierMethods::exposeToJS. r=sfink
|
2016-10-18 16:45:57 +09:00 |
Benjamin Bouvier
|
fcf5a05013
|
Bug 1307768: Don't include wasmGuardPages with the rest of the ClassInfo fields; r=njn
MozReview-Commit-ID: 9tqQdAn2Ywa
--HG--
extra : rebase_source : 0a8ed1a2637968285f497ef3e41aa3b75a8ed49f
extra : amend_source : 759c252412b2e5ba99805cf5bb05828ff947f833
|
2016-10-14 14:53:08 +02:00 |