gecko-dev/dom/bindings
Bill McCloskey e03b6322a0 Bug 1029248 - Clean up CPOW unwrapping (r=mrbkap) 2014-07-10 16:47:04 -07:00
..
crashtests Bug 1010658 part 1. Stop using the DOMClass stored in DOM_PROTO_INSTANCE_CLASS_SLOT for doing type checks in the jit, and do them directly on the instance classes instead. r=efaust 2014-05-19 16:37:59 -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 979665 - Properly detect WebIDL type changes; r=froydnj 2014-03-05 23:21:02 -08:00
parser Bug 1034204 - Implement unforgeable methods; r=bz 2014-07-04 15:02:10 +02:00
test Bug 1034204 - Implement unforgeable methods; r=bz 2014-07-04 15:02:10 +02: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 1032726 part 5 - Make new DOM bindings work with Latin1 strings. r=bz 2014-07-03 10:03:56 +02:00
BindingUtils.cpp Bug 1029248 - Clean up CPOW unwrapping (r=mrbkap) 2014-07-10 16:47:04 -07:00
BindingUtils.h Bug 1033927 - Drop support for custom [object XrayWrapper [object ClassName]] stringification. r=peterv 2014-07-07 13:11:24 -07:00
Bindings.conf Bug 1027504 - Implement BluetoothClassOfDevice, r=bz, r=echou 2014-07-10 14:42:10 +08: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 1019149. For calls into JS-implemented WebIDL, don't check whether it's OK to run the script (it is) and whether the script lives in a window (it doesn't). r=bholley 2014-06-03 11:38:37 -04: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 1035394 - Fix dangerous public destructors in dom/events - r=smaug 2014-07-08 17:23:17 -04:00
Configuration.py Bug 1019705 - replace binaryNames accesses with binaryNameFor; r=bz 2014-06-03 12:20:16 -04:00
DOMJSClass.h Bug 1034204 - Implement unforgeable methods; r=bz 2014-07-04 15:02:10 +02:00
DOMJSProxyHandler.cpp Bug 1032317 - Make CompartmentPrivate and XPCWrappedNativeScope accessors infallible. r=gabor 2014-07-03 09:40:52 -07:00
DOMJSProxyHandler.h Bug 1032726 part 2 - Make GetArrayIndexFromId work with Latin1 strings. r=bz,terrence 2014-07-02 15:45:02 +02:00
DOMString.h Bug 976302 - MutationRecord should use mozilla::dom::DOMString, r=bz 2014-02-26 02:45:08 +02: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 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -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 860731 - Part c: Move LockedFile to WebIDL; r=janv 2014-03-24 16:10:27 +01:00
Exceptions.cpp Backed out changeset 97708994eae6 (bug 857648) 2014-07-04 08:23:37 +02: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 977757 - 3/3 - Expose CSS_PROPERTY_ALWAYS_ENABLED_IN_CHROME_OR_CERTIFIED_APP properties in JS bindings as needed - r=bz 2014-03-07 12:14:26 -05: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
Makefile.in Bug 983185 - Ensure adding a WebIDL file incurs code generation. r=glandium 2014-03-17 12:41:42 -07:00
MozMap.h Bug 1029812 Make webidl Sequence and MozMap distinguishable. r=bz 2014-06-25 10:25:09 -07: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 1023762 part 2. Add basic support for sequences of non-containers to event codegen. r=smaug 2014-06-23 16:03:58 -04:00
OwningNonNull.h Bug 767924 part 2. Introduce both const and non-const versions of GetAs* methods on unions, with the former returning the public-facing type and the latter returning the internal type. r=peterv 2014-06-23 16:03:57 -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 918011 part 1. Move RootedDictionary into its own header. r=smaug 2013-09-26 00:04:59 -04: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 1020034. r=bz 2014-06-03 18:47:59 -07:00
UnionMember.h Merge last PGO-green inbound changeset to m-c. 2013-09-10 10:13:12 +02:00
mach_commands.py Bug 1029102. Don't drop webidlyacc.py files caching the webidl grammar in the source dir when running webidl parser tests. r=gps 2014-06-24 23:36:39 -04:00
moz.build Bug 1007878 part 2. Add a C++ type to represent MozMap. r=khuey 2014-05-23 17:32:38 -04:00