-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Malware protection 5: Refactor Special Error Types #1098
Merged
mallexxx
merged 43 commits into
alex/malware-protection-1
from
alex/malware-protection-5
Dec 3, 2024
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
50ed41c
refactor APIClient
mallexxx 9a32e36
fix linter issues
mallexxx b2bdcc7
fix failing test
mallexxx ed8ebb9
Refactor Data storing
mallexxx 1509f0c
add missing public and var
mallexxx e89a467
Refactor update manager
mallexxx 5f32de0
cleanup
mallexxx c19e6f6
cleanup
mallexxx 0c45e98
Refactor Special Error Types
mallexxx 31a4888
fix build
mallexxx a05423b
fix linter issues
mallexxx cd9b1a0
remove TODO
mallexxx 5c07924
fix linter issue
mallexxx 0638803
define SSLErrorCodeKey const
mallexxx a76c632
fix typo
mallexxx c82310e
fix linter issue
mallexxx 0f3e7ba
fix API hash mathing
mallexxx e6d3d57
fix linter issues
mallexxx 9a392fe
Merge branch 'alex/malware-protection-3' into alex/malware-protection-4
mallexxx 318619a
Merge branch 'alex/malware-protection-4' into alex/malware-protection-5
mallexxx 47d9dae
fix typo
mallexxx 6e1c710
add a comment
mallexxx a2d11c0
Improve Type naming
mallexxx f4b01a7
Update type naming
mallexxx 89488e0
Improve naming and types visibility
mallexxx 0855491
Evaluate local filters first before making the API call; Improve docs
mallexxx e18392f
fix linter issues
mallexxx 5975454
fix iOS compatibility
mallexxx 694a945
Int32
mallexxx b65fd02
Int32
mallexxx c37f175
more info
mallexxx 32064a8
Merge branch 'alex/malware-protection-1' into alex/malware-protection-3
mallexxx 5349ce1
Merge branch 'alex/malware-protection-3' into alex/malware-protection-4
mallexxx 1e5cdc9
Merge branch 'alex/malware-protection-4' into alex/malware-protection-5
mallexxx e48c6df
Merge branch 'alex/malware-protection-1' into alex/malware-protection-5
mallexxx 22f3d8f
remove MaliciousSiteProtectionSubfeature.allowPreferencesToggle
mallexxx dfaf4be
check for positive update interval
mallexxx ccef5ee
more debug info
mallexxx ed19ac8
set Matches request timeout to 1
mallexxx be3293e
allow mocking APIService
mallexxx 4aa6744
allow mocking api service
mallexxx eef6a09
rollback APIClient debugging changes
mallexxx b226cb2
Merge branch 'alex/malware-protection-1' into alex/malware-protection-5
mallexxx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mallexxx this requires a PR for iOS as it will break SSL implementation.