Commit Graph

11251 Commits

Author SHA1 Message Date
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
Patrick McManus
5deafcaa48 bug 1135160 - ioservice have speculative connect use proxy-resolve2() r=hurley 2015-03-13 17:32:18 -04:00
Daniel Stenberg
3a63575b80 Bug 1144040 - Coverity detected uninitialized nsHttpHandler members, r=mcmanus 2015-03-17 02:19:00 +01:00
Daniel Stenberg
3a8f8c9bea Bug 1144031 - fix use of uninitialized variable, r=mcmanus 2015-03-17 01:45:00 +01:00
Kartikaya Gupta
e4f7673dfd Bug 1140808 - Shut down the active entries table when the cache service is shut down. r=michal 2015-03-17 10:55: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
Daniel Stenberg
d5f2801ed2 Bug 1142586 - avoid asking the link service for online status on CHANGED. r=valentin
--HG--
extra : rebase_source : f4504d521b171654a08bfb82ba9d5991d540c795
2015-03-12 09:46:00 +01:00
Chris Peterson
4a328db9d8 Bug 1142860 - Remove unused exception parameter in osx_corewlan.mm. r=mstange
--HG--
extra : rebase_source : a504360d7e00aa139c21a579b77623f530d33e00
2015-03-04 21:36:07 -08:00
Boris Zbarsky
d1e4959752 Bug 1097987 part 6. Require callers of JS_ExecuteScript to either use the global as the scope or pass in an explicit scopechain. r=waldo 2015-03-14 01:36:16 -04: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
Ehsan Akhgari
08a57b8a9e Bug 1133763 - Part 1: Remember the security info associated with HTTP fetches and record it inside InternalResponse; r=nsm 2015-03-13 14:37:14 -04:00
Daniel Stenberg
09c091da75 Bug 1139453 - Send network UP/DOWN events on desktop Linux. r=valentin
--HG--
extra : rebase_source : d216980505de8bad84eb00ce38e262de4542c6ee
2015-03-13 08:33:00 -04:00
Chih-Kai (Patrick) Wang
22287fd2c7 Bug 1129315 - require app processes update permissions after forked from nuwa. r=jdm 2015-03-12 16:53:22 +08:00
Dragana Damjanovic
fa7103406c Bug 1130444 - Add telemetry for measuring SocketTransortService cycles; r=mcmanus 2015-03-12 10:25:13 +01:00
Daniel Stenberg
ba50e00116 Bug 1141741 - Make mDisablePrefetch assigns atomic; r=mcmanus 2015-03-11 13:58:29 +01:00
Daniel Stenberg
8a79925af3 Bug 1140284 - start the resolver even when offline; r=ehsan 2015-03-09 09:52:05 +01:00
Valentin Gosu
bd4d2c42d2 Bug 1135354 - Crash/Hang when clicking URL with a huge length r=mcmanus 2015-03-11 06:08:27 +02:00
Nathan Froyd
4380a42bbc Bug 1141689 - use services::GetObserverService more; r=ehsan 2014-04-29 13:31:06 -04:00
Jed Davis
91d488e02d Bug 1043143: Step 2a: Add a class like nsDownloader but using memory instead of a file. 2015-03-10 17:00:01 -07: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
a5515296fb Bug 1137151: Mark destructor of |STSThreadPoolListener| as protected, r=mcmanus 2015-03-10 13:44:02 +01: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
Christoph Kerschbaumer
1cd6810693 Bug 1138648 - Update remaining callsites to use newChannel2 in netwerk/ (r=sworkman) 2015-03-09 20:00:55 -07: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
Ryan VanderMeulen
91323d7a02 Backed out changeset a1d51e3fea63 (bug 935838) for B2G test_udpsocket.html timeouts.
CLOSED TREE

--HG--
extra : rebase_source : c38820b067a8faf405bfae7f5b5fb1089bd29bbc
2015-03-09 16:35:06 -04:00
Masatoshi Kimura
090fdef055 Bug 1106470 - Drop SSLv3 support from devtools. r=vporof 2015-03-10 01:23:00 +09:00
Honza Bambas
b14a828424 Bug 1139924 - Dooming an unloaded HTTP cache entry by its URL may fail. r=michal 2015-03-05 08:42:00 -05:00
Alex Henrie
ca1f9c26e1 Bug 1134537 - Only support GIO in nsIOService. r=mcmanus 2015-03-06 22:06:34 -07:00
Dragana Damjanovic
a2a4213345 Bug 935838 - Add per app network traffic statistics to the UDP socket. r=sicking, r=mayhemer 2015-03-06 06:38:00 -05:00
Blake Kaplan
b9a37d66b1 Bug 1131406 - Fix IPC serialization for nsSimpleNestedURI. r=billm 2015-03-06 22:33:00 +01:00
Blake Kaplan
fdaa97571f Bug 1131406 - Don't lose information about JS URIs when serializing them. r=billm 2015-03-06 22:33:00 +01:00
Ehsan Akhgari
23958c27e7 Bug 1140765 - Build some network code in unified mode; r=mcmanus 2015-03-08 15:46:38 -04:00
Ryan VanderMeulen
8aaa845a81 Merge inbound to m-c. a=merge
CLOSED TREE
2015-03-06 16:18:04 -05:00
Ethan Tseng
40b48175fc Bug 1138983 - RTSP not enabled in Lollipop. r=vchang 2015-03-05 13:34:08 +08:00
Michal Novotny
009dab9d94 Bug 1139014 - Optimize memory allocations in CacheFileMetadata, r=honzab 2015-03-06 15:49:04 +01:00
Masatoshi Kimura
3e7620bf97 Bug 1138882 - Add a pref to enable unrestricted RC4 fallback. r=keeler 2015-03-05 22:51:31 +09:00
Honza Bambas
c91f45280d Bug 1136897 - Don't evict expired entries from disk. r=michal 2015-03-03 07:58:00 +01:00
Dragana Damjanovic
d25d9faf01 Bug 1131557 - Serve multiple xpcom events in one poll iteration. r=mcmanus 2015-03-04 14:17:00 +01:00
Jesse Ruderman
f0e53494c7 Bug 1133142 - downgrade 'mTempFile not equal to mTargetFile' from assertion to warning. r=yoric 2015-03-05 01:31:41 -08:00
Jesse Ruderman
1ad5c359ea No bug - remove trailing whitespace 2015-03-05 01:30:25 -08:00
Randell Jesup
f5c457991f Bug 1139020: rollup of sctp modifications for Android rs=jesup 2015-03-05 00:26:49 -05:00
Randell Jesup
c1755fc794 Bug 1139020: Update SCTP library from upstream to rev 9168 rs=jesup 2015-03-05 00:17:42 -05:00
Dragana Damjanovic
5a9c73cac0 Bug 1135405 - use different multicast addresses for each test. r=michal
--HG--
extra : rebase_source : fb316c7904f406bc72b6d73ccf30b4838fe7bfd0
2015-03-04 02:34:00 +01:00