Skip to content

Use Chrome registry settings with Vivaldi#2174

Merged
droidmonkey merged 1 commit intokeepassxreboot:release/2.3.4from
varjolintu:vivaldi_fix
Aug 20, 2018
Merged

Use Chrome registry settings with Vivaldi#2174
droidmonkey merged 1 commit intokeepassxreboot:release/2.3.4from
varjolintu:vivaldi_fix

Conversation

@varjolintu
Copy link
Copy Markdown
Member

Description

Under Windows Vivaldi browser is using Chrome registry settings for reading native messaging settings. When on Windows, user can select only three browser options, and "Chrome" has been changed to "Chrome and Vivaldi".

Motivation and context

Fixes #1943.
Fixes keepassxreboot/keepassxc-browser#48.

How has this been tested?

Manually.

Types of changes

  • ✅ Bug fix (non-breaking change which fixes an issue)

Checklist:

  • ✅ I have read the CONTRIBUTING document. [REQUIRED]
  • ✅ My code follows the code style of this project. [REQUIRED]
  • ✅ All new and existing tests passed. [REQUIRED]
  • ✅ I have compiled and verified my code with -DWITH_ASAN=ON. [REQUIRED]

Copy link
Copy Markdown
Member

@droidmonkey droidmonkey left a comment

Choose a reason for hiding this comment

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

See comment

#ifdef Q_OS_WIN
// Vivaldi uses Chrome's registry settings
m_ui->vivaldiSupport->setChecked(false);
m_ui->vivaldiSupport->setEnabled(false);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Perhaps we should hide it instead of just disabling it.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

That would be better, yes.

@droidmonkey droidmonkey merged commit 38e48e7 into keepassxreboot:release/2.3.4 Aug 20, 2018
@varjolintu varjolintu deleted the vivaldi_fix branch August 20, 2018 03:37
droidmonkey added a commit that referenced this pull request Aug 22, 2018
- Show all URL schemes in entry view [#1768]
- Disable merge when database is locked [#1975]
- Fix intermittent crashes with favorite icon downloads [#1980]
- Provide potential crash warning to Qt 5.5.x users [#2211]
- Disable apply button when creating new entry/group to prevent data loss [#2204]
- Allow for 12 hour timeout to lock idle database [#2173]
- Multiple SSH Agent fixes [#1981, #2117]
- Multiple Browser Integration enhancements [#1993, #2003, #2055, #2116, #2159, #2174, #2185]
- Fix browser proxy application not closing properly [#2142]
- Add real names and Patreon supporters to about dialog [#2214]
- Add settings button to toolbar, Donate button, and Report a Bug button to help menu [#2214]
- Enhancements to release-tool to appsign intermediate build products [#2101]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants