gecko-dev/js/public
Terrence Cole 6ab8c8ca99 Bug 1259580 - Hide as many Proxy details as possible behind a detail namespace; r=efaust
--HG--
extra : rebase_source : 9acd8f66646e5104579cde751a85175a365c9662
2016-03-24 13:24:51 -07:00
..
CallArgs.h Bug 1198193 - Change all functions taking CallArgs to take const CallArgs& instead. r=Waldo 2015-08-27 21:18:37 +02:00
CallNonGenericMethod.h Bug 1198193 - Change all functions taking CallArgs to take const CallArgs& instead. r=Waldo 2015-08-27 21:18:37 +02:00
CharacterEncoding.h Bug 1243252 - Remove const restriction on CharsToNewUTF8CharsZ (r=jandem) 2016-01-28 09:20:19 -06:00
Class.h Bug 1261720 (part 2) - Move ClassExtension::isWrappedNative into js::Class::flags. r=jorendorff. 2016-04-04 08:47:15 +10:00
Conversions.h Bug 1248153 - Do not convert fp to int by cast. r=waldo 2016-03-04 14:18:06 +01: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 1177488 - use |const char*| for representing async call reasons; r=bz,fitzgen 2016-03-23 10:40:53 -04:00
GCAPI.h Backed out changeset 901b1c651c98 (bug 1246804) 2016-03-14 21:58:31 -07:00
GCAnnotations.h Backed out changeset 901b1c651c98 (bug 1246804) 2016-03-14 21:58:31 -07:00
GCHashTable.h Bug 1246061. r=jandem, r=bz, r=luke, r=froydnj 2016-03-09 00:37:20 -08:00
GCPolicyAPI.h Bug 1258555: Fix return type of js::GCPointerPolicy::needsSweep. r=terrence 2016-03-21 15:23:08 -07:00
GCVariant.h Bug 1254453 - Support using Variant inside GC wrappers. (r=terrence) 2016-03-11 21:43:20 -08:00
GCVector.h Bug 1244365 - Remove Traceable; r=sfink 2016-01-29 16:56:11 -08:00
HashTable.h Bug 1246061. r=jandem, r=bz, r=luke, r=froydnj 2016-03-09 00:37:20 -08:00
HeapAPI.h Bug 1251833 - Part 3: Merge ArenaHeader into Arena. r=terrence 2016-02-29 11:24:00 -05:00
Id.h Bug 1257979 - Use a GCHashSet for a hash in the JSON stringifying algorithm. r=sfink 2016-03-18 16:43:53 -07:00
Initialization.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
LegacyIntTypes.h
MemoryMetrics.h Back out 735da799e3bb (bug 1211723) for assertion failures and crashes in SharedImmutableStringsCache 2016-03-29 21:57:51 -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 1258302 - Create a categories module instead of placing everything in global.js, r=jsantell 2016-03-22 10:17:20 +01:00
Proxy.h Bug 1259580 - Hide as many Proxy details as possible behind a detail namespace; r=efaust 2016-03-24 13:24:51 -07:00
RequiredDefines.h
RootingAPI.h Backed out changeset 901b1c651c98 (bug 1246804) 2016-03-14 21:58:31 -07:00
SliceBudget.h Bug 1193032 - Part 2: Make unlimited SliceBudget initialization explicit; r=ehoogeveen,r=mccr8 2015-08-11 08:42:24 -07:00
StructuredClone.h Bug 1212663 - Use doxygen style comments in jsapi, r=Waldo 2015-10-17 13:27:16 -04:00
TraceKind.h Bug 1251480 - Use Rooted<UniquePtr<StateData>> in place of StateData::CustomAutoRooter, r=bz 2016-02-26 18:16:17 -08:00
TracingAPI.h Bug 1254092 - TraceIncomingCCWs should work at the JSCompartment level of granularity. r=jimb 2016-03-14 16:11:00 +01:00
TrackedOptimizationInfo.h Bug 1242578 - Add documentation about the binary arith annotations for jit coach, r=shu 2016-02-04 06:56:49 -05:00
TypeDecls.h Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem 2014-07-21 21:43:21 -07:00
UbiNode.h Bug 1254092 - TraceIncomingCCWs should work at the JSCompartment level of granularity. r=jimb 2016-03-14 16:11:00 +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 1239601 - improve the UniquePtr situation (r=jorendorff) 2016-01-15 18:26:06 -06:00
UbiNodeDominatorTree.h Bug 961323 - Add a method for finding shortest retaining paths of `JS::ubi::Node` heap graphs; r=jimb 2016-02-11 10:38:00 +01:00
UbiNodePostOrder.h Bug 1253094, part 4 - Stop using DebugOnly for class/struct members in js/. r=billm 2016-02-26 15:52:07 +00:00
UbiNodeShortestPaths.h Bug 1249107 - Fix assertion failure when reaching start node in JS::ubi::ShortestPaths; r=jimb 2016-02-22 08:55:00 +01:00
UniquePtr.h Bug 1239601 - improve the UniquePtr situation (r=jorendorff) 2016-01-15 18:26:06 -06:00
Utility.h Bug 1235677 - Add assertion to catch unsafe concurrent use of AutoEnterOOMUnsafeRegion r=terrence 2016-03-30 12:33:56 +01:00
Value.h Backed out changeset 901b1c651c98 (bug 1246804) 2016-03-14 21:58:31 -07: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