- 20 Aug, 2020 40 commits
-
-
My Nguyen authored
Same issue as suggestion label. Fix: b/165755383 Change-Id: I144b0a4e7bb3c4c3c1a5eccd3894ae2774e90e0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366379 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#800030}
-
Alice Wang authored
This CL redirects the continue URL after the signed-in account is in the cookie jar. Bug: 1093741 Change-Id: Ia19a856fa50b1a27e2373d42499908461ba8573b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339355 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#800029}
-
Ankit Kumar 🌪️ authored
Update pdf/ to use gfx::Point/gfx::Vector2d instead of pp::Point based on context. Apart from OutOfProcessInstance all other files in pdf/ now use gfx::Point/gfx::Vector2d instead of pp::Point. In the Pepper model, we have used pp::Point to denote a point as well as a 2D vector. Based on the usage of the pp::Point migrate it to gfx::Point or gfx::Vector2d. A position is represented by gfx::Point while an offset is represented by gfx::Vector2d. Bug: 1101101 Change-Id: I784fb886ff378cc7fd20722dfba6dd5ed3a55952 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329105 Commit-Queue: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Reviewed-by:Lei Zhang <thestig@chromium.org> Reviewed-by:
K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#800028}
-
Alexander Hendrich authored
This reverts commit 95cff9e7. Reason for revert: failing tests, see https://crbug.com/1109621#c7 Original change's description: > lacros: gnubby support for LaCrOS (hid_manager) > > Because Gnubby and power gnubby in chromium would be considered as > HID devices, and this CL would enable HID devices support for LaCrOS. > > Before this CL: Lacros would try to access /dev/hidraw*, but the > permission of it is root:hidraw 660, and lacros is running in chronos > user permission. By the way, CrOS it is using dbus to access the > permission_broker, and permission_broker would access these files for CrOS. > > In this CL: Open a HidManager mojo between ash-chrome service and lacros service. > Lacros would use AddReceiver to add a receiver to ash-chrome's HidManager. > And the HidManager on ash-chrome would use permission_broker to access > /dev/hidraw* files. In this solution, we wouldn't need to compile the > permission_broker into lacros. > > BUG=chromium:1109621 > TEST=tested gnubby manually on soraka > > Change-Id: I18cfe9b5e93e260b9347df4b57ebe12a621f44a8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319089 > Commit-Queue: joe Chou <yich@google.com> > Reviewed-by: Greg Kerr <kerrnel@chromium.org> > Reviewed-by: Jorge Lucangeli Obes <jorgelo@chromium.org> > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Erik Chen <erikchen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#800003} TBR=sky@chromium.org,jorgelo@chromium.org,reillyg@chromium.org,erikchen@chromium.org,kerrnel@chromium.org,yich@google.com Change-Id: I7cd325c2704a0b4cd18522acc977f3b45159b313 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:1109621 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366892Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/master@{#800027}
-
Chris Hall authored
bumping language detection switch expiry to m87. AX-Relnotes: Language detection experiment. Change-Id: I3c836fe0feca9e564afb50eeea9173096443f3de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355655 Commit-Queue: Chris Hall <chrishall@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#800026}
-
dpapad authored
- printing_icon_test.js - viewport_test.js Bug: 1000989 Change-Id: I61bf0423cca7bf6f3758ae0f7d870f29c64639a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364793 Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#800025}
-
Sundoo Kim authored
Explicitly remove the copy constructor and assignment operator with the delete keyword. Bug: 1010217 Change-Id: I3c833e16f6075c9a8ce754e5e6842c105e90265f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366514Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#800024}
-
Alex Rudenko authored
This CL adds UMA tracking histogram for the new feature of automatically fixing low-contrast colors to help answer the questions: - how often is the feature used? - what contrast threshold is being primarily used? The frontend CL: https://crrev.com/c/2360010 Bug: 1093227 Change-Id: I20d08a6049821ffb6506307bb66b0ffc1ef36ac8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360069 Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Reviewed-by:
Mathias Bynens <mathias@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Benedikt Meurer <bmeurer@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#800023}
-
Nidhi Jaju authored
Change-Id: Id0c704a0c67f2ff570ae1771416e5a2e8d9ffb63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362796Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Nidhi Jaju <nidhijaju127@gmail.com> Cr-Commit-Position: refs/heads/master@{#800022}
-
Regan Hsu authored
* Plumbs PhoneHubManager from OsSettingsManager to MultideviceSection, and from there NotificationAccessManager to MultideviceHandler. * MultideviceHandler will receive NotificationAccessSetupOperation Status and notify the JS layer. * MultideviceHandler listens to Cancel and Start setup events. Bug: 1106937 Change-Id: I28a755da5f535b6b3039f1950f3458e6b3444952 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364020 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#800021}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/853d4ed2ff41..dc594f21c09a 2020-08-20 mtklein@google.com Revert "Add utilities to SkGeometry for quad and cubic rotation angles" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC stani@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: stani@google.com Change-Id: Id9ca0d8576b74152536c46dbdcd2f8f1fba73288 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366233Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#800020}
-
Solomon Kinard authored
Bug: 1108940 Example: chrome.search.query({"search": "search words"}); Change-Id: I53c79a73411588596c49225482c16822257795a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333031Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Solomon Kinard <solomonkinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#800019}
-
Wenyu Fu authored
Bug: 1108564 Change-Id: I6dc0625bdd9fe7a3f3d6329087661f2548520537 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364959 Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Auto-Submit: Wenyu Fu <wenyufu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#800018}
-
Risan authored
Changing it to /storage/MyFiles-read, which provides a readable view of the MyFiles from app with WRITE_EXTERNAL_STORAGE permission. BUG=b:162791183 TEST=Photos can see file changes. Change-Id: Ibdb218f426339bf14fc8a571581a86c7849153ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359595Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Satoshi Niwa <niwa@chromium.org> Commit-Queue: Risan <risan@chromium.org> Cr-Commit-Position: refs/heads/master@{#800017}
-
Mike Dougherty authored
Bug: 1117667 Change-Id: I3f2fb6a013697ad414c7d5458d0bebb68ee2749b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363702 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#800016}
-
Caleb Raitto authored
Bug: 973801 Change-Id: Ifa4df0c66f71f7ce2af57968b33b0127ab569067 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350481 Commit-Queue: Caleb Raitto <caraitto@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#800015}
-
Dale Curtis authored
Necessary to get the SDR white level so HDR images look right on Windows. Bug: 1116870, 1112437 Change-Id: I61f7e5585f412276fae2022bd405c083d9794220 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365361 Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#800014}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/f6fb6da87dc4..5dff6075d29f 2020-08-20 ynovikov@chromium.org Roll chromium_revision c8c2c646..84714fcf (796654:799900) 2020-08-20 jmadill@chromium.org Re-land "Feedback Loop Redesign 2/3: Track bound FBOs in Texture." 2020-08-20 sugoi@google.com Silence Control Flow Integrity (cfi) errors 2020-08-20 ynovikov@chromium.org Fix manual roll mode of roll_chromium_deps.py 2020-08-20 ynovikov@chromium.org Fix manual, disable automatic rolling of googletest and jsoncpp If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cnorthrop@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1116053 Tbr: cnorthrop@google.com Change-Id: I47314e48ebbee1ad2ab78ab8349df5b72fc64a90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365856Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#800013}
-
Koji Ishii authored
This is part of an effort to move |NGLineHeightMetrics| to platform. Split from: https://chromium-review.googlesource.com/c/chromium/src/+/2363514 to make git diff happy. This part contains renaming, but nothing else. This patch has no behavior changes. TBR=tkent@chromium.org, yosin@chromium.org Change-Id: I030ef8c41d06f1a2f978fdf8893d819d8b4b604c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366375Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#800012}
-
Dominic Farolino authored
R=falken@chromium.org, kinuko@chromium.org, nhiroki@chromium.org Bug: 1086227 Change-Id: I77514aebf36c3da664791821e32220cf0dfcf6de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358413 Commit-Queue: Dominic Farolino <dom@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#800011}
-
sauski authored
Extends the PageSpecificContentSettings & associated delegegate to inform the audit service of access to: - DOM (Local) storage - File System - Service Workers - Web Database The CookiesTreeModel is also updated to report deletion events for these storage types to the audit service. Bug: 1101675 Change-Id: Idf332624cac0260a1bdc4c99c01057cda10b42a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363749Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> Cr-Commit-Position: refs/heads/master@{#800010}
-
David Van Cleve authored
Note: This is an identical reland of crrev.com/c/2308860 except that it adds two conditionals to return early from tests when OOR-CORS is disabled. (The no-OOR-CORS code, aka Blink-CORS, is not supported in user builds in M85+ and is scheduled to be deleted in a week or two.) -- Original commit message: The first in a series of several CLs, this change expands the Trust Tokens browser tests to cover additional issuance cases: issuance to issuer with no keys -> expect error cross-origin issuance -> expect success cross-site issuance -> expect success issuance with number of associated origins at cap -> expect success iff the issuer is associated issuance after keys expire -> should fail issuance from non-https top-frame origin -> should fail issuance to non-https issuer -> should fail Bug: 1071293 Change-Id: I4f1f6771c7f39efb4629acedc45d2b3b5bd1d95b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337424 Commit-Queue: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#800009}
-
Ryan Hansberry authored
Implement bluetooth::mojom::ServerSocket and a corresponding method to create one, bluetooth::mojom::Adapter::CreateRfcommService(). Use this new interface to implement a concrete location::nearby::api::BluetoothServerSocket, created via the newly implement BluetoothClassicMedium::ListenForService(). api::BluetoothClassicMedium and api::BluetoothServerSocket are both synchronous interfaces, so these new implementations consume the synchronous signatures of their respective dependencies. Please see design doc go/nearby-chrome-bt for more details. Bug: b:154849933, b:157484631 Change-Id: I2b5fbe053fb9f38fbf2a999ff8ad4791a7d227fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358129 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Reviewed-by:
Alex Chau <alexchau@chromium.org> Cr-Commit-Position: refs/heads/master@{#800008}
-
Shik Chen authored
It will enable some extra checks, such as the nullability rule in jsdoc automatically so save our time during code review. Bug: 1112210 Test: presubmit hooks Change-Id: I9fb20af6bf527303cd9b2eb5a5c7da493fe84f6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366452Reviewed-by:
Kuo Jen Wei <inker@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#800007}
-
Daniel Hosseinian authored
Maps to 'cloud_print.deprecation_warnings_suppressed'. This policy controls whether Google Cloud Print deprecation warnings are shown to users in the print preview dialog or settings pages. Bug: 1117627 Change-Id: If6cf71af3f5378c1dd3ed935a715ac3c35c764ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363004 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#800006}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/f02ec9715362..52e107037d09 2020-08-20 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ice5adbb99c3ebf0d475d8d1be6d25a216a2b7ae9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366299Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#800005}
-
Donn Denman authored
Cleans up the triggering of a Related Searches form of a Resolve Request based on Policy rather than checking the Feature and other details that the ContextualSearchDelegate shouldn't need to know about. BUG=1062737, 1119585 Change-Id: I6a79b1e4d5b78f0f00a56e65f0c8d463f6c9db94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365217 Auto-Submit: Donn Denman <donnd@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#800004}
-
Yi Chou authored
Because Gnubby and power gnubby in chromium would be considered as HID devices, and this CL would enable HID devices support for LaCrOS. Before this CL: Lacros would try to access /dev/hidraw*, but the permission of it is root:hidraw 660, and lacros is running in chronos user permission. By the way, CrOS it is using dbus to access the permission_broker, and permission_broker would access these files for CrOS. In this CL: Open a HidManager mojo between ash-chrome service and lacros service. Lacros would use AddReceiver to add a receiver to ash-chrome's HidManager. And the HidManager on ash-chrome would use permission_broker to access /dev/hidraw* files. In this solution, we wouldn't need to compile the permission_broker into lacros. BUG=chromium:1109621 TEST=tested gnubby manually on soraka Change-Id: I18cfe9b5e93e260b9347df4b57ebe12a621f44a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319089 Commit-Queue: joe Chou <yich@google.com> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#800003}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d2f63b51..899af242 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I6645f853b759dbe97cc507c1de1af817088831b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366272Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#800002}
-
Wan-Teh Chang authored
https://chromium.googlesource.com/external/github.com/AOMediaCodec/libavif.git/+log/3fd2db22eef9..94ac5b4c7215 $ git log 3fd2db22e..94ac5b4c7 --date=short --no-merges --format='%ad %ae %s' 2020-08-19 wtc Update another matrix coeffs default to BT.601 2020-08-19 jdrago Update the default matrixCoefficients for avifenc to match ISO/IEC 23000-22:2019 Amendment 2 2020-08-19 jdrago Adjust fallback YUV coefficients based on upcoming MIAF Amendment 2, fix typo in coeffs table Created with: roll-dep src/third_party/libavif/src R=dalecurtis@chromium.org Bug: 1119465 Change-Id: I2ef7ceed322ebb9cebf605afdab82ebfe7c25b64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365366 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#800001}
-
Sky Malice authored
Bug: 1113792 Change-Id: I728574f878420019da5205027ab0974b4e4adb85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364514 Commit-Queue: Sky Malice <skym@chromium.org> Reviewed-by:
Wenyu Fu <wenyufu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#800000}
-
Matt Falkenhagen authored
Change-Id: I8546a51ad0886f7c5f5acb0034f895d85a78a4d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366332 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#799999}
-
Sergey Ulanov authored
VulkanSwapChain reuses semaphores used in Swapchain. That logic depends on fences support in Swapchain, but Fuchsia's swapchain implementation doesn't support fences. This CL disables semaphores re-use on Fuchsia. Bug: 1117070 Change-Id: I8d57a527b572f7da1fd27821b36fae332307b725 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365357Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#799998}
-
Karandeep Bhatia authored
BUG=None Change-Id: I48cbebafc592ce6e81561d8f822bd52161ca5f9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366292 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#799997}
-
Tal Pressman authored
Add a pointer to the AgentSchedulingGroupHost in RenderFrameHost, and route some initial calls through it instead of the RenderProcessHost. This is needed since in the future all frame-specific communication will be done directly at the agent scheduling group level, and not the process level. Bug: 1111231 Change-Id: I62cb6b3bffe79cd143a8aa27f1c471df06f508a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346687 Commit-Queue: Tal Pressman <talp@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#799996}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/90adfcb7b606..b8f58d1bec6f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC kinuko@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1105530,chromium:1118191 Tbr: kinuko@google.com Change-Id: I83c91f3849899a003b83aa2553efbfd5255711d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366232Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#799995}
-
Anatoliy Potapchuk authored
This reverts commit 6eeaad9a. Reason for revert: ChromeVox settings persistence issue was fixed, we can show the menu again. Original change's description: > [Settings] Hide Chromevox settings subpage in kiosk mode > > We are under discussions about the state of chromevox settings page. > Let's hide it for now. > > Bug: 1061068 > Change-Id: I21c0f184ee44e5cc9d60b81d731e9dd19148740a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199268 > Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> > Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> > Auto-Submit: Anatoliy Potapchuk <apotapchuk@chromium.org> > Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> > Cr-Commit-Position: refs/heads/master@{#768583} TBR=khorimoto@chromium.org,apotapchuk@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1061068 Change-Id: I0deaab917e26234c2f37d79f07fb34fcc4593928 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364632 Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Anatoliy Potapchuk <apotapchuk@chromium.org> Auto-Submit: Anatoliy Potapchuk <apotapchuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#799994}
-
Anatoliy Potapchuk authored
Previously, we disabled ChromeVox settings page because its settings persisted. Now, it is not a case. Bug: 1049566 Change-Id: I3c719a294d1ef22b02b0835b05d45eed1f0fa50a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364613 Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Auto-Submit: Anatoliy Potapchuk <apotapchuk@chromium.org> Reviewed-by:
Anqing Zhao <anqing@chromium.org> Cr-Commit-Position: refs/heads/master@{#799993}
-
Kenichi Ishibashi authored
This is a reland of 853e0dd9 This is the third attempt to land. The second attempt was reverted due to a flaky test. A speculative fix was landed in crrev.com/c/2352268. Original change's description: > service worker: Use mojo version of GetUserDataForAllRegistrations > > This CL starts using mojo version of > GetUserDataForAllRegistrations{,ByKeyPrefix}(). > > The type of the return value of these methods is also changed from > map<registration_id, value> to array<ServiceWorkerUserData>, > and ServiceWorkerUserData now has registration_id. > These changes are required to handle a situation where a > registration_id is associated with multiple values. Some features like > payments could associate multiple values for a registration_id. > > Bug: 1055677 > Change-Id: I29e9ae7c1722316b2ac2f163cfc5b50fe7590d54 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331376 > Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> > Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> > Reviewed-by: Matt Falkenhagen <falken@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Cr-Commit-Position: refs/heads/master@{#794447} Bug: 1055677 Change-Id: I5bcaef59bfe96715684a11b41a728505c828f315 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365732Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#799992}
-
Sadrul Habib Chowdhury authored
TotalFrameCounter counts the number of vsyncs the compositor was visible for. This, in combination with DroppedFrameCounter::total_dropped() can be used to measure the overall dropped-frame metric for the page. BUG=1115376 Change-Id: I73959aa8ade0ebd56df6a2f31f7f1e171c3f7727 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233302Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#799991}
-