Bogdan Postelnicu
219746ae37
Bug 1228342 - initialize mTainting by all constructors. r=bkelly
2015-12-03 02:39:00 +01:00
Nigel Babu
e4d4fc82a0
Backed out changeset 7b77be698443 (bug 1228342) for build bustage ON CLOSED TREE
2015-12-03 15:51:20 +05:30
Bogdan Postelnicu
7ba715fe82
Bug 1228342 - initialize mTainting by all constructors. r=bkelly
2015-12-02 00:43:00 +01:00
Nathan Froyd
cdf9e6495f
Bug 1223808 - part 3 - replace nsAutoArrayPtr<T> with UniquePtr<T[]> in netwerk/; r=mcmanus
2015-11-08 21:28:05 -05:00
Lars T Hansen
bec81b4997
Bug 1176214 - Part 14: Changes to netwerk. r=jduell
2015-11-25 17:30:52 +01:00
Mike Hommey
5a732f3e23
Bug 1225682 - Don't use nsAuto{,C}String as class member variables in netwerk/. r=mcmanus
2015-12-02 11:04:37 +09:00
Yury Delendik
d12373bf98
Bug 1218029 - Adds ScriptLoadHandler and implements OnIncrementalData callback. r=djvj
2015-12-01 08:00:58 -06:00
Yury Delendik
65bc1071b3
Bug 1218029 - Adds IncrementalStreamLoader interface stubs. r=djvj
2015-11-30 08:54:11 -06:00
Mark Goodwin
743b34d97f
Bug 1228451 - Set short-lived cert lifetime to the max OCSP response lifetime. r=keeler
2015-11-30 22:05:07 +00:00
Christoph Kerschbaumer
053758c154
Bug 1225641 - Change default security flags within NetUtil.newChannel (r=sicking)
2015-11-17 17:35:30 -08:00
Blake Kaplan
b96cf57698
Bug 1171215 - Compute third-partyness in the loadinfo instead of nsIHttpChannelInternal so that other protocols correctly respect the third-party cookie pref. r=sicking/ckerschb
2015-11-30 13:25:29 -08:00
Nicholas Nethercote
465213361e
Bug 1186783 (follow-up) - Bustage fix for Gonk.
2015-11-29 15:25:32 -08:00
Nicholas Nethercote
ef1f4ec165
Bug 1186783 (part 5) - Replace nsBaseHashtable::EnumerateRead() calls in netwerk/ with iterators. r=valentin.
2015-11-19 16:46:35 -08:00
Nicholas Nethercote
a53f4ae316
Bug 1186783 (part 4) - Replace nsBaseHashtable::EnumerateRead() calls in netwerk/ with iterators. r=valentin.
2015-11-19 16:46:24 -08:00
Carsten "Tomcat" Book
29be97c8b5
merge mozilla-inbound to mozilla-central a=merge
2015-11-26 16:54:27 +01:00
Yoshi Huang
b657390188
Bug 1209162 - Create OriginAttributes subtypes. IGNORE IDL r=sicking.
2015-11-03 09:50:54 +08:00
Jonas Sicking
a87c07ef3a
Bug 1217456: Add a security flag for controlling redirects. Use this flag in fetch() implementation. r=bkelly,jduell
2015-11-23 18:47:10 -08:00
Ben Bucksch
fcfe70ba4a
Bug 1200802 - Accept RFC1929 SOCKS credentials in proxyInfo. r=michal
2015-11-24 22:56:00 +01:00
Ehsan Akhgari
f5a3aaa0a2
Bug 1210302 - Part 6: Update the documentation of the methods in the IDL file; r=mcmanus
2015-11-20 16:32:56 -05:00
Christoph Kerschbaumer
483c0c02d4
Bug 1182546 - Use channel->Open2() in parser/htmlparser/nsExpatDriver.cpp (r=bz)
2015-11-20 10:55:54 -08:00
Nigel Babu
5b389aeb02
Backed out changeset 95069f2ce648 (bug 1182546) for Android M(c) bustage ON A CLOSED TREE
2015-11-19 14:26:33 +05:30
Christoph Kerschbaumer
1c7af76fc0
Bug 1182546 - Use channel->Open2() in parser/htmlparser/nsExpatDriver.cpp (r=bz)
2015-11-18 19:23:28 -08:00
Valentin Gosu
2270465a49
Bug 1218918 - Issues with devtools "work offline" when connectivity changes r=mcmanus,dao
...
* Flip the network.offline-mirrors-connectivity pref, so that ioservice.offline means the same as devtools work offline
* ioService.manageOfflineStatus shouldn't be changed when going to offline mode.
* Add logging to nsIOService in order to track offline/connectivity issues
2015-11-18 15:25:39 +01:00
Valentin Gosu
294ee2a3fb
Bug 412457 - should unescape hostname first, then perform IDNA r=mcmanus
2015-11-18 15:25:27 +01:00
Ben Kelly
9b0e251d1f
Bug 1217909 P8 Track navigation interceptions per scope in ServiceWorkerManager. r=catalinb
2015-11-16 08:04:11 -08:00
Daniel Stenberg
4ded8a4e2a
Bug 1207798 - add pref to toggle proxy behavior when inaccessible. r=mcmanus
2015-11-10 15:27:45 +01:00
Christoph Kerschbaumer
251e771c6d
Bug 663570 - MetaCSP Part 3: Upgrade insecure requests changes (r=bz)
2015-11-14 19:28:38 -08:00
Phil Ringnalda
2cc51029ed
Back out 9 changesets (bug 1214305) for e10s devtools browser_bug1045902_console_csp_ignore_reflected_xss_message.js failures
...
Backed out changeset 82929be36e95 (bug 1214305)
Backed out changeset e926606aefbf (bug 1214305)
Backed out changeset 226c83ca9a2a (bug 1214305)
Backed out changeset 88ab26108f2d (bug 1214305)
Backed out changeset 2e3e4f256d46 (bug 1214305)
Backed out changeset 347cd0f8f1e3 (bug 1214305)
Backed out changeset be072bba15fc (bug 1214305)
Backed out changeset 3b85acbe7be7 (bug 1214305)
Backed out changeset 49b930683c02 (bug 1214305)
2015-11-14 10:09:58 -08:00
Ehsan Akhgari
42fe706f68
Bug 1214305 - Part 3: Add a nsIInterceptedChannel.secureUpgradedChannelURI helper; r=jdm
2015-11-02 11:27:00 -05:00
Ehsan Akhgari
627f8c2965
Bug 1214305 - Part 1: Refactor the logic for querying whether a connection should go through a secure upgrade into NS_ShouldSecureUpgrade; r=mcmanus
2015-11-02 11:27:00 -05:00
Jonas Sicking
d8ab9ad28b
Bug 1222829: Remove URIChecker. r=mcmanus
2015-11-09 13:48:05 -08:00
Christoph Kerschbaumer
6dda3cbb55
Bug 1222297 - Use channel->Open2() in netwerk/base/nsNetUtil.cpp (r=sicking)
2015-11-08 18:54:38 -08:00
Nathan Froyd
c3d09b69d7
Bug 1219910 - make gSocketThread a relaxed atomic variable; r=mcmanus
...
Many places that (re-)declared gSocketThread already included
nsSocketTransportService2.h; we can delete the declaration for those
places. For all the other places, we need to include
nsSocketTransportService2.h.
2015-11-06 12:00:37 -05:00
Nathan Froyd
ca779d91d5
Bug 1221151 - use [infallible] in nsILoadInfo.idl instead of manual %{C++ blocks; r=jduell
...
Using [infallible] generates the exact same code as we already have in
the %{C++ blocks. Let's get rid of the %{C++ blocks.
2015-11-03 10:51:24 -05:00
Jonathan Watt
c6fd195898
Bug 1221103 - Add a comment to nsIChannel::securityInfo noting that this info may appear on non-nsHttpChannels and how that may happen. r=bz IGNORE IDL
2015-10-06 18:25:10 +01:00
Ben Kelly
6ce99caa07
Bug 1220007 P2 Make InterceptedChannel's collect logs locally and only flush to nsIChannel on main thread r=bz
2015-11-03 11:20:56 -08:00
Andrea Marchesini
aaf47a5963
Bug 1219939 - make nsTemporaryFileInputStream nsISeekableStream, r=jduell
2015-11-03 15:12:23 +00:00
Carsten "Tomcat" Book
e89eaaf4c8
Backed out changeset d8d75be11275 (bug 1220007)
2015-11-03 14:08:04 +01:00
Patrick McManus
c22eac316b
bug 1219466 - convert netwerk to LazyLogModule r=valentin.gosu
2015-11-02 23:35:29 -05:00
Christoph Kerschbaumer
4665bd60cb
Bug 1206964 - Use channel->AsyncOpen2() in netwerk/base/nsNetUtil.cpp (r=sicking)
2015-11-02 17:31:08 -08:00
Ben Kelly
ba475a9e62
Bug 1220007 P2 Make InterceptedChannel's collect logs locally and only flush to nsIChannel on main thread r=bz
2015-11-02 12:04:29 -08:00
Jonathan Watt
66b4cb58cd
Bug 1220607 - Expand on the nsILoadGroup interface's comment to indicate how it is used. r=bz IGNORE IDL
2015-09-29 15:49:15 +01:00
Honza Bambas
cba19ed3e5
Bug 1206060 - Show pinning status at about:cache. r=michal
2015-10-30 08:12:00 +01:00
Christoph Kerschbaumer
780100ded7
Bug 1194052 - Append to redirectchain before asyncopen() is called (r=sicking,mayhemer)
2015-10-31 15:22:01 -07:00
Christoph Kerschbaumer
443a650fef
Bug 1194052 - Update Clone() functionality of LoadInfo (r=sicking)
2015-10-31 15:20:48 -07:00
Christoph Kerschbaumer
3fd50aae12
Bug 1194052 - Add support for internal redirectchain to loadInfo (r=sicking)
2015-10-31 15:18:59 -07:00
Bill McCloskey
4e7c39e51f
Bug 1209243 - LoadInfo should use GetScriptableParent rather than GetParent (r=bz)
2015-10-30 13:08:41 -07:00
Carsten "Tomcat" Book
6c2c2129e0
Backed out changeset 2a233dadfc49 (bug 1219910) for bustage on a CLOSED TREE
2015-10-30 16:09:19 +01:00
Nathan Froyd
433d68163c
Bug 1219910 - make gSocketThread a relaxed atomic variable; r=mcmanus
...
All the places that (re-)declared gSocketThread already included
nsSocketTransportService2.h, so we can safely delete them.
2015-10-29 16:47:23 -04:00
Ben Kelly
be93927afc
Bug 1215140 P10 Avoid AddRef'ing the nsIChannel OMT. r=bz
2015-10-29 19:53:25 -07:00