gecko-dev/security
Boris Zbarsky d4bd64ee2c 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
..
apps bug 985201 - rename insanity::pkix to mozilla::pkix r=cviecco r=briansmith 2014-03-20 14:29:21 -07:00
build Bug 986875: Don't set the obsolete NSS makefile variable STANDARDS_CFLAGS. 2014-03-24 16:53:33 -07:00
certverifier Bug 987816 - Part 1/3. Allow verifying with certificateUsageVerifyCA. r=dkeeler 2014-03-28 10:21:30 -07:00
manager Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley 2014-04-08 18:27:17 -04:00
nss Bug 993569 - Update Mozilla 31 to use NSS 3.16.1. (beta1) r=kaie 2014-04-08 11:38:37 -07:00
patches Bug 958916: Update to NSS 3.15.5 beta 3 (NSS_3_15_5_BETA3), r=me 2014-02-03 13:34:34 -08:00
pkix bug 990603 - mozilla::pkix: defer reporting end-entity cert errors until after path building r=briansmith 2014-04-08 09:49:36 -07:00
sandbox Bug 989172 - Re-add sigaltstack to seccomp whitelist. r=kang 2014-03-28 17:58:26 -07:00