gecko-dev/js/public
Nathan Froyd 838be70fa9 Bug 1278861 - adjust ifdefs in Conversions.h:ToInt32 to catch clang-on-arm-generally; r=luke
The bug noted in ToInt32 doesn't just exist when compiling for
arm-darwin; it exists for ARM targets generally.  The ifdef should
reflect that.
2016-06-24 22:03:25 -04:00
..
CallArgs.h Bug 1270076 - Make CallArgs's JS_DEBUG-only handling of asserting proper rval()/calleev() sequencing work without using enumerated types, for Servo bindings. r=nox/r=jwalden tag-team effort 2016-06-07 16:55:49 -07:00
CallNonGenericMethod.h
CharacterEncoding.h Backed out changeset f1209b27c6a8 (bug 1276028) for assertion failure in Vector.h during test_asjm.js. r=backout 2016-06-19 12:36:47 +02:00
Class.h No bug. Remove unused JS_CLASS_MEMBERS argument. r=me. 2016-06-06 09:14:45 +10:00
Conversions.h Bug 1278861 - adjust ifdefs in Conversions.h:ToInt32 to catch clang-on-arm-generally; r=luke 2016-06-24 22:03:25 -04:00
Date.h Bug 1208808 - Move time zone adjustment information out of JSRuntime, into global state protected by a spinlock. r=till 2015-10-30 16:14:32 -07:00
Debug.h Bug 1267699 - Move some public types to the right namespace; r=sfink 2016-04-26 09:18:48 -07:00
GCAnnotations.h Bug 1259850 - Comments 2016-05-24 18:26:21 -07:00
GCAPI.h Bug 1259850 - In-source annotations for GC suppression, r=terrence 2016-05-19 12:53:29 -07:00
GCHashTable.h Bug 1266552 - Use WeakCache to automatically sweep AllocationSiteTable; r=sfink 2016-05-16 15:08:18 -07:00
GCPolicyAPI.h Bug 1267699 - Move some public types to the right namespace; r=sfink 2016-04-26 09:18:48 -07:00
GCVariant.h Bug 1267699 - Move some public types to the right namespace; r=sfink 2016-04-26 09:18:48 -07:00
GCVector.h Bug 1267699 - Move some public types to the right namespace; r=sfink 2016-04-26 09:18:48 -07:00
HashTable.h Bug 1269319 followup - Don't swap an entry with itself to avoid Variant self assignment. r=bustage 2016-05-21 18:08:30 +02:00
HeapAPI.h Bug 1276908 - Add an extra field to the arena header r=terrence 2016-06-21 15:30:34 +01:00
Id.h Bug 1267699 - Move some public types to the right namespace; r=sfink 2016-04-26 09:18:48 -07:00
Initialization.h Bug 1262731 - Add JS_InitWithFailureDiagnostic(). r=sfink. 2016-04-08 09:08:49 +10:00
LegacyIntTypes.h
MemoryMetrics.h Bug 1211723 and 1260570 - Share JS source text between JSRuntimes; r=jimb 2016-05-06 16:53:45 -07:00
Principals.h Bug 1209263 - Allow embedders to tell SpiderMonkey how to structured clone principals; r=bz 2015-10-02 16:44:00 +02:00
ProfilingFrameIterator.h Bug 1229642 - Split wasm::Module out of AsmJSModule (r=bbouvier) 2015-12-28 17:39:21 -06:00
ProfilingStack.h Bug 1259180 - Compact arenas containing scripts r=terrence 2016-04-13 10:03:44 +01:00
Proxy.h Bug 1269928 - Fold DirectProxyHandler into Wrapper, which is now its only (non-test) consumer. r=efaust 2016-05-03 17:29:10 -07:00
RequiredDefines.h
RootingAPI.h Bug 1280789 - Unbreak mingw builds, r=sfink 2016-06-20 18:43:02 +01:00
SliceBudget.h
StructuredClone.h Bug 1274362 - a Symbol passed to postMessage should throw DataCloneException, r=sfink 2016-06-04 09:24:28 +02:00
SweepingAPI.h Bug 1267699 - Move some public types to the right namespace; r=sfink 2016-04-26 09:18:48 -07:00
TraceKind.h Bug 1273908 - Refactor GC to make it easier to add new kinds of GC thing r=terrence 2016-05-19 10:12:54 +01:00
TracingAPI.h Bug 1272604 - Add a zeal mode to check the heap after a moving GC r=terrence 2016-05-16 14:23:09 +01:00
TrackedOptimizationInfo.h Bug 1041586 - Fold away property accesses to not-defined properties. r=jandem 2016-04-14 18:09:56 +02:00
TypeDecls.h
UbiNode.h Bug 1280407 - Use SystemAllocPolicy rather that the default with mozilla::Vector in the JS engine r=sfink r=fitzgen r=jandem 2016-06-18 10:46:13 +01:00
UbiNodeBreadthFirst.h Bug 1247413 - Give JS::ubi::BreadthFirst handlers a non-const reference; r=jimb 2016-02-11 07:59:00 +01: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 1280407 - Use SystemAllocPolicy rather that the default with mozilla::Vector in the JS engine r=sfink r=fitzgen r=jandem 2016-06-18 10:46:13 +01:00
UbiNodePostOrder.h Bug 1267551 - Use MOZ_MUST_USE in js/public/UbiNodePostOrder.h; r=jimb 2016-06-17 13:52:44 +01:00
UbiNodeShortestPaths.h Bug 1280407 - Use SystemAllocPolicy rather that the default with mozilla::Vector in the JS engine r=sfink r=fitzgen r=jandem 2016-06-18 10:46:13 +01:00
UniquePtr.h Bug 1239601 - improve the UniquePtr situation (r=jorendorff) 2016-01-15 18:26:06 -06:00
Utility.h Bug 1257387 - Annotate OOM allocation sizes where possible; r=jonco 2016-04-22 11:55:34 -07:00
Value.h Bug 1272598 part 3 - Remove JS_OVERWRITTEN_CALLEE. r=luke 2016-06-11 15:00:51 +02:00
Vector.h Bug 1170325 - Convert js::Vector into a template alias to mozilla::Vector with a single customized default argument. Also get rid of the CRTP support in mozilla::Vector (through mozilla::VectorBase) now that template aliasing is good enough, and make mozilla::Vector final so that people will use composition and not inheritance with it. (Inheritance plays poorly with movability and a few other things, in addition to messing up template argument deduction matching.) r=Waldo, patch sort of a tag-team between him and me 2015-07-13 12:42:52 -07:00
WeakMapPtr.h Bug 1224404 - Use stable hashing for WeakMapPtr; r=jonco 2015-11-13 08:41:39 -08:00