mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-24 07:20:49 -04:00
Support for triggering Global Auto-Type from browser extension
This commit is contained in:
parent
be6835e42f
commit
c7cdce6e33
15 changed files with 164 additions and 62 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2019 KeePassXC Team <team@keepassxc.org>
|
||||
* Copyright (C) 2021 KeePassXC Team <team@keepassxc.org>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -37,7 +37,8 @@ private slots:
|
|||
void testGetBase64FromKey();
|
||||
void testIncrementNonce();
|
||||
|
||||
void testBaseDomain();
|
||||
void testTopLevelDomain();
|
||||
void testIsIpAddress();
|
||||
void testSortPriority();
|
||||
void testSortPriority_data();
|
||||
void testSearchEntries();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue