gecko/content/canvas
Boris Zbarsky 56f44fdf10 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
..
compiledtest Bug 931404 - Move LOCAL_INCLUDES to moz.build in content/; r=gps 2013-11-11 09:04:06 +01:00
crashtests Bug 934939: Add crash test. r=roc 2013-11-20 23:27:38 -05:00
public Backout e401dfeab8b7 (bug 991572) for crashtest assertion. r=orange 2014-04-04 10:03:41 +01:00
src Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
test Bug 989575 - Add test for null program draws. - r=kamidphish 2014-04-01 23:12:42 -07:00
moz.build