-
Notifications
You must be signed in to change notification settings - Fork 887
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
Fix incognito icon in cookie settings #7074
Conversation
The Linux build failure seems to be unrelated to this PR. I tried the generated .deb and am getting the expected UI change: |
I did a preliminary search for the existing icon while researching the fix. Will try again. |
It's available as incognito.icon and incognito_profile.icon in vector_icons/chrome/app/vector_icons. In words, the "Private" icons in this screenshot in Brave: are produced by the .icon files above. Here are screenshots of these .icon files, generated with https://github.com/sadrulhc/vector-icons: I am not sure whether we can reference .icon files in brave://settings. Do you know who we could ask @mihaiplesa? |
patches/chrome-browser-resources-settings-site_settings-site_list_entry.html.patch
Outdated
Show resolved
Hide resolved
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.
Thanks for this, left some feedback that would result in not needing to patch.
patches/chrome-browser-resources-settings-site_settings-site_list_entry.html.patch
Outdated
Show resolved
Hide resolved
Thank you very much for your kind review and suggestions @petemill @mkarolin. I implemented your recommended changes and still get the same screenshots: I also verified that it uses the shorter SVG suggested by @petemill. This is my first PR to brave-core. How should I proceed? For example, should I squash my commits, or rebase them onto the current |
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.
Looks perfect. Yes, please squash before merge if you are able.
You don't have to rebase on master as there are no conflicts and CI has passed enough steps apart from what seems like a transient error that IMO we can ignore.
Good to merge if your squash results in no code change.
837699e
to
10da270
Compare
Squashed and merged. Thank you @petemill @mkarolin @mihaiplesa ! |
🕶️ |
Fixes: brave/brave-browser#11738
@mihaiplesa can you suggest additional reviewers?
Submitter Checklist:
npm run lint
,npm run gn_check
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).QA/Yes
orQA/No
) to the associated issuerelease-notes/include
orrelease-notes/exclude
) to the associated issueTest Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.