gecko/dom/bindings
Gregory Szorc 569c7918e8 Bug 950370 - Capture WebIDL example interfaces in moz.build; r=glandium
Previously, the set of WebIDL example interfaces to build was hardcoded
in the mozwebidlcodegen Python package. Unfortunately, the example
interfaces in that set were dependent on test-only bindings files,
resulting in build failures when tests were disabled (because those
test-only bindings were defined in a test directory).

In this patch, we now declare example interfaces in moz.build files
so the set of example interfaces lives next to the set of defined
bindings files. The example interfaces are defined in a test moz.build
file - in the same file declaring the bindings files that contain the
interfaces - so the example interfaces only get picked up if the
corresponding bindings are defined.

We could probably switch WebIDL moz.build variables to use lists with
flags. That would be good followup fodder. For now, let's fix the build.

--HG--
extra : rebase_source : 00070a6d560625bc84ab9b10d6848ea037f8f5ed
extra : amend_source : 0890ecef444ba58533fcfaa333773d78deafd7f3
2013-12-15 11:43:47 -08:00
..
crashtests Backed out changeset 70153e30c826 (bug 823822) for bringing back the crashtest failures it was supposed to be fixing. 2013-08-28 20:52:02 -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 950370 - Capture WebIDL example interfaces in moz.build; r=glandium 2013-12-15 11:43:47 -08:00
parser Bug 946564 part 2. Make window._content chromeonly and define it in WebIDL. r=peterv 2013-12-09 10:34:04 -05:00
test Bug 950370 - Capture WebIDL example interfaces in moz.build; r=glandium 2013-12-15 11:43:47 -08:00
AtomList.h Bug 903772 - Add a license header to AtomList.h; r=khuey 2013-09-06 08:42:57 +02:00
BindingDeclarations.h No bug - Fix some style issues in DOM code. 2013-11-11 09:04:41 +01:00
Bindings.conf bug 946946 - add Document.docShell r=bz 2013-12-05 16:28:21 -05:00
BindingUtils.cpp Bug 937317 - Replace all instance of null cx pushing with AutoSystemCaller. r=bz 2013-12-11 17:51:58 -08:00
BindingUtils.h Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo 2013-12-08 21:52:54 -05:00
CallbackFunction.h Bug 937317 - Root around GC call GetIncumbentGlobal. r=bz 2013-12-11 17:51:58 -08:00
CallbackInterface.cpp
CallbackInterface.h Bug 937317 - Root around GC call GetIncumbentGlobal. r=bz 2013-12-11 17:51:58 -08:00
CallbackObject.cpp Bug 937317 - When invoking a callback object, restore the incumbent script settings object from when the callback was created. r=bz 2013-12-11 17:51:58 -08:00
CallbackObject.h Bug 937317 - Root around GC call GetIncumbentGlobal. r=bz 2013-12-11 17:51:58 -08:00
Codegen.py Bug 928195 - Part 4: Rewrite WebIDL build system integration; r=bz, r=glandium 2013-12-12 16:26:38 +09:00
Configuration.py Bug 935362 - Part b: Remove customTrace support; r=khuey 2013-11-28 15:03:15 +01:00
Date.cpp Bug 903778 - Move dom::Date into its own files; r=khuey 2013-08-22 08:30:38 +02: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
DOMJSClass.h Bug 940573 - make the global's ProtoAndIfaceArray an actual object; r=bz 2013-11-19 14:28:09 -05:00
DOMJSProxyHandler.cpp Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo 2013-12-08 21:52:33 -05:00
DOMJSProxyHandler.h Backed out changeset 471db633b20c (bug 903332) for B2G desktop mochitest-1 failures. 2013-11-07 16:10:21 -05:00
DOMString.h Bug 925495 part 1. Move DOMString out to a separate header. r=smaug 2013-10-11 12:28:23 -04:00
ErrorResult.h Bug 905392 - Need way to throw web-console-visible exception-message from JS-implemented webidl object. r=bz. 2013-09-03 14:01:53 +02:00
Errors.msg Bug 932315 - Throw a different error when this-unwrapping fails for security reasons. r=bz. 2013-10-16 18:11:25 +02:00
Exceptions.cpp No bug - Fix some style issues in DOM code. 2013-11-11 09:04:41 +01:00
Exceptions.h Bug 911258: Part 5 - Use the unified exception handling mechanism on workers. r=bz 2013-09-08 20:29:21 -07:00
GenerateCSS2PropertiesWebIDL.py
JSSlots.h Bug 942631 part 7. Move INSTANCE_RESERVED_SLOTS into the C++, so it's closer to the things it depends on. r=peterv 2013-12-04 08:02:19 -05:00
mach_commands.py Bug 928195 - Part 5: mach command for generating WebIDL example files; r=froydnj 2013-11-14 10:34:55 -08:00
Makefile.in Bug 928195 - Part 4: Rewrite WebIDL build system integration; r=bz, r=glandium 2013-12-12 16:26:38 +09:00
moz.build Bug 928195 - Part 4: Rewrite WebIDL build system integration; r=bz, r=glandium 2013-12-12 16:26:38 +09:00
NonRefcountedDOMObject.h
Nullable.h Bug 882541 part 2. Fix a bug that crept in with overloading a string and a nullable number and then passing in null, due to the number conversion being conditional on the input type in that case. r=khuey 2013-10-11 12:28:23 -04:00
OwningNonNull.h Bug 913923 - Part b: Move OwningNonNull into its own header; r=dzbarsky 2013-09-10 09:03:37 +02: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
TypedArray.h Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo 2013-12-08 21:52:33 -05:00
UnionMember.h Merge last PGO-green inbound changeset to m-c. 2013-09-10 10:13:12 +02:00