Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Add whether brave is default browser check #4872

Merged
merged 1 commit into from
Oct 19, 2016
Merged

Add whether brave is default browser check #4872

merged 1 commit into from
Oct 19, 2016

Conversation

darkdh
Copy link
Member

@darkdh darkdh commented Oct 17, 2016

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Ran git rebase -i to squash commits (if needed).

fix #2105
requires brave/muon#73

Auditors: @bridiver, @bbondy

@@ -421,7 +423,6 @@ app.on('ready', () => {
basicAuth.init()
contentSettings.init()
privacy.init()
Autofill.init()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was Autofill.init() removed here intentionally?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, no it must be a rebase mistake

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed. thx

onUseBrave () {
appActions.defaultBrowserUpdated(true)
appActions.defaultBrowserCheckComplete()
appActions.changeSetting(settings.CHECK_DEFAULT_ON_STARTUP, this.props.checkDefaultOnStartup)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if all these 3 things could be managed by a single appAction instead. I won't block on it but I think that's preferred for future ref.

@bbondy
Copy link
Member

bbondy commented Oct 19, 2016

looks great overall, I'll post followups for discovered problems.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

General Settings: "Brave is not your default browser" setting
5 participants