Commit Graph

261 Commits

Author SHA1 Message Date
Birunthan Mohanathas
411a8639b4 Bug 869836 - Part 3: Use Append('c') instead of AppendLiteral("c"). r=ehsan 2014-05-22 06:48:51 +03:00
Andrew McCreight
95687fc060 Bug 971264 - Remove nsHashtable. r=bsmedberg 2014-05-15 09:52:57 -07:00
Henri Sivonen
6a6cd36d81 Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk. 2014-05-08 12:32:00 +03:00
Mark Banner
2c0406341e Bug 972593, part 2 - Don't deref an always-null pointer in nsStreamConverterService::FindConverter. r=mcmanus 2014-05-02 16:12:32 +01:00
Andrew McCreight
7cea6286e4 Bug 972593 - Convert nsStreamConverterService hashtables to something modern. r=mcmanus 2014-04-30 09:39:34 -07:00
Birunthan Mohanathas
ff8ce9bd42 Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
Masatoshi Kimura
f91008434a Bug 997519 - Ensure that an valid encoding will be passed to nsTextToSubURI::UnEscapeAndConvert(). r=neil 2014-04-18 07:25:58 +09:00
Masatoshi Kimura
3982a3ce0f Bug 989576 - Followup, stop using mParser->GetEncoding(). r=neil 2014-04-03 16:24:21 +09:00
Masatoshi Kimura
b210f38c25 Bug 989576 - Restore removed code doing percent-encode for non-ASCII bytes. r=michal.novotny 2014-03-29 16:28:48 +09:00
Neil Rashbrook
1373d6ff37 Bug 948901 FTP directory listings need to support the Character Encoding menu r=mayhemer,michal 2014-03-28 08:32:56 +00:00
Wes Kocher
e3328da835 Backed out changeset 18f95fb1d866 (bug 948901) for breaking OSX m-oth 2014-03-25 18:20:40 -07:00
Neil Rashbrook
f4de454016 Bug 948901 FTP directory listings need to support the Character Encoding menu r=mayhemer,michal 2014-03-25 23:56:40 +00:00
Andrew McCreight
711f812b8a Bug 975823, part 13 - Make BFSTableData::predecessor into an AutoPtr. r=mcmanus 2014-03-21 09:43:41 -07:00
Andrew McCreight
2016935adb Bug 975823, part 12 - Inline BFSState into BFSTableData. r=mcmanus 2014-03-21 09:43:41 -07:00
Andrew McCreight
17e5685a84 Bug 975823, part 11 - BFSTableData only uses the state case of its union. r=mcmanus 2014-03-21 09:43:41 -07:00
Andrew McCreight
c40624eb03 Bug 975823, part 10 - Substitute two SCTableData local vars. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
f946453f2f Bug 975823, part 9 - No reason to store a pointer to the list, just store it inline. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
064ffd4923 Bug 975823, part 8 - Inline nsStreamConverterService::Init which is now infallible. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
97fbe13e38 Bug 975823, part 7 - Replace SCTableData with a typedef. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
2ae6596de8 Bug 975823, part 6 - Remove unneeded indirection in SCTableData. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
349b1f4556 Bug 975823, part 5 - SCTableData only uses the edges case of its union. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
c570740f97 Bug 975823, part 4 - SCTableData doesn't use its key field. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
83858323d4 Bug 975823, part 3 - Split SCTableData into two data types, one for each table. r=mcmanus 2014-03-21 09:43:39 -07:00
Andrew McCreight
a5be5679bf Bug 975823, part 2 - Take advantage of infallible new in nsStreamConverterService. r=mcmanus 2014-03-21 09:43:39 -07:00
Andrew McCreight
14d4a8fe82 Bug 975823, part 1 - Remove some trailing whitespace from nsStreamConverterService. r=mcmanus 2014-03-21 09:43:39 -07:00
Wes Kocher
edfe693bb7 Backed out 13 changesets (bug 975823) for leaks on a CLOSED TREE
Backed out changeset cd2da33bf4a2 (bug 975823)
Backed out changeset 62e2a43453f0 (bug 975823)
Backed out changeset 7f8366953cae (bug 975823)
Backed out changeset d46f1c00b4e5 (bug 975823)
Backed out changeset 3c36fb646951 (bug 975823)
Backed out changeset d535c32d3894 (bug 975823)
Backed out changeset 3f918acda96a (bug 975823)
Backed out changeset 6e2caad87673 (bug 975823)
Backed out changeset b550057222a2 (bug 975823)
Backed out changeset 24d9fe77f4e9 (bug 975823)
Backed out changeset 5be6da95a4b1 (bug 975823)
Backed out changeset b09d50f488c3 (bug 975823)
Backed out changeset ca381ebe34ae (bug 975823)
2014-03-19 17:45:28 -07:00
Andrew McCreight
bbc6a87d98 Bug 975823, part 13 - Make BFSTableData::predecessor into an AutoPtr. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
65243fae71 Bug 975823, part 12 - Inline BFSState into BFSTableData. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
ba617611ce Bug 975823, part 11 - BFSTableData only uses the state case of its union. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
7873b503df Bug 975823, part 10 - Substitute two SCTableData local vars. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
ad6791161d Bug 975823, part 9 - No reason to store a pointer to the list, just store it inline. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
690e4856cd Bug 975823, part 8 - Inline nsStreamConverterService::Init which is now infallible. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
6e7872304e Bug 975823, part 7 - Replace SCTableData with a typedef. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
153644d061 Bug 975823, part 6 - Remove unneeded indirection in SCTableData. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
d7d971d800 Bug 975823, part 5 - SCTableData only uses the edges case of its union. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
e199e4f217 Bug 975823, part 4 - SCTableData doesn't use its key field. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
91599872e2 Bug 975823, part 3 - Split SCTableData into two data types, one for each table. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
2b2a1af996 Bug 975823, part 2 - Take advantage of infallible new in nsStreamConverterService. r=mcmanus 2014-03-19 16:57:47 -07:00
Andrew McCreight
f686f91b75 Bug 975823, part 1 - Remove some trailing whitespace from nsStreamConverterService. r=mcmanus 2014-03-19 16:57:47 -07:00
Kyle Huey
7067fb5db1 Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg 2014-03-15 12:00:17 -07:00
Kyle Huey
df0e7828eb Bug 981150: Use nsTArrayForwardDeclare.h more. r=ehsan 2014-03-15 12:00:17 -07:00
Ehsan Akhgari
9db47ba189 Bug 975735 - Port the LDFLAGS variables in netwerk/streamconv/test/Makefile.in to moz.build; r=mshal 2014-02-26 21:41:18 -05:00
Ehsan Akhgari
b870bb3fe9 Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg 2014-02-10 17:57:01 -05:00
Nathan Froyd
0c628b80d1 Bug 965783 - part 1 - convert {Min,Max}Int uses in mozTXTToHTMLConv.cpp to std::{min,max}; r=jduell 2014-01-30 09:55:50 -05:00
Nick Lebedev
b2eb4ee440 Bug 956630. Replace nsMemory::Alloc/nsMemory::Realloc calls with moz_malloc/moz_realloc to avoid application aborts and successfully check for not allocated memory. r=jduell 2014-01-13 21:53:00 -08:00
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
Trevor Saunders
907dfc4528 bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj 2013-12-12 20:50:01 -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
Masatoshi Kimura
2ffe06b1af Bug 942791 - Ensure non-ASCII filenames are accessible in FTP directory listings. r=mayhemer 2013-11-29 23:37:57 +09:00
Ms2ger
542ffabd00 Bug 937224 - Part g: Move LOCAL_INCLUDES to moz.build in netwerk/; r=mshal 2013-11-28 15:25:39 +01:00