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

Issue 3025: Add a buildflag/runtime switch to disable STP by default #3026

Closed
wants to merge 1 commit into from

Conversation

jumde
Copy link
Contributor

@jumde jumde commented Jan 20, 2019

fix #3025

Description

STP can cause webcompat issues, so gating this feature behind off-by-default runtime flag till the feature is thoroughly tested.

More details about the feature/switches is available here:
brave/brave-core#403

auditors: @bridiver, @bsclifton

Please reach out if you have any questions.

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:

The test plan for this change is covered in: brave/brave-core#403 (For Devs - Enable STP runtime and buildflags)

Reviewer Checklist:

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

@jumde jumde self-assigned this Jan 20, 2019
@jumde jumde requested review from bridiver and bsclifton January 21, 2019 00:03
@jumde jumde mentioned this pull request Jan 21, 2019
17 tasks
@jumde jumde force-pushed the stp_runtime_switch branch 2 times, most recently from 1f83853 to f6f1258 Compare January 25, 2019 18:43
STP can cause webompat issues, gating this feature behind off-by-default
runtime flag till the feature is thoroughly tested for webcompat.

The switches are available here:
https://github.com/brave/brave-core/pull/403/files

auditors: @bridiver, @bsclifton
@jumde
Copy link
Contributor Author

jumde commented Mar 25, 2019

Tracking the work here: #3888

@jumde jumde closed this Mar 25, 2019
@bsclifton
Copy link
Member

@jumde can this branch be deleted?

@mihaiplesa mihaiplesa deleted the stp_runtime_switch branch April 17, 2022 20:40
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.

Add buildflag and runtime switch to disable STP by default
2 participants