mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
* 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