Bill McCloskey
|
387c3c0e70
|
Bug 1308039 - GC interrupt callbacks (r=jonco)
|
2016-10-10 18:06:17 -07:00 |
Bill McCloskey
|
da1e178940
|
Bug 1308039 - Add AutoAssertOnBarrier (r=jonco)
|
2016-10-10 18:06:16 -07:00 |
Bill McCloskey
|
a9f9cf1ed6
|
Bug 1308039 - Convert AutoAssertOnGC to release assertion (r=jonco)
|
2016-10-10 18:06:15 -07:00 |
Sebastian Hengst
|
05110ba250
|
Backed out changeset d3a026933bce (bug 1308039) for spidermonkey bustage. r=backout on a CLOSED TREE
|
2016-10-07 21:39:34 +02:00 |
Sebastian Hengst
|
e7f8eb7dc9
|
Backed out changeset 48e363362718 (bug 1308039)
|
2016-10-07 21:39:00 +02:00 |
Sebastian Hengst
|
1010d84618
|
Backed out changeset ab1d29e9c95c (bug 1308039)
|
2016-10-07 21:38:53 +02:00 |
Bill McCloskey
|
8c6a951cce
|
Bug 1308039 - GC interrupt callbacks (r=jonco)
|
2016-10-07 12:26:21 -07:00 |
Bill McCloskey
|
b5679facbf
|
Bug 1308039 - Add AutoAssertOnBarrier (r=jonco)
|
2016-10-07 12:26:20 -07:00 |
Bill McCloskey
|
f5fb4df360
|
Bug 1308039 - Convert AutoAssertOnGC to release assertion (r=jonco)
|
2016-10-07 12:26:19 -07:00 |
Jon Coppeard
|
123936bacd
|
Bug 1306382 - Automatically ExposeToActiveJS when reading out of a TenuredHeap<T> r=sfink r=mccr8
|
2016-10-07 13:58:37 +02:00 |
Mike Hommey
|
4b533dfa0b
|
Bug 1287671 - Replace IS_{LITTLE|BIG}_ENDIAN with MOZ_{LITTLE|BIG}_ENDIAN in js/. r=njn
--HG--
extra : rebase_source : 41bcac276e0c7d4049e6ce3b914f9105d3b85b55
|
2016-10-04 15:31:45 +09:00 |
Iris Hsiao
|
3633ffd5dc
|
Backed out changeset 1c4f0a3784f1 (bug 1287671) for jit-test bustages
CLOSED TREE
|
2016-10-04 17:05:04 +08:00 |
Mike Hommey
|
5c2901176e
|
Bug 1287671 - Replace IS_{LITTLE|BIG}_ENDIAN with MOZ_{LITTLE|BIG}_ENDIAN in js/. r=njn
--HG--
extra : rebase_source : 2a66870c0f6f24936a7295c561932944d3988a64
|
2016-10-04 15:31:45 +09:00 |
Terrence Cole
|
0edc10380c
|
Bug 1297558 - Use a read barrier on Heap to ExposeToActiveJS r=sfink r=mccr8
|
2016-02-07 09:08:55 -08:00 |
Tooru Fujisawa
|
e0c7801dc3
|
Bug 1290337 - Part 13: Replace Value parameter to const Value& in finalizeInBackground. r=sfink
|
2016-09-11 18:15:23 +09:00 |
Tooru Fujisawa
|
da0e2aa2f2
|
Bug 1290337 - Part 8: Use const reference in VoidDefaultAdaptor and BoolDefaultAdaptor. r=terrence
|
2016-09-11 18:15:23 +09:00 |
Tooru Fujisawa
|
c72eb75470
|
Bug 1290337 - Part 7: Replace Value parameter to const Value& in GC. r=terrence
|
2016-09-11 18:15:22 +09:00 |
Tooru Fujisawa
|
56fd9aac76
|
Bug 1290337 - Part 6: Replace Value parameter to const Value& in RootingAPI. r=terrence
|
2016-09-11 18:15:22 +09:00 |
Tooru Fujisawa
|
a18c43b831
|
Bug 1290337 - Part 3: Replace Value parameter to const Value& in simple case. r=shu
|
2016-09-11 18:15:22 +09:00 |
Tooru Fujisawa
|
b46b1c2f1f
|
Bug 1290337 - Part 2: Replace jsval_layout parameter to const jsval_layout&. r=evilpie
|
2016-09-11 18:15:21 +09:00 |
Tooru Fujisawa
|
458bd95e06
|
Bug 1289050 - Part 2.2: Use ASCII variant of JS_ReportError when formatting JSClass::name, and assert it is ASCII. r=jwalden
|
2016-09-30 12:34:43 +09:00 |
Jessica Jong
|
c35a0bf546
|
Bug 1278186 - Implement valueAsNumber and valueAsDate for <input type=week>. r=smaug,Waldo
|
2016-09-29 01:08:00 +02:00 |
Jon Coppeard
|
591ec11f61
|
Bug 1305236 - Don't call ExposeObjectToActiveJS on null pointer r=smaug
|
2016-09-29 10:18:50 +01:00 |
Terrence Cole
|
76b800594e
|
Backed out changeset d85334f696eb (bug 1285057) for implicitly depending on clang 3.8.
--HG--
extra : rebase_source : 472f9411c9d528d63d523c99f4842a1216bdd560
|
2016-09-23 15:59:55 -07:00 |
Terrence Cole
|
02f5e80db6
|
Bug 1245316 - Use Rooted<GCVector> to implement AutoVector; r=sfink
--HG--
extra : rebase_source : 24a7c4e21ea94820d94a4e8454044e4f1988365e
|
2016-09-22 17:01:38 -07:00 |
Jeff Walden
|
4ba700f16d
|
Bug 1302276 - Don't abuse mozilla::Forward in move-constructor definitions to move members/base classes into the new object, and correctly use perfect forwarding in Zone::cellIter. r=terrence
--HG--
extra : rebase_source : e57f8cbb51e5e7fccd928b38bd36bd8d09abb4de
|
2016-09-12 16:35:27 -07:00 |
Terrence Cole
|
b605dece0c
|
Bug 1285057 - Blacklist UBSan detection of the GC's generic interfaces; r=sfink
--HG--
extra : rebase_source : f5367a8685ec462edb7e30e5ed3d274b4a9bcd0f
|
2016-07-07 08:59:36 -07:00 |
Carsten "Tomcat" Book
|
ce8c91d458
|
Merge mozilla-central to mozilla-inbound
|
2016-09-22 11:56:22 +02:00 |
Benjamin Bouvier
|
b81b572a1c
|
Bug 1303013: Account memory for wasm guard pages; r=njn, r=luke
MozReview-Commit-ID: BHS1UfgT1yf
--HG--
extra : rebase_source : 7fea9606f776a904870fdfb4bbb93e43fd4b0a44
|
2016-09-19 19:39:50 +02:00 |
Wes Kocher
|
598c29ffbe
|
Backed out changeset a03e56efce4c (bug 1281156) for android failures in test_bug772796.html a=backout CLOSED TREE
|
2016-09-21 16:37:23 -07:00 |
ajay
|
d220ab5953
|
Bug 1303708 - Remove unused JSID_IS_ZERO(jsid id) function. r=arai
MozReview-Commit-ID: 49WIEl6MCsF
--HG--
extra : rebase_source : 751611cb27d134f3f768bb43a579b489b458be18
|
2016-09-22 04:27:52 +05:30 |
Hannes Verschore
|
e5f367169f
|
Bug 1281156: TraceLogger: Enable caching of EventPayload for mainthread again, r=bbouvier,jonco
|
2016-09-21 19:26:05 +02:00 |
Terrence Cole
|
f782b9ec74
|
Bug 1291776 - Assert that we don't create gray arguments; r=sfink
--HG--
extra : rebase_source : 6d27a748f0eafe6e1995a54c2820dd0519ca5850
|
2016-09-15 13:50:03 -07:00 |
Jon Coppeard
|
d97a19687b
|
Bug 1298639 - Use bytecode offsets rather than direct pointer in profiling API r=shu
|
2016-09-13 14:06:46 +02:00 |
Jeff Walden
|
176f2f5a05
|
Bug 1246061 - Add some comments. r=luke
--HG--
extra : rebase_source : 6577e0ab9834fa00f3f0fe2893a6b039bb70f5f3
|
2016-03-23 13:21:02 -07:00 |
Terrence Cole
|
5694dcca06
|
Bug 1237058 - Nursery allocate cross-compartment wrappers; r=jonco,r=terrence
--HG--
extra : rebase_source : b01515c98e505d10824b420e0df8a7e9aaf45793
|
2016-04-04 11:50:12 -07:00 |
Jon Coppeard
|
c5e590d3e6
|
Bug 1297360 - Copy strings returned by ProfilingFrameIterator API r=djvj
|
2016-09-08 13:38:37 +01:00 |
Sebastian Hengst
|
25133e96c1
|
Backed out changeset 6e9706730af8 (bug 1298831) for crashing in js::TraceLoggerThread. r=backout
|
2016-09-05 14:32:04 +02:00 |
Hannes Verschore
|
e4d2b1fbca
|
Bug 1298831: Still flush the TraceLogger traces whenever using QuickExit to kill the content process, r=billm
|
2016-09-05 12:19:41 +02:00 |
Tooru Fujisawa
|
2057ca608b
|
Bug 1289003 - Part 2: Add FindSmallestEncoding. r=jwalden
|
2016-08-15 15:50:15 +09:00 |
Tooru Fujisawa
|
586c7b1a14
|
Bug 1289003 - Part 1: Add UTF8CharsToNewLatin1CharsZ, LossyUTF8CharsToNewLatin1CharsZ. r=jwalden
|
2016-08-13 23:03:31 +09:00 |
Tooru Fujisawa
|
7b4d3f7d3f
|
Backed out changeset b4c7d481bf10 (bug 1289003)
|
2016-09-02 21:23:03 +09:00 |
Tooru Fujisawa
|
1fe22684bd
|
Backed out changeset 1bbdfed5b149 (bug 1289003)
|
2016-09-02 21:23:02 +09:00 |
Tooru Fujisawa
|
3a3fe43ccd
|
Bug 1289003 - Part 2: Add FindSmallestEncoding. r=jwalden
|
2016-08-15 15:50:15 +09:00 |
Tooru Fujisawa
|
8fb52b017c
|
Bug 1289003 - Part 1: Add UTF8CharsToNewLatin1CharsZ, LossyUTF8CharsToNewLatin1CharsZ. r=jwalden
|
2016-08-13 23:03:31 +09:00 |
Shu-yu Guo
|
55651d7573
|
Bug 1298568 - Ensure Scopes that can have data always have non-null data on clone. (r=Waldo)
|
2016-08-31 14:56:29 -07:00 |
Jan de Mooij
|
8868714f79
|
Bug 1298878 - Don't store the actual builtin constructor properties on the global in reserved slots. r=Waldo
|
2016-08-31 10:58:15 +02:00 |
Terrence Cole
|
dea2d7e2f4
|
Bug 1296484 - Automatically run a CC if COMPARTMENT_REVIVED GC ends mostly gray; r=jonco,r=mccr8
--HG--
extra : rebase_source : 94482f4c09e640ca9e0436316c992457dd5b9f61
|
2016-08-18 13:30:32 -07:00 |
Tooru Fujisawa
|
ed75f228bc
|
Bug 1294940 - Part 3: Add ConstUTF8CharsZ variant for UTF8CharsToNewTwoByteCharsZ and LossyUTF8CharsToNewTwoByteCharsZ. r=jwalden
--HG--
extra : rebase_source : 0e58c098e1b898b5e3d1e7216ae2384af072b5a7
|
2016-08-15 14:52:56 +09:00 |
Tooru Fujisawa
|
c12ce2fc48
|
Bug 1294940 - Part 2: Add validation for ConstUTF8CharsZ. r=jwalden
--HG--
extra : rebase_source : eb101f4fa5eacf839908d3f5f6729763dca78992
|
2016-08-13 23:03:30 +09:00 |