Arnaud Bienner
|
9d37dc389a
|
Bug 1186603 - Add a "Contains" method for string classes and use it in HTMLInputElement. r=nfroyd
|
2015-07-30 19:45:25 +02:00 |
|
Andrea Marchesini
|
1141f6e316
|
Bug 1171603 - Better size check in nsTSubstring::ReplacePrep. r=ehsan
|
2015-07-06 14:27:35 -04:00 |
|
Hamzata Diallo
|
3f804c88be
|
Bug 1178513 - Export libxul symbols needed by ACL. r=mattwoodrow
|
2015-07-02 15:19:35 -07:00 |
|
Ryan VanderMeulen
|
c94ac8e7d6
|
Backed out changeset 97c7e83acb6b (bug 1171603) for Windows Werror bustage.
CLOSED TREE
|
2015-07-02 15:33:10 -04:00 |
|
Andrea Marchesini
|
b24596b172
|
Bug 1171603 - Better size check in nsTSubstring::ReplacePrep. r=ehsan
|
2015-07-02 14:51:42 -04:00 |
|
Jim Blandy
|
2bb4503427
|
Bug 1145051: Use MOZ_WARN_UNUSED_RESULT instead of NS_WARN_UNUSED_RESULT. r=glandium
|
2015-03-19 00:46:40 -07:00 |
|
Mike Hommey
|
338d086ead
|
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
|
2015-04-01 13:51:45 +09:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
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 |
|
William Chen
|
1847cddd95
|
Bug 1131348 - Use fallible Append in content serializers. r=smaug,nfroyd
|
2015-03-17 01:55:22 -07:00 |
|
Mike Hommey
|
715db83e04
|
Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn
|
2015-02-02 09:56:13 +09:00 |
|
Trevor Saunders
|
a0c27273f6
|
bug 1122100 - more MOZ_OVERRIDE in xpcomish stuff r=froydnj
|
2015-01-19 17:41:12 -05:00 |
|
David Major
|
1cffc1fff8
|
No bug - add a comment to clarify the code. DONTBUILD
|
2014-11-13 08:57:09 +13:00 |
|
David Major
|
d85f8b5439
|
Bug 1097283: Fix count/byte mismatches in NS_ABORT_OOM calls. r=froydnj
|
2014-11-12 21:13:44 +13:00 |
|
David Major
|
4954e07571
|
Backed out changeset 8a4595cc5ec4 for Linux build failure on a CLOESD TREE
just kidding it's a CLOSED TREE
|
2014-11-12 17:19:15 +13:00 |
|
David Major
|
3da2a00813
|
Bug 1097283: Fix count/byte mismatches in NS_ABORT_OOM calls. r=froydnj
|
2014-11-12 15:42:53 +13:00 |
|
Birunthan Mohanathas
|
b89e87846b
|
Bug 1045801 - Rename SafeCast to AssertedCast. r=Waldo
|
2014-08-25 12:17:32 -07:00 |
|
Birunthan Mohanathas
|
da27cbd66f
|
Bug 1046841 - Fix more style violations in previously touched .h files in xpcom/. r=froydnj
|
2014-08-25 12:17:24 -07:00 |
|
Birunthan Mohanathas
|
2a49da1efa
|
Bug 1028559 - Flatten xpcom/string/{public,src}/ directories. r=dbaron
|
2014-06-25 15:08:54 -07:00 |
|
Wes Kocher
|
777add5c77
|
Backed out 6 changesets (bug 1028559, bug 1028565) for android mochitest bustage on a CLOSED TREE
Backed out changeset fdd74c065e5d (bug 1028565)
Backed out changeset 5e9777d38052 (bug 1028565)
Backed out changeset 3510bcdba3fc (bug 1028565)
Backed out changeset 62ad3254903e (bug 1028565)
Backed out changeset e7557f70acfe (bug 1028565)
Backed out changeset 5b1b527abe47 (bug 1028559)
|
2014-06-24 18:32:55 -07:00 |
|
Birunthan Mohanathas
|
91694f185a
|
Bug 1028559 - Flatten xpcom/string/{public,src}/ directories. r=dbaron
|
2014-06-21 08:56:57 -07:00 |
|