-
Notifications
You must be signed in to change notification settings - Fork 970
Revert "Hide Enpass until it's supported in muon" #9546
Conversation
hey @andrewalker thanks for taking this one! Can I ask you to go ahead and add this extension in our extensions panel as well? If you go to extensionsUtil.js file in this line you'll see that enpass is commented. To enable it you can just copy how other extensions properties work, so making it like: {
id: enpass,
name: 'enpass',
description: 'enpassDesc',
icon: 'img/extensions/enpass-128.png'
} should work fine. After that you can include the extension icon (attached below) under To test all that just go to about:preferences#extensions and check if extension works from there. If you have some trouble let me know and thanks again ;) extension image |
This reverts commit 29a8223. According to issue brave#7778, particularly the comment by @mcg, support for Enpass is already working. So the option can be re-enabled. Fixes brave#7778, fixes brave#5097, fixes brave#6984.
Hi @cezaraugusto, thank you for the instructions. I updated what you requested. I just amended the commit, to keep history simple once it's merged 😄 |
that's a good question: aside from built-in extensions, no extension is installed by default so we need a "dumb" data to aware users that a given extension is available. You're seeing the extension because you have enabled it before under the password manager -- likely when you tested to see if extension works. If you clear your data and try to install it inside extensions tab, the extension will not be available until you activate. Resuming: your first change made it avail under password manager and the second for extension tab -- which can only see installed extensions and dummy content (what you did next). |
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.
looks great, thanks ++
Nice to get this working! Thanks, @andrewalker 😄 |
This was reverted. See: #10246 |
@luixxiul thanks for the update! Although, as asked in the pull request, I would really like to understand what went on :) |
This reverts commit 29a8223.
According to issue #7778, particularly the comment by @mcg, support for Enpass is already working. According to @bsclifton, in the same thread, we should just create the pull request for it. So I thought I'd just go ahead and do it :)
I rebuilt and enabled on my machine (OS X) and it worked fine.
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
Tests