Ms2ger
|
8fcd7f8f16
|
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
|
2012-08-09 09:09:42 +02:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
1f6f1d1b17
|
Bug 777292 - netwerk/: Don't treat number of bytes as an nsresult; r=bz
|
2012-07-27 17:03:25 +03:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Mike Hommey
|
882d156651
|
Bug 763651 - Link the javascript engine against zlib. r=khuey
|
2012-07-12 08:30:59 +02:00 |
|
Ehsan Akhgari
|
c8be8664d9
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (netwerk parts); r=jduell
|
2012-06-05 23:18:25 -04:00 |
|
Geoff Lankow
|
1214b72681
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Shriram Kunchanapalli
|
3216ac51ce
|
Bug 743581: Removes nsCRT::strlen(const PRUnichar*). f=sgautherie r=dougt
|
2012-05-30 18:43:39 +01:00 |
|
Magnus Melin
|
bf65b90123
|
Bug 223681 - [mozTXTToHTMLConv] fails for links with ipv6 addresses. r=ben.bucksch, sr=cbiesinger
|
2012-05-28 22:07:56 +03:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Shriram Kunchanapalli
|
c75394595e
|
Bug 150073 - Remove nsCRT:: in nsCRT::strlen(const char *). r=dougt
|
2012-02-18 19:17:01 +05:30 |
|
Ms2ger
|
630bc4c173
|
Bug 605180 - Fix build warnings in netwerk/. r=jduell
|
2012-04-07 14:25:00 -07:00 |
|
Ryan VanderMeulen
|
8a1ce69485
|
Backout 17deb5f61b4d (bug 150073) due to build bustage. a=shouldausedtryfirst
|
2012-04-03 20:22:42 -04:00 |
|
Shriram Kunchanapalli
|
a0a99e8f8a
|
Bug 150073 - Remove nsCRT:: in nsCRT::strlen. f=sgautherie, r=dougt
|
2012-02-18 19:17:01 +05:30 |
|
Jeff Walden
|
f73124604d
|
Bug 711799 - Add parentheses to a bunch of && expressions nested within || expressions. r=dholbert
|
2011-12-18 01:00:47 -05:00 |
|
Neil Rashbrook
|
d11585e633
|
Bug 698256 Add and use Substring(data, length) convenience method r=dbaron
|
2011-12-09 08:35:41 +00:00 |
|
aceman
|
9abeb32bfd
|
Bug 278341 - [mozTXTToHTMLConv] A colon (:) after a URL in a message is recognized as part of the URL. r=BenB
|
2011-11-17 11:18:07 +00:00 |
|
Panu Horsmalahti
|
9c0e0ddbd9
|
Bug 678978 - Defined and implemented AutoFree class and replaced ERR_OUT macros with return calls, r=honzab (test by honzab, r=bz)
--HG--
rename : netwerk/test/unit/test_multipart_streamconv.js => netwerk/test/unit/test_multipart_streamconv_missing_lead_boundary.js
|
2011-11-09 18:19:00 +01:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Jeff Walden
|
b7753477cf
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
eb2cb918a4
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
77ebbde4ab
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
|
2011-10-10 22:50:08 -07:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Steve Workman
|
fc1645a78b
|
Bug 373900: Add a check to nsMultiMixedConv. r=honzab
|
2011-09-21 15:17:40 -04:00 |
|
Nick Hurley
|
7400a85df3
|
bug 589292 - add contentDisposition{Filename} props to nsIChannel. r=honzab sr=bzbarsky
|
2011-09-09 15:41:04 -07:00 |
|
Dominic Fandrey
|
0ab2f46136
|
Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc
|
2011-06-02 14:56:50 +02:00 |
|
Patrick McManus
|
2ded010403
|
bugzilla 640003 websockets ietf-07 r=smaug r=biesi sr=bz
|
2011-05-21 21:27:52 -04:00 |
|
Tuukka Tolvanen
|
3d2315a7b1
|
Bug 290274 - [mozTXTToHTMLConv] 'clever formatting' of plaintext strips caret from superscript display (x^2 => x2); r=BenB,honzab
|
2011-05-16 08:59:18 +01:00 |
|
Mitchell Field
|
30071eb146
|
Merge mozilla-central to build-system.
|
2011-04-14 12:05:07 +10:00 |
|
Jacek Caban
|
ebd3fbcabb
|
Bug 647820 - Don't use -mno-cygwin on mingw compilation (m-c part) r=ted.mielczarek
|
2011-04-11 13:41:00 +00:00 |
|
Ehsan Akhgari
|
73dd5db57d
|
Bug 646071 - Part 3: Remove nsInt64.h, and convert all uses of nsInt64 and nsUint64 in the tree to PRInt64 and PRUint64, respectively; r=bsmedberg
|
2011-03-31 20:15:27 -04:00 |
|
Ehsan Akhgari
|
49fceed112
|
Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge)
|
2011-04-01 12:23:48 -04:00 |
|
Ehsan Akhgari
|
f4575bfe5e
|
Bug 646071 - Part 3: Remove nsInt64.h, and convert all uses of nsInt64 and nsUint64 in the tree to PRInt64 and PRUint64, respectively; r=bsmedberg
|
2011-03-31 20:15:27 -04:00 |
|
Daniel Veditz
|
39f9956a9d
|
bug 645565 don't stomp previous 200 response with an invalid one, r=biesi
|
2011-04-11 23:46:19 -07:00 |
|
Patrick McManus
|
f40d49ea9f
|
bugzilla 643291 - chnage nshttpcompressconv NS_ERROR to NS_WARNING for data input error r=honzab
--HG--
extra : rebase_source : 5c464f0b34fd6855f741809a81a12f5eec8d1e44
|
2011-04-08 14:37:06 -04:00 |
|
Joe Drew
|
58c6469af1
|
Back out bug 643291 (264508dc959b) on suspicion of causing Tp regressions.
|
2011-03-24 20:28:05 -04:00 |
|
Ehsan Akhgari
|
f83c604e6c
|
Merge cedar onto mozilla-central
|
2011-03-24 14:42:21 -04:00 |
|
Patrick McManus
|
cfff86b2ac
|
Bug 643291 - chnage nshttpcompressconv NS_ERROR to NS_WARNING for data input error r=honzab
--HG--
extra : rebase_source : 14dbf0bc5cd5acbc1c525f7c8f19282c494e24f7
|
2011-03-23 11:01:34 -04:00 |
|
timeless@mozdev.org
|
f763a2f442
|
Bug 620260 add fall through comment to nsHTTPCompressConv::OnDataAvailable
r=biesi
|
2011-03-23 23:30:04 -04:00 |
|
Boris Zbarsky
|
908c57b9ab
|
Bug 635977. Make sure to always send OnStartRequest to our listener from nsIndexedToHTML. r=jduell, a=bsmedberg
|
2011-02-24 13:42:15 -05:00 |
|
Michal Novotny
|
9f62941f24
|
bug 543805 - FTP list parse error when list returns twice space between date and file name. r=honzab.moz@firemni.cz, a=blocker
|
2011-01-17 20:50:08 +02:00 |
|
Ehsan Akhgari
|
df16cbf877
|
Bug 525222 - XML errors possible on file:// listings; r=bzbarsky a=jst
--HG--
extra : rebase_source : 343aa3a018f007db8336e4c221fef27981e5bc45
|
2010-10-12 18:30:42 -04:00 |
|
Honza Bambas
|
aeebe66ad9
|
Bug 556734, r=bz, a=blocking:final+
|
2010-09-16 00:46:17 +02:00 |
|
Dan Witte
|
ccd3c28130
|
Back out Bug 536324 part 2.
|
2010-08-30 13:20:39 -07:00 |
|
Dan Witte
|
c4091d7694
|
Back out Bug 536324 part 3.
|
2010-08-30 13:20:39 -07:00 |
|
Dan Witte
|
86583b1783
|
Back out Bug 589292.
|
2010-08-30 13:20:38 -07:00 |
|
Dan Witte
|
8937bd5738
|
Bug 589292 - e10s necko: add contentDisposition prop to nsIChannel. r=jduell, sr=biesi, a=beta5+
|
2010-08-25 17:51:21 -07:00 |
|
Dan Witte
|
5f4dbe5953
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 3: contentLength consumers. r=jduell, a=beta5+
|
2010-08-21 00:31:35 -07:00 |
|
Dan Witte
|
4439f97632
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 2: contentLength implementors. r=jduell, a=beta5+
|
2010-08-21 00:31:11 -07:00 |
|
Benjamin Smedberg
|
a2833452f8
|
Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
|
2010-06-30 14:23:23 -04:00 |
|
Benjamin Smedberg
|
45af085fff
|
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
|
2010-06-21 11:41:42 -04:00 |
|
Benjamin Smedberg
|
f13550a209
|
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
|
2010-06-10 14:11:40 -04:00 |
|
timeless@mozdev.org
|
2870d2b519
|
Bug 564712 warning: comparison between signed and unsigned integer expressions in nsDirIndexParser::ParseFormat
r=biesi
|
2010-06-27 18:49:46 +02:00 |
|
timeless@mozdev.org
|
c4a57f893a
|
Bug 564713 warning: comparison between signed and unsigned integer expressions in mozTXTToHTMLConv
r=biesi
|
2010-06-27 18:49:24 +02:00 |
|
Joe Drew
|
98f411e39e
|
Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz
|
2010-04-16 17:05:47 -04:00 |
|
Jonas Sicking
|
1489785d0c
|
Bug 570258: Some more atom usage cleanup. r=jst
|
2010-06-08 16:25:27 -07:00 |
|
Michael Kohler
|
9397418412
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Phil Ringnalda
|
e1e1a42da0
|
Correct spelling of preceeding in a CLOSED TREE
|
2010-04-15 21:12:08 -07:00 |
|
Doug Turner
|
e35d8e72d5
|
Bug 545869 - Remove small buffer #defines and use preferences. r=honza
|
2010-04-20 09:32:28 -07:00 |
|
Mike Hommey
|
90dd1ec0b9
|
Bug 502301 - Fix binhex_decode array signedness which broke builds on architectures where char is unsigned [r=benjamin]
This was detected by the C++0x narrowing conversion inside {} compilation errors.
|
2010-04-20 10:44:59 +02:00 |
|
Boris Zbarsky
|
f898fcf78e
|
Bug 537120 part 1: Make sure the multipart converter's part channels install a type sniffer as needed. r=jduell
|
2010-04-10 09:10:21 -07:00 |
|
Ted Mielczarek
|
d042a88b57
|
bug 552032 - compile nsIAppleFileDecoder.idl on x86_64 builds. r=josh
|
2010-03-17 19:09:10 -04:00 |
|
Jae-Seong Lee-Russo
|
513e9cf886
|
Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
|
2010-02-07 10:52:43 -05:00 |
|
Daniel Holbert
|
2c341fb9da
|
Bug 543497, Patch A: Fix "warning: suggest parentheses around comparison in operand of &" in nsBinHexDecoder.cpp. r=jduell
|
2010-02-02 13:56:45 -08:00 |
|
Hugues Fournier
|
f2c7d9c93d
|
Bug 505037 - ".&" or some control chars in filenames of a local file causes it to break directory view when you browse to it or go directly. r=biesi
|
2009-10-17 12:39:01 +02:00 |
|
Ben Hsieh
|
3eab496287
|
Bug 510991 - NS_GetURLSpecFromFile does a stat(). r=biesi
|
2009-10-06 15:43:59 +02:00 |
|
Michal Novotny
|
6773e9b109
|
Bug 214405 - Unable to ftp virtual folder. r=jduell, sr=cbiesinger
|
2009-09-21 19:57:36 +02:00 |
|
Reed Loden
|
4bc570db77
|
Follow-up to bug 515583 -- s/ParseFTPListDetermineRetval/ParsingFailure/
|
2009-09-22 22:40:21 -05:00 |
|
Michal Novotny
|
ddf4fe8b49
|
Bug 515583 - Fixed parsing of CMU/VMS-IP FTP style listing [r=dougt r=wtc sr=biesi]
|
2009-09-23 02:15:29 +02:00 |
|
Phil Ringnalda
|
e62c83fdc6
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
|
Wan-Teh Chang
|
3ca26d853c
|
Bug 513832: Initialize 'state' before passing it to ParseFTPList(),
and pass the same 'state' to subsequent ParseFTPList() calls.
sr=bzbarsky.
|
2009-09-04 11:27:07 -07:00 |
|
Benjamin Smedberg
|
2e9438fd2f
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Navin Lal
|
7d36965d96
|
Bug 385154 - remove nsInt64 usage from the tree. r=roc
|
2009-08-12 10:51:46 +02:00 |
|
Michal Novotny
|
150003cf2a
|
Bug 484684 - ParseFTPList can't handle regular unix ls -l listing of filenames starting with spaces; r=jduell.mcbugs sr=bzbarsky
|
2009-08-08 11:55:16 +02:00 |
|
Serge Gautherie
|
19afaa3c11
|
Bug 444021 - Remove useless |#include "nsILocale[Service|].h"|; (Av1) Just remove them; r=smontagu
|
2009-08-06 20:00:41 +02:00 |
|
timeless@mozdev.org
|
01df21eefc
|
Bug 508074 nsBinHexDecoder should use an nsCString for mName
r=biesi
|
2009-08-05 14:42:52 -04:00 |
|
timeless@mozdev.org
|
262ebbf1c5
|
Bug 508229 Clean up whitespace in nsBinHexDecoder
r=biesi
|
2009-08-05 14:41:45 -04:00 |
|
Makoto Kato
|
6fd01642f1
|
Bug 498324 - Network layer support for Symbian emulator. r=bzbarsky, sr=cbiesinger
|
2009-06-19 16:11:32 +09:00 |
|
Josh Aas
|
3142ca9bfc
|
Port networking to 64-bit Mac OS X. b=489280 r=smichaud sr=roc
|
2009-04-22 09:05:35 -04:00 |
|
Adam Barth
|
1bea884aa2
|
Bug 465007. Harmonize content sniffing in HTML5 and Firefox. r=jdrew,sr=bzbarsky
|
2009-04-06 12:30:03 +12:00 |
|
Arpad Borsos
|
70846f9fab
|
Bug 474369 - get rid of nsVoidArray; netwerk part, v2; r=cbiesinger
|
2009-02-23 02:05:28 +01:00 |
|
Jason Duell
|
8fbc5ad91e
|
Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky
|
2009-02-19 15:25:18 -05:00 |
|
L. David Baron
|
671f598185
|
Backed out changeset 4bd7dd7645c2 (Bug 474536)
|
2009-02-19 12:37:53 -08:00 |
|
Jason Duell
|
8c27d27270
|
Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky
|
2009-02-19 15:25:18 -05:00 |
|
Michal Novotny
|
af52655c11
|
Bug 448141 - Unable to open file with special characters in file:// ftp:// listing (";", semicolon, in file name); r+sr=bzbarsky
|
2009-02-19 18:23:19 +01:00 |
|
Ehsan Akhgari
|
49edf7e991
|
Bug 348233 - FTP and Gopher index pages are LTR always; r+sr=bzbarsky
|
2009-02-15 10:51:04 +03:30 |
|
Fred Jendrzejewski
|
8759b06c00
|
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
|
2009-01-22 17:15:34 +13:00 |
|
Masatoshi Kimura
|
a682e0d618
|
Bug 335531 - Correct misuse of UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE charset labels; r=smontagu sr=dbaron
|
2008-12-06 11:08:26 -08:00 |
|
Daniel Holbert
|
03c259e522
|
Backed out changeset 78d662c2c878 (Bug 335531) on suspicion of causing mochitest failures in test_bug399284.html on linux & windows unittest boxes.
|
2008-12-05 11:52:01 -08:00 |
|
Masatoshi Kimura
|
2171389689
|
Bug 335531 - Correct misuse of "UTF-16BE", "UTF-16LE", "UTF-32BE", and "UTF-32LE" charset labels; r=smontagu sr=dbaron
|
2008-12-05 18:31:00 +01:00 |
|
Daniel Veditz
|
830652956a
|
bug 443299: prevent potential OOM dos and null-deref crash. Patch by Justin Schuh, r=cbiesinger, sr=dveditz
|
2008-10-24 16:47:41 -07:00 |
|
Arpad Borsos
|
8b11d938d2
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
Michal Novotny
|
0b7776d77b
|
Bug 365133 - "The FTP folder won't open!" [r=bzbarsky sr=dougt]
|
2008-10-01 00:28:39 -05:00 |
|
Andrew Sutherland
|
4ddc12dada
|
Bug 361401 - nsAppleFileDecoder assumes big-endian platform, effectively corrupts AppleDouble thunderbird mail attachments; r+sr=bzbarsky
|
2008-09-29 00:04:23 +02:00 |
|
Justin Dolske
|
752487e4ef
|
Remove UTF8 BOM marker from last commit.
|
2008-08-18 17:44:28 -07:00 |
|
Bernard Alleysson ext:(%2C%20Ryan%20VanderMeulen%20%3Cryanvm%40gmail.com%3E)
|
2903e168b8
|
do_GetIOService should use nsGetServiceByCID - bug 271823 r=biesi sr=jag
|
2008-08-18 17:19:27 -07:00 |
|
Benjamin Smedberg
|
4982bf049a
|
Bug 442714 - Mark NS_STACK_CLASS on nsAutoString, r=dbaron
|
2008-06-30 14:46:47 -04:00 |
|
gavin@gavinsharp.com
|
db884f0c08
|
Bug 428250: clicking in blank space in file column of directory listing activates links, patch by Dão Gottwald <dao@mozilla.com>, r=mano, r=biesi, a=beltzner
|
2008-05-05 13:48:11 -07:00 |
|
gavin@gavinsharp.com
|
b350f3c626
|
Bug 431013: FTP view is not using new folder icons on XP and Vista (also changes default ftp:/file: listing favicon), icons by Alex Faaborg and the Iconfactory, r=dao, sr=jst, a=damon
|
2008-04-29 11:47:37 -07:00 |
|
gavin@gavinsharp.com
|
bcd0b82e62
|
Bug 411433: properly handle file location URL in directory listings, patch by Masahiro Yamada <masa141421356@gmail.com>, r=biesi, sr=bzbarsky, a=damon
|
2008-04-16 13:23:23 -07:00 |
|