-
Notifications
You must be signed in to change notification settings - Fork 901
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 relaunch fail after update on mac #1041
Conversation
It could be called twice when browser is restarted by relaunch not by quit & launch. However, Calling this twice might not cause problem. This commit just make calling once exactly.
Chromium's relaunch api seems not compatible with sparkle framework. This new relaunch api is only used by relaunch button in about page.
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.
++
master(383fb12) |
Changed request to 0.58.x beta since 0.57.x is already released. |
@simonhong uplift request to |
…_mac Fix relaunch fail after update on mac
…_mac Fix relaunch fail after update on mac
First commit is cleanup.
Second commit is fix for relaunch fail after update.
Sparkle framework's relaunch api is used instead of using chromium's relaunch api.
This change will not affect other platforms(linux and win).
Fix brave/brave-browser#977
Fix brave/brave-browser#2339
Fix brave/brave-browser#1787
Fix brave/brave-browser#1745
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:
Ex, change 55.1 in
package.json
andchrome/VERSION
.yarn start Release --enable_brave_update
Reviewer Checklist: