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 |
|
Makoto Kato
|
b139111eee
|
Bug 26767 - FTP client detects UTF-8 if server returns UTF8 on FEAT. r=michal.novotny
|
2014-04-23 01:12:58 +09:00 |
|
John Shih
|
80ae34ca1f
|
Bug 949956 - Move duplicated code to NetStatistics.h. r=mcmanus
|
2014-01-14 17:55:29 +08:00 |
|
Steve Workman
|
68b4073e57
|
Bug 990268 - Send FTPChannelParent::mStatus in IPDL messages to FTPChannelChild r=mayhemer
|
2014-04-07 11:26:22 -07:00 |
|
Steve Workman
|
78bbb16252
|
Bug 983910 - Set mParentListener for HttpChannelParent objects created after HTTP redirects
|
2014-03-27 13:11:50 -07:00 |
|
Ms2ger
|
b765dd44d3
|
Bug 984006 - Remove xpcom/ds from local includes; r=ehsan
|
2014-03-27 21:05:14 +01:00 |
|
Andrea Marchesini
|
623c6e2389
|
Bug 910010 - Implementation of PFileDescriptorSet - part 1, r=khuey
|
2014-03-25 18:37:13 +00:00 |
|
Steve Workman
|
bef7ee14e6
|
Bug 975338 - Enable diverting of HTTP and FTP channels back to parent process from child r=jduell
|
2014-03-10 23:04:28 +01:00 |
|
Ed Morley
|
eadbc2cf63
|
Backed out changeset 97858e5c1f13 (bug 975338)
|
2014-03-10 17:57:53 +00:00 |
|
Ed Morley
|
aea1f7b049
|
Backed out changeset 7a78f199e1cd (bug 975338)
|
2014-03-10 17:57:46 +00:00 |
|
Steve Workman
|
30f9b2222e
|
Bug 975338 - Implement nsI|ADivertableChannel in FTPChannelChild|Parent r=jduell
|
2014-03-10 18:31:57 +01:00 |
|
Steve Workman
|
8906ee592b
|
Bug 975338 - Add PChannelDiverter and new messages to PHttpChannel r=jduell
|
2014-03-10 18:31:05 +01: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 |
|
John Shih
|
4a1ff24de4
|
Bug 922926 - Part 3: Rebase code in necko. r=mcmanus
|
2013-11-22 10:42:11 +08:00 |
|
Masatoshi Kimura
|
45395c7ee6
|
Bug 942791 - Revert bug 427089. r=mayhemer
|
2013-12-10 07:47:30 +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 |
|
Phil Ringnalda
|
12477fa18a
|
Bug 943208 - Stop force-enabling logging for ftp on Windows, and go back to building ftp unified, r=mcmanus
--HG--
extra : rebase_source : a0a638816f5330568b7560339c09a50bc3ee1688
|
2013-11-25 21:49:12 -08:00 |
|
Phil Ringnalda
|
5d35321444
|
Bug 941854 followup, stop building ftp unified until it stops forcing logging
CLOSED TREE
|
2013-11-25 21:31:03 -08:00 |
|
Ehsan Akhgari
|
e04b8905ef
|
Bug 941854 - Protect against two known bad patterns for unified builds; r=glandium
|
2013-11-25 20:38:30 -05:00 |
|
Chris Peterson
|
ee12a391d3
|
Bug 940215 - Build netwerk/cache2, ftp, and rtsp in unified mode. r=mcmanus
|
2013-11-17 23:29:11 -08:00 |
|
John Shih
|
117bd6f7ac
|
Bug 922924 - Centralize the code for network per-app metering. r=jduell
|
2013-10-30 18:00:17 +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 |
|
Mike Hommey
|
db9e5129bc
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
f0d1cd1e10
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
f81885e53b
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Ryan VanderMeulen
|
5ae093c04f
|
Backed out changeset 5d4d19ebcd70 (bug 922924) for B2G debug bustage.
|
2013-11-18 14:21:24 -05:00 |
|
John Shih
|
5ba07b894d
|
Bug 922924 - Centralize the code for network per-app metering. r=jduell
|
2013-10-30 18:00:17 +08:00 |
|
Ryan VanderMeulen
|
1f72c0fdb5
|
Backed out changeset f3c4d03ad677 (bug 922924) for bustage.
|
2013-11-15 08:32:23 -05:00 |
|
John Shih
|
ea01ef10ea
|
Bug 922924 - Centralize the code for network per-app metering. r=jduell
|
2013-10-30 18:00:17 +08:00 |
|
Nathan Froyd
|
0796aeb3b7
|
Bug 918651 - part 9 - remove useless includes from IPDL files; r=ehsan
These includes are no longer needed. It's much easier to locate these
includes when they're not obscured by a bunch of other stuff.
|
2013-10-18 14:47:04 -04:00 |
|
Nathan Froyd
|
640bb8fea7
|
Bug 918651 - part 7a - fix source files bootlegging things from IPDL headers; rs=ehsan
|
2013-10-18 16:57:55 -04:00 |
|
Nathan Froyd
|
e2ede970d2
|
Bug 918651 - part 5 - qualify all IPDL using statements with required header; r=ehsan
|
2013-10-01 15:25:07 -04:00 |
|
John Shih
|
2b819cd884
|
Bug 855948 - Network Per-App Metering on FTP Layer. r=mcmanus
|
2013-10-24 12:04:44 +08:00 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Brian O'Keefe
|
0cbcd904c7
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Ehsan Akhgari
|
2475f22cbe
|
Bug 919320 - Minimize the #includes in netwerk/protocol; r=mcmanus
|
2013-09-22 23:35:52 -04:00 |
|
Ehsan Akhgari
|
e405bd80a2
|
Bug 917266 - Remove some unneeded code in netwerk/; r=mcmanus
|
2013-09-17 12:38:55 -04:00 |
|
Jason Duell
|
76f59997fa
|
Bug 898156 - crash in thumbnail generation @ mozilla::net::FTPChannelParent::OnStartRequest r=mcmanus
|
2013-09-11 01:10:59 -07:00 |
|
Mike Hommey
|
05b3f24e0e
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Brian O'Keefe
|
0ee041b9fd
|
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
|
2013-08-15 09:02:09 -04:00 |
|
Ms2ger
|
19f3e043e3
|
Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps
|
2013-08-22 08:56:01 +02:00 |
|
Ms2ger
|
4e45b3d52e
|
Bug 883284 - Part e: Move LIBXUL_LIBRARY into moz.build (k-o); r=ted
|
2013-08-22 08:56:00 +02:00 |
|
Ms2ger
|
66214743ad
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
|
Brian O'Keefe
|
3dadb0e396
|
Bug 896177 - Remove useless config.mk includes; r=gps
|
2013-07-17 16:06:53 -04:00 |
|
Joshua Cranmer
|
9254ed8d14
|
Bug 884061 - Part 3q: Use NS_DECL_THREADSAFE_ISUPPORTS in netwerk/, r=macmanus
--HG--
extra : rebase_source : d029f73a1f27896c142f76dce263dd3542763b18
|
2013-07-18 21:24:13 -05:00 |
|
Brian O'Keefe
|
f98dd45a72
|
Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps
|
2013-07-04 08:28:43 -04:00 |
|
Benoit Girard
|
103cc87697
|
Bug 892861 - Remove useless -D flags 'IMPL_THEBES,_IMPL_NS_GFX,...'. r=glandium
|
2013-07-12 08:56:54 -04:00 |
|
Trevor Saunders
|
238525e2d8
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
David Zbarsky
|
ef2f22909f
|
Bug 885804: Renaming in netwerk r=jduell
|
2013-07-08 11:48:39 -04:00 |
|
Mike Shal
|
2f5d43999f
|
Bug 868536 - Move ipdl.mk files to moz.build; r=gps
Author: Mike Shal <mshal@mozilla.com>
|
2013-07-01 09:56:28 -04:00 |
|