Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #1684 - Move global user-agent override to networking component. | Moonchild | 2020-11-27 |
| | | | | | Since this is a http protocol networking feature, it belongs in the networking branch of our preferences. | ||
* | [http] Use a copy of nsHttpConnectionInfo. | Moonchild | 2020-11-19 |
| | | | | | | | The root cause in this bug is that the connection info used by 'SpdyConnectTransaction' is the same instance as the connection info in 'nsHttpTransaction', so we should clone it and let 'SpdyConnectTransaction' use the cloned one. | ||
* | Revert "Issue #1684 - Remove global UA override preference and supporting code." | Moonchild | 2020-11-15 |
| | | | | | | This reverts commit 18df01eb5498c954044f96c346026da0238d2e61. Backed out for devtools breakage. | ||
* | Issue #1684 - Remove global UA override preference and supporting code. | Moonchild | 2020-11-15 |
| | | | | Resolves #1684 | ||
* | Issue #1656 - Part 6: Clean up the build files | Moonchild | 2020-09-23 |
| | |||
* | Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.cc | Moonchild | 2020-09-23 |
| | |||
* | Issue #1656 - Part 3: Nuke more vim config lines in the tree. | Moonchild | 2020-09-23 |
| | | | | Another S&R run with some smarter matching. | ||
* | Issue #1656 - Part 1: Nuke most vim config lines in the tree. | Moonchild | 2020-09-23 |
| | | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part. | ||
* | [network/dom] Improve sanitization of download filenames. | Moonchild | 2020-07-29 |
| | |||
* | Issue #80 - De-unify netwerk/protocol/http | Moonchild | 2020-05-18 |
| | |||
* | Issue #1505 - Part 3: Make native mode actually native again. | wolfbeast | 2020-04-05 |
| | |||
* | Issue #1505 - Part 2: Store application build ID in nsHttpHandler | wolfbeast | 2020-04-05 |
| | | | | | 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 string | wolfbeast | 2020-04-05 |
| | | | | | | | 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 #1280 - Un-bust certerror pages and ForgetAboutSite | wolfbeast | 2020-03-31 |
| | |||
* | Issue #1473 - Fix building `%OS_SLICE%` on non-Windows platforms | JustOff | 2020-03-24 |
| | |||
* | Issue #1482 - Give dynamic SSUAO rules priority over static ones | JustOff | 2020-03-15 |
| | |||
* | Issue #1053 - Remove no longer used function and modules from ↵ | JustOff | 2020-03-11 |
| | | | | `UserAgentUpdates.jsm` | ||
* | Issue #1473 - Add `%OS_SLICE%` macro to SSUAO to refine OS info | JustOff | 2020-03-10 |
| | |||
* | Issue #1053 - Remove android support from ↵ | Matt A. Tobin | 2020-02-22 |
| | | | | netwerk/protocol/http/nsHttpHandler.cpp | ||
* | Issue #1053 - Remove android support from netwerk | Matt A. Tobin | 2020-02-22 |
| | |||
* | [Network] Bump http channel default Firefox CompatMode init value. | wolfbeast | 2020-02-14 |
| | |||
* | Fix preprocessor directive in UserAgentUpdates.jsm | New Tobin Paradigm | 2020-02-02 |
| | |||
* | Issue #65 - Remove AppConstants from netwerk/ | Matt A. Tobin | 2020-02-01 |
| | |||
* | No issue - Fix unsafe http methods on HTTP/2 with TLSv1.3 0RTT. | wolfbeast | 2020-01-18 |
| | |||
* | Revert "No issue - Fix unsafe http methods on HTTP/2 with TLSv1.3 0RTT." | wolfbeast | 2020-01-18 |
| | | | | This reverts commit 67d336a6f27889bdef4723194b6611d049830266. | ||
* | No issue - Fix unsafe http methods on HTTP/2 with TLSv1.3 0RTT. | wolfbeast | 2020-01-17 |
| | |||
* | Handle missing base64 challenge in NegotiateAuth and NTLMAuth. | wolfbeast | 2020-01-09 |
| | |||
* | Issue #1288 - Use NS_DECL_THREADSAFE_ISUPPORTS in HttpBaseChannel.cpp | Gaming4JC | 2019-11-16 |
| | | | | Fixes a regression in Part 1b which caused HTML5 parser to fall off the main thread. | ||
* | Issue #1275 - Add pref to disable warning prompts for SuperfluousAuth | wolfbeast | 2019-11-07 |
| | | | | | | and AutomaticAuth, and default to not prompting. This resolves #1275. | ||
* | Add null check in Http2Session::RecvAltSvc | wolfbeast | 2019-10-23 |
| | |||
* | Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups ↵ | win7-7 | 2019-08-08 |
| | | | | | | along with it (1445670 and 1373780 part 2 and 3) Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups along with it (1445670 and 1373780 part 2 and 3) | ||
* | Implement a threadsafe & revised version of http2PushedStream. | wolfbeast | 2019-07-22 |
| | | | | This re-applies the patch for this with added typename declaration. | ||
* | Revert "Implement a threadsafe & revised version of http2PushedStream." | wolfbeast | 2019-07-21 |
| | | | | | | Backed out because of gcc build failures. This reverts commit 66fae1d81013a2321e7d607a426f834a01b847ce. | ||
* | Bug 1548822. | Honza Bambas | 2019-07-20 |
| | |||
* | Check port safety for AltSvc | wolfbeast | 2019-07-20 |
| | |||
* | Bug 1550498. | Honza Bambas | 2019-07-19 |
| | |||
* | Implement a threadsafe & revised version of http2PushedStream. | wolfbeast | 2019-07-18 |
| | |||
* | Block http auth prompt for cross-origin image subresources by default. | wolfbeast | 2019-07-15 |
| | | | | | | Still allow this to be bypassed with a pref for those really rare corner cases where images are loaded cross-origin by design and the session hasn't been/can't be authenticated ahead of time. | ||
* | Return proper error if the nss layer encounters an error on the http | wolfbeast | 2019-03-22 |
| | | | | tunnel. | ||
* | Close the transaction if PR_Read/PR_Write failed. | wolfbeast | 2019-03-22 |
| | | | | | | When PR_Read/PR_White returns -1, we have to use ErrorAccordingToNSPR to get the error code. We need to close the transaction if a real error happens. | ||
* | Part 1: network component changes. | wolfbeast | 2019-03-07 |
| | |||
* | Make `AllowExperiments` return `false` as it is not useful without telemetry | adeshkp | 2019-01-14 |
| | |||
* | Telemetry: Remove stubs and related code | adeshkp | 2019-01-12 |
| | |||
* | Do not report resource-timing subdocument loads triggered by that subdocument. | wolfbeast | 2018-12-14 |
| | |||
* | Add a nullcheck on pipelined HTTP connections' pushback. | wolfbeast | 2018-11-20 |
| | |||
* | #863 Part 1: Make sending of http upgrade-insecure-requests optional | wolfbeast | 2018-11-05 |
| | | | | Defaults to false if not configured. | ||
* | Backout opportunistic encryption changes. | wolfbeast | 2018-11-04 |
| | | | | | | Apparently there is some functional and naming confusion here. Backing out to re-land after evaluation and possible changes. Tag #863. | ||
* | Make opportunistic encryption configurable. | wolfbeast | 2018-11-04 |
| | | | | | | | This adds a pref "network.http.opportunistic-encryption" that controls whether we send an "Upgrade-Insecure-Requests : 1" header on document navigation or not. This patch modifies the platform network parts. Default for the platform is "true". Part 1 for #863 | ||
* | Make HTTP/2 compressor more resilient to bad data. | wolfbeast | 2018-11-01 |
| | |||
* | Merge pull request #791 from g4jc/session_supercookie | Moonchild | 2018-09-27 |
|\ | | | | | Issue #792 - backport mozbug 1334776 - CVE-2017-7797 Header name interning leaks across origins |