..
crashtests
docs
mozwebidlcodegen
Bug 1289467 part 1. Example codegen generation should print out which files it generated, so it's easy to examine them. r=qdot
2016-07-27 11:05:35 -04:00
parser
Bug 1298410. Remove support for IDL arrays, since those are not a thing anymore. r=peterv
2016-09-01 21:31:23 -04:00
test
Bug 1297756
part 2. Allow specifying a default value for a union containing an enum. r=mystor
2016-08-30 12:55:17 -04:00
AtomList.h
Bug 1285134 part 1 - Move the runtime private to the context. r=efaust
2016-07-18 14:36:13 +02:00
BindingDeclarations.h
Bug 1294100 - Part 3: Modify Codegen to generate including FakeString's binding files and fix build errors. r=bz
2016-09-01 18:10:54 +08:00
Bindings.conf
Bug 1302987 - Rename nsLocation to mozilla::dom::Location, r=smaug
2016-09-16 09:18:18 +02:00
BindingUtils.cpp
Bug 1299321 - Make DOM/Xray handle string values in JSPropertySpec. r=peterv
2016-09-02 18:39:50 +02:00
BindingUtils.h
Bug 1302448 part 1 - Rename CycleCollectedJSRuntime to CycleCollectedJSContext. r=mccr8
2016-09-14 15:47:32 +02:00
CallbackFunction.h
Backed out changesets bdb5b50fd858, 74dbcb56456d, 8f319062be85, 9806d7a88802, c08f417d85fd (bug 1273661) for build bustage and CLOSED TREE.
2016-05-19 00:26:24 -04:00
CallbackInterface.cpp
Bug 1283636 - Use CallbackPreserveColor() less. r=bz
2016-07-13 13:28:00 +02:00
CallbackInterface.h
Backed out changesets bdb5b50fd858, 74dbcb56456d, 8f319062be85, 9806d7a88802, c08f417d85fd (bug 1273661) for build bustage and CLOSED TREE.
2016-05-19 00:26:24 -04:00
CallbackObject.cpp
Bug 1295322 part 2. Stop propagating through xpconnect exceptions to consumers that won't be able to work with them. r=bholley
2016-08-26 15:38:16 -04:00
CallbackObject.h
Bug 1287706 part 1 - Make CallbackObjectHolder movable (and actually move-only). r=smaug
2016-07-28 12:00:06 +10:00
Codegen.py
Bug 1303099. LenientFloat handling should not prevent all arguments being processed; instead it should just cause an early return right after argument processing. r=qdot
2016-09-15 17:10:59 -04:00
Configuration.py
Bug 1278583 part 4. Rip out the now-unused construct hook holder bits in bindings. r=peterv
2016-08-03 18:32:06 -07:00
Date.cpp
Date.h
DOMJSClass.h
Bug 1278583 part 5. Switch DOM code from using hasInstance class hooks to using Symbol.hasInstance. r=peterv
2016-08-03 18:32:07 -07:00
DOMJSProxyHandler.cpp
Bug 1294747. Make sure we expose the expando of a [OverrideBuiltins] proxy to active JS when it gets cleared from the proxy. r=peterv
2016-09-15 15:04:56 -04:00
DOMJSProxyHandler.h
Bug 1294747. Make sure we expose the expando of a [OverrideBuiltins] proxy to active JS when it gets cleared from the proxy. r=peterv
2016-09-15 15:04:56 -04:00
DOMString.h
ErrorIPCUtils.h
Bug 1262671 - void** -> PickleIterator (r=froydnj)
2016-05-27 09:57:38 -07:00
ErrorResult.h
Backed out changeset 1a2627378a0d, didn't tag the reviewer correctly.
2016-07-26 11:12:21 -07:00
Errors.msg
Bug 1187335 - P4 - Integrate fetch and cache with SRI & add nsIConsoleReportCollector to show console report. r=bkelly.
2016-09-07 10:20:23 +08:00
Exceptions.cpp
Bug 1302448 part 1 - Rename CycleCollectedJSRuntime to CycleCollectedJSContext. r=mccr8
2016-09-14 15:47:32 +02:00
Exceptions.h
Bug 1295322 part 1. Make ThrowExceptionObject return void, instead of bool. r=bholley
2016-08-26 15:38:16 -04:00
FakeString.h
Bug 1294100 - Part 3: Modify Codegen to generate including FakeString's binding files and fix build errors. r=bz
2016-09-01 18:10:54 +08:00
GenerateCSS2PropertiesWebIDL.py
Bug 1299919 - Set CPP/CXXCPP from python configure. r=chmanchester
2016-09-13 13:25:18 +09:00
IterableIterator.cpp
IterableIterator.h
JSSlots.h
mach_commands.py
Bug 1277039 - Fix output of |mach webidl-parser-test| to be less verbose by default, r=gps
2016-06-06 17:52:24 +01:00
Makefile.in
Bug 1273579 - Move GenerateCSS2PropertiesWebIDL.py invocation to moz.build; r=ted
2016-05-16 15:43:56 -04:00
moz.build
Bug 1294100 - Part 3: Modify Codegen to generate including FakeString's binding files and fix build errors. r=bz
2016-09-01 18:10:54 +08:00
MozMap.h
NonRefcountedDOMObject.h
Nullable.h
PrimitiveConversions.h
RootedDictionary.h
Bug 1292892 part 5 - Replace most nsContentUtils::RootingCx calls with dom::RootingCx. r=bz,terrence
2016-08-11 14:39:23 +02:00
RootedOwningNonNull.h
Bug 1273661 part 2. Add a way to trace a RefPtr<T> or OwningNonNull<T> via a Rooted. r=terrence,smaug
2016-05-18 12:23:35 -04:00
RootedRefPtr.h
Bug 1273661 part 2. Add a way to trace a RefPtr<T> or OwningNonNull<T> via a Rooted. r=terrence,smaug
2016-05-18 12:23:35 -04:00
SimpleGlobalObject.cpp
Bug 1296688 - Add JSCLASS_FOREGROUND_FINALIZE flag r=sfink r=smaug
2016-08-24 14:18:10 +01:00
SimpleGlobalObject.h
StructuredClone.cpp
StructuredClone.h
ToJSValue.cpp
Bug 1277278 part 1 - Remove ContextOptions and make autoJSAPIOwnsErrorReporting the default. r=luke
2016-06-07 20:30:48 +02:00
ToJSValue.h
TypedArray.h
Bug 1292892 part 5 - Replace most nsContentUtils::RootingCx calls with dom::RootingCx. r=bz,terrence
2016-08-11 14:39:23 +02:00
UnionMember.h
WebIDLGlobalNameHash.cpp
Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm.
2016-08-24 15:23:45 +10:00
WebIDLGlobalNameHash.h