1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 10:43:47 +00:00
Commit Graph

227 Commits

Author SHA1 Message Date
Bernd Schoolmann
5fbecdd935 Fix 2025-10-17 14:11:26 +02:00
Bernd Schoolmann
164c0bd355 Fix 2025-10-17 14:02:41 +02:00
Bernd Schoolmann
96fa507583 Fix clippy 2025-10-17 12:17:29 +02:00
Bernd Schoolmann
1eb3a7148a Fix verification of sigs and add test vectors 2025-10-17 12:14:31 +02:00
Bernd Schoolmann
fd1331dbc0 Fix test 2025-10-17 11:03:05 +02:00
Bernd Schoolmann
1d4167fd10 Cleanup 2025-10-17 10:53:00 +02:00
Bernd Schoolmann
d87d772de2 Cargo fmt 2025-10-17 10:50:10 +02:00
Bernd Schoolmann
c8775c67e9 Merge branch 'km/beeep/clean-agent-rewrite' of github.com:bitwarden/clients into km/beeep/clean-agent-rewrite 2025-10-17 10:48:08 +02:00
Bernd Schoolmann
17ac7a3d8f Fix display impl 2025-10-17 10:47:31 +02:00
Bernd Schoolmann
98b0e874ea Merge branch 'main' into km/beeep/clean-agent-rewrite 2025-10-17 10:07:23 +02:00
Bernd Schoolmann
e21304ce67 Cleanup 2025-10-17 10:00:20 +02:00
Bernd Schoolmann
51a1d52b4f Undo change 2025-10-17 09:43:09 +02:00
Bernd Schoolmann
0e2412f0d5 Undo change 2025-10-17 09:37:46 +02:00
Bernd Schoolmann
c222e7d53f Undo change 2025-10-17 09:36:53 +02:00
Bernd Schoolmann
6a7b2a19e4 Ssh sig support 2025-10-17 09:26:03 +02:00
Bernd Schoolmann
eebdc0232a Cleanup 2025-10-17 09:09:16 +02:00
Bernd Schoolmann
fa6e86faa8 Fix build 2025-10-17 09:04:55 +02:00
Bernd Schoolmann
64583e3e0c Add known hosts parsing and add comments 2025-10-17 09:02:56 +02:00
neuronull
7cd9832034 [BEEEP] Use tracing in process_isolation (#16762) 2025-10-16 16:07:28 -06:00
Bernd Schoolmann
5857782c4e Undo chromium importer changes 2025-10-16 18:12:38 +02:00
Bernd Schoolmann
3ae5786e67 Clean up windows 2025-10-16 18:10:14 +02:00
Bernd Schoolmann
1905f3f892 Re-sort with locked version 2025-10-16 18:05:46 +02:00
Bernd Schoolmann
be0011c881 Merge branch 'main' into km/beeep/clean-agent-rewrite 2025-10-16 17:58:33 +02:00
Bernd Schoolmann
5818e0f0b8 Run cargo sort 2025-10-16 17:53:56 +02:00
Bernd Schoolmann
86964979d9 Fix cancel signing 2025-10-16 15:28:48 +02:00
Bernd Schoolmann
6aecbc4e13 Update message 2025-10-16 15:05:34 +02:00
Bernd Schoolmann
b49e3c997f Apply cargo sort 2025-10-16 14:53:27 +02:00
Bernd Schoolmann
bc0819b0da Cleanup 2025-10-16 14:49:29 +02:00
Bernd Schoolmann
c7be485de8 Fix errors 2025-10-16 14:36:24 +02:00
Bernd Schoolmann
d524785376 Fix windows 2025-10-16 14:29:39 +02:00
Bernd Schoolmann
e387125ccd Fix windows build 2025-10-16 13:59:51 +02:00
Bernd Schoolmann
0f36693af1 Fix loading 2025-10-16 13:08:44 +02:00
Bernd Schoolmann
1fb20e817b Cleanup 2025-10-16 12:55:55 +02:00
Bernd Schoolmann
79080566df Fix test 2025-10-16 12:06:53 +02:00
Bernd Schoolmann
9d399fe9a2 Cleanup 2025-10-16 12:06:01 +02:00
Bernd Schoolmann
458c865007 Cleanup 2025-10-16 12:04:28 +02:00
Bernd Schoolmann
8272221d82 Cleanup 2025-10-16 11:53:37 +02:00
Bernd Schoolmann
e652b5d57f Cleanup 2025-10-16 11:53:13 +02:00
Bernd Schoolmann
4c0e7a464e MVP rewrite 2025-10-16 11:50:59 +02:00
Bernd Schoolmann
a7242a1186 [BEEEP|PM-25164] Prevent memory dumping on renderer on Linux (#16136)
* Implement libmemory_security

* Cleanup and add script

* Remove duplicate build for flatpak

* Rename to process isolation

* Move to desktop native

* Undo changes in gitignore

* Remove after-pack changes

* Run cargo fmt

* Sort deps

* Attempt to fix windows build

* Update apps/desktop/desktop_native/process_isolation/Cargo.toml

Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>

* Revert "Remove after-pack changes"

This reverts commit c441025587.

* Fix lib process isolation not being included in build

* Fix build

* Attempt to fix build

* Attempt to fix build

* Undo

* Fix library not being included

---------

Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
2025-10-13 15:06:41 +02:00
neuronull
c2fbd3eb7e More robust error handling for desktop autotype windows implementation (#16501)
* Desktop autotype windows error handling

* create a subdir

* extract window handle to separate file

* remove println in case tracing doesn't make it in

* touchups

* reduce scope of unsafe call

* use tracing

* Fix comparison on GetLastError result

* Remove the WindowHandle wrapper and save it for the unit testing PR

* restore apps/browser/src/platform/system-notifications/browser-system-notification.service.ts

* use the human readable message for GetLastError debug

* don't call GetLastError outside of error path

* add some more debug statements

* feedback coltonhorst: nits, fix false positive when len zero, re-add handle validation

* lint

* feedback coltonhurst: add comments and update var names
2025-09-30 22:22:30 +00:00
neuronull
54a53a1c34 Use tracing in ssh_agent (#16455)
* [BEEEP][PM-255518] Use tracing for improved observability

* feedback dani-garcia: use DefaultVisitor

* set default log level

* convert printlns in objc crate

* convert printlns in autotype crate

* convert printlns in autostart crate

* convert printlns in core/password crate

* convert printlns in core/biometric crate

* convert printlns in napi crate

* convert log usage in macos provider crate

* convert existing log macros to tracing

* fix the cargo.toml sort lint errors

* Revert "fix the cargo.toml sort lint errors"

This reverts commit fd149ab697.

* fix the sort lint using correct cargo sort version

* feedback coltonhurst: more comments/clarity on behavior

* revert changes to ssh_agent

* Use tracing in ssh_agent
2025-09-30 06:33:32 -06:00
Colton Hurst
fc53eae4c5 [PM-22758] Configurable Keyboard Shortcut for Autotype (#16613)
* [PM-22785] Initial push with configuration and ipc changes for the configurable autotype keyboard shortcut

* [PM-22785] Add messy code with working configurable hotkey

* [PM-22785] Add more messy rust code

* [PM-22785] Add temp changes with configurable hotkey ui

* Add shortcut display to settings

* [PM-22785] Logic updates. Ran npm run prettier and lint:fix.

* [PM-22785] Add back disableAutotype with refactors.

* [PM-22785] Clean up Rust code

* [PM-22785] Clean up Rust code v2

* [PM-22785] Add unicode bounds in Rust code

* [PM-22785] Update rust code comments

* [PM-22785] Add unicode_value byte length check post-encoding

* [PM-22785] Extract encoding to a separate function

* Various fixes for the autotype setting label

* Misc component fixes

* Disallow nunmbers and allow Win key

* Themify edit shortcut

* Change display of Super to Win

* Create autotype format method

* Autotpe modal cleanup

* [PM-22785] Some cleanup

* Add unit tests and adjust error handling

* [PM-22785] Fix build issues on Mac and Linux

* [PM-22785] Linting fix

* Remove unused message

* [PM-22785] Linting fix

* [PM-22785] More linting fix

* [PM-22785] Address initial PR comments

* [PM-22785] Comment change

* [PM-22785] If statement change

* [PM-22785] Update with fixes from PR comments

* [PM-22785] Update with fixes from PR comments version ?

* add unit tests for get_alphabetic_hot_key()

* Fix tests

* Add missing mock to tests

* [PM-22785] Update with small fixes via PR comments

---------

Co-authored-by: Robyn MacCallum <robyntmaccallum@gmail.com>
Co-authored-by: neuronull <9162534+neuronull@users.noreply.github.com>
2025-09-29 14:20:15 +00:00
renovate[bot]
adbf80dd39 [deps] Platform: Update Rust crate security-framework to v3.5.0 (#16628)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
2025-09-29 11:31:31 +02:00
adudek-bw
f66413e653 Upgrade rusqlite to 0.37.0 (#16530) 2025-09-25 16:54:57 +02:00
Oscar Hinton
87119f9758 Remove allow(clippy::question_mark) (#16565)
Remove the allow(clippy::question_mark) exception by reworking the code to use ?.
2025-09-25 13:31:22 +02:00
neuronull
3f14fdc62d [BEEEP][PM-255518] Use tracing for improved observability (#16321)
* [BEEEP][PM-255518] Use tracing for improved observability

* feedback dani-garcia: use DefaultVisitor

* set default log level

* convert printlns in objc crate

* convert printlns in autotype crate

* convert printlns in autostart crate

* convert printlns in core/password crate

* convert printlns in core/biometric crate

* convert printlns in napi crate

* convert log usage in macos provider crate

* convert existing log macros to tracing

* fix the cargo.toml sort lint errors

* Revert "fix the cargo.toml sort lint errors"

This reverts commit fd149ab697.

* fix the sort lint using correct cargo sort version

* feedback coltonhurst: more comments/clarity on behavior

* revert changes to ssh_agent
2025-09-22 09:56:23 -06:00
Colton Hurst
51ed3d8aed [PM-26013] Small Autotype Updates (#16498)
* [PM-26013] Update the default hotkey and change the uri scheme for autotype.

* [PM-26013] Edit the matching logic for the autotype uri prefix.
2025-09-19 13:04:47 -04:00
adudek-bw
6a7f437b1f Add unit tests to chromium importer (#16462)
* Add unit tests to chromium importer
2025-09-18 13:00:52 -04:00
renovate[bot]
fb2fe703a2 [deps] Platform: Update Rust crate zbus to v5.11.0 (#15289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-18 14:11:08 +02:00