-
Notifications
You must be signed in to change notification settings - Fork 926
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 116.0.5845.51 to Chromium 116.0.5845.82 (1.57.x). #19640
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
9e31f05
to
65085cd
Compare
Histogram values for Content Settings components include brave values. These values are listed as part of a static flat map, and they have recently been moved from a public header to a translation unit doing the work with the representative value. In this change we move the override and its implementation to the new file. Chromium change: https://chromium.googlesource.com/chromium/src/+/989b41b93018074f4647ab2352b7f051f1efd56a commit 989b41b93018074f4647ab2352b7f051f1efd56a Author: Florian Jacky <[email protected]> Date: Mon Jul 31 16:33:42 2023 +0000 Enforce metadata expiry actively Previously, metadata expiration was only checked on access (i.e. on content setting retrieval). This means that a site that continually used a stream returned from a camera/microphone request, would not have this access revoked. Thus the stream would not be terminated on expiry. For cam/mic this halts active streams, for geolocation this will halt active streams once crbug.com/1462313 is fixed. Additionally this CL reduces the expiry of one time permissions from 24 hours to 16 hours, to prevent interruptive behaviour when clients would still use the capabilities the next day without triggering any of the other one time grant expiration mechanisms. Bug: 1457179, 1459994
`WebUIBubbleDialogView` has had an extra argument `arrow` added to its constructors. This means all instantiations of it in brave have to be corrected to properly reflect that. Chromium change: https://chromium.googlesource.com/chromium/src/+/ac6c2c4c7618aa22c64c515ef2f4533dc54ed5cd commit ac6c2c4c7618aa22c64c515ef2f4533dc54ed5cd Author: Yuheng Huang <[email protected]> Date: Mon Jun 26 17:42:46 2023 +0000 Tab Search: Anchor bubble on top left when button is on the left side Add an option to anchor WebUI bubble on the left. This is necessary for Chrome UI refresh 2023 since the tab search button has moved to the left side of the tab strip. Change-Id: Icf3b6b2b3f63f17503d91129c0bb9498510a4c6e Bug: 1456312
65085cd
to
626b559
Compare
Chromium change: https://chromium.googlesource.com/chromium/src/+/a3668b9a7ef9f0 commit a3668b9a7ef9f04c1f33286857689e54720549bb Author: Pierre St Juste <[email protected]> Date: Fri Aug 4 19:12:35 2023 +0000 [M116] Adding UKM logging for VQS in CSC. More context in the metrics doc http://shortn/_BlMxQQIsnL. (cherry picked from commit a3a495425fb51ccd9f1a93aff202ab4a4ef61e93) Bug: 1449021, b/285625378
Disable tests that fail on SYSTEM account.
kjozwiak
approved these changes
Aug 10, 2023
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.
Uplift into 1.57.x
approved 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI/run-audit-deps
Check for known npm/cargo vulnerabilities (audit_deps)
CI/run-network-audit
Run network-audit
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.
Resolves brave/brave-browser#32168
Resolves brave/brave-browser#31948
Uplift from #19471
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run lint
,npm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: