-
Notifications
You must be signed in to change notification settings - Fork 944
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
Move Brave News Subscribe button to the left of the Tor button #15556
Conversation
@@ -75,6 +76,7 @@ class BraveLocationBarView : public LocationBarView { | |||
friend class ::BraveActionsContainerTest; | |||
friend class ::RewardsBrowserTest; | |||
BraveActionsContainer* brave_actions_ = nullptr; | |||
BraveNewsLocationView* brave_news_location_view = nullptr; |
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.
Should I migrate all these to use raw_ptr?
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.
Let's do it while you're here :)
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.
brave_news_location_view_
const auto& publisher_host = kv.second->site_url.host(); | ||
// When https://github.com/brave/brave-browser/issues/26092 is fixed, this | ||
// hack can be removed. | ||
const auto& publisher_host_www = "www." + publisher_host; |
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 is the same check we're doing for source suggestions
https://github.com/brave/brave-core/blob/master/components/brave_today/browser/suggestions_controller.cc#L91
Hopefully the back end fix we need should be deployed within the next week or so.
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.
++ with some trivial comments 👍🏼
@@ -75,6 +76,7 @@ class BraveLocationBarView : public LocationBarView { | |||
friend class ::BraveActionsContainerTest; | |||
friend class ::RewardsBrowserTest; | |||
BraveActionsContainer* brave_actions_ = nullptr; | |||
BraveNewsLocationView* brave_news_location_view = nullptr; |
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.
Let's do it while you're here :)
if (!subscribed) | ||
return GetCurrentTextColor(); | ||
|
||
return dark_mode::GetActiveBraveDarkModeType() == |
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.
Just note: I know this code is existing code.
Handling dark/light color via ColorProvider would be better instead of checking themes direclty in each view.
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.
Agreed, it'd be good to change this
@@ -75,6 +76,7 @@ class BraveLocationBarView : public LocationBarView { | |||
friend class ::BraveActionsContainerTest; | |||
friend class ::RewardsBrowserTest; | |||
BraveActionsContainer* brave_actions_ = nullptr; | |||
BraveNewsLocationView* brave_news_location_view = nullptr; |
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.
brave_news_location_view_
f56491b
to
dcdd6db
Compare
dcdd6db
to
9bb96b8
Compare
@bsclifton or @emerick for Brave Rewards client review (I had to touch a test) |
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.
rewards test change LGTM! ++
Verified
|
Brave | 1.47.36 Chromium: 107.0.5304.91 (Official Build) nightly (x86_64) |
---|---|
Revision | 3d5948960d62418160796d5831a4d2d7d6c90fa8-refs/branch-heads/5304@{#1097} |
OS | macOS Version 11.7.1 (Build 20G918) |
Confirmed the Manage Subscriptions
button is to the left of the Tor
button
(Original scope also had it to the left of the Share this page
button, but that would've required an additional patch to our Chromium codebase, as an override, so we dropped it.)
Light |
Dark |
---|---|
![]() |
![]() |
Resolves brave/brave-browser#26138
Before:

After:

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: