| Commit message (Expand) | Author | Age | Lines |
* | Issue #1395 - Remove FlyWeb Service | Matt A. Tobin | 2020-04-14 | -15/+0 |
* | Fix preprocessor directive in UserAgentUpdates.jsm | New Tobin Paradigm | 2020-04-14 | -1/+1 |
* | Issue #65 - Remove AppConstants from netwerk/ | Matt A. Tobin | 2020-04-14 | -10/+9 |
* | Fix whitespace. | athenian200 | 2020-01-26 | -1/+1 |
* | Issue #1349 - Stop 2xx FTP responses from causing browser to hang. | athenian200 | 2020-01-26 | -4/+20 |
* | No issue - Fix unsafe http methods on HTTP/2 with TLSv1.3 0RTT. | wolfbeast | 2020-01-18 | -2/+6 |
* | Revert "No issue - Fix unsafe http methods on HTTP/2 with TLSv1.3 0RTT." | wolfbeast | 2020-01-18 | -6/+2 |
* | No issue - Fix unsafe http methods on HTTP/2 with TLSv1.3 0RTT. | wolfbeast | 2020-01-17 | -2/+6 |
* | Handle missing base64 challenge in NegotiateAuth and NTLMAuth. | wolfbeast | 2020-01-09 | -2/+2 |
* | Use mutex in PACResolver when accessing mRequest from multiple threads. | Valentin Gosu | 2019-12-06 | -6/+20 |
* | Issue #1288 - Use NS_DECL_THREADSAFE_ISUPPORTS in HttpBaseChannel.cpp | Gaming4JC | 2019-11-16 | -1/+1 |
* | Issue #1289 - Part 1: Add a pref to disable HPKP header processing. | wolfbeast | 2019-11-14 | -0/+8 |
* | Issue #1288 - Part 1b: Rewrite nsHTTPCompressConv. | wolfbeast | 2019-11-14 | -405/+466 |
* | Issue #1288 - Part 1a: Update brotli to 1.0.7 | wolfbeast | 2019-11-14 | -0/+2 |
* | Issue #1275 - Add pref to disable warning prompts for SuperfluousAuth | wolfbeast | 2019-11-07 | -3/+15 |
* | Add null check in Http2Session::RecvAltSvc | wolfbeast | 2019-10-23 | -0/+1 |
* | Issue #1134: Reinstate postDataString for about:home searches. | wolfbeast | 2019-08-10 | -1/+7 |
* | Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups al... | win7-7 | 2019-08-08 | -0/+3 |
* | Implement a threadsafe & revised version of http2PushedStream. | wolfbeast | 2019-07-22 | -32/+145 |
* | Revert "Implement a threadsafe & revised version of http2PushedStream." | wolfbeast | 2019-07-21 | -144/+32 |
* | Do not allow the ^ character to appear in the hostname. | wolfbeast | 2019-07-20 | -1/+1 |
* | Bug 1548822. | Honza Bambas | 2019-07-20 | -3/+7 |
* | Treat all file: URIs as having a unique origin. | wolfbeast | 2019-07-20 | -24/+32 |
* | Check port safety for AltSvc | wolfbeast | 2019-07-20 | -0/+5 |
* | Bug 1550498. | Honza Bambas | 2019-07-19 | -3/+8 |
* | Implement a threadsafe & revised version of http2PushedStream. | wolfbeast | 2019-07-18 | -32/+144 |
* | Block http auth prompt for cross-origin image subresources by default. | wolfbeast | 2019-07-15 | -7/+21 |
* | Add preference to allow the loading of FTP subresources for corner cases | wolfbeast | 2019-07-14 | -0/+13 |
* | Remove deprecated appending of #-moz-resolution from Pale Moon and left over ... | Matt A. Tobin | 2019-05-12 | -1/+0 |
* | Merge branch 'master' into default-pref | Ascrod | 2019-04-18 | -3/+3 |
|\ |
|
| * | Remove some BEOS 1st party code leftovers. | wolfbeast | 2019-04-14 | -3/+3 |
* | | Issue #991 Part 4: Network and URILoader | Ascrod | 2019-04-13 | -24/+4 |
|/ |
|
* | Remove some HPUX leftovers. | wolfbeast | 2019-04-01 | -1/+0 |
* | WebRTC: Add explicit mutex on callback receiver for cases it's not | wolfbeast | 2019-03-23 | -1/+10 |
* | Convert UI-dictating FTP errors to console errors. | wolfbeast | 2019-03-23 | -118/+4 |
* | Return proper error if the nss layer encounters an error on the http | wolfbeast | 2019-03-22 | -26/+30 |
* | Close the transaction if PR_Read/PR_Write failed. | wolfbeast | 2019-03-22 | -15/+51 |
* | Remove unused SSL errorReporting prefs | wolfbeast | 2019-03-14 | -4/+0 |
* | Part 2: Add tests | wolfbeast | 2019-03-07 | -0/+156 |
* | Part 1: network component changes. | wolfbeast | 2019-03-07 | -19/+100 |
* | Expose TLS 1.3 cipher suite prefs. | wolfbeast | 2019-02-10 | -1/+9 |
* | Use existing image decoders to handle clipboard BMP data. | wolfbeast | 2019-02-07 | -0/+3 |
* | Never let "localhost" get sent to a proxy. | wolfbeast | 2019-02-07 | -0/+7 |
* | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS | wolfbeast | 2019-01-18 | -1/+0 |
* | Make `AllowExperiments` return `false` as it is not useful without telemetry | adeshkp | 2019-01-14 | -1/+4 |
* | Telemetry: Remove stubs and related code | adeshkp | 2019-01-12 | -616/+17 |
* | Do not report resource-timing subdocument loads triggered by that subdocument. | wolfbeast | 2018-12-14 | -4/+39 |
* | Add a nullcheck on pipelined HTTP connections' pushback. | wolfbeast | 2018-11-20 | -0/+5 |
* | #863 Part 1: Make sending of http upgrade-insecure-requests optional | wolfbeast | 2018-11-05 | -2/+11 |
* | Backout opportunistic encryption changes. | wolfbeast | 2018-11-04 | -11/+2 |