-
Notifications
You must be signed in to change notification settings - Fork 926
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
Added back Chromium implementation of views to look for individual cookies stored per-website. #17746
Conversation
A Storybook has been deployed to preview UI for the latest push |
e6b2b0b
to
af58886
Compare
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
1a26349
to
80a9aa4
Compare
A Storybook has been deployed to preview UI for the latest push |
5d1ad3e
to
0ec03b1
Compare
A Storybook has been deployed to preview UI for the latest push |
0ec03b1
to
dc19396
Compare
A Storybook has been deployed to preview UI for the latest push |
dc19396
to
a43557c
Compare
A Storybook has been deployed to preview UI for the latest push |
a43557c
to
aa34085
Compare
aa34085
to
f1f3216
Compare
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
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.
patches LGTM
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.
👍
A Storybook has been deployed to preview UI for the latest push |
959b864
to
e81ad36
Compare
A Storybook has been deployed to preview UI for the latest push |
|
||
// Ref pointers to storage helpers used in the tree model used for testing. | ||
// Retained to allow control over batch update completion. | ||
scoped_refptr<browsing_data::MockLocalStorageHelper> |
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.
These variables are not named according to convention required by the the style guide [1]. I'm flagging this to raise some awareness, to authors and reviewers, as I've come across a few places today where such cases seemed to have got into master.
[1] https://google.github.io/styleguide/cppguide.html#Variable_Names
The cookie page has again been removed. Clearly, Brave developers do not want users to have control over individual cookies - why? One reply is that users can navigate to an offending webpage and click the lock icon and deal with cookies that way. HOWEVER (shouting), this is NOT a viable choice for companies such as doubleclick who make their money by distributing ad cookies all over the place, and there are hundreds of companies like doubleclick. Brave developers are completely ignoring the fact that many of us want to see the cookies already accepted by the Brave browser so that we can build effective domain block lists. PUT THE COOKIE PAGE BACK, PLEASE!!!!! |
Resolves brave/brave-browser#27150
Added back Chromium implementation of views to look for individual cookies stored per-website.
cookies.mp4
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
wikinpm run lint
,npm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
brave://settings/cookies/detail?site=[domain]
and check cookies for this site can be reviewd and deletedbrave://settings/content/siteDetails
by clicking toCookies and Site Data
link