Maksim Lebedev
|
5285f1c9ba
|
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
|
5cccea6f0f
|
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
|
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 |
|
Ehsan Akhgari
|
6459c43ef8
|
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
|
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 |
|
Nicholas Nethercote
|
b408c9c462
|
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
|
350617feb3
|
Bug 976648 - mfbt endian config for powerpc64le-linux support. r=froydnj
|
2014-02-28 09:57:24 -05:00 |
|
Jeff Walden
|
1de6ea2af7
|
Fix obvious typo in 89e06a821ad5 (bug 963029) to reopen a CLOSED TREE. r=typo
|
2014-01-23 14:16:27 -08:00 |
|
Marcin Juszkiewicz
|
bf9f69f8d5
|
Bug 963029 - AArch64 support for MFBT. r=froydnj
|
2014-01-23 16:34:31 -05:00 |
|
Bobby Holley
|
51532e72a4
|
Bug 917593 - Don't assert for zero-length strings. r=Waldo
|
2013-09-27 18:34:24 +02:00 |
|
Ryan VanderMeulen
|
38b895f04b
|
Backed out changeset 74459407359a (bug 917593) for Windows debug checktest asserts.
|
2013-09-24 16:20:15 -04:00 |
|
Bobby Holley
|
d5328610cb
|
Bug 917593 - Don't assert for zero-length strings. r=Waldo
|
2013-09-24 08:03:22 -07:00 |
|
Ehsan Akhgari
|
3717325909
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -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
|
cb83cc8852
|
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
|
ee1a936caa
|
Bug 798172 - part 1 - add mfbt/Endian.h; r=Waldo
|
2013-01-30 16:45:39 -05:00 |
|