Kyle Huey
|
8a1ded0d50
|
Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan
|
2014-05-23 12:53:17 -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 |
|
Makoto Kato
|
a3c69f7ea9
|
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
|
54c0637fed
|
Bug 949956 - Move duplicated code to NetStatistics.h. r=mcmanus
|
2014-01-14 17:55:29 +08:00 |
|
Steve Workman
|
587b992345
|
Bug 990268 - Send FTPChannelParent::mStatus in IPDL messages to FTPChannelChild r=mayhemer
|
2014-04-07 11:26:22 -07:00 |
|
Steve Workman
|
93d4f4cba6
|
Bug 983910 - Set mParentListener for HttpChannelParent objects created after HTTP redirects
|
2014-03-27 13:11:50 -07:00 |
|
Ms2ger
|
794257a824
|
Bug 984006 - Remove xpcom/ds from local includes; r=ehsan
|
2014-03-27 21:05:14 +01:00 |
|
Andrea Marchesini
|
4fad1489fb
|
Bug 910010 - Implementation of PFileDescriptorSet - part 1, r=khuey
|
2014-03-25 18:37:13 +00:00 |
|
Steve Workman
|
0764dccb8b
|
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
|
1ca60296b0
|
Backed out changeset 97858e5c1f13 (bug 975338)
|
2014-03-10 17:57:53 +00:00 |
|
Ed Morley
|
953fb3f2ff
|
Backed out changeset 7a78f199e1cd (bug 975338)
|
2014-03-10 17:57:46 +00:00 |
|
Steve Workman
|
99dfff0973
|
Bug 975338 - Implement nsI|ADivertableChannel in FTPChannelChild|Parent r=jduell
|
2014-03-10 18:31:57 +01:00 |
|
Steve Workman
|
7f0e691e37
|
Bug 975338 - Add PChannelDiverter and new messages to PHttpChannel r=jduell
|
2014-03-10 18:31:05 +01: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 |
|
John Shih
|
c7c4b1e5c3
|
Bug 922926 - Part 3: Rebase code in necko. r=mcmanus
|
2013-11-22 10:42:11 +08:00 |
|
Masatoshi Kimura
|
cc6ac49bd5
|
Bug 942791 - Revert bug 427089. r=mayhemer
|
2013-12-10 07:47:30 +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 |
|
Phil Ringnalda
|
4e094d1599
|
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
|
9df19d5da7
|
Bug 941854 followup, stop building ftp unified until it stops forcing logging
CLOSED TREE
|
2013-11-25 21:31:03 -08:00 |
|
Ehsan Akhgari
|
e24470c27b
|
Bug 941854 - Protect against two known bad patterns for unified builds; r=glandium
|
2013-11-25 20:38:30 -05:00 |
|
Chris Peterson
|
794faa84f6
|
Bug 940215 - Build netwerk/cache2, ftp, and rtsp in unified mode. r=mcmanus
|
2013-11-17 23:29:11 -08:00 |
|
John Shih
|
863ce1fb06
|
Bug 922924 - Centralize the code for network per-app metering. r=jduell
|
2013-10-30 18:00:17 +08:00 |
|
Mike Hommey
|
a65383e1e9
|
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
|
8ceb917350
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
bb6779efe3
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
d7b6f95761
|
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
|
60ae0adae1
|
Backed out changeset 5d4d19ebcd70 (bug 922924) for B2G debug bustage.
|
2013-11-18 14:21:24 -05:00 |
|
John Shih
|
af6c4f4cbe
|
Bug 922924 - Centralize the code for network per-app metering. r=jduell
|
2013-10-30 18:00:17 +08:00 |
|
Ryan VanderMeulen
|
d444cea56c
|
Backed out changeset f3c4d03ad677 (bug 922924) for bustage.
|
2013-11-15 08:32:23 -05:00 |
|
John Shih
|
74b1a68234
|
Bug 922924 - Centralize the code for network per-app metering. r=jduell
|
2013-10-30 18:00:17 +08:00 |
|
Nathan Froyd
|
a418387f4c
|
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
|
9fd46193ba
|
Bug 918651 - part 7a - fix source files bootlegging things from IPDL headers; rs=ehsan
|
2013-10-18 16:57:55 -04:00 |
|
Nathan Froyd
|
ad3ed9e5be
|
Bug 918651 - part 5 - qualify all IPDL using statements with required header; r=ehsan
|
2013-10-01 15:25:07 -04:00 |
|
John Shih
|
f33ed2cd32
|
Bug 855948 - Network Per-App Metering on FTP Layer. r=mcmanus
|
2013-10-24 12:04:44 +08:00 |
|
Mike Hommey
|
1d566f7586
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Brian O'Keefe
|
4c98f61956
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Ehsan Akhgari
|
0b3f2ea3df
|
Bug 919320 - Minimize the #includes in netwerk/protocol; r=mcmanus
|
2013-09-22 23:35:52 -04:00 |
|
Ehsan Akhgari
|
ff292be3eb
|
Bug 917266 - Remove some unneeded code in netwerk/; r=mcmanus
|
2013-09-17 12:38:55 -04:00 |
|
Jason Duell
|
72c1fa7bb5
|
Bug 898156 - crash in thumbnail generation @ mozilla::net::FTPChannelParent::OnStartRequest r=mcmanus
|
2013-09-11 01:10:59 -07:00 |
|
Mike Hommey
|
f1cf3b4238
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Brian O'Keefe
|
4f68eb9b02
|
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
|
2013-08-15 09:02:09 -04:00 |
|
Ms2ger
|
4922ccbc0a
|
Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps
|
2013-08-22 08:56:01 +02:00 |
|
Ms2ger
|
add9ce17b9
|
Bug 883284 - Part e: Move LIBXUL_LIBRARY into moz.build (k-o); r=ted
|
2013-08-22 08:56:00 +02:00 |
|
Ms2ger
|
4d968c40e1
|
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
|
3a92f0ae7c
|
Bug 896177 - Remove useless config.mk includes; r=gps
|
2013-07-17 16:06:53 -04:00 |
|
Joshua Cranmer
|
35b47f34ec
|
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
|
a2b1403eb0
|
Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps
|
2013-07-04 08:28:43 -04:00 |
|
Benoit Girard
|
5b43ee14ca
|
Bug 892861 - Remove useless -D flags 'IMPL_THEBES,_IMPL_NS_GFX,...'. r=glandium
|
2013-07-12 08:56:54 -04:00 |
|
Trevor Saunders
|
82e5558b37
|
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
|
793a951457
|
Bug 885804: Renaming in netwerk r=jduell
|
2013-07-08 11:48:39 -04:00 |
|