.. |
CallArgs.h
|
Bug 1325075 - Fix Value::isGCThing footgun, stop returning true for NullValue. r=jonco,baku
|
2016-12-26 16:40:21 +01:00 |
CallNonGenericMethod.h
|
…
|
|
CharacterEncoding.h
|
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 |
Class.h
|
Bug 1329046 - Simplify creation of DataViews backed by cross-compartment ArrayBuffers. r=sfink
|
2016-12-16 15:35:03 -05:00 |
Conversions.h
|
Bug 1290337 - Part 25: Use HandleValue in ToNumber and ToNumberSlow. r=shu
|
2016-10-18 16:45:59 +09:00 |
Date.h
|
Bug 1310078 - Implement valueAsNumber and valueAsDate for <input type=datetime-local>. r=smaug,Waldo
|
2017-01-03 22:33:00 +01:00 |
Debug.h
|
Bug 1283855 part 17 - Make {Get,Set}DebuggerMallocSizeOf take JSContext instead of JSRuntime. r=jimb
|
2016-07-06 11:40:20 +02:00 |
GCAPI.h
|
Back out bug 1308039 - GC interrupt callbacks (a=backout)
|
2017-01-11 13:19:58 -08:00 |
GCAnnotations.h
|
Bug 1259850 - Comments
|
2016-05-24 18:26:21 -07:00 |
GCHashTable.h
|
Bug 1325406 - Refactor rooting base class templates r=sfink r=mccr8
|
2017-01-10 10:12:14 +00:00 |
GCPolicyAPI.h
|
Bug 1318384 - Remove barriers on Zone typed object descriptors set to avoid reviving compartments r=billm
|
2016-11-23 10:15:05 +00:00 |
GCVariant.h
|
Bug 1325406 - Refactor rooting base class templates r=sfink r=mccr8
|
2017-01-10 10:12:14 +00:00 |
GCVector.h
|
Bug 1325406 - Refactor rooting base class templates r=sfink r=mccr8
|
2017-01-10 10:12:14 +00:00 |
HashTable.h
|
Bug 1260785 - Make hashcode generation fallible for cell pointers that can be moved by GC r=terrence
|
2016-07-13 10:20:00 +01:00 |
HeapAPI.h
|
Bug 1323241 - Only report things as gray if gray marking state is valid r=sfink
|
2017-01-06 11:23:21 +00:00 |
Id.h
|
Bug 1319831 - Clarify some code with explicit casts; r=Waldo
|
2016-12-01 09:23:21 +01:00 |
Initialization.h
|
Backed out changeset 6e9706730af8 (bug 1298831) for crashing in js::TraceLoggerThread. r=backout
|
2016-09-05 14:32:04 +02:00 |
LegacyIntTypes.h
|
…
|
|
MemoryMetrics.h
|
Bug 1303091 - Share static Intl data across compartments. r=Waldo, r=jonco
|
2016-11-17 14:40:18 -08:00 |
Principals.h
|
Bug 1283855 part 20 - Make more principals code take JSContext instead of JSRuntime. r=luke
|
2016-07-05 16:49:46 +02:00 |
ProfilingFrameIterator.h
|
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 |
ProfilingStack.h
|
Bug 1298639 - Use bytecode offsets rather than direct pointer in profiling API r=shu
|
2016-09-13 14:06:46 +02:00 |
Proxy.h
|
Bug 1325351 part 1 - Remove workaround for VC in Maybe. r=froydnj
|
2016-12-29 10:58:01 +11:00 |
Realm.h
|
Bug 1275315 part 1. Add a Realm.h that defines getters for some standard prototype objects. r=waldo
|
2016-07-09 00:19:50 -04:00 |
RefCounted.h
|
Bug 1313351 - Fix js::RefCounted to not do leak checking. r=jandem
|
2016-12-23 21:13:26 +01:00 |
RequiredDefines.h
|
…
|
|
Result.h
|
Bug 1277368 part 1 - Add JS::Result<> and use it in a few places. r=luke
|
2016-11-23 17:57:43 +01:00 |
RootingAPI.h
|
Bug 1325406 - Refactor rooting base class templates r=sfink r=mccr8
|
2017-01-10 10:12:14 +00:00 |
SliceBudget.h
|
Back out bug 1308039 - GC interrupt callbacks (a=backout)
|
2017-01-11 13:19:58 -08:00 |
StructuredClone.h
|
Bug 1302036 - Make structured clone accept argument that controls serialization of some data types. r=sfink
|
2016-10-24 14:22:47 +02:00 |
SweepingAPI.h
|
Bug 1325406 - Refactor rooting base class templates r=sfink r=mccr8
|
2017-01-10 10:12:14 +00:00 |
TraceKind.h
|
Bug 1325075 - Fix Value::isGCThing footgun, stop returning true for NullValue. r=jonco,baku
|
2016-12-26 16:40:21 +01:00 |
TracingAPI.h
|
Bug 1318384 - Remove barriers on Zone typed object descriptors set to avoid reviving compartments r=billm
|
2016-11-23 10:15:05 +00:00 |
TrackedOptimizationInfo.h
|
Bug 1328228: IonMonkey - Track optimizations for compares, r=shu
|
2017-01-09 15:05:39 +01:00 |
TypeDecls.h
|
…
|
|
UbiNode.h
|
Bug 1286795 part 3 - Change UbiNode APIs to take JSContext instead of JSRuntime. r=fitzgen
|
2016-07-23 19:52:25 +02:00 |
UbiNodeBreadthFirst.h
|
Bug 1286795 part 3 - Change UbiNode APIs to take JSContext instead of JSRuntime. r=fitzgen
|
2016-07-23 19:52:25 +02:00 |
UbiNodeCensus.h
|
Bug 1267551 - Use MOZ_MUST_USE in js/public/UbiNodeCensus.h; r=jimb
|
2016-06-17 13:52:43 +01:00 |
UbiNodeDominatorTree.h
|
Bug 1286795 part 3 - Change UbiNode APIs to take JSContext instead of JSRuntime. r=fitzgen
|
2016-07-23 19:52:25 +02:00 |
UbiNodePostOrder.h
|
Bug 1286795 part 3 - Change UbiNode APIs to take JSContext instead of JSRuntime. r=fitzgen
|
2016-07-23 19:52:25 +02:00 |
UbiNodeShortestPaths.h
|
Bug 1317430 - Avoid a unnecessary copy by passing a const & in js/ r=Waldo
|
2016-11-14 23:16:24 +01:00 |
UniquePtr.h
|
Bug 1320905 - Add js::RefCounted that uses js_delete (r=waldo)
|
2016-12-05 15:59:18 -08:00 |
Utility.h
|
Bug 1320374: Rename THREAD_TYPE_ASMJS into THREAD_TYPE_WASM; r=luke
|
2016-11-25 11:50:12 +01:00 |
Value.h
|
Bug 1325406 - Refactor rooting base class templates r=sfink r=mccr8
|
2017-01-10 10:12:14 +00:00 |
Vector.h
|
Bug 1319831 - Remove an unbalanced pragma from Vector.h; r=Waldo
|
2016-12-01 09:23:21 +01:00 |
WeakMapPtr.h
|
…
|
|