summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/http/nsHttpHandler.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1690 - Part 1: Fix MacOS version detection above 10.15.Brian Smith2020-12-02-2/+2
| | | | Changes based on Mozilla bug 1616404 but supporting back to 10.7.
* Issue #1684 - Move global user-agent override to networking component.Moonchild2020-12-02-13/+15
| | | | | Since this is a http protocol networking feature, it belongs in the networking branch of our preferences.
* Issue #1505 - Part 3: Make native mode actually native again.wolfbeast2020-04-14-4/+36
|
* Issue #1505 - Part 2: Store application build ID in nsHttpHandlerwolfbeast2020-04-14-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-14-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-04-14-55/+0
| | | | netwerk/protocol/http/nsHttpHandler.cpp
* Issue #1053 - Remove android support from netwerkMatt A. Tobin2020-04-14-27/+1
|
* [Network] Bump http channel default Firefox CompatMode init value.wolfbeast2020-04-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