Skip to content

Enable hangouts extension to allow screen share #1983

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

Merged
merged 1 commit into from
Jan 8, 2019
Merged

Enable hangouts extension to allow screen share #1983

merged 1 commit into from
Jan 8, 2019

Conversation

bbondy
Copy link
Member

@bbondy bbondy commented Nov 4, 2018

Fix #1982
Requires: brave/brave-core#1227

This can be reviewed at any time, but please wait for the security review before merging, and only if it is a successful security review would we merge:
https://github.com/brave/internal/issues/452

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).
  • Verified that these changes build without errors on
    • Windows
    • macOS
    • Linux
  • Verified that these changes pass automated tests (npm test brave_unit_tests && npm test brave_browser_tests) on
    • Windows
    • macOS
    • Linux
  • Ran git rebase master (if needed).
  • Ran git rebase -i to squash commits (if needed).
  • Tagged reviewers and labelled the pull request as needed.
  • Requested a security/privacy review as needed.

Test Plan:

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions.

@bbondy bbondy requested a review from emerick November 4, 2018 19:22
@bbondy bbondy self-assigned this Nov 4, 2018
Copy link
Contributor

@emerick emerick left a comment

Choose a reason for hiding this comment

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

LGTM

@diracdeltas
Copy link
Member

security review comment: please verify either manually or with the npm run network-audit command that this doesn't add new google requests by default

@bbondy bbondy changed the title Enable hangouts extension to allow screen share On hold: Enable hangouts extension to allow screen share Nov 20, 2018
@bbondy
Copy link
Member Author

bbondy commented Nov 20, 2018

This is on hold until such a time that we add a switch for the ability to disable this in brave://extensions.

@bbondy bbondy changed the title On hold: Enable hangouts extension to allow screen share Enable hangouts extension to allow screen share Jan 5, 2019
@bbondy bbondy modified the milestone: 0.61.x - Nightly Jan 8, 2019
@bbondy
Copy link
Member Author

bbondy commented Jan 8, 2019

Sorry for the delay, built and ran tests on all platforms.

@bbondy bbondy merged commit 0d45587 into master Jan 8, 2019
bbondy added a commit that referenced this pull request Jan 8, 2019
Enable hangouts extension to allow screen share
bbondy added a commit that referenced this pull request Jan 8, 2019
Enable hangouts extension to allow screen share
@@ -49,6 +49,8 @@ const Config = function () {
this.sccache = getNPMConfig(['sccache'])
this.braveReferralsApiKey = getNPMConfig(['brave_referrals_api_key']) || ''
this.ignore_compile_failure = false
this.enable_hangout_services_extension = true
Copy link
Contributor

Choose a reason for hiding this comment

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

we should make sure that anything new we add here is android compatible. I'm guessing this needs to be !android

Copy link
Member Author

Choose a reason for hiding this comment

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

good call, I'll start to consider android more. I'll fix in a follow up.

Copy link
Member Author

Choose a reason for hiding this comment

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

Actually this can't be set yet because we don't have the android option landed yet. It'll have to go in in the branch where this is being added.

@bsclifton bsclifton deleted the hangouts branch January 14, 2019 16:20
@bbondy bbondy removed the 0.61.x label Jan 14, 2019
@bbondy bbondy added this to the 0.61.x - Nightly milestone Jan 14, 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
Development

Successfully merging this pull request may close these issues.

4 participants