summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/http/nsHttpHandler.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1505 - Part 3: Make native mode actually native again.wolfbeast2020-04-05-4/+36
|
* Issue #1505 - Part 2: Store application build ID in nsHttpHandlerwolfbeast2020-04-05-16/+12
| | | | | Since we're needing to reuse this several times, it makes it simpler to just get it once in init and storing it.
* Issue #1505 - Rebuild application version stringwolfbeast2020-04-05-37/+45
| | | | | | | To respond dynamically to the pref change, the mAppVersion string needs to be rebuilt. Includes some minor improvements for corner cases and removes leftover b2g junk.
* Issue #1053 - Remove android support from ↵Matt A. Tobin2020-02-22-55/+0
| | | | netwerk/protocol/http/nsHttpHandler.cpp
* Issue #1053 - Remove android support from netwerkMatt A. Tobin2020-02-22-27/+1
|
* [Network] Bump http channel default Firefox CompatMode init value.wolfbeast2020-02-14-1/+1
|
* Part 1: network component changes.wolfbeast2019-03-07-6/+61
|
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-16/+0
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-6/+0
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Refresh nsStringBundleService and nsHttpHandler when the browser locale is ↵JustOff2018-08-25-14/+23
| | | | changed
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13-25/+0
| | | | Tag #288
* Identify as Goanna + set Goanna platform version.wolfbeast2018-02-21-1/+1
|
* Read Firefox UA compatmode from a pref instead of hard-coded.wolfbeast2018-02-21-7/+23
| | | | In case of a missing pref, a hard-coded value is still used from the ctor.
* Update UA construction.wolfbeast2018-02-21-10/+53
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2493