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

Gh 1767/bugfix/target blank links crash opera #426

Merged
merged 20 commits into from Jul 30, 2019

Conversation

@wlycdgr
Copy link
Member

@wlycdgr wlycdgr commented Jul 25, 2019

Fixes Opera crashes in Help, About, Subscribe, and CreateAccount views that resulted from Opera needing to open panel-to-tab links through chrome.tabs.create only (vs. a raw link).

Note that the implementation changes needed to fix the bug in CreateAccount mean that it was necessary to add new strings to messages.json.

  • Have you followed the guidelines in CONTRIBUTING.md?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you added an explanation of what your changes do?
  • Does your submission pass tests?
  • Did you lint your code prior to submission?
wlycdgr added 11 commits Jul 23, 2019
…rk on Opera as well as in other browsers
…tion component. Use this component in About view to fix the broken-in-Opera links there
…account view in the panel so that the links work on Opera
@wlycdgr wlycdgr requested a review from ghostery/ghostery as a code owner Jul 25, 2019
@wlycdgr wlycdgr requested a review from jsignanini Jul 26, 2019
@wlycdgr wlycdgr requested a review from IAmThePan as a code owner Jul 29, 2019
@wlycdgr wlycdgr mentioned this pull request Jul 29, 2019
0 of 5 tasks complete
@wlycdgr
Copy link
Member Author

@wlycdgr wlycdgr commented Jul 29, 2019

I've integrated José's changes from #429 that improve the handling of i18n strings with embedded links, cleaned up duplication, and added doc headers. Ready for another look.

@christophertino christophertino added this to the 8.4.1 milestone Jul 29, 2019
…pera
@jsignanini
Copy link
Member

@jsignanini jsignanini commented Jul 29, 2019

@wlycdgr would also be nice if we could rename openFixedDestinationLinkInNewTab into something that reflects the fact that it expects a click event as it's parameter.

wlycdgr added 2 commits Jul 29, 2019
…d openFixedDestinationLinkInNewTab. Fix bug in I18nWithLink#componentDidMount.
…b.com:ghostery/ghostery-extension into GH-1767/bugfix/target-blank-links-crash-Opera
@wlycdgr
Copy link
Member Author

@wlycdgr wlycdgr commented Jul 29, 2019

@wlycdgr would also be nice if we could rename openFixedDestinationLinkInNewTab into something that reflects the fact that it expects a click event as it's parameter.

Renamed to handleClickOnNewTabLink

@christophertino christophertino merged commit 44cdb03 into develop Jul 30, 2019
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@christophertino christophertino deleted the GH-1767/bugfix/target-blank-links-crash-Opera branch Jul 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants