.. |
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
|
Bug 928195 - Part 6: Add docs for WebIDL and the build system; r=froydnj
|
2013-11-13 15:41:22 -08:00 |
mozwebidlcodegen
|
Bug 1017988 part 11. Codegen the definition of interface objects on worker globals. r=khuey
|
2014-08-04 22:20:35 -04:00 |
parser
|
Bug 958887 part 1. Add support for doing BinaryName annotations in IDL. r=peterv
|
2014-09-19 22:58:26 -04:00 |
test
|
Bug 958887 part 3. Fix codegen support for IDL attribute names and methods with dashes in them. r=peterv
|
2014-09-19 22:58:27 -04:00 |
AtomList.h
|
Bug 903772 - Add a license header to AtomList.h; r=khuey
|
2013-09-06 08:42:57 +02:00 |
BindingDeclarations.h
|
Bug 1065025 - Make the generated WebIDL ToJSON method const; r=baku
|
2014-09-09 14:00:22 -04:00 |
Bindings.conf
|
Bug 1002302 - WebGL2 - Stub WebGL 2.0 WebIDL, WebGL 2.0 Objects, and functions in WebGL2Context.; r=jgilbert,bjacob,smaug
|
2014-09-18 08:08:41 +10:00 |
BindingUtils.cpp
|
Bug 1065025 - Make the generated WebIDL ToJSON method const; r=baku
|
2014-09-09 14:00:22 -04:00 |
BindingUtils.h
|
Bug 1053966 - move mozsettings-changed Observer info from aSubject to aData, r=bz,qDot
|
2014-09-16 13:15:16 -04:00 |
CallbackFunction.h
|
Bug 952365. Add a TreatNonObjectAsNull annotation for WebIDL callback functions and use it for event handlers, since web sites depend on assigning non-callable objects to them in some cases. r=peterv
|
2014-01-13 15:08:56 -05:00 |
CallbackInterface.cpp
|
Bug 1019160 - part 4 - use jsids to access JS-implemented interface properties; r=bz
|
2014-06-05 14:47:13 -04: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 1070696 - Rename xpc::GetNativeForGlobal to xpc::NativeGlobal and make it accept non-global JSObjects. r=smaug
|
2014-09-21 21:31:53 +02:00 |
CallbackObject.h
|
Bug 1028588 - Fix dangerous public destructors in dom/bindings - r=bz
|
2014-06-23 14:49:08 -04:00 |
Codegen.py
|
Bug 958887 part 3. Fix codegen support for IDL attribute names and methods with dashes in them. r=peterv
|
2014-09-19 22:58:27 -04:00 |
Configuration.py
|
Bug 958887 part 1. Add support for doing BinaryName annotations in IDL. r=peterv
|
2014-09-19 22:58:26 -04:00 |
Date.cpp
|
Bug 939843: Required changes in the rest of the tree; r=froydnj
|
2014-02-27 16:23:16 +01: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 1041626 - Make NativeProperties naming more consistent. r=bz
|
2014-07-23 12:36:21 -07:00 |
DOMJSProxyHandler.cpp
|
Bug 1027964 - Standardize proxy handler families. (r=jorendorff)
|
2014-08-27 17:09:06 -07:00 |
DOMJSProxyHandler.h
|
Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem
|
2014-07-21 21:43:21 -07:00 |
DOMString.h
|
Bug 913586 (Part 4) - Update Maybe users in dom. r=bz
|
2014-08-13 15:39:41 -07:00 |
ErrorResult.h
|
Bug 978618. Fix error reporting for unintended XPConnect exceptions thrown by JS-implemented webidl to actually work correctly. r=bholley
|
2014-03-05 08:32:27 -05:00 |
Errors.msg
|
Bug 1057541 part 3. Change codegen to support required dictionary members. r=khuey
|
2014-09-05 14:28:43 -04:00 |
Exceptions.cpp
|
Bug 1069490 - Part 2: Add columnNumber to nsIStackFrame and set in JSStackFrame. r=bz
|
2014-09-22 11:28:31 -07:00 |
Exceptions.h
|
Bug 1030707 - Part 8: Replace AutoCxPusher in WorkerPrivateParent<Derived>::DispatchMessageEventToMessagePort. r=bholley
|
2014-07-02 11:26:49 +01: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
|
Bug 1010658 part 2. Stop storing a DOMClass* in a slot on DOM prototypes. r=peterv
|
2014-05-19 16:37:59 -04:00 |
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 1058101 - Move dom/src/geolocation/ into dom/. r=mccr8
|
2014-08-30 21:43:45 -07:00 |
MozMap.h
|
Bug 1050611 - Fix more bad implicit constructors in dom and docshell; r=smaug
|
2014-08-08 09:49:39 -04:00 |
NonRefcountedDOMObject.h
|
Bug 976350 patch 1: Move the contents of nsTraceRefcnt.h into nsISupportsImpl.h. r=bsmedberg
|
2014-02-26 13:36:35 -08: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 891537. WebIDL now includes 2**53 and -2**53 as valid values for long long (and for unsigned long long, in the case of 2**53). r=bzbarsky
|
2013-09-30 10:37:28 -04: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 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 |
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
|
Backed out 3 changesets (bug 996474, bug 996831) for B2G bustage on a CLOSED TREE.
|
2014-04-16 19:31:41 -04:00 |
ToJSValue.h
|
Bug 1031051: Part 13 - Support ToJSValue()ing CallbackObjects and nsTArrays of raw pointers. r=bz
|
2014-06-30 16:02:03 -07:00 |
TypedArray.h
|
Bug 913586 (Part 4) - Update Maybe users in dom. r=bz
|
2014-08-13 15:39:41 -07:00 |
UnionMember.h
|
Merge last PGO-green inbound changeset to m-c.
|
2013-09-10 10:13:12 +02:00 |