.. |
AllocPolicy.h
|
Bug 1439063 - Part 1: Move several public headers from js/src to js/public. r=jandem.
|
2018-02-21 10:30:19 -06:00 |
CallArgs.h
|
Bug 1255800 - Make computeThis return a boolean for easier error handling. r=jorendorff
|
2018-03-23 13:09:04 +01:00 |
CallNonGenericMethod.h
|
…
|
|
CharacterEncoding.h
|
Bug 1404787 - Fix symbols visibility. r=fitzgen
|
2017-10-02 22:20:33 -07:00 |
Class.h
|
Bug 1451658 - Remove JS_STATIC_CLASS in favour of MOZ_STATIC_CLASS. r=mystor
|
2018-04-10 17:31:55 +10:00 |
Conversions.h
|
Bug 1447442 - Part 11: Use MOZ_IS_GCC to test for GCC. r=Waldo
|
2018-04-13 02:26:01 -07:00 |
Date.h
|
Bug 1425462 Normalize the JavaScript Engine behavior by adding a callback r=luke
|
2018-02-22 16:05:50 -06:00 |
Debug.h
|
Bug 1405330 - Clean up and optimize Promise debugger hooks. r=till
|
2017-10-03 22:17:36 +02:00 |
GCAPI.h
|
Bug 1429206 - Part 1: Use js/TypeDecls.h instead of redeclaring certain types. r=jandem.
|
2017-12-18 14:45:06 -06:00 |
GCAnnotations.h
|
…
|
|
GCHashTable.h
|
Bug 1367795 - Add barriers to JS::WeakCache for GCHashMap r=sfink
|
2017-07-10 18:28:07 +01:00 |
GCPolicyAPI.h
|
Bug 1429206 - Part 1: Use js/TypeDecls.h instead of redeclaring certain types. r=jandem.
|
2017-12-18 14:45:06 -06:00 |
GCVariant.h
|
Bug 1399944 - Check for valid GC cell pointers in various places r=sfink
|
2017-09-19 12:31:31 +01:00 |
GCVector.h
|
Bug 1441988 - Simplify AutoVector definitions by making this a template r=sfink
|
2018-03-01 14:47:29 +00:00 |
HashTable.h
|
Bug 1447442 - Part 10: Remove ifdefs for unsupported compiler versions. r=jorendorff
|
2018-04-13 02:26:01 -07:00 |
HeapAPI.h
|
Bug 1452982 part 10 - Rename *ActiveCooperatingThread to *MainThread. r=jonco
|
2018-04-15 13:18:46 +02:00 |
Id.h
|
Bug 888600 - Move ContentFrameMessageManager to WebIDL. Part 1a: Make PinnedStringId constructor constexpr. r=Waldo/froydnj.
|
2018-03-07 21:50:24 +01:00 |
Initialization.h
|
Bug 1414310 - Assert that JS threading APIs are only used between JS_Initialize and JS_Shutdown r=luke
|
2017-11-09 15:00:47 +00:00 |
MemoryMetrics.h
|
Backed out changeset 97dbd15798f9 (bug 1448563) for bad-malloc_usable_size /builds/worker/workspace/moz-toolchain/src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc a=backout CLOSED TREE
|
2018-04-23 22:23:01 +03:00 |
Principals.h
|
Bug 525063 - Backing out js/public/ for violation of committing guidelines. a=backout
|
2018-04-12 22:15:26 +03:00 |
Printf.h
|
Bug 1439063 - Part 1: Move several public headers from js/src to js/public. r=jandem.
|
2018-02-21 10:30:19 -06:00 |
ProfilingFrameIterator.h
|
Bug 1439063 - Part 1: Move several public headers from js/src to js/public. r=jandem.
|
2018-02-21 10:30:19 -06:00 |
ProfilingStack.h
|
Bug 1436179: Lazily grow the ProfileEntryStorage. r=mstange,jandem
|
2018-04-13 14:59:59 +02:00 |
ProtoKey.h
|
Bug 1454592 part 2 - Get rid of a static constructor for protoTable array. r=jonco
|
2018-04-20 13:07:14 +02:00 |
Proxy.h
|
Bug 1454592 part 2 - Get rid of a static constructor for protoTable array. r=jonco
|
2018-04-20 13:07:14 +02:00 |
Realm.h
|
Bug 1417844 part 4 - Remove more JSVersion code. r=evilpie
|
2017-11-17 12:13:42 +01:00 |
RefCounted.h
|
…
|
|
RequiredDefines.h
|
…
|
|
Result.h
|
Bug 1442599 - Part 4: Replace JS_ALWAYS_TRUE/FALSE with MOZ_ALWAYS_TRUE/FALSE. r=jorendorff
|
2018-03-15 03:42:56 -07:00 |
RootingAPI.h
|
merge mozilla-inbound to mozilla-central. a=merge
|
2018-04-12 22:20:13 +03:00 |
SliceBudget.h
|
Bug 1412912 - Split out AllocKinds.h and inline definitions in ArenaList.h r=sfink
|
2017-11-01 15:36:54 +00:00 |
Stream.h
|
Bug 1272697 - Part 4: Add JSAPI functions for working with ReadableStream. r=shu,f=baku
|
2017-07-29 16:47:30 +02:00 |
StructuredClone.h
|
Bug 1433642 - Do not free transferables in synthetic clone buffers, r=jorendorff
|
2018-04-19 22:46:53 -07:00 |
SweepingAPI.h
|
Bug 1367795 - Add barriers to JS::WeakCache for GCHashSet r=sfink
|
2017-07-10 18:27:43 +01:00 |
TraceKind.h
|
Bug 1430703 - Fix some too-loose static assertions r=cduan
|
2017-12-13 11:31:39 +11:00 |
TracingAPI.h
|
Bug 1439063 - Part 1: Move several public headers from js/src to js/public. r=jandem.
|
2018-02-21 10:30:19 -06:00 |
TrackedOptimizationInfo.h
|
Bug 1453932 - Optimize loads from CallSiteObjects for tagged template literals. r=jandem
|
2018-04-13 13:56:55 +02:00 |
TypeDecls.h
|
Bug 1449051 - Move JS::Value::layout's members into JS::Value, make JS::Value a union, and apply correct code style to the union fields. r=sfink
|
2018-03-27 20:20:43 -07:00 |
UbiNode.h
|
|this->|-qualify some templated member functions to help some buggy compilers along. No bug, r=me
|
2018-04-13 14:30:23 -07:00 |
UbiNodeBreadthFirst.h
|
Bug 1384513 - Change all public APIs to take JS::AutoRequireNoGC instead of JS::AutoCheckCannotGC. r=jonco
|
2017-07-26 12:20:59 +02:00 |
UbiNodeCensus.h
|
…
|
|
UbiNodeDominatorTree.h
|
Bug 1439063 - Part 1: Move several public headers from js/src to js/public. r=jandem.
|
2018-02-21 10:30:19 -06:00 |
UbiNodePostOrder.h
|
Bug 1439063 - Part 1: Move several public headers from js/src to js/public. r=jandem.
|
2018-02-21 10:30:19 -06:00 |
UbiNodeShortestPaths.h
|
Bug 1439063 - Part 1: Move several public headers from js/src to js/public. r=jandem.
|
2018-02-21 10:30:19 -06:00 |
UniquePtr.h
|
…
|
|
Utility.h
|
Bug 1452982 part 15 - Rename some constants. r=jonco
|
2018-04-19 13:06:12 +02:00 |
Value.h
|
Bug 1447442 - Part 9: Remove unused JSWhyMagic constants. r=jorendorff
|
2018-04-13 02:26:01 -07:00 |
Vector.h
|
…
|
|
WeakMapPtr.h
|
Bug 1438278 - Part 3: Rename some files into js/src/gc. r=jonco.
|
2018-02-14 16:00:46 -06:00 |
Wrapper.h
|
Bug 1454592 part 2 - Get rid of a static constructor for protoTable array. r=jonco
|
2018-04-20 13:07:14 +02:00 |