-
Notifications
You must be signed in to change notification settings - Fork 873
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
Match Chromium behavior for extension loading #8392
Conversation
Whoops - for Android, I need to fix GN dependency for
|
4605aed
to
89fa5f5
Compare
@brave/patch-reviewers @fmarier can I get a review on this please? 😄 Test plan added! |
patches/chrome-browser-extensions-chrome_content_verifier_delegate.cc.patch
Outdated
Show resolved
Hide resolved
89fa5f5
to
f8e79a3
Compare
f8e79a3
to
b6080fc
Compare
Ready for re-review, @mkarolin 😄 |
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.
chromium_src
changes LGTM, leaving security implications for @fmarier
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.
I've not looked too deeply into the implementation of these checks in Chromium, but +1 on matching the Chrome behavior.
OK great - CI looks good; there was one lint error with a test that I'll fix and commit. Ready to merge 😄 |
…ding (#8409) Fix toString and make it a generative toString
Fixes brave/brave-browser#15024
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
Verify you CAN NOT install on macOS or Windows
chromium-cleaner.crx
extension from desktop onto the chrome://extensions pageDeveloper Mode
in top right of extensions pageVerify you CAN install on Linux
chromium-cleaner.crx
extension from desktop onto the chrome://extensions pageDeveloper Mode
in top right of extensions page