Ehsan Akhgari
|
468660ec5b
|
Bug 957356 - Use the correct string type for expat's XML_Char depending on the language to use; r=hsivonen
|
2014-01-10 01:36:35 -05:00 |
Ehsan Akhgari
|
1b83407ce9
|
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 |
Isaac Aggrey
|
c984edf823
|
Bug 794510: Part 2: Use more stdint types instead of protypes.h types; r=ehsan
|
2012-10-11 18:38:04 -05:00 |
Randell Jesup
|
0edea6e242
|
Bug 757637: Rollup makesystem changes for webrtc r=khuey r=ted f=glandium
|
2012-06-20 07:27:43 -04:00 |
Gervase Markham
|
68d38d677f
|
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
|
2012-05-29 16:52:43 +01:00 |
peterv%propagandism.org
|
430dd2bacc
|
Now that bug 320375 is fixed, trying once more to check in fix for bug 274777 (Update to Expat 1.95.8). r=bsmedberg, sr=bz.
|
2005-12-18 10:39:23 +00:00 |
peterv%propagandism.org
|
1cf6be5ef7
|
Backout due to tree orange.
|
2005-11-21 14:59:12 +00:00 |
peterv%propagandism.org
|
d41313ac76
|
Trying once more to check in fix for bug 274777 (Update to Expat 1.95.8). r=bsmedberg, sr=bz.
|
2005-11-21 13:54:09 +00:00 |
peterv%propagandism.org
|
0084b6dc4a
|
Backing out to fix orange.
|
2005-10-28 13:48:13 +00:00 |
peterv%propagandism.org
|
b11bba112f
|
Trying once more to check in fix for bug 274777 (Update to Expat 1.95.8). r=bsmedberg, sr=bz.
|
2005-10-28 13:21:14 +00:00 |
peterv%propagandism.org
|
887499750a
|
Back out to fix orange.
|
2005-10-14 13:11:58 +00:00 |
peterv%propagandism.org
|
61d64ef5ff
|
Fix for bug 274777 (Update to Expat 1.95.8). r=bsmedberg, sr=bz.
|
2005-10-14 12:23:59 +00:00 |
peterv%propagandism.org
|
a7ac96fea9
|
Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
|
2004-12-15 15:37:23 +00:00 |