1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-21 02:11:54 +01:00
Commit Graph

1438 Commits

Author SHA1 Message Date
Cesar Gonzalez
4a9ea39c63
[PM-5189] Working through further issues on positioning of inline menu 2024-06-25 09:37:59 -05:00
Cesar Gonzalez
4114b538e5
[PM-5189] Working through further issues on positioning of inline menu 2024-06-25 09:14:02 -05:00
Cesar Gonzalez
582cdf17dd
[PM-5189] Working through further issues on positioning of inline menu 2024-06-25 08:10:08 -05:00
Cesar Gonzalez
b90900009b
[PM-5189] Adding jest tests for OverlayContentService methods 2024-06-25 06:45:57 -05:00
Cesar Gonzalez
b6f3216fe2
[PM-5189] Adding jest tests for OverlayBackground methods 2024-06-25 06:14:52 -05:00
Cesar Gonzalez
2963fc9b7d
[PM-5189] Fixing issues found within code review behind how we position elements 2024-06-25 05:17:58 -05:00
Cesar Gonzalez
ee5c6f07c5
[PM-5189] Fixing issues found within code review behind how we position elements 2024-06-25 05:14:40 -05:00
Cesar Gonzalez
5cb1d7965f
[PM-5189] Fixing issues found within code review behind how we position elements 2024-06-25 04:57:53 -05:00
Cesar Gonzalez
4cd8d4e61d
[PM-5189] Fixing issues found within code review behind how we position elements 2024-06-25 04:22:15 -05:00
Cesar Gonzalez
45c1f78485
[PM-5189] Fixing issues found within code review behind how we position elements 2024-06-24 19:08:02 -05:00
Cesar Gonzalez
1e28efecfc
[PM-5189] Fixing issues found within code review behind how we position elements 2024-06-24 16:56:12 -05:00
Cesar Gonzalez
fe7bd3c2a3
[PM-2857] Reworking how we handle invalidating cache when a tab chagne has occurred 2024-06-24 12:19:43 -05:00
Cesar Gonzalez
c6a68f9c99
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes 2024-06-21 08:20:02 -05:00
github-actions[bot]
f4a4e3b822
Autosync the updated translations (#9759)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-06-21 08:02:10 +00:00
Cesar Gonzalez
5f87bc489f
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes 2024-06-20 16:04:43 -05:00
Cesar Gonzalez
20dad3499f
[PM-5189] Removing custom debounce method that is unused 2024-06-20 16:00:48 -05:00
Cesar Gonzalez
616118b6d8
[PM-5189] Removing custom debounce method that is unused 2024-06-20 15:57:34 -05:00
Cesar Gonzalez
84ff0e83e2
[PM-5189] Finalizing jest tests for AutofillOverlayContentService 2024-06-20 15:55:56 -05:00
Cesar Gonzalez
d5fa721a3c
[PM-5189] Finalizing jest tests for AutofillOverlayContentService 2024-06-20 15:35:00 -05:00
Cesar Gonzalez
edc94c5f90
[PM-5189] Finalizing jest tests for AutofillOverlayContentService 2024-06-20 14:35:27 -05:00
Nick Krantz
82f8641926
[PM-8615] Filters Accessibility tweaks (#9538)
* wrap filters in a role="toolbar" & add aria label

* announce deactivated org message when presented to the user
2024-06-20 14:21:22 -05:00
Cesar Gonzalez
562f81cabd
[PM-5189] Throttling how often sub frame calculations can be triggered from the focus in listener 2024-06-20 14:06:20 -05:00
Cesar Gonzalez
5e875b29b8
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes 2024-06-20 13:38:06 -05:00
Cesar Gonzalez
322bc23eab
[PM-5189] Working through jest tests for OverlayBackground and refining repositioning delays 2024-06-20 12:31:12 -05:00
Cesar Gonzalez
ff5c02dbdd
[PM-5189] Working through jest tests for OverlayBackground and refining repositioning delays 2024-06-20 12:16:52 -05:00
Bitwarden DevOps
b70d227b86
Bumped client version(s) (#9751) 2024-06-20 16:57:26 +00:00
SmithThe4th
eadb1fa4ef
[PM-7215] User with Can View permission can remove passkey or delete URIs from UI, though it isn't saved (#9607)
* Removed - button on passkeys and uris when user has view only access, disabled cog button and made input fields on uris readonly when user has view only access

(cherry picked from commit 077edd77c1)

* switched to use viewonly to hide remove button

(cherry picked from commit dbd854494f)
2024-06-20 10:59:11 -04:00
✨ Audrey ✨
639debe91b
[PM-9008] factor generator-extensions into separate libraries (#9724) 2024-06-20 10:49:23 -04:00
SmithThe4th
8bd2118d77
reverted user verification for passkeys (#9734) 2024-06-20 10:35:45 -04:00
Cesar Gonzalez
23c40d4a34
[PM-5189] Adding documentation for the AutofillOverlayContentService 2024-06-20 08:47:44 -05:00
Cesar Gonzalez
8138309039
[PM-5189] Fixing jest tests for AutofillOverlayContentService 2024-06-20 08:35:37 -05:00
Cesar Gonzalez
6e56f23e44
Merge branch 'main' into autofill/pm-5189-fix-issues-present-with-inline-menu-rendering-in-iframes 2024-06-20 08:23:36 -05:00
Daniel James Smith
8d04731633
[PM-6568][PM-8820][Tech-Debt] Migrate all tools owned toasts to use CL ToastService instead of PlatformUtilsService (#9405)
* Migrate all tools owned toasts to use CL ToastService instead of PlatformUtilsService

* Fix test that was missing a mock

* Fix double checking file and file-content selection

---------

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-06-19 18:28:47 +02:00
Cesar Gonzalez
f51be89664
[PM-5189] Reverting content script port rework 2024-06-19 05:19:41 -05:00
Cesar Gonzalez
bd7a84fa70
Revert "[PM-5189] Working through content script port improvement"
This reverts commit da357f46b3.
2024-06-19 05:11:45 -05:00
Cesar Gonzalez
ab1b841543
Revert "[PM-5189] Working through content script port improvement"
This reverts commit e30a1ebc5d.
2024-06-19 05:11:27 -05:00
Cesar Gonzalez
97778a2bc8
Revert "[PM-5189] Working through content script port improvement"
This reverts commit 8a48e576e1.
2024-06-19 05:11:17 -05:00
Cesar Gonzalez
3181aadb8e
Revert "[PM-5189] Working through content script port improvement"
This reverts commit f389263b64.
2024-06-19 05:11:05 -05:00
Cesar Gonzalez
734f5f6aa4
Revert "[PM-5189] Working through content script port improvement"
This reverts commit f219d71070.
2024-06-19 05:10:53 -05:00
Cesar Gonzalez
cecf00cf64
Revert "[PM-5189] Working through content script port improvement"
This reverts commit 857008413f.
2024-06-19 05:10:16 -05:00
Cesar Gonzalez
ce35ce4183
[PM-5189] Working through content script port improvement 2024-06-19 04:59:40 -05:00
Cesar Gonzalez
b4cc133a6e
[PM-5189] Working through content script port improvement 2024-06-19 04:00:17 -05:00
Cesar Gonzalez
3a50194f24
[PM-5189] Working through content script port improvement 2024-06-19 03:55:49 -05:00
Cesar Gonzalez
857008413f
[PM-5189] Working through content script port improvement 2024-06-19 03:21:40 -05:00
Cesar Gonzalez
f219d71070
[PM-5189] Working through content script port improvement 2024-06-19 02:59:09 -05:00
Cesar Gonzalez
f389263b64
[PM-5189] Working through content script port improvement 2024-06-19 02:55:23 -05:00
Cesar Gonzalez
8a48e576e1
[PM-5189] Working through content script port improvement 2024-06-19 02:30:34 -05:00
Cesar Gonzalez
e30a1ebc5d
[PM-5189] Working through content script port improvement 2024-06-19 02:08:14 -05:00
Cesar Gonzalez
da357f46b3
[PM-5189] Working through content script port improvement 2024-06-19 01:55:03 -05:00
Cesar Gonzalez
6802cc8957
[PM-5189] Reworking how we handle updating the inline menu position 2024-06-18 17:07:16 -05:00