.. |
crashtests
|
|
|
docs
|
Bug 1316619. Add a [NeedsCallerType] WebIDL annotation. r=bholley
|
2016-11-11 16:09:05 -05:00 |
mozwebidlcodegen
|
Bug 1317970 - Use manifestparser manifests for python unit tests, r=chmanchester
|
2016-11-16 09:59:22 -05:00 |
parser
|
Bug 1323721 part 12. Create a separate IDLPromiseType; stop treating Promise as an interface altogether. r=qdot
|
2016-12-19 15:38:44 -08:00 |
test
|
Bug 965992 part 4 - Add tests. r=bz
|
2017-01-07 10:22:30 +01:00 |
AtomList.h
|
|
|
BindingDeclarations.h
|
Bug 1321879 part 1. Add an API on GlobalObject to get the caller type, for use in things like WebIDL constructors. r=bholley
|
2016-12-06 23:41:52 -10:00 |
Bindings.conf
|
Bug 851892 part 15. Convert CSSFontFaceRule to WebIDL. r=peterv,heycam
|
2017-01-13 10:41:04 -05:00 |
BindingUtils.cpp
|
Bug 1274159 - Part 2-2: Support HTMLConstructor WebIDL extended attribute for custom elements; r=bz,wchen
|
2016-11-17 23:31:50 +08:00 |
BindingUtils.h
|
Bug 1274159 - Part 2-2: Support HTMLConstructor WebIDL extended attribute for custom elements; r=bz,wchen
|
2016-11-17 23:31:50 +08:00 |
CallbackFunction.h
|
Bug 1326105 part 5. Move the getting of the incumbent global to the finish-slow-js codepath too, since it's not needed if no one will ever call our callback. r=smaug
|
2016-12-29 13:19:26 -08:00 |
CallbackInterface.cpp
|
|
|
CallbackInterface.h
|
Bug 1326105 part 5. Move the getting of the incumbent global to the finish-slow-js codepath too, since it's not needed if no one will ever call our callback. r=smaug
|
2016-12-29 13:19:26 -08:00 |
CallbackObject.cpp
|
Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8
|
2017-01-03 21:47:55 +02:00 |
CallbackObject.h
|
Bug 1326105 part 5. Move the getting of the incumbent global to the finish-slow-js codepath too, since it's not needed if no one will ever call our callback. r=smaug
|
2016-12-29 13:19:26 -08:00 |
Codegen.py
|
Bug 1298756 - Use uint8_t/uint16_t as underlying type for enums from webidl. r=bz
|
2017-01-12 12:23:37 +11:00 |
Configuration.py
|
Bug 1323721 part 7. Remove the wrappercache hackery for Promise now that we're no longer relying on it in to-JS conversions. r=qdot
|
2016-12-19 15:38:43 -08:00 |
Date.cpp
|
|
|
Date.h
|
|
|
DOMJSClass.h
|
Bug 1290021 - Implement a prototype version of Houdini "Worklets Level 1" spec - part 2 - WorkletGlobalScope, r=smaug
|
2016-11-06 09:54:29 +01: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 1290337 - Part 17: Replace Value parameter to const Value& in dom/bindings. r=smaug
|
2016-09-11 18:15:24 +09:00 |
DOMString.h
|
|
|
ErrorIPCUtils.h
|
|
|
ErrorResult.h
|
|
|
Errors.msg
|
Bug 1329669 Gracefully handle nullptr Cache actor in CacheStorage::Open() result. r=asuth
|
2017-01-10 08:20:15 -08:00 |
Exceptions.cpp
|
Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8
|
2017-01-03 21:47:55 +02:00 |
Exceptions.h
|
|
|
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
|
|
|
Makefile.in
|
|
|
moz.build
|
Bug 1317970 - Use manifestparser manifests for python unit tests, r=chmanchester
|
2016-11-16 09:59:22 -05:00 |
MozMap.h
|
|
|
NonRefcountedDOMObject.h
|
|
|
Nullable.h
|
|
|
PrimitiveConversions.h
|
|
|
RootedDictionary.h
|
|
|
RootedOwningNonNull.h
|
Bug 1325406 - Refactor rooting base class templates r=sfink r=mccr8
|
2017-01-10 10:12:14 +00:00 |
RootedRefPtr.h
|
Bug 1325406 - Refactor rooting base class templates r=sfink r=mccr8
|
2017-01-10 10:12:14 +00:00 |
SimpleGlobalObject.cpp
|
Bug 1326301. Put the global allocated by SimpleGlobalObject in the system zone, so we don't create tons of zones when we're converting JSON to dictionaries many times over. r=mccr8
|
2017-01-04 14:52:26 -05:00 |
SimpleGlobalObject.h
|
|
|
StructuredClone.cpp
|
|
|
StructuredClone.h
|
|
|
ToJSValue.cpp
|
Bug 1323721 part 5. Move Promise native-to-JS conversion out of the isGeckoInterface section. r=qdot
|
2016-12-19 15:38:43 -08:00 |
ToJSValue.h
|
Bug 1322920 - Remove DOM Promise implementation. r=bz
|
2016-12-14 17:11:48 +01:00 |
TypedArray.h
|
Bug 1323721 part 3. Remove the vestigial mention of Promise from TypedArray.h. r=till
|
2016-12-19 15:38:42 -08:00 |
UnionMember.h
|
|
|
WebIDLGlobalNameHash.cpp
|
|
|
WebIDLGlobalNameHash.h
|
|
|
XrayExpandoClass.h
|
Bug 946906 part 3. Create a macro for declaring Xray expando classes, and move the default Xray expand class definition to bindings code. r=bholley
|
2016-10-10 18:16:25 -04:00 |