Ehsan Akhgari
4f8f80b77d
Bug 1053650 follow-up: Mark GetNetworkInterfaceId/SetNetworkInterfaceId as override
2015-04-08 10:27:41 -04:00
Henry Chang
d7d5a942ab
Bug 1053650 - Part 3: Make use of gonk-specific per-interface DNS lookup. r=mcmanus
...
--HG--
extra : rebase_source : a859ed97ede124c0d87dd72c6399be15c72c272d
2015-01-28 11:21:37 +08:00
Henry Chang
90b7e51843
Bug 1053650 - Part 2: Populate networkInterfaceId to SocketTransport. r=mcmanus
...
--HG--
extra : rebase_source : a198156d6d430d7f92801c0f2db51cb297820867
2015-04-07 11:45:57 -04:00
Dragana Damjanovic
ef6b522bde
Bug 1136969 - Add a check that OnStartRequest is called just once during the lifetime of a channel. r=mcmanus
...
--HG--
extra : rebase_source : 756ae3c377788dfe9cf4b073fddc8d99f6021b77
2015-04-02 06:12:00 -04:00
Ehsan Akhgari
54a6fed4fc
Bug 1148854 - Part 2: Resume the intercepted network reuest if the interception fails for some reason; r=jdm
2015-04-02 17:58:22 -04:00
Nathan Froyd
4c7234747e
Bug 1143651 - don't use CallQueryInterface when the compiler can do the cast for us; r=ehsan
2015-03-12 13:20:29 -04:00
Dragana Damjanovic
b658f9d97e
Bug 647010 - Limit when HTTP authentication dialog is shown. Block cross-origin http auth prompts with pref. r=mayhemer, r=tanvi
2015-04-01 06:56:00 -04:00
Mike Hommey
b077d9624d
Bug 1134920 - Use moz_xmalloc/moz_xrealloc/free instead of nsMemory::Alloc/Realloc/Free. r=nfroyd
2015-04-01 13:51:45 +09:00
Patrick McManus
c16820f682
bug 1148237 restart verifier null pattern r=honzab
...
--HG--
extra : rebase_source : 5d351e693d01851ec5a7a7f0455a8f4ed2ae9bb7
2015-03-30 15:56:49 -04:00
Olli Pettay
27cce7e99a
Bug 1149228, cache data: and https: handlers, r=honzab.moz
...
--HG--
extra : rebase_source : 104be024bcaa43317abe048e403e29420aa285e4
2015-03-30 22:32:26 +03:00
Mike Hommey
c39e359c7d
Bug 1138293 - Use malloc/free/realloc/calloc instead of moz_malloc/moz_free/moz_realloc/moz_calloc. r=njn
...
The distinction between moz_malloc/moz_free and malloc/free is not
interesting. We are inconsistent in our use of one or the other, and
I wouldn't be surprised if we are mixing them anyways.
2015-03-31 12:32:49 +09:00
Sylvestre Ledru
ded6365439
Bug 1149078 - Missing UUID dump. r=mconley, a=me
...
DONTBUILD
2015-03-30 02:27:00 -04:00
Blake Kaplan
f1944c7299
Bug 1058551 - Support redirects to data: URIs. r=honza
2015-03-27 13:12:37 -07:00
Andrea Marchesini
e6f385fb3d
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
2015-03-27 18:52:19 +00:00
Ehsan Akhgari
bf1ed4b213
Bug 1147746 - Null check mInterceptListener in HttpChannelChild::ResetInterception; r=jdm
2015-03-26 17:10:15 -04:00
Honza Bambas
1b73f3c25b
Bug 1098422 - Change the HTTP cache half-life experiment values. r=jduell
2015-02-27 10:17:00 -05:00
Trevor Saunders
d5851ef31c
bug 1146027 - more final r=froydnj
2015-03-24 17:51:43 -04:00
Nikhil Marathe
7a7e74fe7c
Bug 1134324 - Set CORS mode and credentials on Fetch event Request. r=michal
...
renames fetch to fetchXHR() since fetch() is now a superpower.
--HG--
extra : transplant_source : %DA%00%E38%A6%0Fw%DA%26%D3%A9q%AE%A6%FE%BA%81%AA%EEB
2015-03-17 08:47:02 -07:00
Ehsan Akhgari
8ee8c0e69c
Bug 1146169 - Check mChannel for null-ness in nsIInterceptedChannel::SetSecurityInfo(); r=jdm
2015-03-22 19:54:03 -04:00
Nikhil Marathe
fa2b7dfb6b
Bug 1141332 - Disable content decoding and use decoded length on intercepted channels. r=mcmanus
...
--HG--
extra : transplant_source : %B9%A2%AB.%EA%A4%ABH%86%D0%F0%3F%DE%03%DF%7D%A9p%B2%D5
2015-03-17 08:48:32 -07:00
Ehsan Akhgari
883849ee32
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
...
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Wes Kocher
14f75f943c
Merge m-c to inbound a=merge CLOSED TREE
2015-03-20 18:01:17 -07:00
Jonathan Hao
791a83eee8
Bug 1144513 - [gonk-lmr1] Adapt RTSPSource.cpp. r=ettseng
2015-03-19 16:45:43 +08:00
Daniel Holbert
9a5edfb4e7
Bug 1134462 followup: Add missing MOZ_OVERRIDE annotation to SynthesizeStatus impls in SynthesizeStatus.h. r=ehsan
2015-03-18 16:44:02 -07:00
Wes Kocher
3bba7718ed
Merge fx-team to m-c a=merge
2015-03-18 15:38:20 -07:00
Nikhil Marathe
191be106d4
Bug 1134462 - Synthesize status and headers from Response returned by ServiceWorker. r=jdm
...
--HG--
extra : rebase_source : 6bfb181427869bb99a0812608e75b6311f3dfb97
2015-03-17 08:48:30 -07:00
Olli Pettay
dcff05ecb2
Bug 1124206, don't release nsCORSListenerProxy so early, r=mcmanus
...
--HG--
extra : rebase_source : c3b7d883d0a64abc7714d55f05fdf66248885f8f
2015-03-18 00:26:33 +02:00
Daniel Stenberg
3a63575b80
Bug 1144040 - Coverity detected uninitialized nsHttpHandler members, r=mcmanus
2015-03-17 02:19:00 +01:00
Josh Matthews
c59c121c80
Bug 1142124 - Never revalidate cache entries for synthesized responses. r=michal
2015-03-11 13:00:38 -04:00
Daniel Holbert
082fd9cd7f
Bug 1142841: Convert all nsRefPtr<nsIRunnable> to nsCOMPtr<nsIRunnable>. r=ehsan
...
This patch was generated by a script. Here's the source of the script for
future reference:
find . \( -iname "*.cpp" -o -iname "*.h" \) | \
xargs -n 1 sed -i "s/nsRefPtr<nsIRunnable>/nsCOMPtr<nsIRunnable>/g"
2015-03-17 09:29:17 -07:00
Nicholas Hurley
f46b3c2dec
Bug 1136484 - Fix happy eyeballs regression from bug 1003448. r=mcmanus
2015-03-17 09:23:11 -07:00
Ehsan Akhgari
876c77c8e4
Bug 1133763 - Part 5: Allow the security info on intercepted HTTP channels to be overridden; r=michal
2015-03-13 14:37:21 -04:00
Alex Verstak
d0c9d91dc1
Bug 1113431 - Expose referrer policy to UI code via Document and nsIWebNavigation. r=jst, sr=bz
2015-01-05 09:42:31 -08:00
Daniel Stenberg
2360040d37
Bug 1145050 - Fix uninitialized class members in Http2Session. r=hurley
...
--HG--
extra : rebase_source : c3b8fe4956bf03da8ab42b45de9fa9d9e56a2d83
2015-03-20 00:42:00 -04:00
awake
0e085bdb1c
Bug 1108183 - Regularize case of language subtags in Accept-Language header. r=mcmanus
...
--HG--
extra : rebase_source : 4274cf333c75bd06896ec0fa8072bc39cebb5ecc
2014-12-05 19:44:00 +01:00
Wes Kocher
014849cca6
Merge m-c to inbound a=merge CLOSED TREE
2015-03-10 16:11:23 -07:00
Wes Kocher
d8ac0068e5
Merge b2g-inbound to m-c a=merge CLOSED TREE
2015-03-10 15:44:53 -07:00
Thomas Zimmermann
84940a68d1
Bug 1137151: Marked destructors of ref-counted RTSP classes as protected, r=sworkman
2015-03-10 13:44:02 +01:00
Ethan Tseng
5bc6a1cede
Bug 1133461 - [RTSP] Remove the extra PLAY request for seek operation. r=bechen
2015-03-04 17:34:35 +08:00
Patrick McManus
0110ebbcda
bug 1135160 - implement link rel=preconnect r=smaug
...
--HG--
extra : rebase_source : 445d77480f9cd6ca8ce0bfd9e6596f92d459323a
2015-02-20 17:01:36 -05:00
Patrick McManus
57112e3c84
bug 1136140 - wss inside https proxy null deref r=hurley
2015-03-09 16:44:34 -04:00
Ethan Tseng
55b31f6e97
Bug 1117486 - [FFOS2.0][Woodduck] System crash by replaying the same RTSP clip several times. r=bechen
2015-02-16 12:37:09 +08:00
Masatoshi Kimura
090fdef055
Bug 1106470 - Drop SSLv3 support from devtools. r=vporof
2015-03-10 01:23:00 +09:00
Ehsan Akhgari
23958c27e7
Bug 1140765 - Build some network code in unified mode; r=mcmanus
2015-03-08 15:46:38 -04:00
Ethan Tseng
40b48175fc
Bug 1138983 - RTSP not enabled in Lollipop. r=vchang
2015-03-05 13:34:08 +08:00
Ben Kelly
86b1b38852
Bug 940273 - Part 1b - Expose nsFileProtocolHandler.h in mozilla/net. r=mcmanus
2015-03-02 14:11:00 +01:00
Dragana Damjanovic
7af9c45717
Bug 918827 - Remove caching for ftp connections. r=michal
...
--HG--
extra : amend_source : 2e31431e4227fdf3f88d31a8efa14aab8e793cd2
2015-03-02 14:31:53 -08:00
Valentin Gosu
435b62bfbc
Bug 1123920 - domainLookupEnd and requestStart out-of-order when using a persistent connection r=mcmanus
2015-02-25 20:23:56 +02:00
Valentin Gosu
44a47b4866
Bug 1123920 - requestStart timestamp is before connectEnd when using persistent connections r=mcmanus
2015-02-25 20:23:35 +02:00
Valentin Gosu
b197d037c7
Bug 1132572 - Fix data race for nsHttpTransaction's timing info r=mcmanus
2015-02-25 20:23:23 +02:00