.. |
crashtests
|
No bug - Various crashtest manifest cleanups.
|
2015-10-31 19:35:27 -04:00 |
docs
|
|
|
mozwebidlcodegen
|
|
|
parser
|
Bug 1239788 - Don't include non-main-thread assertions in the constructor enabled check for [Exposed=System] WebIDL interfaces; r=bzbarsky
|
2016-01-14 16:55:50 -05:00 |
test
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
AtomList.h
|
|
|
BindingDeclarations.h
|
Bug 1226448. Fix Optional::Construct to do perfect forwarding, and fix the dictionary assignment operator code for members that can have missing values to not try constructing and already constructed member. r=jib
|
2015-11-20 13:36:45 -05:00 |
Bindings.conf
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
BindingUtils.cpp
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
BindingUtils.h
|
Bug 1235261 - Part 3: Switch remaining uses of AutoFallibleTArray to AutoTArray. r=froydnj
|
2016-02-02 17:36:30 +02:00 |
CallbackFunction.h
|
|
|
CallbackInterface.cpp
|
|
|
CallbackInterface.h
|
|
|
CallbackObject.cpp
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
CallbackObject.h
|
Bug 1218454 - part 2 - don't #include nsContentUtils.h from CallbackObject.h; r=bz
|
2015-10-26 12:14:47 -04:00 |
Codegen.py
|
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
|
2016-02-02 17:36:30 +02:00 |
Configuration.py
|
Bug 1243438 . Don't try to include the filename '<unknown>' when including headers for unions that have a built-in typedef they're referenced by. r=peterv
|
2016-01-29 16:56:04 -05:00 |
Date.cpp
|
Bug 1179003 - Convert the infallible objectClassIs proxy hook into a fallible getBuiltinClass hook that indicates class type via outparam. r=efaust, r=bz on DOM bits, r=billm on IPC bits
|
2015-08-28 21:55:40 -07:00 |
Date.h
|
|
|
DOMJSClass.h
|
Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor everywhere else. r=smaug
|
2016-01-28 11:28:04 +01:00 |
DOMJSProxyHandler.cpp
|
Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor everywhere else. r=smaug
|
2016-01-28 11:28:04 +01:00 |
DOMJSProxyHandler.h
|
Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor everywhere else. r=smaug
|
2016-01-28 11:28:04 +01:00 |
DOMString.h
|
|
|
ErrorIPCUtils.h
|
Bug 1213289 part 3. Add a way to throw a DOMException with a custom message on ErrorResult. r=bkelly
|
2015-10-09 16:48:10 -04:00 |
ErrorResult.h
|
Bug 1228707. Add a away to call Web IDL callbacks while ignoring any errors from them, and use it in a few places. r=smaug
|
2015-11-30 22:04:09 -05:00 |
Errors.msg
|
Bug 1244764 P1 Make Cache .add()/.addAll() fail if a Response.ok() is false. r=ehsan
|
2016-02-04 07:59:52 -08:00 |
Exceptions.cpp
|
Backed out changeset 6d13649d2f01 (bug 1243781)
|
2016-02-01 12:40:36 +01:00 |
Exceptions.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
GenerateCSS2PropertiesWebIDL.py
|
Bug 1241021 part 2: Make GenerateCSS2PropertiesWebIDL.py produce capitalized as well as uncapitalized WebkitFoo/webkitFoo DOM style accessors. r=bz
|
2016-02-03 20:17:45 -08:00 |
IterableIterator.cpp
|
Bug 1085293 - WebIDL Iterable Implementation and Tests; r=bz
|
2015-10-15 12:06:13 -07:00 |
IterableIterator.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
JSSlots.h
|
|
|
mach_commands.py
|
|
|
Makefile.in
|
Bug 1239210 - Don't process WebIDL files when not compiling; r=glandium
|
2016-01-14 23:14:58 -08:00 |
moz.build
|
Bug 1240592 - Remove unnecessary -Wno-uninitialized from dom/bindings. r=khuey
|
2016-01-15 23:40:24 -08:00 |
MozMap.h
|
|
|
NonRefcountedDOMObject.h
|
|
|
Nullable.h
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
PrimitiveConversions.h
|
|
|
RootedDictionary.h
|
|
|
StructuredClone.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
StructuredClone.h
|
|
|
ToJSValue.cpp
|
Bug 1224007 part 1. Rename ThrowMethodFailed to MaybeSetPendingException and make it an ErrorResult instance method. r=peterv
|
2015-11-20 16:29:40 -05:00 |
ToJSValue.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
TypedArray.h
|
Bug 1242210 - Mark RootedTypedArray as final; r=baku
|
2016-01-25 10:15:45 -05:00 |
UnionMember.h
|
|
|