summaryrefslogtreecommitdiff
path: root/netwerk/protocol
Commit message (Collapse)AuthorAge
* Issue #80 - reinstated unified building for some large chunks of our code.Moonchild2022-09-04
| | | | This should reduce compile complexity saving time and reducing linker stress.
* Issue #1991 - backport Mozilla bug 1266667Basilisk-Dev2022-08-20
|
* Issue #1975 - Implement Origin header CSRF mitigation.Job Bautista2022-07-25
| | | | Backported from Mozilla bug 446344.
* Issue #1905 - Part 4c - Follow Firefox and Safari in reporting "Intel" for ↵Brian Smith2022-06-15
| | | | | | Mac ARM64 devices. Based on Mozilla bug 1655285.
* [Network] Add a socket thread check and early exit for corner cases.Moonchild2022-05-30
|
* [Network] Only call nsWSAdmissionManager::ConnectNext on the main thread.Moonchild2022-05-30
|
* Issue #953 - Neuter the user-facing controls for e10sMoonchild2022-04-08
| | | | | This should prevent people using a massive footgun that would blow off their entire legs. Requires appropriate FE changes.
* Issue #21 - Remove remaining telemetry structs, callers and flags.Moonchild2022-04-02
|
* Issue #21 - Remove Telemetry plumbing and fix build.Moonchild2022-04-02
| | | | | Note this won't give working applications. Requires FE changes and additional js module changes (next part).
* Issue #1822 - Part 4: Remove URL classifier and internal blocklist errors.Moonchild2022-04-01
| | | | | This removes NS_ERROR_{TRACKING|MALWARE|PHISHING|UNWANTED|BLOCKED}_URI that are no longer in use.
* Issue #1822 - Part 3: Remove LOAD_CLASSIFIER_URI and variousMoonchild2022-04-01
| | | | helper functions.
* Issue #1721 - Implement GlobalPrivacyControlMoonchild2022-04-01
| | | | (and get rid of failed DoNotTrack)
* [network] Stop treating http and https as different for encoding schemes.Moonchild2021-07-10
| | | | | There is no reason to treat available encoding schemes for these protocols differently.
* Issue #1767 - Prevent incorrect calling of network change detection function.Moonchild2021-04-26
| | | | | | This rewrites the websocket channel network change detection function to not skip part of its logic in a situation that has already been checked, preventing a thread race. See analysis of the problem in the issue.
* Issue #1741 - Follow-up: Remove superfluous prefobserverMoonchild2021-02-15
| | | | This one is no longer necessary (and incorrect) after the changes made in #1684
* Issue #1741 - Add missing prefobserver for general.useragent.* prefsMoonchild2021-02-14
| | | | Resolves #1741
* [network] Hold mutex when accessing mSecurityInfo.RC_20210128Moonchild2021-01-27
|
* Merge pull request 'Fix macOS version detection above 10.15 and update ↵Moonchild2020-12-01
|\ | | | | | | | | | | blocklist support to 11.0' (#1692) from dbsoft/UXP:Big_Sur_Version into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1692
| * Issue #1690 - Part 1: Fix MacOS version detection above 10.15.Brian Smith2020-11-23
| | | | | | | | Changes based on Mozilla bug 1616404 but supporting back to 10.7.
* | Issue #1684 - Move global user-agent override to networking component.Moonchild2020-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.Moonchild2020-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."Moonchild2020-11-15
| | | | | | This reverts commit 18df01eb5498c954044f96c346026da0238d2e61. Backed out for devtools breakage.
* Issue #1684 - Remove global UA override preference and supporting code.Moonchild2020-11-15
| | | | Resolves #1684
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #1656 - Part 4: Tackle *.idl, *.css, *.ipdlh, *.webidl, *.ccMoonchild2020-09-23
|
* Issue #1656 - Part 3: Nuke more vim config lines in the tree.Moonchild2020-09-23
| | | | Another S&R run with some smarter matching.
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-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.Moonchild2020-07-29
|
* Issue #80 - De-unify netwerk/protocol/httpMoonchild2020-05-18
|
* Issue #80 - De-unify netwerk/protocol/resMoonchild2020-05-18
|
* Issue #80 - De-unify netwerk/protocol/ftpMoonchild2020-05-18
|
* Issue #80 - De-unify smaller netwerk/protocol componentsMoonchild2020-05-17
| | | | | | | | - data - device - file - viewsource - wyciwyg
* Issue #80 - De-unify netwerk/protocol/aboutMoonchild2020-05-17
|
* Issue #1505 - Part 3: Make native mode actually native again.wolfbeast2020-04-05
|
* Issue #1505 - Part 2: Store application build ID in nsHttpHandlerwolfbeast2020-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 stringwolfbeast2020-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 ForgetAboutSitewolfbeast2020-03-31
|
* Issue #1473 - Fix building `%OS_SLICE%` on non-Windows platformsJustOff2020-03-24
|
* Issue #1482 - Give dynamic SSUAO rules priority over static onesJustOff2020-03-15
|
* Issue #1053 - Remove no longer used function and modules from ↵JustOff2020-03-11
| | | | `UserAgentUpdates.jsm`
* Issue #1473 - Add `%OS_SLICE%` macro to SSUAO to refine OS infoJustOff2020-03-10
|
* Issue #1053 - Remove android support from ↵Matt A. Tobin2020-02-22
| | | | netwerk/protocol/http/nsHttpHandler.cpp
* Issue #1053 - Remove android support from netwerkMatt A. Tobin2020-02-22
|
* [Network] Bump http channel default Firefox CompatMode init value.wolfbeast2020-02-14
|
* Fix preprocessor directive in UserAgentUpdates.jsmNew Tobin Paradigm2020-02-02
|
* Issue #65 - Remove AppConstants from netwerk/Matt A. Tobin2020-02-01
|
* Fix whitespace.athenian2002020-01-26
|
* Issue #1349 - Stop 2xx FTP responses from causing browser to hang.athenian2002020-01-26
| | | | | | LIST and RETR still appear to work as intended on ftp:// URLs after my changes. I wasn't able to test STOR because the browser doesn't appear to support FTP uploads at this time (although our FTP implementation appears perfectly capable of doing an FTP upload.) If I understood the issue correctly, though, what we're doing is ensuring that we receive a preliminary 100 response from the FTP server for a given action before jumping to the 200 code describing what we do if the action was completed. Even though it makes no logical sense for a server to say an action was completed before it was initiated, someone could write a really annoying FTP server that takes advantage of this fact to crash the browser if they wanted.
* No issue - Fix unsafe http methods on HTTP/2 with TLSv1.3 0RTT.wolfbeast2020-01-18
|
* Revert "No issue - Fix unsafe http methods on HTTP/2 with TLSv1.3 0RTT."wolfbeast2020-01-18
| | | | This reverts commit 67d336a6f27889bdef4723194b6611d049830266.