-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PM-8833] Implement on page autofill menu for password generation #11114
[PM-8833] Implement on page autofill menu for password generation #11114
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b127897 - Browse repository at this point
Copy the full SHA b127897View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9ad92d - Browse repository at this point
Copy the full SHA d9ad92dView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da4aef4 - Browse repository at this point
Copy the full SHA da4aef4View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for d06b7fe - Browse repository at this point
Copy the full SHA d06b7feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 623cdd2 - Browse repository at this point
Copy the full SHA 623cdd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9eb56d - Browse repository at this point
Copy the full SHA f9eb56dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 552b6f8 - Browse repository at this point
Copy the full SHA 552b6f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e028801 - Browse repository at this point
Copy the full SHA e028801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a9999 - Browse repository at this point
Copy the full SHA 01a9999View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2779e02 - Browse repository at this point
Copy the full SHA 2779e02View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 74354cc - Browse repository at this point
Copy the full SHA 74354ccView commit details -
Merge branch 'main' into autofill/pm-12316-implement-inline-menu-pass…
…keys-loading-state
Configuration menu - View commit details
-
Copy full SHA for e51fa35 - Browse repository at this point
Copy the full SHA e51fa35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56d7f8a - Browse repository at this point
Copy the full SHA 56d7f8aView commit details
Commits on Sep 18, 2024
-
Merge branch 'main' into autofill/pm-12316-implement-inline-menu-pass…
…keys-loading-state
Configuration menu - View commit details
-
Copy full SHA for ce62ffc - Browse repository at this point
Copy the full SHA ce62ffcView commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 79b20a2 - Browse repository at this point
Copy the full SHA 79b20a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 418cf18 - Browse repository at this point
Copy the full SHA 418cf18View commit details -
Configuration menu - View commit details
-
Copy full SHA for aab44fe - Browse repository at this point
Copy the full SHA aab44feView commit details -
[PM-12316] Incorporating jest tests to validate logic additions to th…
…e overlay background
Configuration menu - View commit details
-
Copy full SHA for 3849ab7 - Browse repository at this point
Copy the full SHA 3849ab7View commit details -
[PM-12316] Incorporating jest tests to validate logic additions to th…
…e InlineMenuList
Configuration menu - View commit details
-
Copy full SHA for 54f2351 - Browse repository at this point
Copy the full SHA 54f2351View commit details -
Merge branch 'main' into autofill/pm-12316-implement-inline-menu-pass…
…keys-loading-state
Configuration menu - View commit details
-
Copy full SHA for 2b901f9 - Browse repository at this point
Copy the full SHA 2b901f9View commit details -
[PM-12316] Incorporating jest tests to validate logic additions to th…
…e InlineMenuList
Configuration menu - View commit details
-
Copy full SHA for d7224b2 - Browse repository at this point
Copy the full SHA d7224b2View commit details -
[desktop] Allow manual sync while locked (#6126)
Co-authored-by: Daniel James Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3b63854 - Browse repository at this point
Copy the full SHA 3b63854View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b2cc7a - Browse repository at this point
Copy the full SHA 1b2cc7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04972d5 - Browse repository at this point
Copy the full SHA 04972d5View commit details -
[PM-12067] Add sorting to exposed passwords report (#11029)
* Add sorting to exposed passwords report - Create new type to represent a row within the report - Add types and remove usage of any - Include the exposed number of times within the data passed to the datasource/table instead of looking it up via the `exposedPasswordMap` - Enable sorting via bitSortable - Set default sort to order by exposed number of times in descending order * Show headers and sort also within AC version of exposed-passwords report but hide the Owner column --------- Co-authored-by: Daniel James Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 075619d - Browse repository at this point
Copy the full SHA 075619dView commit details -
[PM- 9666] Implement edit item view individual vault (#10553)
* Add initial vault cipher form for cipher edit. * Add ability to add new cipher by type * Add ability to save and clone cipher, * Update canEditAllCiphers to take 1 argument. * Add attachments button to add/edit dialog. * Add semi-working attachment dialog. * Add working attachment functionality. * Remove debugging code. * Add tests for new attachments dialog component. * Add AddEditComponentV2 tests. * Remove AddEditComponentV2 delete functionality. * Remove unnecessary else statement. * Launch password generation in new dialog when extension refresh enabled. * Add tests for PasswordGeneratorComponent. * Adjust password and attachments dialog sizes. * run lint:fix * Remove unnecessary form from button. * Add missing provider in test. * Remove password generation events. * Add WebVaultGeneratorDialogComponent and WebCipherFormGenerationService * Move and rename CipherFormQueryParams * Use WebCipherFormGenerationService to launch password / user generation modals. * Add WebVaultGeneratorDialogComponent tests. * Remove unnecessary functionality and corresponding tests. * Fix failing tests. * Remove unused properties from AddEditComponentV2 * Pass CipherFormConfig to dialog. * Clean up unused attachment dialog functionality. * Update AddEdit cancel functionality to prevent navigating user. * Make attachment dialog open a static method. * Add addCipherV2 method and clean up tests. * Remove changes to QueryParams. * Add tests for WebCipherFormGenerationService * Remove unused onCipherSaved method. * Remove cipherSaved event. * Remove unused password generator component * Refactor to simplify editCipherId for extensionRefresh flag. * Add additional comments to AddEditComponentV2. * Simplify open vault generator dialog comment. * Remove unused organizationService * Remove unnecessary typecasting. * Remove extensionRefreshEnabled and related. * Remove slideIn animation * Remove unused AddEditComponentV2 properties. * Add back generic typing. * Condesnse properties into single form config. * Remove onDestroy and related code. * Run prettier * fix injection warning * Handle cipher save. * Redirect to vault on delete and make actions consistent. * Update comment.
Configuration menu - View commit details
-
Copy full SHA for 5445823 - Browse repository at this point
Copy the full SHA 5445823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d0290 - Browse repository at this point
Copy the full SHA 30d0290View commit details -
[PM-11395] [Defect] View Login - TOTP premium badge does nothing when…
… clicked (#10857) * Add MessagingService to LoginCredentialView component. * Add comments. * Add WIP PremiumUpgradeService * Simplify web PremiumUpgradeServices into one service. * Relocate service files. * Add browser version of PremiumUpgradePromptService. * Cleanup debug comments. * Run prettier. * rework promptForPremium to take organization id and add test. * Add test for browser * Rework imports to fix linter errors. * Add Shane's reworked WebVaultPremiumUpgradePromptService.
Configuration menu - View commit details
-
Copy full SHA for b2966d7 - Browse repository at this point
Copy the full SHA b2966d7View commit details -
PM-11338: [Defect] Clicking outside of View {Item} dialog should clos…
…e the dialog properly (#11035) * Handle undefined result. * Updated enum values for consistency.
Configuration menu - View commit details
-
Copy full SHA for 2b6184f - Browse repository at this point
Copy the full SHA 2b6184fView commit details -
Merge branch 'main' into autofill/pm-12316-implement-inline-menu-pass…
…keys-loading-state
Configuration menu - View commit details
-
Copy full SHA for e3cd848 - Browse repository at this point
Copy the full SHA e3cd848View commit details
Commits on Sep 19, 2024
-
Merge branch 'main' into autofill/pm-12316-implement-inline-menu-pass…
…keys-loading-state
Configuration menu - View commit details
-
Copy full SHA for 450bed5 - Browse repository at this point
Copy the full SHA 450bed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d66f851 - Browse repository at this point
Copy the full SHA d66f851View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for b94165b - Browse repository at this point
Copy the full SHA b94165bView commit details -
[PM-8833] Refactoring elements of the OverlayContentService to facili…
…tate expected interactions with the password generation inline menu behavior
Configuration menu - View commit details
-
Copy full SHA for bfe9927 - Browse repository at this point
Copy the full SHA bfe9927View commit details -
[PM-8833] Fixing an issue where the inline menu can potentially appea…
…r without identity ciphers on an account creation form
Configuration menu - View commit details
-
Copy full SHA for 4378048 - Browse repository at this point
Copy the full SHA 4378048View commit details -
[PM-8833] Implementing a throttle to the update of overlay ciphers to…
… ensure we only trigger the update once within a 50ms period
Configuration menu - View commit details
-
Copy full SHA for 3d4c220 - Browse repository at this point
Copy the full SHA 3d4c220View commit details -
Merge branch 'main' into autofill/pm-12316-implement-inline-menu-pass…
…keys-loading-state
Configuration menu - View commit details
-
Copy full SHA for 75557fd - Browse repository at this point
Copy the full SHA 75557fdView commit details -
[PM-12316] Reworking how we handle capturing domain match patterns to…
… make the implementation more robust and consistenct
Configuration menu - View commit details
-
Copy full SHA for 7d83a73 - Browse repository at this point
Copy the full SHA 7d83a73View commit details -
[PM-12316] Reworking how we handle capturing domain match patterns to…
… make the implementation more robust and consistenct
Configuration menu - View commit details
-
Copy full SHA for 38caec6 - Browse repository at this point
Copy the full SHA 38caec6View commit details -
[PM-12316] Reworking how we handle capturing domain match patterns to…
… make the implementation more robust and consistenct
Configuration menu - View commit details
-
Copy full SHA for 3ba63b2 - Browse repository at this point
Copy the full SHA 3ba63b2View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 3f4e3ac - Browse repository at this point
Copy the full SHA 3f4e3acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a454a - Browse repository at this point
Copy the full SHA 64a454aView commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for c035ef8 - Browse repository at this point
Copy the full SHA c035ef8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ed792 - Browse repository at this point
Copy the full SHA 43ed792View commit details
Commits on Sep 20, 2024
-
[PM-8833] Setting up password generator to refresh only when a form i…
…s blurred entirely
Configuration menu - View commit details
-
Copy full SHA for 55da615 - Browse repository at this point
Copy the full SHA 55da615View commit details -
[PM-8833] Fixing an issue with how hover state can affect positioning…
… of the inline menu
Configuration menu - View commit details
-
Copy full SHA for 0836e43 - Browse repository at this point
Copy the full SHA 0836e43View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 7ea2d50 - Browse repository at this point
Copy the full SHA 7ea2d50View commit details -
Merge branch 'main' into autofill/pm-12316-implement-inline-menu-pass…
…keys-loading-state
Configuration menu - View commit details
-
Copy full SHA for 2d3000a - Browse repository at this point
Copy the full SHA 2d3000aView commit details -
[PM-8833] Fixing an issue where the inline menu aria alert can be rea…
…d multiple times when a user immediately focuses the menu
Configuration menu - View commit details
-
Copy full SHA for 602694d - Browse repository at this point
Copy the full SHA 602694dView commit details -
[PM-8833] Fixing a couple of smaller issues before diving deeper into…
… reworking input event interactions
Configuration menu - View commit details
-
Copy full SHA for 0acc876 - Browse repository at this point
Copy the full SHA 0acc876View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for f7ad4e5 - Browse repository at this point
Copy the full SHA f7ad4e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3f9a44 - Browse repository at this point
Copy the full SHA f3f9a44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b0934 - Browse repository at this point
Copy the full SHA 55b0934View commit details -
[PM-8833] Fixing an issue with attempting to generate a password with…
…out being authenticated
Configuration menu - View commit details
-
Copy full SHA for eb4ccf3 - Browse repository at this point
Copy the full SHA eb4ccf3View commit details -
Merge branch 'main' into autofill/pm-12316-implement-inline-menu-pass…
…keys-loading-state
Configuration menu - View commit details
-
Copy full SHA for 090daee - Browse repository at this point
Copy the full SHA 090daeeView commit details
Commits on Sep 23, 2024
-
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 97a9edf - Browse repository at this point
Copy the full SHA 97a9edfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fe78fd - Browse repository at this point
Copy the full SHA 3fe78fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8583a52 - Browse repository at this point
Copy the full SHA 8583a52View commit details
Commits on Sep 24, 2024
-
[PM-8833] Reworking how the inline menu is opened and positioned to a…
…ct more uniformly
Configuration menu - View commit details
-
Copy full SHA for 065299a - Browse repository at this point
Copy the full SHA 065299aView commit details -
[PM-8833] Reworking how the inline menu is opened and positioned to a…
…ct more uniformly
Configuration menu - View commit details
-
Copy full SHA for a2b4c2f - Browse repository at this point
Copy the full SHA a2b4c2fView commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 05e58d0 - Browse repository at this point
Copy the full SHA 05e58d0View commit details -
Merge branch 'main' into autofill/pm-12316-implement-inline-menu-pass…
…keys-loading-state
Configuration menu - View commit details
-
Copy full SHA for 8af49cc - Browse repository at this point
Copy the full SHA 8af49ccView commit details -
[PM-12316] Fixing an edge case issue where updating the overlay ciphe…
…rs can trigger an update of the passkey auth view before the page is refreshed
Configuration menu - View commit details
-
Copy full SHA for 406ccbf - Browse repository at this point
Copy the full SHA 406ccbfView commit details -
Merge branch 'main' into autofill/pm-12316-implement-inline-menu-pass…
…keys-loading-state
Configuration menu - View commit details
-
Copy full SHA for 5fe4ed9 - Browse repository at this point
Copy the full SHA 5fe4ed9View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 4d32fd0 - Browse repository at this point
Copy the full SHA 4d32fd0View commit details -
Merge branch 'autofill/pm-12316-implement-inline-menu-passkeys-loadin…
…g-state' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 46766c9 - Browse repository at this point
Copy the full SHA 46766c9View commit details -
[PM-8833] Implementing final elements of the rough sketch before cont…
…inuing refinement
Configuration menu - View commit details
-
Copy full SHA for 45ae8a0 - Browse repository at this point
Copy the full SHA 45ae8a0View commit details -
[PM-8833] Implementing final elements of the rough sketch before cont…
…inuing refinement
Configuration menu - View commit details
-
Copy full SHA for 9f90816 - Browse repository at this point
Copy the full SHA 9f90816View commit details -
[PM-8833] Implementing final elements of the rough sketch before cont…
…inuing refinement
Configuration menu - View commit details
-
Copy full SHA for 61a4ca0 - Browse repository at this point
Copy the full SHA 61a4ca0View commit details -
[PM-8833] Implementing final elements of the rough sketch before cont…
…inuing refinement
Configuration menu - View commit details
-
Copy full SHA for 94c710b - Browse repository at this point
Copy the full SHA 94c710bView commit details
Commits on Sep 25, 2024
-
Merge branch 'main' into autofill/pm-12316-implement-inline-menu-pass…
…keys-loading-state
Configuration menu - View commit details
-
Copy full SHA for 4c5ae97 - Browse repository at this point
Copy the full SHA 4c5ae97View commit details -
Merge branch 'autofill/pm-12316-implement-inline-menu-passkeys-loadin…
…g-state' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 84b0f26 - Browse repository at this point
Copy the full SHA 84b0f26View commit details -
[PM-8833] Implementing final elements of the rough sketch before cont…
…inuing refinement
Configuration menu - View commit details
-
Copy full SHA for 0b7499b - Browse repository at this point
Copy the full SHA 0b7499bView commit details -
Configuration menu - View commit details
-
Copy full SHA for be1f361 - Browse repository at this point
Copy the full SHA be1f361View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for a96b8d6 - Browse repository at this point
Copy the full SHA a96b8d6View commit details -
Merge branch 'main' into autofill/pm-12316-implement-inline-menu-pass…
…keys-loading-state
Configuration menu - View commit details
-
Copy full SHA for 64fb80a - Browse repository at this point
Copy the full SHA 64fb80aView commit details -
Merge branch 'autofill/pm-12316-implement-inline-menu-passkeys-loadin…
…g-state' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 95b4e48 - Browse repository at this point
Copy the full SHA 95b4e48View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 082e5aa - Browse repository at this point
Copy the full SHA 082e5aaView commit details
Commits on Sep 26, 2024
-
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 0a1d727 - Browse repository at this point
Copy the full SHA 0a1d727View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e43f8 - Browse repository at this point
Copy the full SHA e4e43f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d842df3 - Browse repository at this point
Copy the full SHA d842df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ca7e7 - Browse repository at this point
Copy the full SHA 02ca7e7View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for e616e2a - Browse repository at this point
Copy the full SHA e616e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for caeedb7 - Browse repository at this point
Copy the full SHA caeedb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61bcb8b - Browse repository at this point
Copy the full SHA 61bcb8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d076a75 - Browse repository at this point
Copy the full SHA d076a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for da2dc3c - Browse repository at this point
Copy the full SHA da2dc3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a369b - Browse repository at this point
Copy the full SHA 23a369bView commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 1468c26 - Browse repository at this point
Copy the full SHA 1468c26View commit details -
add inline menu identity and card visibility settings state to autofi…
…ll settings service
Configuration menu - View commit details
-
Copy full SHA for 89d3413 - Browse repository at this point
Copy the full SHA 89d3413View commit details -
add inline menu identity and card visibility settings to autofill set…
…tings view component
Configuration menu - View commit details
-
Copy full SHA for b29058e - Browse repository at this point
Copy the full SHA b29058eView commit details -
add inline menu identity and card visibility settings to legacy autof…
…ill settings view component
Configuration menu - View commit details
-
Copy full SHA for c32c027 - Browse repository at this point
Copy the full SHA c32c027View commit details -
do not show inline menu card and identity visibility settings if inli…
…ne-menu-positioning-improvements feature flag is off
Configuration menu - View commit details
-
Copy full SHA for 6857f18 - Browse repository at this point
Copy the full SHA 6857f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 699e32c - Browse repository at this point
Copy the full SHA 699e32cView commit details -
do not show identities in account creation username/email fields if u…
…ser setting disallows it
Configuration menu - View commit details
-
Copy full SHA for a819ec8 - Browse repository at this point
Copy the full SHA a819ec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e04153 - Browse repository at this point
Copy the full SHA 3e04153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e6b2ea - Browse repository at this point
Copy the full SHA 5e6b2eaView commit details
Commits on Sep 27, 2024
-
[PM-8833] Reworking how we handle generating the password to pull the…
… usage of the service out of the OverlayBackground
Configuration menu - View commit details
-
Copy full SHA for 4281685 - Browse repository at this point
Copy the full SHA 4281685View commit details -
[PM-8833] Reworking how we handle generating the password to pull the…
… usage of the service out of the OverlayBackground
Configuration menu - View commit details
-
Copy full SHA for 68878e7 - Browse repository at this point
Copy the full SHA 68878e7View commit details -
[PM-8833] Reworking how we handle generating the password to pull the…
… usage of the service out of the OverlayBackground
Configuration menu - View commit details
-
Copy full SHA for 346c754 - Browse repository at this point
Copy the full SHA 346c754View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 59e119b - Browse repository at this point
Copy the full SHA 59e119bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab681e7 - Browse repository at this point
Copy the full SHA ab681e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef462a1 - Browse repository at this point
Copy the full SHA ef462a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9637dcf - Browse repository at this point
Copy the full SHA 9637dcfView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0cfd954 - Browse repository at this point
Copy the full SHA 0cfd954View commit details -
[PM-8833] Reworking field qualification to incorporate current passwo…
…rd updates as part of the fill criteria
Configuration menu - View commit details
-
Copy full SHA for ca73929 - Browse repository at this point
Copy the full SHA ca73929View commit details -
[PM-8833] Reworking field qualification to incorporate current passwo…
…rd updates as part of the fill criteria
Configuration menu - View commit details
-
Copy full SHA for 6d12f50 - Browse repository at this point
Copy the full SHA 6d12f50View commit details -
Merge branch 'main' into autofill/pm-12775-fix-bitwarden-autofilling-…
…two-factor-in-web-app
Configuration menu - View commit details
-
Copy full SHA for 66d6e85 - Browse repository at this point
Copy the full SHA 66d6e85View commit details -
Merge branch 'autofill/pm-12775-fix-bitwarden-autofilling-two-factor-…
…in-web-app' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for a2f2e6b - Browse repository at this point
Copy the full SHA a2f2e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7efae38 - Browse repository at this point
Copy the full SHA 7efae38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 684f771 - Browse repository at this point
Copy the full SHA 684f771View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for e9f2489 - Browse repository at this point
Copy the full SHA e9f2489View commit details -
Merge branch 'main' into autofill/pm-12775-fix-bitwarden-autofilling-…
…two-factor-in-web-app
Configuration menu - View commit details
-
Copy full SHA for ea245b8 - Browse repository at this point
Copy the full SHA ea245b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7cb88f - Browse repository at this point
Copy the full SHA d7cb88fView commit details -
Merge branch 'main' into autofill/pm-12775-fix-bitwarden-autofilling-…
…two-factor-in-web-app
Configuration menu - View commit details
-
Copy full SHA for dc310b7 - Browse repository at this point
Copy the full SHA dc310b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d11970 - Browse repository at this point
Copy the full SHA 2d11970View commit details
Commits on Oct 1, 2024
-
Merge branch 'main' into autofill/pm-12775-fix-bitwarden-autofilling-…
…two-factor-in-web-app
Configuration menu - View commit details
-
Copy full SHA for dadb1a5 - Browse repository at this point
Copy the full SHA dadb1a5View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 7f62e10 - Browse repository at this point
Copy the full SHA 7f62e10View commit details -
Merge branch 'autofill/pm-12775-fix-bitwarden-autofilling-two-factor-…
…in-web-app' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for d4157c1 - Browse repository at this point
Copy the full SHA d4157c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecb25c - Browse repository at this point
Copy the full SHA 8ecb25cView commit details -
Merge branch 'autofill/pm-12775-fix-bitwarden-autofilling-two-factor-…
…in-web-app' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 708a36c - Browse repository at this point
Copy the full SHA 708a36cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7bfe92 - Browse repository at this point
Copy the full SHA c7bfe92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a1666a - Browse repository at this point
Copy the full SHA 0a1666aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6dd0f4 - Browse repository at this point
Copy the full SHA a6dd0f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fa80e2 - Browse repository at this point
Copy the full SHA 5fa80e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a14d442 - Browse repository at this point
Copy the full SHA a14d442View commit details -
[PM-8833] Reworking how we handle identifying current password fields…
… within an update form
Configuration menu - View commit details
-
Copy full SHA for 9d3c166 - Browse repository at this point
Copy the full SHA 9d3c166View commit details -
[PM-8833] Reworking how we handle identifying current password fields…
… within an update form
Configuration menu - View commit details
-
Copy full SHA for 5db1349 - Browse repository at this point
Copy the full SHA 5db1349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d8e49 - Browse repository at this point
Copy the full SHA 85d8e49View commit details -
Merge branch 'autofill/pm-12775-fix-bitwarden-autofilling-two-factor-…
…in-web-app' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 8ee5aab - Browse repository at this point
Copy the full SHA 8ee5aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8727b7d - Browse repository at this point
Copy the full SHA 8727b7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ff565 - Browse repository at this point
Copy the full SHA 74ff565View commit details -
Configuration menu - View commit details
-
Copy full SHA for 526966a - Browse repository at this point
Copy the full SHA 526966aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c784cd9 - Browse repository at this point
Copy the full SHA c784cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 065f5aa - Browse repository at this point
Copy the full SHA 065f5aaView commit details -
Merge branch 'autofill/pm-12775-fix-bitwarden-autofilling-two-factor-…
…in-web-app' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for a87f881 - Browse repository at this point
Copy the full SHA a87f881View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9354c90 - Browse repository at this point
Copy the full SHA 9354c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for a29639a - Browse repository at this point
Copy the full SHA a29639aView commit details -
Merge branch 'autofill/pm-12775-fix-bitwarden-autofilling-two-factor-…
…in-web-app' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 0254fd7 - Browse repository at this point
Copy the full SHA 0254fd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4c8a7 - Browse repository at this point
Copy the full SHA 1a4c8a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dbae2e - Browse repository at this point
Copy the full SHA 7dbae2eView commit details -
Merge branch 'autofill/pm-12775-fix-bitwarden-autofilling-two-factor-…
…in-web-app' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for f82921f - Browse repository at this point
Copy the full SHA f82921fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 434197d - Browse repository at this point
Copy the full SHA 434197dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a1dc4 - Browse repository at this point
Copy the full SHA 49a1dc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1f47d - Browse repository at this point
Copy the full SHA cc1f47dView commit details
Commits on Oct 2, 2024
-
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for b738799 - Browse repository at this point
Copy the full SHA b738799View commit details -
Configuration menu - View commit details
-
Copy full SHA for abdecc0 - Browse repository at this point
Copy the full SHA abdecc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9aa61a - Browse repository at this point
Copy the full SHA b9aa61aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d258cf5 - Browse repository at this point
Copy the full SHA d258cf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 080ac0f - Browse repository at this point
Copy the full SHA 080ac0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4048f4 - Browse repository at this point
Copy the full SHA d4048f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47257a9 - Browse repository at this point
Copy the full SHA 47257a9View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for e4a0e42 - Browse repository at this point
Copy the full SHA e4a0e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce0662 - Browse repository at this point
Copy the full SHA 6ce0662View commit details -
Configuration menu - View commit details
-
Copy full SHA for c557f4a - Browse repository at this point
Copy the full SHA c557f4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0ce400 - Browse repository at this point
Copy the full SHA f0ce400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d970b - Browse repository at this point
Copy the full SHA 66d970bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a5b83 - Browse repository at this point
Copy the full SHA 60a5b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for d22c629 - Browse repository at this point
Copy the full SHA d22c629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79c3760 - Browse repository at this point
Copy the full SHA 79c3760View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0488c7d - Browse repository at this point
Copy the full SHA 0488c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 044e94b - Browse repository at this point
Copy the full SHA 044e94bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac033cd - Browse repository at this point
Copy the full SHA ac033cdView commit details -
reload local tab settings for inline menu visibility when an inline v…
…isibility setting value changes
Configuration menu - View commit details
-
Copy full SHA for 6463191 - Browse repository at this point
Copy the full SHA 6463191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1597cae - Browse repository at this point
Copy the full SHA 1597caeView commit details -
Configuration menu - View commit details
-
Copy full SHA for acd355c - Browse repository at this point
Copy the full SHA acd355cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46c3d41 - Browse repository at this point
Copy the full SHA 46c3d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for adbb225 - Browse repository at this point
Copy the full SHA adbb225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d0deeb - Browse repository at this point
Copy the full SHA 0d0deebView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34c66af - Browse repository at this point
Copy the full SHA 34c66afView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2d2969 - Browse repository at this point
Copy the full SHA b2d2969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 086334c - Browse repository at this point
Copy the full SHA 086334cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5779334 - Browse repository at this point
Copy the full SHA 5779334View commit details -
PM-12694 - Fix AnonLayoutStorybook to add router module and hideLogo …
…toggling support (#11368)
Configuration menu - View commit details
-
Copy full SHA for eadcf61 - Browse repository at this point
Copy the full SHA eadcf61View commit details -
[PM-12389] Combined web vault item dialog (#11345)
* [PM-12389] Cleanup attachment dialog UI bugs * [PM-12389] Add formReady event to CipherForm * [PM-12389] Use ngOnChanges for CipherView component initialization * [PM-12389] Cleanup web specific services and components * [PM-12389] Introduce combined Vault Item Dialog component * [PM-12389] Use the new VaultItemDialog in the Individual Vault * [PM-12389] Deprecate the AddEditV2 and View dialogs in Web * [PM-12389] Fix failing test * [PM-12389] Fix broken imports after move * [PM-12389] Remove messages.json addition that is taken care of in another PR
Configuration menu - View commit details
-
Copy full SHA for f36dc26 - Browse repository at this point
Copy the full SHA f36dc26View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc21dff - Browse repository at this point
Copy the full SHA fc21dffView commit details -
[PM-12727/12737] Adding copy for Add/Edit (#11369)
* add copy for attachments view in the web * add delete attachment copy on the web
Configuration menu - View commit details
-
Copy full SHA for 7c5c764 - Browse repository at this point
Copy the full SHA 7c5c764View commit details -
Merge branch 'pm-12345' into autofill/pm-8833-implement-on-page-autof…
…ill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for c9895bc - Browse repository at this point
Copy the full SHA c9895bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b917484 - Browse repository at this point
Copy the full SHA b917484View commit details -
[PM-8833] Fixing issue where a delayed aria alert can potentially tri…
…gger an extension context invalidation error
Configuration menu - View commit details
-
Copy full SHA for 208980b - Browse repository at this point
Copy the full SHA 208980bView commit details -
[PM-8833] Adding dataset values to the list of elements we can check …
…against when matching fields
Configuration menu - View commit details
-
Copy full SHA for bd0a6a1 - Browse repository at this point
Copy the full SHA bd0a6a1View commit details -
[PM-8833] Adding dataset values to the list of elements we can check …
…against when matching fields
Configuration menu - View commit details
-
Copy full SHA for 9af4eb0 - Browse repository at this point
Copy the full SHA 9af4eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0228d33 - Browse repository at this point
Copy the full SHA 0228d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for c027e8f - Browse repository at this point
Copy the full SHA c027e8fView commit details -
Revert "[PM-8833] Refactoring implementation"
This reverts commit c027e8f.
Configuration menu - View commit details
-
Copy full SHA for 44d8ca8 - Browse repository at this point
Copy the full SHA 44d8ca8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4cd3f - Browse repository at this point
Copy the full SHA fa4cd3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76bf631 - Browse repository at this point
Copy the full SHA 76bf631View commit details -
Merge branch 'main' into autofill/pm-12775-fix-bitwarden-autofilling-…
…two-factor-in-web-app
Configuration menu - View commit details
-
Copy full SHA for 6f38267 - Browse repository at this point
Copy the full SHA 6f38267View commit details -
[PM-12775] Fixing an issue where the collection of page details on lo…
…ad is not delaying enough
Configuration menu - View commit details
-
Copy full SHA for ec3f63d - Browse repository at this point
Copy the full SHA ec3f63dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea58f9e - Browse repository at this point
Copy the full SHA ea58f9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a1090 - Browse repository at this point
Copy the full SHA 03a1090View commit details -
Merge branch 'autofill/pm-12775-fix-bitwarden-autofilling-two-factor-…
…in-web-app' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 7811d5e - Browse repository at this point
Copy the full SHA 7811d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1363abb - Browse repository at this point
Copy the full SHA 1363abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc03c66 - Browse repository at this point
Copy the full SHA dc03c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90448c8 - Browse repository at this point
Copy the full SHA 90448c8View commit details -
[PM-8833] Fixing an issue where we are not properly filling identitie…
…s on account creation fields
Configuration menu - View commit details
-
Copy full SHA for ac88eb0 - Browse repository at this point
Copy the full SHA ac88eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8fb45 - Browse repository at this point
Copy the full SHA ae8fb45View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e193f4f - Browse repository at this point
Copy the full SHA e193f4fView commit details -
[PM-8833] Fixing an issue where the inline menu shows the password ge…
…nerator after filling the element without a username
Configuration menu - View commit details
-
Copy full SHA for 9853c21 - Browse repository at this point
Copy the full SHA 9853c21View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b960055 - Browse repository at this point
Copy the full SHA b960055View commit details
Commits on Oct 9, 2024
-
[PM-8833] Fixing issue that exists when user does not contain identit…
…y or card ciphers
Configuration menu - View commit details
-
Copy full SHA for 539207b - Browse repository at this point
Copy the full SHA 539207bView commit details -
[PM-8833] Fixing issue that exists when user does not contain identit…
…y or card ciphers
Configuration menu - View commit details
-
Copy full SHA for f38840e - Browse repository at this point
Copy the full SHA f38840eView commit details -
[PM-8833] Fixing issue that exists when user does not contain identit…
…y or card ciphers
Configuration menu - View commit details
-
Copy full SHA for f5a0e95 - Browse repository at this point
Copy the full SHA f5a0e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for de47d16 - Browse repository at this point
Copy the full SHA de47d16View commit details -
[PM-8833] Adjusting conditional references on cardAndIdentityCiphers …
…within OverlayBackground
Configuration menu - View commit details
-
Copy full SHA for b15d5b7 - Browse repository at this point
Copy the full SHA b15d5b7View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a23bc25 - Browse repository at this point
Copy the full SHA a23bc25View commit details
Commits on Oct 11, 2024
-
Merge branch 'pm-12345' into autofill/pm-8833-implement-on-page-autof…
…ill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 16125ab - Browse repository at this point
Copy the full SHA 16125abView commit details -
Configuration menu - View commit details
-
Copy full SHA for f69ca0f - Browse repository at this point
Copy the full SHA f69ca0fView commit details -
Merge branch 'pm-12345' into autofill/pm-8833-implement-on-page-autof…
…ill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for f469225 - Browse repository at this point
Copy the full SHA f469225View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f604aa1 - Browse repository at this point
Copy the full SHA f604aa1View commit details -
Merge branch 'pm-12345' into autofill/pm-8833-implement-on-page-autof…
…ill-menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 7b353a7 - Browse repository at this point
Copy the full SHA 7b353a7View commit details
Commits on Oct 15, 2024
-
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 2f70c5a - Browse repository at this point
Copy the full SHA 2f70c5aView commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 40ff480 - Browse repository at this point
Copy the full SHA 40ff480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6112564 - Browse repository at this point
Copy the full SHA 6112564View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for f600ce4 - Browse repository at this point
Copy the full SHA f600ce4View commit details
Commits on Oct 16, 2024
-
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 2673f9b - Browse repository at this point
Copy the full SHA 2673f9bView commit details -
[PM-4415] Improve form submissions capture for the notification bar (#…
…11517) * [PM-4415] Detect password submissions on forms that do not emit submit * [PM-4415] Reworking placement of the DomElementVisibilityService instantiation to ensure it can be used in the OverlayContentService * [PM-4415] Refactoring DomElementVisibilityService * [PM-4415] Refactoring DomElementVisibilityService * [PM-4415] Implementing a method for capturing submission of forms through anchor elements * [PM-4415] Fixing an issue with field qualification of usernames on login forms * [PM-4415] Fixing an issue with field qualification of usernames on login forms * [PM-4415] Starting work on a fallback approach to triggering a notification * [PM-4415] Incorporating a timeout as a fallback to submission behavior * [PM-4415] Incorporating work from timeout PR * [PM-4415] Refining field qualification for account creation fields * [PM-7980] Fix inline menu not showing inside dialog html tag * [PM-7980] Fix inline menu not showing inside dialog html tag * [PM-8833] Fixing an issue where we potentially will not store values based on an update within the tab loading state * [PM-4415] Refining field qualification for account creation fields * [PM-4415] Adjusting conditional references on cardAndIdentityCiphers within OverlayBackground * [PM-4415] Adjusting ambiguous totp fields * [PM-4415] Adjusting inline menu field qualification * [PM-4415] Reworking implementation to take into account the sender of a message when creating a notification * [PM-4415] Reworking implementation to take into account the sender of a message when creating a notification * [PM-4415] Reworking implementation to take into account the sender of a message when creating a notification * [PM-7980] Fixing an issue where a dialog element could potentially not represent itself in the #top-layer * [PM-4415] Implementing jest tests for OverlayBackground * [PM-4415] Implementing jest tests for OverlayBackground * [PM-4415] Implementing jest tests for InlineMenuContentService * [PM-4415] Implementing jest tests for AutofillOverlayContentService * [PM-4415] Implementing jest tests for AutofillOverlayContentService
Configuration menu - View commit details
-
Copy full SHA for 31e49ba - Browse repository at this point
Copy the full SHA 31e49baView commit details -
[PM-8833] Fixing an issue where we are not qualifying account creatio…
…n fields correctly
Configuration menu - View commit details
-
Copy full SHA for 17234e5 - Browse repository at this point
Copy the full SHA 17234e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2006d7 - Browse repository at this point
Copy the full SHA d2006d7View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 4f1bfff - Browse repository at this point
Copy the full SHA 4f1bfffView commit details -
[PM-8833] Incorporating fix that ensures we capture new-password fiel…
…ds when checking for account creation field types
Configuration menu - View commit details
-
Copy full SHA for bfbb71c - Browse repository at this point
Copy the full SHA bfbb71cView commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for da66438 - Browse repository at this point
Copy the full SHA da66438View commit details -
[PM-8833] Fixing an issue with the identity settings when initalizing…
… the inline menu
Configuration menu - View commit details
-
Copy full SHA for 9a54c14 - Browse repository at this point
Copy the full SHA 9a54c14View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for aa0ba21 - Browse repository at this point
Copy the full SHA aa0ba21View commit details
Commits on Oct 17, 2024
-
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for e3ba34b - Browse repository at this point
Copy the full SHA e3ba34bView commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 1739fd1 - Browse repository at this point
Copy the full SHA 1739fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12aa5fb - Browse repository at this point
Copy the full SHA 12aa5fbView commit details
Commits on Oct 18, 2024
-
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for c2076a5 - Browse repository at this point
Copy the full SHA c2076a5View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 587a61d - Browse repository at this point
Copy the full SHA 587a61dView commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for f9440aa - Browse repository at this point
Copy the full SHA f9440aaView commit details
Commits on Oct 21, 2024
-
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 30bfe95 - Browse repository at this point
Copy the full SHA 30bfe95View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 7fcc843 - Browse repository at this point
Copy the full SHA 7fcc843View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for eb7c73c - Browse repository at this point
Copy the full SHA eb7c73cView commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for e4237c9 - Browse repository at this point
Copy the full SHA e4237c9View commit details
Commits on Oct 22, 2024
-
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 4b75f3d - Browse repository at this point
Copy the full SHA 4b75f3dView commit details -
[PM-8833] Fixing an issue with setting the most recently focused fiel…
…d on load of the inline menu in an unneeded manner
Configuration menu - View commit details
-
Copy full SHA for bbc64cf - Browse repository at this point
Copy the full SHA bbc64cfView commit details
Commits on Oct 23, 2024
-
[PM-8833] Fixing an issue with how we are identifying whether the sav…
…e to login view should be displayed within the inline menu
Configuration menu - View commit details
-
Copy full SHA for a250e04 - Browse repository at this point
Copy the full SHA a250e04View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for a3cd11d - Browse repository at this point
Copy the full SHA a3cd11dView commit details
Commits on Oct 24, 2024
-
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 4508f8d - Browse repository at this point
Copy the full SHA 4508f8dView commit details -
[PM-13981] Fix Visual Presentation Issues with the Inline Menu on Saf…
…ari (#11691) * [PM-13981] Fix inline menu visual issues on Safari * [PM-13981] Fix inline menu visual issues on Safari * [PM-13981] Fix inline menu visual issues on Safari * [PM-13981] Fix inline menu visual issues on Safari
Configuration menu - View commit details
-
Copy full SHA for 5d52684 - Browse repository at this point
Copy the full SHA 5d52684View commit details -
[PM-8833] Fixing issues found revolving around switching active tabs …
…and the inline menu not positioning itself effectively
Configuration menu - View commit details
-
Copy full SHA for 145e7c2 - Browse repository at this point
Copy the full SHA 145e7c2View commit details -
Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…
…menu-for-password-generation
Configuration menu - View commit details
-
Copy full SHA for 4ea094a - Browse repository at this point
Copy the full SHA 4ea094aView commit details