summaryrefslogtreecommitdiffstats
path: root/netwerk/base/nsIOService.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1474 - Prevent the cp detection from starting if preffed off.wolfbeast2020-03-07-4/+4
| | | | | | | | When setting up connectivity, e.g. with new network detection, the pref wouldn't be checked (or honored), resulting in spurious startup calls despite being preffed off. This fixes that. Resolves #1474
* Add preference to allow the loading of FTP subresources for corner caseswolfbeast2019-07-14-0/+9
|
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-14/+0
|
* backport m-c bug 1333174 - Don't use NS_ENSURE_SUCCESS at nsIOService:793Gaming4JC2018-10-22-1/+3
| | | | Log spam fix. Suppresses 1,100 instances of NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80520012 emitted from netwerk/base/nsIOService.cpp during linux64 debug testing. Backports [m-c 1333174](https://bugzilla.mozilla.org/show_bug.cgi?id=1333174).
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13-5/+0
| | | | Tag #288
* moebius#223: Consider blocking top level window data: URIs (part 1/3 without ↵janekptacijarabaci2018-04-22-0/+10
| | | | | | tests) https://github.com/MoonchildProductions/moebius/pull/223
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1880