Ehsan Akhgari
|
bd52bd3f4e
|
Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_DELETE '= delete'
|
2015-01-08 23:19:05 -05:00 |
|
Nicholas Nethercote
|
ab815d0c3b
|
Bug 1036789 - Convert the third quarter of MFBT to Gecko style. r=Ms2ger.
--HG--
extra : rebase_source : 668cd394806203ddfa34bd4f226335ff26c846b5
|
2014-07-10 19:10:17 -07:00 |
|
Benoit Jacob
|
e84e3cadeb
|
Bug 987290 - Allow using MFBT Typed Enums as bitwise flags - r=Waldo
|
2014-04-25 22:34:04 -04:00 |
|
Blair McBride
|
64d3a32d11
|
Backed out 2 changesets (bug 987290). r=sheriff
Backed out changeset 4ad1f662f521 (bug 987290)
Backed out changeset 080ff1f86465 (bug 987290)
|
2014-04-27 20:41:58 +12:00 |
|
Benoit Jacob
|
ba5063d03b
|
Bug 987290 - Allow using MFBT Typed Enums as bitwise flags - r=Waldo
|
2014-04-25 22:34:04 -04:00 |
|
Birunthan Mohanathas
|
98106963b6
|
Bug 989460 - Part 1: Add MacroArgs.h for macros related to implementing variadic macros. r=Waldo
This also converts MOZ_RELEASE_ASSERT and MOZ_BEGIN_NESTED_ENUM_CLASS to use the new helper macros.
|
2014-04-24 10:48:00 +02:00 |
|
Benoit Jacob
|
efb27d0e1c
|
Bug 958375 - 2/9 - Add a variant of MOZ_ENUM_CLASS_ENUM_TYPE that works on template parameters - r=Waldo
|
2014-01-10 13:55:24 -05:00 |
|
Ms2ger
|
873b9d9d73
|
Backout changeset 1e13634eceb2 for failures in R6/R10 on B2G ICS Emulator Opt.
|
2013-12-24 13:47:08 +01:00 |
|
Nathan Froyd
|
b31872fe7b
|
Bug 952785 - relax GCC version requirements for MOZ_ENUM_TYPE; r=Waldo
|
2013-12-21 18:52:41 -05:00 |
|
Benoit Jacob
|
d6c2066a07
|
Bug 924382 - Allow getting the integer type corresponding to a MOZ_BEGIN_ENUM_CLASS - r=Waldo
|
2013-11-23 21:20:38 -05:00 |
|
Gian-Carlo Pascutto
|
73c91107c3
|
Bug 923170 - Require GCC 4.6.x before enabling strong enum support. r=Waldo
|
2013-10-08 15:25:13 -04:00 |
|
Birunthan Mohanathas
|
1682814b3e
|
Bug 918436 - Make the type argument of MOZ_BEGIN(_NESTED)_ENUM_CLASS optional and add tests. r=Waldo
|
2013-10-04 13:17:13 -04:00 |
|
Guillaume Abadie
|
09ae0a3adc
|
bug 899859 - Add typed enums support in strutures / classes - r=Waldo
|
2013-08-02 20:51:00 -04:00 |
|
Ms2ger
|
f4ac238f7a
|
Bug 896341 - Update include guards and modelines in MFBT; r=Waldo
|
2013-07-24 09:41:39 +02:00 |
|
Chris Peterson
|
ab09fb1d90
|
Bug 833254 - Fix MFBT's gcc version checks. r=waldo
|
2013-01-21 19:42:15 -08:00 |
|
Jeff Walden
|
947e80c984
|
Bug 836438 - Always implement nsresult using an unsigned 32-bit integer type. r=ehsan
--HG--
extra : rebase_source : f9d9d7772decee36a27ef09eb018b9912bf7bf6b
|
2013-01-30 15:32:44 -08:00 |
|
Jeff Walden
|
37fe466d6f
|
Bug 835648 - Move typed enum support to a new header. r=Ms2ger
|
2013-01-28 16:33:17 -08:00 |
|
Ryan VanderMeulen
|
7e8ed87ae1
|
Backed out changeset 3eb633a97c1f (bug 835648) for suspected Windows orange on a CLOSED TREE.
|
2013-01-29 19:01:45 -05:00 |
|
Jeff Walden
|
dd0f69c43a
|
Bug 835648 - Move typed enum support to a new header. r=Ms2ger
--HG--
extra : rebase_source : 8c912fba889c1c5435e3619714071502fbfb30a3
|
2013-01-28 16:33:17 -08:00 |
|