-
Notifications
You must be signed in to change notification settings - Fork 905
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
Upgrade from Chromium 75.0.3770.100 to Chromium 76.0.3809.62 (0.68.x) #2934
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
Upgrade from Chromium 75.0.3770.100 to Chromium 76.0.3809.62
Affected: * WebSocketHandshakeRequestInfo::ForRequest. Chromium change: commit d726e1e8a8f5be0cb11128f9980243ef41c18a5a Author: Lucas Furukawa Gadani <[email protected]> Date: Wed May 8 16:20:03 2019 +0000 Remove const interfaces from content/public API. Bug: 908139
Merged
28 tasks
mkarolin
changed the title
Upgrade from Chromium 75.0.3770.100 to Chromium 76.0.3809.62 (0.68.x)
WIP: Upgrade from Chromium 75.0.3770.100 to Chromium 76.0.3809.62 (0.68.x)
Jul 16, 2019
mkarolin
changed the title
WIP: Upgrade from Chromium 75.0.3770.100 to Chromium 76.0.3809.62 (0.68.x)
Upgrade from Chromium 75.0.3770.100 to Chromium 76.0.3809.62 (0.68.x)
Jul 16, 2019
The only CI error is uploading unit tests results. |
Ideally, we'd want #2903 uplifted here as well. |
Follow up on comments for c76 update
Fix for Clear Browsing Data dialog not showing.
The only CI failures I see are the network audit and the unit tests results publishing. |
bsclifton
approved these changes
Jul 18, 2019
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.
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.
Fixes brave/brave-browser#5083
Related PR: brave/brave-browser#5263
Uplift request from #2892
Fixes brave/brave-browser#5222
Uplift request from #2903
Fixes brave/brave-browser#5277
Uplift request from #2945
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
See brave/brave-browser#5083
Reviewer Checklist:
After-merge Checklist:
changes has landed on.