Skip to content
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

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    b127897 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9ad92d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    da4aef4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d06b7fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    623cdd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9eb56d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    552b6f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e028801 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01a9999 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2779e02 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    74354cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e51fa35 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56d7f8a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    ce62ffc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    79b20a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    418cf18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aab44fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3849ab7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54f2351 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b901f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7224b2 View commit details
    Browse the repository at this point in the history
  9. [desktop] Allow manual sync while locked (#6126)

    Co-authored-by: Daniel James Smith <[email protected]>
    2 people authored and cagonzalezcs committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3b63854 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b2cc7a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    04972d5 View commit details
    Browse the repository at this point in the history
  12. [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]>
    2 people authored and cagonzalezcs committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    075619d View commit details
    Browse the repository at this point in the history
  13. [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.
    alec-livefront authored and cagonzalezcs committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5445823 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    30d0290 View commit details
    Browse the repository at this point in the history
  15. [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.
    alec-livefront authored and cagonzalezcs committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b2966d7 View commit details
    Browse the repository at this point in the history
  16. PM-11338: [Defect] Clicking outside of View {Item} dialog should clos…

    …e the dialog properly (#11035)
    
    * Handle undefined result.
    
    * Updated enum values for consistency.
    alec-livefront authored and cagonzalezcs committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2b6184f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e3cd848 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    450bed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d66f851 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b94165b View commit details
    Browse the repository at this point in the history
  4. [PM-8833] Refactoring elements of the OverlayContentService to facili…

    …tate expected interactions with the password generation inline menu behavior
    cagonzalezcs committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bfe9927 View commit details
    Browse the repository at this point in the history
  5. [PM-8833] Fixing an issue where the inline menu can potentially appea…

    …r without identity ciphers on an account creation form
    cagonzalezcs committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4378048 View commit details
    Browse the repository at this point in the history
  6. [PM-8833] Implementing a throttle to the update of overlay ciphers to…

    … ensure we only trigger the update once within a 50ms period
    cagonzalezcs committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3d4c220 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75557fd View commit details
    Browse the repository at this point in the history
  8. [PM-12316] Reworking how we handle capturing domain match patterns to…

    … make the implementation more robust and consistenct
    cagonzalezcs committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7d83a73 View commit details
    Browse the repository at this point in the history
  9. [PM-12316] Reworking how we handle capturing domain match patterns to…

    … make the implementation more robust and consistenct
    cagonzalezcs committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    38caec6 View commit details
    Browse the repository at this point in the history
  10. [PM-12316] Reworking how we handle capturing domain match patterns to…

    … make the implementation more robust and consistenct
    cagonzalezcs committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3ba63b2 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3f4e3ac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    64a454a View commit details
    Browse the repository at this point in the history
  13. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c035ef8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    43ed792 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    55da615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0836e43 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7ea2d50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d3000a View commit details
    Browse the repository at this point in the history
  5. [PM-8833] Fixing an issue where the inline menu aria alert can be rea…

    …d multiple times when a user immediately focuses the menu
    cagonzalezcs committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    602694d View commit details
    Browse the repository at this point in the history
  6. [PM-8833] Fixing a couple of smaller issues before diving deeper into…

    … reworking input event interactions
    cagonzalezcs committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0acc876 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f7ad4e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3f9a44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    55b0934 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb4ccf3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    090daee View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    97a9edf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fe78fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8583a52 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    065299a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2b4c2f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    05e58d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8af49cc View commit details
    Browse the repository at this point in the history
  5. [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
    cagonzalezcs committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    406ccbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fe4ed9 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4d32fd0 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'autofill/pm-12316-implement-inline-menu-passkeys-loadin…

    …g-state' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
    cagonzalezcs committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    46766c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45ae8a0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f90816 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    61a4ca0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    94c710b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    4c5ae97 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'autofill/pm-12316-implement-inline-menu-passkeys-loadin…

    …g-state' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
    cagonzalezcs authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    84b0f26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b7499b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be1f361 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a96b8d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64fb80a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'autofill/pm-12316-implement-inline-menu-passkeys-loadin…

    …g-state' into autofill/pm-8833-implement-on-page-autofill-menu-for-password-generation
    cagonzalezcs authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    95b4e48 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    082e5aa View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0a1d727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e43f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d842df3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02ca7e7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e616e2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    caeedb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61bcb8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d076a75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da2dc3c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    23a369b View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1468c26 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    89d3413 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b29058e View commit details
    Browse the repository at this point in the history
  14. add inline menu identity and card visibility settings to legacy autof…

    …ill settings view component
    jprusik committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c32c027 View commit details
    Browse the repository at this point in the history
  15. do not show inline menu card and identity visibility settings if inli…

    …ne-menu-positioning-improvements feature flag is off
    jprusik committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6857f18 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    699e32c View commit details
    Browse the repository at this point in the history
  17. do not show identities in account creation username/email fields if u…

    …ser setting disallows it
    jprusik committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a819ec8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3e04153 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5e6b2ea View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. [PM-8833] Reworking how we handle generating the password to pull the…

    … usage of the service out of the OverlayBackground
    cagonzalezcs committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    4281685 View commit details
    Browse the repository at this point in the history
  2. [PM-8833] Reworking how we handle generating the password to pull the…

    … usage of the service out of the OverlayBackground
    cagonzalezcs committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    68878e7 View commit details
    Browse the repository at this point in the history
  3. [PM-8833] Reworking how we handle generating the password to pull the…

    … usage of the service out of the OverlayBackground
    cagonzalezcs committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    346c754 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    59e119b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab681e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef462a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9637dcf View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    0cfd954 View commit details
    Browse the repository at this point in the history
  2. [PM-8833] Reworking field qualification to incorporate current passwo…

    …rd updates as part of the fill criteria
    cagonzalezcs committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    ca73929 View commit details
    Browse the repository at this point in the history
  3. [PM-8833] Reworking field qualification to incorporate current passwo…

    …rd updates as part of the fill criteria
    cagonzalezcs committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6d12f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66d6e85 View commit details
    Browse the repository at this point in the history
  5. 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
    cagonzalezcs committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a2f2e6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7efae38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    684f771 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e9f2489 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea245b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d7cb88f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc310b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d11970 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    dadb1a5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7f62e10 View commit details
    Browse the repository at this point in the history
  3. 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
    cagonzalezcs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d4157c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ecb25c View commit details
    Browse the repository at this point in the history
  5. 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
    cagonzalezcs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    708a36c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7bfe92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a1666a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6dd0f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5fa80e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a14d442 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d3c166 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5db1349 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    85d8e49 View commit details
    Browse the repository at this point in the history
  14. 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
    cagonzalezcs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8ee5aab View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8727b7d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    74ff565 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    526966a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c784cd9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    065f5aa View commit details
    Browse the repository at this point in the history
  20. 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
    cagonzalezcs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a87f881 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9354c90 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a29639a View commit details
    Browse the repository at this point in the history
  23. 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
    cagonzalezcs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0254fd7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1a4c8a7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7dbae2e View commit details
    Browse the repository at this point in the history
  26. 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
    cagonzalezcs committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f82921f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    434197d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    49a1dc4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    cc1f47d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b738799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abdecc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9aa61a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d258cf5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    080ac0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4048f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47257a9 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e4a0e42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ce0662 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c557f4a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0ce400 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    66d970b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60a5b83 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d22c629 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    79c3760 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0488c7d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    044e94b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ac033cd View commit details
    Browse the repository at this point in the history
  19. reload local tab settings for inline menu visibility when an inline v…

    …isibility setting value changes
    jprusik committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6463191 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1597cae View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    acd355c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    46c3d41 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    adbb225 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0d0deeb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    34c66af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2d2969 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    086334c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5779334 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eadcf61 View commit details
    Browse the repository at this point in the history
  6. [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
    shane-melton authored and cagonzalezcs committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f36dc26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc21dff View commit details
    Browse the repository at this point in the history
  8. [PM-12727/12737] Adding copy for Add/Edit (#11369)

    * add copy for attachments view in the web
    
    * add delete attachment copy on the web
    nick-livefront authored and cagonzalezcs committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7c5c764 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'pm-12345' into autofill/pm-8833-implement-on-page-autof…

    …ill-menu-for-password-generation
    cagonzalezcs committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c9895bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b917484 View commit details
    Browse the repository at this point in the history
  11. [PM-8833] Fixing issue where a delayed aria alert can potentially tri…

    …gger an extension context invalidation error
    cagonzalezcs committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    208980b View commit details
    Browse the repository at this point in the history
  12. [PM-8833] Adding dataset values to the list of elements we can check …

    …against when matching fields
    cagonzalezcs committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    bd0a6a1 View commit details
    Browse the repository at this point in the history
  13. [PM-8833] Adding dataset values to the list of elements we can check …

    …against when matching fields
    cagonzalezcs committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9af4eb0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0228d33 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c027e8f View commit details
    Browse the repository at this point in the history
  16. Revert "[PM-8833] Refactoring implementation"

    This reverts commit c027e8f.
    cagonzalezcs committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    44d8ca8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fa4cd3f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    76bf631 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6f38267 View commit details
    Browse the repository at this point in the history
  20. [PM-12775] Fixing an issue where the collection of page details on lo…

    …ad is not delaying enough
    cagonzalezcs committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ec3f63d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ea58f9e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    03a1090 View commit details
    Browse the repository at this point in the history
  23. 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
    cagonzalezcs committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7811d5e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1363abb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dc03c66 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    90448c8 View commit details
    Browse the repository at this point in the history
  27. [PM-8833] Fixing an issue where we are not properly filling identitie…

    …s on account creation fields
    cagonzalezcs committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ac88eb0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ae8fb45 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    e193f4f View commit details
    Browse the repository at this point in the history
  2. [PM-8833] Fixing an issue where the inline menu shows the password ge…

    …nerator after filling the element without a username
    cagonzalezcs committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9853c21 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    b960055 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    539207b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f38840e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5a0e95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de47d16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b15d5b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    a23bc25 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge branch 'pm-12345' into autofill/pm-8833-implement-on-page-autof…

    …ill-menu-for-password-generation
    cagonzalezcs committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    16125ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f69ca0f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'pm-12345' into autofill/pm-8833-implement-on-page-autof…

    …ill-menu-for-password-generation
    cagonzalezcs committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f469225 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    f604aa1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pm-12345' into autofill/pm-8833-implement-on-page-autof…

    …ill-menu-for-password-generation
    cagonzalezcs authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7b353a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2f70c5a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    40ff480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6112564 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f600ce4 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2673f9b View commit details
    Browse the repository at this point in the history
  2. [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
    cagonzalezcs authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    31e49ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17234e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2006d7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4f1bfff View commit details
    Browse the repository at this point in the history
  6. [PM-8833] Incorporating fix that ensures we capture new-password fiel…

    …ds when checking for account creation field types
    cagonzalezcs committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    bfbb71c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    da66438 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a54c14 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    aa0ba21 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e3ba34b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1739fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12aa5fb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c2076a5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    587a61d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f9440aa View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    30bfe95 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7fcc843 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    eb7c73c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e4237c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4b75f3d View commit details
    Browse the repository at this point in the history
  2. [PM-8833] Fixing an issue with setting the most recently focused fiel…

    …d on load of the inline menu in an unneeded manner
    cagonzalezcs committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bbc64cf View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. [PM-8833] Fixing an issue with how we are identifying whether the sav…

    …e to login view should be displayed within the inline menu
    cagonzalezcs committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a250e04 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a3cd11d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4508f8d View commit details
    Browse the repository at this point in the history
  2. [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
    cagonzalezcs authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5d52684 View commit details
    Browse the repository at this point in the history
  3. [PM-8833] Fixing issues found revolving around switching active tabs …

    …and the inline menu not positioning itself effectively
    cagonzalezcs committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    145e7c2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into autofill/pm-8833-implement-on-page-autofill-…

    …menu-for-password-generation
    cagonzalezcs authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4ea094a View commit details
    Browse the repository at this point in the history