gecko/dom/promise
Boris Zbarsky 3f26a82832 Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley
This patch was mostly generated with this command:

find . -name "*.h" -o -name "*.cpp" | xargs sed -e 's/Binding::Wrap(aCx, aScope, this/Binding::Wrap(aCx, this/' -e 's/Binding_workers::Wrap(aCx, aScope, this/Binding_workers::Wrap(aCx, this/' -e 's/Binding::Wrap(cx, scope, this/Binding::Wrap(cx, this/' -i ""

plus a few manual fixes to dom/bindings/Codegen.py, js/xpconnect/src/event_impl_gen.py, and a few C++ files that were not caught in the search-and-replace above.
2014-04-08 18:27:17 -04:00
..
tests Bug 956197 - Tests to check Promises can accept iterators. r=bz 2014-03-28 08:17:53 -07:00
moz.build Bug 951352 - Disallow XPIDL_MODULE if XPIDL_SOURCES isn't defined; r=glandium 2013-12-17 12:45:56 -08:00
Promise.cpp Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
Promise.h Bug 956197 - Tests to check Promises can accept iterators. r=bz 2014-03-28 08:17:53 -07:00
PromiseCallback.cpp Bug 990242. Remove some dead Promise code. r=nsm 2014-04-01 01:58:28 -04:00
PromiseCallback.h Bug 990242. Remove some dead Promise code. r=nsm 2014-04-01 01:58:28 -04:00
PromiseNativeHandler.h Bug 882076 - C++ callbacks to DOM Promises. r=baku,mccr8 2013-11-19 10:43:51 -08:00