-
Notifications
You must be signed in to change notification settings - Fork 877
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
Issue 518: Enabling CRLSets #652
Conversation
Forwarding review here to @bridiver |
#undef RegisterCRLSetComponent | ||
|
||
#include "brave/browser/brave_browser_process_impl.h" | ||
#include "brave/browser/extensions/brave_component_extension.h" |
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.
this doesn't seem like it is used?
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.
Needed for demand_updater
:
class ComponentsUI { |
#include "../../../../../chrome/browser/component_updater/crl_set_component_installer.cc" | ||
#undef RegisterCRLSetComponent | ||
|
||
#include "brave/browser/brave_browser_process_impl.h" |
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.
#include "chrome/browser/browser_process.h" for g_browser_process
we only need the brave version to access brave-specific methods
75d0ee0
to
fcadbb7
Compare
Denying approval for uplift to We've had several issues in the past of security fixes landing 1-2 days before a release which ended up causing a lot of problems which required prompt hotfixes. If we end up uplifting this, we'll have ~a day or less of bake time which in my opinion, isn't enough time for a change that can have serious implications if something goes wrong. If we did uplift this and required a prompt hotfix, it would also put the |
Clearing the |
auditors: @bridiver
@kjozwiak this has landed in master now so i'm re-adding the uplift request |
Because we're planning on migrating @jumde can you merge this into |
0.58.x - 4a1a3b6 |
FYI only smallest version it is merged inside of should be there for labels. Thanks. |
master: 92e9424 |
Reverted: #986 (master and 0.58.x) |
fixes brave/brave-browser#518
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) ongit rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
On Windows and Linux:
<DATA-DIR>/CertificateRevocation/<ver>/crl-set
Reviewer Checklist: