Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

extension actions #3867

Merged
merged 1 commit into from
Sep 12, 2016
Merged

extension actions #3867

merged 1 commit into from
Sep 12, 2016

Conversation

bridiver
Copy link
Collaborator

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Added/updated tests for this change (for new code or code which already has tests).
  • Ran git rebase -i to squash commits (if needed).

Test Plan:
Select Dashlane as password manager
Dashlane icon should appear next to Brave shields icon
Clicking Dashlane icon should open the Dashlane popup
Same thing for Lastpass

Fix #2224

@bridiver
Copy link
Collaborator Author

Still has a few small open todos

@bsclifton
Copy link
Member

Great job with the tests on this one! This should make adding new extensions really easy 😄

@bridiver
Copy link
Collaborator Author

requires brave/muon@8d8dc9d

@@ -289,6 +289,8 @@ module.exports.cleanAppData = (data, isShutdown) => {
// if (data.tabs) {
// data.tabs = data.tabs.map((tab) => tabState.getPersistentTabState(tab).toJS())
// }
// TODO(bridiver) - really just need to clear out tabId related stuff
delete data.extensions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll change this when I PR my stuff.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants