Commit Graph

256 Commits

Author SHA1 Message Date
Birunthan Mohanathas
504b581650 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
85d978861c 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
a243cc635c Bug 989576 - Followup, stop using mParser->GetEncoding(). r=neil 2014-04-03 16:24:21 +09:00
Masatoshi Kimura
f7381b19ca 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
58ffcd40da 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
796cac04bf Backed out changeset 18f95fb1d866 (bug 948901) for breaking OSX m-oth 2014-03-25 18:20:40 -07:00
Neil Rashbrook
4a9c92e4e7 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
803708b41f Bug 975823, part 13 - Make BFSTableData::predecessor into an AutoPtr. r=mcmanus 2014-03-21 09:43:41 -07:00
Andrew McCreight
93825660be Bug 975823, part 12 - Inline BFSState into BFSTableData. r=mcmanus 2014-03-21 09:43:41 -07:00
Andrew McCreight
853524aba1 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
0c0fa2de38 Bug 975823, part 10 - Substitute two SCTableData local vars. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
cf149139c6 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
eab9d40979 Bug 975823, part 8 - Inline nsStreamConverterService::Init which is now infallible. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
7171ca6981 Bug 975823, part 7 - Replace SCTableData with a typedef. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
4f8f91e347 Bug 975823, part 6 - Remove unneeded indirection in SCTableData. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
298981616b 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
781235129d Bug 975823, part 4 - SCTableData doesn't use its key field. r=mcmanus 2014-03-21 09:43:40 -07:00
Andrew McCreight
cec6aa16d2 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
da4cc1a1de Bug 975823, part 2 - Take advantage of infallible new in nsStreamConverterService. r=mcmanus 2014-03-21 09:43:39 -07:00
Andrew McCreight
436d97d3da Bug 975823, part 1 - Remove some trailing whitespace from nsStreamConverterService. r=mcmanus 2014-03-21 09:43:39 -07:00
Wes Kocher
02b323aa8d 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
7a62b318c9 Bug 975823, part 13 - Make BFSTableData::predecessor into an AutoPtr. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
df5b4ca110 Bug 975823, part 12 - Inline BFSState into BFSTableData. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
d0f3457f8a 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
38693d9759 Bug 975823, part 10 - Substitute two SCTableData local vars. r=mcmanus 2014-03-19 16:57:49 -07:00
Andrew McCreight
d6fbb59e77 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
fd6e4eba71 Bug 975823, part 8 - Inline nsStreamConverterService::Init which is now infallible. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
e9d7e1d10a Bug 975823, part 7 - Replace SCTableData with a typedef. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
38947c270c Bug 975823, part 6 - Remove unneeded indirection in SCTableData. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
21b81b1453 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
e053b097ea Bug 975823, part 4 - SCTableData doesn't use its key field. r=mcmanus 2014-03-19 16:57:48 -07:00
Andrew McCreight
25a6dade6e 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
dd7b9c2321 Bug 975823, part 2 - Take advantage of infallible new in nsStreamConverterService. r=mcmanus 2014-03-19 16:57:47 -07:00
Andrew McCreight
33c0ebf48e Bug 975823, part 1 - Remove some trailing whitespace from nsStreamConverterService. r=mcmanus 2014-03-19 16:57:47 -07:00
Kyle Huey
68b608c95f Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg 2014-03-15 12:00:17 -07:00
Kyle Huey
567b9398be Bug 981150: Use nsTArrayForwardDeclare.h more. r=ehsan 2014-03-15 12:00:17 -07:00
Ehsan Akhgari
624e77d16e 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
82ebdc883f 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
d15707a066 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
22591c7558 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
eaa7491d77 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
c2b2fcd3d4 bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj 2013-12-12 20:50:01 -05:00
Birunthan Mohanathas
58325c73be 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
6e4598f9f4 Bug 942791 - Ensure non-ASCII filenames are accessible in FTP directory listings. r=mayhemer 2013-11-29 23:37:57 +09:00
Ms2ger
cbe8d3a7a4 Bug 937224 - Part g: Move LOCAL_INCLUDES to moz.build in netwerk/; r=mshal 2013-11-28 15:25:39 +01:00
Mike Hommey
fdd3247a81 Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
Mike Hommey
2f727b6d62 Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
2013-11-28 14:24:05 +09:00
Mike Hommey
b038245b8d Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-28 13:08:16 +09:00
Chris Peterson
4a2b179b07 Bug 939578 - Build netwerk/streamconv in unified mode. r=mcmanus 2013-11-16 23:33:56 -08:00
Mike Hommey
931cb49886 Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00