-
Notifications
You must be signed in to change notification settings - Fork 974
Undefined properties and nested folders handling #5298
Conversation
8970035
to
64d594e
Compare
@@ -1093,7 +1093,8 @@ function mainTemplateInit (nodeProps, frame) { | |||
}) | |||
|
|||
const passwordManager = getActivePasswordManager() | |||
if (passwordManager.get('extensionId')) { | |||
if (passwordManager.get('extensionId') && | |||
passwordManager.get('displayName') === 'Dashlane') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this only for dashlane?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because dashlane doesn't create context menus and other's do which cause repeated entries shows in #5291
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can just remove these then. The only reason we created context menus for the password managers was because we didn't have contextMenu api support.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I see. removed!
fix #5291 fix #5293 requires brave/muon#85 Auditors: @bridiver, @bbondy Test Plan: 1. Go to about:preferences#security 2. Select Lastpass as password manager 3. Login to Lastpass 4. Right click to show context menu 5. Nested menu of Lastpass should show
64d594e
to
6fb27a1
Compare
++ |
git rebase -i
to squash commits (if needed).fix #5291
fix #5293
requires brave/muon#85
Auditors: @bridiver, @bbondy
Test Plan:
Screen shots
brave
chrome