Maksim Lebedev
|
814ff7c30f
|
Bug 1105766 - Part 2: A couple of additions to enable compilation on Windows Phone 8. r=terrence r=ehoogeveen
|
2015-03-21 15:24:00 +01:00 |
Ehsan Akhgari
|
883849ee32
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-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_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04: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 |
Ehsan Akhgari
|
9601e35dfd
|
Bug 1111255 - Remove some code specific to MSVC7 from MFBT; r=froydnj
--HG--
extra : amend_source : 3662850820de462e108212626dc7bc1c9e22122e
|
2014-12-14 14:58:13 -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 |
Nicholas Nethercote
|
9439ff268e
|
Bug 1026319 - Convert the second quarter of MFBT to Gecko style. r=froydnj.
--HG--
extra : rebase_source : 98d2557c7fe4648d79143c654e7e31767fca2e65
|
2014-06-12 23:34:08 -07:00 |
Ulrich Weigand
|
9a60ac53fd
|
Bug 976648 - mfbt endian config for powerpc64le-linux support. r=froydnj
|
2014-02-28 09:57:24 -05:00 |
Jeff Walden
|
d3c2cb6c58
|
Fix obvious typo in 89e06a821ad5 (bug 963029) to reopen a CLOSED TREE. r=typo
|
2014-01-23 14:16:27 -08:00 |
Marcin Juszkiewicz
|
4935cd342c
|
Bug 963029 - AArch64 support for MFBT. r=froydnj
|
2014-01-23 16:34:31 -05:00 |
Bobby Holley
|
7fcde1d302
|
Bug 917593 - Don't assert for zero-length strings. r=Waldo
|
2013-09-27 18:34:24 +02:00 |
Ryan VanderMeulen
|
e9cbf86254
|
Backed out changeset 74459407359a (bug 917593) for Windows debug checktest asserts.
|
2013-09-24 16:20:15 -04:00 |
Bobby Holley
|
aa9e479063
|
Bug 917593 - Don't assert for zero-length strings. r=Waldo
|
2013-09-24 08:03:22 -07:00 |
Ehsan Akhgari
|
ef4b479714
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
Ms2ger
|
51f391870b
|
Bug 896341 - Update include guards and modelines in MFBT; r=Waldo
|
2013-07-24 09:41:39 +02:00 |
Chris Peterson
|
36cca5d02e
|
Bug 798172 - Apple's default clang 4.2 does not have __builtin_bswap16(). r=Waldo
|
2013-04-03 23:40:39 -07:00 |
Nathan Froyd
|
bcb463b2ef
|
Bug 798172 - part 1 - add mfbt/Endian.h; r=Waldo
|
2013-01-30 16:45:39 -05:00 |