-
Notifications
You must be signed in to change notification settings - Fork 879
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
Foreground/Background notifications aren't implemented on Linux for Brave Ads #1482
Conversation
@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "bat_ads", | |||
"display_name": "Bat Ads Service", | |||
"sandbox_type": "utility", | |||
"sandbox_type": "none", |
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.
the process continually restarted on linux with the sandbox enabled. ledger service process also has sandbox disabled
@@ -1,5 +1,5 @@ | |||
import("//build/config/features.gni") | |||
|
|||
declare_args() { | |||
brave_ads_enabled = !is_linux | |||
brave_ads_enabled = !is_android |
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.
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.
LGTM
@bridiver can you update to have a more descriptive PR title? Might help if we're looking for a regression range, etc |
cada34c
to
dfc2a5e
Compare
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.
Resolved linter issues and LGTM
9a4ab77
to
9f0e6af
Compare
9282cb9
to
7106621
Compare
fixes brave/brave-browser#2511
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:
Confirm AdsService Event Log is logged to console for "foreground" and "background" events. Launch browser from command-line with following arguments:
--enable-logging=stderr --vmodule=brave_ads=3
.Reviewer Checklist: