Seth Fowler
|
293b67ae99
|
Bug 1143077 - Add assignment operators to mozilla::Pair. r=waldo
|
2015-03-17 13:56:49 -07:00 |
Seth Fowler
|
7255370694
|
Bug 1142376 - Allow copying of mozilla::Pair objects. r=waldo
|
2015-03-12 17:44:30 -07:00 |
Seth Fowler
|
fcf3c149c4
|
Bug 1142366 - Add an equivalent of std::make_pair for mozilla::Pair. r=waldo
|
2015-03-12 17:44:28 -07:00 |
Ehsan Akhgari
|
4354953b4f
|
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
|
2a0942be41
|
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 |
Jeff Walden
|
2c5ed1828b
|
Bug 953296 - Introduce an EBO-performing Pair class to mfbt. r=jcranmer
--HG--
extra : rebase_source : a5d4ad52736a66656aaf3947b31ce8087b859491
|
2014-06-09 08:49:18 -07:00 |