Valentin Gosu
90677f4d7d
Bug 786419 - Provide way to "set network offline" per app r=jduell
2014-08-23 06:05:56 +03:00
Henry Chang
73aad21522
Bug 937528 - Initialize port and host for the tcp server accepted socket. r=jduell
2013-12-19 11:21:12 +08:00
Benoit Jacob
4180218bc7
Bug 1028588 - Fix dangerous public destructors in netwerk/ - r=mcmanus
2014-06-24 12:36:44 -04:00
"Kan-Ru Chen (陳侃如)"
8019b23d50
Bug 879475 - Part 006. Fix http auth prompts for nested content processes r=honzab
...
Based on original patch by David Zbarsky <dzbarsky@gmail.com>
2014-06-11 13:44:36 +08:00
Jason Duell
5ac4f4acb2
Bug 1010434
- NeckoParent matches a wrong app for the request of a new RemoteOpenFile. r=bent
2014-05-30 12:50:51 -07:00
Ryan VanderMeulen
be31bb1838
Backed out changeset 8164fe57ac92 (bug 1010434
) for bustage.
...
CLOSED TREE
2014-05-30 16:06:03 -04:00
Jason Duell
b4ce7b0627
Bug 1010434
- NeckoParent matches a wrong app for the request of a new RemoteOpenFile. r=bent
2014-05-30 12:50:51 -07:00
Josh Aas
f00583cc36
Bug 960774: Add ActorDestroy impl for all parent-side actors that don't have one. It will be required soon. r=bent
2014-05-02 13:44:13 -05:00
Ethan Tseng
5f43c64159
Bug 992568 - Part 2: Refactor RtspChannel to support redirection. r=sworkman
2014-04-03 19:08:34 +08: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
Steve Workman
7f0e691e37
Bug 975338 - Add PChannelDiverter and new messages to PHttpChannel r=jduell
2014-03-10 18:31:05 +01:00
Josh Aas
81a268a5e4
Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE. Part 2. r=bent
2014-01-17 13:49:39 -06:00
Jason Duell
cbec7de3de
Bug 945066: remote nsIDNSService to child. r=jdm
...
* * *
bug 945066. Fix windows bustage. r=jduell
2013-12-11 11:03:51 -08:00
Carsten "Tomcat" Book
ef58a8307d
Backed out changeset 3072c9af15b3 (bug 945066) for fixing bustage on a CLOSED TREE
2013-12-11 11:51:35 +01:00
Jason Duell
dfd8de8742
Bug 945066: Make nsIDNSService work on child processes. r=jdm
2013-12-11 01:37:57 -08:00
Patrick Wang
1ee49af721
Bug 870660: Part 1: Add packat filter to UDPSocketParent/Child. r=jduell
2013-11-30 00:13:44 +08:00
Shih-Chiang Chien
306862180d
Bug 869869 - Part 2, add PUDPSocket IPDL interface, r=jdm.
2013-05-10 20:00:28 +08:00
Benjamin Chen
9d77c4acf5
Bug 831645 - Part1, Add Rtsp protocol and streaming protocol interface. r=jduell.mcbugs, sworkman
2013-09-23 18:12:11 +08:00
Thinker Lee ext:(%2C%20Cervantes%20Yu%20%3Ccyu%40mozilla.com%3E)
3adf8353b4
Bug 771765 - Support template content process, part 4: Clone IPC protocol objects that will be up when the template process is ready. r=khuey, r=bent
2013-06-03 18:14:37 +08:00
Fabrice Desré
9f28a6631f
Bug 918090 - Let NeckoParent get the app:// uri when remoting file opening. r=jduell
2013-09-18 16:55:56 -07:00
David Zbarsky
79e9d88d86
Bug 890570: Stop using PBrowser for all other protocols r=jduell
2013-08-21 02:49:44 -04:00
David Zbarsky
ec220ba4cf
Bug 890570 - PRemoteOpenFile Constructor doesn't need PBrowser r=jduell
2013-08-21 02:49:43 -04:00
David Zbarsky
d5f27e312b
Bug 890570 - PTCPSocket constructor doesn't need PBrowser r=jduell
2013-08-21 02:49:42 -04:00
David Zbarsky
3abf6dfd92
Bug 890570 - PCookieService doesn't need PBrowser r=jduell
2013-08-21 02:49:41 -04:00
Tomoaki Konno
b0f30c01ba
Bug 797561 - Expose a server tcp socket API to web applications r=honza
2013-07-29 10:36:43 -07:00
David Zbarsky
793a951457
Bug 885804: Renaming in netwerk r=jduell
2013-07-08 11:48:39 -04:00
Jason Duell
f6e2ff5f4f
Bug 558623 - e10s HTTP: combine PHttpChannel constructor with SendAsyncOpen/SendRedirect1Begin r=jdm
...
--HG--
rename : netwerk/protocol/http/nsHttp.h => netwerk/protocol/http/HttpLog.h
extra : rebase_source : 80cac843f38f2237c9fd932c428e1c1fda781b50
2013-06-22 09:09:19 -07:00
Ben Turner
4bd88d7db1
Bug 835575 - 'PRemoteOpenFile could be more IPC-efficient'. r=jduell.
2013-02-07 13:06:58 +00:00
Jason Duell
1976df1ef8
Backed out changeset f21da1055c46 (bug 835698) a=bustage_from_bug_839688
2013-02-08 17:18:18 -08:00
Ben Turner
8aa8c1b752
Bug 835698 - 'Pre-open() and send the fd for app process's application.zip'. r=jduell.
2013-02-07 13:06:58 +00:00
Ed Morley
b5a78ecd74
Backed out changeset 84db7473edfb (bug 835575)
2013-02-07 12:52:50 +00:00
ben turner
e1bb670ec7
Bug 835575, 'PRemoteOpenFile could be more IPC-efficient'. r=jduell.
2013-02-01 10:20:00 +00:00
Josh Matthews
c4823bbdfb
Bug 782542 - Secure necko IPDL usage. r=ted,jduell a=blocking-b2g
2012-12-29 04:02:16 -05:00
Josh Matthews
a2029f145a
Backed out changeset 6cd44513d285 (bug 782542)
2012-12-28 19:18:38 -05:00
Josh Matthews
9260666d38
Bug 782542 - Secure necko IPDL usage. r=ted,jduell a=blocking-b2g
2012-12-12 10:40:33 -05:00
Jason Duell
2968749a62
Bug 815523 - Remote the app: and jar: protocols. r=fabrice,mwu,jdm
2012-12-22 05:56:21 -08:00
Ed Morley
62e46aa794
Backout 3e4e600adc3b (bug 782542) for crashtest-ipc timeouts
2012-12-16 18:09:39 +00:00
Josh Matthews
b5a5e3ef75
Bug 782542 - Secure necko IPDL usage. r=ted,jduell
...
* * *
Bug 782542 - Disable network.ipc security for certain mochitests r=ted
* * *
Bug 782542. Disable some more tests that use mozbrowser w/o app r?ted
* * *
Bug 782542 : yet another test needs tweaking. r?ted
2012-12-12 10:40:33 -05:00
Ehsan Akhgari
9305b46722
Backed out changeset 34c9ccee8058 (bug 782542) for mochitest failures
2012-12-11 15:04:11 -05:00
Josh Matthews
6fab8b6f69
Bug 782542 - Secure necko IPDL usage. r=ted,jduell
2012-12-07 17:12:02 -05:00
Jason Duell
40220a6d13
Bug 794597 - mozbrowser doesn't send auth request off a redirect. r=jdm
2012-10-09 16:46:24 -07:00
Josh Matthews
1ce2adcc13
Bug 770778 - Make TCPSocket e10s-friendly. r=bent
2012-09-24 14:53:49 -04:00
Ehsan Akhgari
0fd9123eac
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Steve Workman
3627f3a4b8
Bug 622232: Cancel DNS prefetches for HTML Anchor Elems after a tab is closed; r=mcmanus sr=bz
2012-01-20 15:14:46 -08:00
Phil Ringnalda
bcce192c89
Backed out changeset a57b82b18bde (bug 622232) for build bustage
2012-01-23 16:07:47 -08:00
Steve Workman
12888e1608
Bug 622232: Cancel DNS prefetches for HTML Anchor Elems after a tab is closed; r=mcmanus sr=bz
2012-01-20 15:14:46 -08:00
Marco Bonardo
955deb60f0
Backout 08a63bc26c75 (Bug 622232) due to Dromaeo (DOM) regression.
2011-10-26 14:13:07 +02:00
Steve Workman
9a67e43559
Bug 622232: Cancel DNS prefetches for HTML Anchor Elems after a tab is closed; r=mcmanus sr=bz
2011-10-04 16:22:43 -07:00