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

offer pinterest-save extension #9527

Merged
merged 1 commit into from
Jun 19, 2017
Merged

Conversation

kevinlawler
Copy link
Contributor

@kevinlawler kevinlawler commented Jun 16, 2017

#6366

compatible with base64 extension changes to muon
see brave/muon@b346a92

Auditors:
@bridiver @jonathansampson

Test Plan:

linting

Auditors:

Test Plan:

Submitter Checklist:

  • 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).
  • Tagged reviewers and labelled the pull request as needed.

Test Plan:

Reviewer Checklist:

Tests

  • Adequate test coverage exists to prevent regressions
  • Tests should be independent and work correctly when run individually or as a suite ref
  • New files have MPL2 license header

@@ -518,11 +522,17 @@ module.exports.init = () => {
}

if (getSetting(settings.HONEY_ENABLED)) {
registerComponent(config.honeyExtensionId)
registerComponent(config.honeyExtensionId, 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC79mayLyuCYY/dyT7Ycr1sVBp9yHrY4mnogVEgu+sDT6+/A121Na+aTw6mFLD6LHgbgHt4fnQ2V/QwcfBSXRTSkGpgNsZAjnYs4/XzZQYKGltWT93EP9zXN1kGbtzfkPGzTakquCfOjbKtbAQKWh8ppzqLhWcRUn9g/PhU99F29QIDAQAB')
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we put this in config with the extension id?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

should be able to. let me see

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

#6366

works with base64 extension changes to muon
see brave/muon@b346a92

Auditors:
@bridiver @jonathansampson

Test Plan:

linting

Auditors:

Test Plan:

move public keys to config file
Auditors:

Test Plan:
@bridiver bridiver merged commit 2a075af into master Jun 19, 2017
@kevinlawler kevinlawler deleted the extensions/pinterest-create branch June 19, 2017 21:51
@luixxiul luixxiul added this to the 0.19.x (Nightly Channel) milestone Jun 23, 2017
@bsclifton bsclifton modified the milestones: 0.18.x (Developer Channel), 0.19.x (Nightly Channel) Jun 26, 2017
@NejcZdovc
Copy link
Contributor

We need to pull this into 0.18, because we use the same Muon version now and 0.18 is failing because of that:

Error: `publicKeyString` is a required field
    at registerComponent (/Users/nejczdovc/Work/OpenSource/browser-laptop/app/extensions.js:446:24)
    at registerComponents (/Users/nejczdovc/Work/OpenSource/browser-laptop/app/extensions.js:472:7)
    at Object.module.exports.init (/Users/nejczdovc/Work/OpenSource/browser-laptop/app/extensions.js:531:3)
    at perWindowStateLoaded (/Users/nejczdovc/Work/OpenSource/browser-laptop/app/index.js:347:16)
    at Immediate.setImmediate (/Users/nejczdovc/Work/OpenSource/browser-laptop/app/index.js:337:24)
    at runCallback (timers.js:672:20)
    at tryOnImmediate (timers.js:645:5)
    at processImmediate [as _immediateCallback] (timers.js:617:5)

@bsclifton bsclifton modified the milestones: 0.19.x (Nightly Channel), 0.18.x (Developer Channel) Jun 26, 2017
@bsclifton
Copy link
Member

Setting back to 0.19.x. I don't think we are able to use Muon 4.2.x in 0.18.x ☹️

bbondy pushed a commit that referenced this pull request Jul 4, 2017
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.

5 participants