-
Notifications
You must be signed in to change notification settings - Fork 879
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
Fix 6804: Avoid the OnPreferenceChanged callback when preferences are changed by CookiePrefService #3903
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jumde
force-pushed
the
cookie_pref_loop
branch
from
November 7, 2019 16:37
2ee44d4
to
44075a3
Compare
jumde
force-pushed
the
cookie_pref_loop
branch
from
November 7, 2019 21:18
44075a3
to
d4d5ec8
Compare
jumde
changed the title
[WIP] Fix 6804: Avoid the OnPreferenceChanged callback when preferences are changed by CookiePrefService
Fix 6804: Avoid the OnPreferenceChanged callback when preferences are changed by CookiePrefService
Nov 7, 2019
jumde
force-pushed
the
cookie_pref_loop
branch
from
November 7, 2019 21:35
03aae66
to
8768486
Compare
bridiver
approved these changes
Nov 8, 2019
jumde
force-pushed
the
cookie_pref_loop
branch
3 times, most recently
from
November 8, 2019 08:10
3df0d0b
to
78e64a6
Compare
mihaiplesa
added
CI/skip-android
Do not run CI builds for Android
CI/skip-ios
Do not run CI builds for iOS
CI/skip-linux
labels
Nov 8, 2019
Has passed for Android, iOS, Linux, Windows so applied skip labels and will need to be re-built only on macOS (unless no new changes pushed). |
jumde
removed
CI/skip-android
Do not run CI builds for Android
CI/skip-ios
Do not run CI builds for iOS
CI/skip-linux
labels
Nov 8, 2019
jumde
force-pushed
the
cookie_pref_loop
branch
from
November 8, 2019 17:00
78e64a6
to
2ce3644
Compare
bridiver
approved these changes
Nov 8, 2019
jumde
force-pushed
the
cookie_pref_loop
branch
2 times, most recently
from
November 9, 2019 00:35
8f8ec26
to
51ceebd
Compare
… changed by CookiePrefService
jumde
force-pushed
the
cookie_pref_loop
branch
from
November 9, 2019 17:53
51ceebd
to
2d33101
Compare
iefremov
reviewed
Nov 11, 2019
|
||
Lock lock_; |
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.
Can we please write a detailed comment explaining this approach? It is sort of non-trivial to understand
iefremov
approved these changes
Nov 11, 2019
petemill
pushed a commit
that referenced
this pull request
Jul 27, 2020
Make build step sign binaries and generate widevine sig files on Windows
petemill
pushed a commit
that referenced
this pull request
Jul 28, 2020
Make build step sign binaries and generate widevine sig files on Windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix brave/brave-browser#6804
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Cookie
settings fromOnly block only cross-site cookies
toBlock All Cookies
Block-Cross site cookies
and refreshBlock all cookies
->Allow all cookies
Reviewer Checklist:
After-merge Checklist:
changes has landed on.