-
Notifications
You must be signed in to change notification settings - Fork 921
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
Revert changes to user agent after experiencing webcompat issues in Dev/Nightly #2583
Conversation
Working through a compile error related to Random usage in referral service... |
Done and pushed 👍 Ready for review 😄 |
base::TimeDelta::FromSeconds(kFetchReferralHeadersFrequency + | ||
base::RandInt(0, 60 * 10)), | ||
base::TimeDelta::FromSeconds( | ||
brave_base::random::Geometric(kFetchReferralHeadersFrequency)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc: @riastradh-brave - updated per discussion on Slack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5318760
to
fac599c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fac599c
to
f0bae56
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I reverted some documents that I changed from #2442.
…ev/Nightly. Proposed solution: 1. revert this code :) leave the header code in (for the time being) to ensure partner compatibility 2. create a new branch and make the UA toggle-able (ex: "Use Brave user agent") in brave://settings (default to off) 3. continue to flush out UA exceptions as part of brave/brave-browser#4641 4. re-submit work as pull request Fixes brave/brave-browser#4608 Unfixes brave/brave-browser#1052 (we can remove milestone from brave/brave-browser#4623 as revert won't break this) ----- Revert "Merge pull request #2515 from brave/fix_ua" This reverts commit 1a135b6, reversing changes made to 0160133. Revert "Merge pull request #2442 from brave/override_ua" This reverts commit f5a2264, reversing changes made to 7f958f8.
8dcb54f
to
42f559e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Revert changes to user agent after experiencing webcompat issues in Dev/Nightly
Proposed solution:
Fixes brave/brave-browser#4608
Unfixes brave/brave-browser#1052
(we can remove milestone from brave/brave-browser#4623 as revert won't break this)
Revert "Merge pull request #2515 from brave/fix_ua"
This reverts commit 1a135b6, reversing
changes made to 0160133.
Revert "Merge pull request #2442 from brave/override_ua"
This reverts commit f5a2264, reversing
changes made to 7f958f8.
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests && npm run test-security
) onnpm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.