Ehsan Akhgari
|
ebd358dfd7
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Birunthan Mohanathas
|
759ab69b0a
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
|
Benoit Girard
|
822f30b57d
|
Bug 920909 - Fix lossy startTime fields serialization. r=ehsan
|
2013-09-27 11:51:25 -04:00 |
|
Ehsan Akhgari
|
b4cc06df88
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
|
Terrence Cole
|
7c72c332e9
|
Bug 877658 - Exactly root tools/profiler/; r=BenWa
--HG--
extra : rebase_source : a7c5bbcb64d7b670e170e3c20dda53d03a4f2cc1
|
2013-09-05 16:10:37 -07:00 |
|
Robert O'Callahan
|
33cdb42706
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Ms2ger
|
6d567ab3cc
|
Bug 904110 - Move alignment features out of Util.h into a new header; r=Waldo
|
2013-08-14 09:00:52 +02:00 |
|
Ehsan Akhgari
|
7af472416c
|
Bug 851828 - Type safety improvements for the profiler in Win64 builds. r=benwa
|
2013-03-26 13:32:09 -04:00 |
|
Benoit Girard
|
d3b386dbc6
|
Backed out changeset f5a256c02fc6 (bug 851828) for Mochitest failures on a CLOSED TREE.
|
2013-03-26 16:10:29 -04:00 |
|
Ehsan Akhgari
|
e0d195e2f3
|
Bug 851828 - Type safety improvements for the profiler in Win64 builds. r=benwa
--HG--
extra : rebase_source : 10141bdc66228dd6818ff0b10ef95fde78fead8f
|
2013-03-26 13:32:09 -04:00 |
|
Ms2ger
|
c4380f4933
|
Bug 845374 - Part r: Stop including nsTArray.h in nsReadableUtils.h; r=khuey
|
2013-03-17 08:55:16 +01:00 |
|
Daniel Holbert
|
f4414b6e56
|
Bug 835915: Iterate across nsTArray using a size_t loop counter instead of an int. r=ehsan
|
2013-01-29 14:30:13 -08:00 |
|
George Wright
|
ab9f1d94a5
|
Bug 818279 - Don't namespace prefix PL_DHASH_NEXT to fix a compile failure on linux/clang. r=ehsan
|
2012-12-04 22:02:54 -05:00 |
|
Benoit Girard
|
5137011d7b
|
Bug 799640 - Part 2: Save profiles on shutdown using custom JSON encoder. r=ehsan
|
2012-11-30 12:49:20 -05:00 |
|
Ehsan Akhgari
|
5bba464e0a
|
Backed out 3 changesets (bug 799640) on the suspicion of regressing Tp5 by 50%
Backed out changeset 133c704dbcc6 (bug 799640)
Backed out changeset b130bb991d84 (bug 799640)
Backed out changeset e47b059493cf (bug 799640)
|
2012-11-30 16:05:13 -05:00 |
|
Benoit Girard
|
a8aa3822d4
|
Bug 799640 - Part 2: Save profiles on shutdown using custom JSON encoder. r=ehsan
|
2012-11-30 12:49:20 -05:00 |
|