.. |
crashtests
|
Bug 1017424 part 1. Remove support for the dom.window_experimental_bindings preference. r=peterv
|
2014-09-05 14:28:44 -04:00 |
docs
|
|
|
mozwebidlcodegen
|
Bug 1119652, create mozilla::dom::Event::As*Event automatically for all the codegen'ed Events and annotate As*Event with MOZ_OVERRIDE in the codegen, r=bz
|
2015-01-10 13:46:41 +02:00 |
parser
|
Bug 1118978 part 3. Add support for DependsOn=DeviceState. r=peterv
|
2015-01-15 17:39:01 -05:00 |
test
|
Bug 1127206. Don't try to do binding UnwrapArgImpl on worker threads. It can't do anything useful there. r=peterv
|
2015-01-30 13:54:43 -05:00 |
AtomList.h
|
|
|
BindingDeclarations.h
|
Bug 1123113 - Mark ParentObject as stack class, and its mObject member as non-owning; r=bzbarsky
|
2015-01-21 11:21:09 -05:00 |
Bindings.conf
|
Bug 1128379 - improve error handling in MediaKeys::CreateSession. r=bz
|
2015-02-01 19:12:00 +01:00 |
BindingUtils.cpp
|
Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz
|
2015-02-04 18:46:26 +07:00 |
BindingUtils.h
|
Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz
|
2015-02-04 18:46:26 +07:00 |
CallbackFunction.h
|
Bug 1105069 - Part 17: Convert xpc_IsGrayGCThing to GCCellPtr; r=mccr8, j=jonco
|
2014-12-05 09:38:34 -08:00 |
CallbackInterface.cpp
|
Bug 1065811 - Expose isCallable()/isConstructor() in JS_PUBLIC_API. r=billm
|
2014-09-25 13:13:28 +02:00 |
CallbackInterface.h
|
Bug 1019160 - part 4 - use jsids to access JS-implemented interface properties; r=bz
|
2014-06-05 14:47:13 -04:00 |
CallbackObject.cpp
|
Bug 1107953 part 1. Change the invariants around aCompartment in CallSetup to allow passing it even when the exception handling mode is eRethrowExceptions. r=bholley
|
2015-01-15 17:39:01 -05:00 |
CallbackObject.h
|
Bug 1107953 part 1. Change the invariants around aCompartment in CallSetup to allow passing it even when the exception handling mode is eRethrowExceptions. r=bholley
|
2015-01-15 17:39:01 -05:00 |
Codegen.py
|
Bug 1127121 - Remove property key type splitting in ObjectOps. r=bhackett.
|
2015-01-28 17:12:44 -06:00 |
Configuration.py
|
Bug 1096328 - Remove nativeOwnership from Bindings.conf, remove the now unused nativeOwnership property. r=bz.
|
2014-11-01 15:25:55 +01:00 |
Date.cpp
|
Bug 857138 - Remove CheckedUnwrap in binding code. r=bz
|
2014-10-23 19:53:31 +02:00 |
Date.h
|
Bug 1050611 - Fix more bad implicit constructors in dom and docshell; r=smaug
|
2014-08-08 09:49:39 -04:00 |
DOMJSClass.h
|
Bug 787070 - Expandos on the xray of DOM prototypes should have effect on xrays of DOM nodes, make Xrays walk the prototype chain when resolving DOM properties. r=bholley.
|
2014-09-15 16:51:40 +02:00 |
DOMJSProxyHandler.cpp
|
Bug 783829 - Remove getEnumerablePropertyKeys. r=efaust,bholley
|
2014-12-17 00:28:38 +01:00 |
DOMJSProxyHandler.h
|
Bug 783829 - Remove getEnumerablePropertyKeys. r=efaust,bholley
|
2014-12-17 00:28:38 +01:00 |
DOMString.h
|
Bug 1123114 - Mark DOMString::mStringBuffer as unsafe; r=smaug
|
2015-01-18 18:43:02 -05:00 |
ErrorResult.h
|
Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz
|
2015-02-04 18:46:26 +07:00 |
Errors.msg
|
Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz
|
2015-02-04 18:46:26 +07:00 |
Exceptions.cpp
|
Bug 1121682 - fetch() should reject with TypeError
|
2015-01-14 13:43:27 -08:00 |
Exceptions.h
|
Bug 1121682 - fetch() should reject with TypeError
|
2015-01-14 13:43:27 -08:00 |
GenerateCSS2PropertiesWebIDL.py
|
Bug 958887 part 4. Generate property accessors on the CSS2Properties interface for the dashed-named CSS properties and float that use their actual property names. r=peterv
|
2014-09-19 22:58:27 -04:00 |
JSSlots.h
|
|
|
mach_commands.py
|
Bug 1050715 - Update the description of the various tests targed proposed by './mach help' r=jmaher
|
2014-08-09 15:37:29 +02:00 |
Makefile.in
|
Bug 1044657 - Move PYTHON_UNIT_TESTS to moz.build; r=mshal
|
2014-07-28 17:51:12 +02:00 |
moz.build
|
Bug 1123461 - Make a real interface for js/ipc (r=dvander)
|
2015-01-26 13:32:18 -08:00 |
MozMap.h
|
Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
|
2015-02-02 09:56:13 +09:00 |
NonRefcountedDOMObject.h
|
Bug 1096328 - Remove nativeOwnership from Bindings.conf, remove the now unused nativeOwnership property. r=bz.
|
2014-11-01 15:25:55 +01:00 |
Nullable.h
|
Bug 1025173 - Nullable copy, move, and assignment should not transfer |mValue| if |mIsNull|. r=bz
|
2014-08-28 22:37:00 +02:00 |
OwningNonNull.h
|
Bug 1035654 - Part 2: Add ImplCycleCollectionTraverse for OwningNonNull<T>. r=bzbarsky
|
2014-08-01 03:19:00 -04:00 |
PrimitiveConversions.h
|
Bug 1112774 - Add a raft of other conversion methods to js/public/Conversions.h past just JS::ToObject. r=jorendorff
|
2014-12-17 13:50:20 -08:00 |
RootedDictionary.h
|
Bug 1045067 - Fix some bad implicit constructors in dom/content/ipc; r=smaug
|
2014-07-28 13:17:51 -04:00 |
StructuredClone.cpp
|
Bug 1096328 - Remove nativeOwnership from Bindings.conf, make rooting analysis happy. r=bz.
|
2015-01-08 22:56:42 +01:00 |
StructuredClone.h
|
Bug 1043853 - Share the code for structured cloning of ImageData objects across main-thread and workers implementations; r=jst
|
2014-08-01 22:47:47 +02:00 |
ToJSValue.cpp
|
Bug 1121682 - fetch() should reject with TypeError
|
2015-01-14 13:43:27 -08:00 |
ToJSValue.h
|
Bug 1095728 - Mark ToJSValue with MOZ_WARN_UNUSED_RESULT. r=bz
|
2014-12-09 14:45:00 -05:00 |
TypedArray.h
|
Bug 1118076 - Remove MOZ_THIS_IN_INITIALIZER_LIST. r=Waldo
|
2015-01-06 21:39:46 -08:00 |
UnionMember.h
|
|
|