- 20 Aug, 2020 40 commits
-
-
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}
-
Kenneth Russell authored
Renderer process is intermittently hanging; minidumps do not show why. Bug: 1065514 Change-Id: I585dc0354be9daa734ac9e9c47ce59896ee59e77 Tbr: bsheedy@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365756Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#799990}
-
Brandon Wylie authored
internal counterpart: https://chrome-internal-review.googlesource.com/c/clank/internal/apps/+/3190243 Bug: 1055811 Change-Id: Ia707ba11f40aaab6023505f63516969816fdbcd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325090 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#799989}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4a56f4c29ec5..853d4ed2ff41 2020-08-20 mtklein@google.com Revert "remove sksl interpreter guards" 2020-08-20 ethannicholas@google.com Revert "Added support for the 'inline' hint on SkSL functions" 2020-08-20 ethannicholas@google.com Revert "SkSL CPP and H backends no longer emitted in non-dev builds" 2020-08-20 ethannicholas@google.com Revert "SkSL now supports uniform array types" 2020-08-19 csmartdalton@google.com Move GrWangsFormula::nextlog2 to sk_float_nextlog2 2020-08-19 johnstiles@google.com Remove final vestiges of sk_InColor. 2020-08-19 ethannicholas@google.com SkSL now supports uniform array types 2020-08-19 csmartdalton@google.com Add utilities to SkGeometry for quad and cubic rotation angles 2020-08-19 mtklein@google.com update placeholder approx op count 2020-08-19 johnstiles@google.com Remove sk_InColor from unit tests. 2020-08-19 adlai@google.com Remove GrContext variant of SkImageGenerator::isValid 2020-08-19 johnstiles@google.com Fix simplification of switch statements with casts. 2020-08-19 reed@google.com pass 'nested' bool to approximateOpCount 2020-08-19 mtklein@google.com clean up SK_LATE_DITHER 2020-08-19 ethannicholas@google.com Added support for the 'inline' hint on SkSL functions 2020-08-19 mtklein@google.com remove sksl interpreter guards 2020-08-19 johnstiles@google.com Add as<SymbolSubclass> to downcast Symbols more safely. 2020-08-19 ethannicholas@google.com SkSL CPP and H backends no longer emitted in non-dev builds 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: I975313e598b62bb84d1211bdfef4d5e2d9538669 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366152Reviewed-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@{#799988}
-
Anatoliy Potapchuk authored
We want to have the state of all a11y extensions not preserved between sessions. All of these extensions are component extensions are loaded dynamically via AccessibilityExtensionLoader. We will reinstall the extension as soon as it loaded for the first time. Bug: 1049566 Change-Id: I59b6582b942e761af13f5d9e8f90fc227480e24b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320589 Auto-Submit: Anatoliy Potapchuk <apotapchuk@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#799987}
-
chrome://settingsDaniel Hosseinian authored
Use an existing pref, "cloud_print.deprecation_warnings_suppressed", to suppress deprecation warnings. TBR=thestig@chromium.org Bug: 1112581 Change-Id: I76af61dc4b1faa387e179121dafe48a361c2ad7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363448 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#799986}
-
Dominic Schulz authored
Simply put, attempt to not record metrics for SWAs when they're coming through the usual app launch path, so that we can record them in LaunchSystemWebApp. We're encouraging SWAs that launch programmatically to use LaunchSystemWebApp, and those launches weren't being recorded. Bug: 1112660 Change-Id: I3b24fc6f374ef875dac9c456a2ea616ab687919f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340283 Commit-Queue: Dominic Schulz <dominicschulz@google.com> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Jiewei Qian <qjw@chromium.org> Cr-Commit-Position: refs/heads/master@{#799985}
-
Haoyue Wang authored
https://quiche.googlesource.com/quiche.git/+log/58468984dc04..c7f8b47a1b55 $ git log 58468984d..c7f8b47a1 --date=short --no-merges --format='%ad %ae %s' 2020-08-19 fayang In QUIC, add a copt to extend idle timeout by PTO on sent packets. Client side only, not protected. 2020-08-19 quiche-dev Resolves technical debt issues: 2020-08-19 fayang Log handshake completion time in quic_connection_stats. Logging only. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I4ecde89a57ac822f6af96faeedf682bf908afc19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365365 Commit-Queue: Haoyue Wang <haoyuewang@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: Haoyue Wang <haoyuewang@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#799984}
-
Rachel Wong authored
There is already an existing histogram that logs query lengths issued to the launcher. We are investigating some suspiciously long query lengths, and this histogram will allow us to distinguish between successful and unsuccessful searches. Bug: 1114544, 1113960 Change-Id: Ieb312812da7d2a2e887452436a68ed737cf2b6a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2361942Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tony Yeoman <tby@chromium.org> Commit-Queue: Rachel Wong <wrong@chromium.org> Cr-Commit-Position: refs/heads/master@{#799983}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/72e31331da03..ef0fb4c2707e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: I674f9e9251a514eac574c3bb56e5ed9956db6c95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364021Reviewed-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@{#799982}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/b54c82ed3948..eff9ef0f2212 2020-08-20 hao.x.li@intel.com Query API: QuerySet on Vulkan 2020-08-19 cwallez@chromium.org Add wgpu::TextureFormat::RGB9E5Ufloat If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I1677db22bcf385f5b9bb72eb74add6604ba4c7ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365995Reviewed-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@{#799981}
-
Nicholas Verne authored
Fixed: 1119595 Change-Id: Ib977193730a533b29c4dc7f2e73737d56f9eb308 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366173 Commit-Queue: Nicholas Verne <nverne@chromium.org> Commit-Queue: Jason Lin <lxj@google.com> Auto-Submit: Nicholas Verne <nverne@chromium.org> Reviewed-by:
Jason Lin <lxj@google.com> Cr-Commit-Position: refs/heads/master@{#799980}
-
Fabrice de Gans-Riberi authored
https://chromium.googlesource.com/openscreen.git/+log/44b62e8d9182..6d0991e9c086 2020-08-18 miu@chromium.org Cast Streaming: Provide a reason code when destroying Receivers. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@chromium.org 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: chromium:1116185 Change-Id: Ie482080f31bc844493e3de335e4e3ad944d1eb71 Tbr: jophba@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363770Reviewed-by:
David Dorwin <ddorwin@chromium.org> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#799979}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=kariah@chromium.org Change-Id: I90c107da4830a4459f7319f957513cba15fe5ff0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366472Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#799978}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d1a00aacb9ad..f02ec9715362 2020-08-19 jec@google.com Update What's New UI for Chrome 86 2020-08-19 soxia@microsoft.com [Emulation] Support Platfrom Multi win-segment Feature 2020-08-19 sigurds@chromium.org Add HeavyAd adorner in Elements panel 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: chromium:1095617,chromium:1109726 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I43f44bb3710fc9a02dc779b85b280422c371999e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365993 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#799977}
-
Tommy Li authored
After this CL, it's possible to enable on-clobber contextual web ZeroSuggest without being forced to also enable on-focus contextual web. Previously, this was not possible, and you HAD to enable on-focus contextual web ZeroSuggest in order to make on-clobber work. In other words: Before this CL: To enable on-focus only: - kOnFocusSuggestionsContextualWeb To enable on-clobber only: - NOT POSSIBLE To enable both: - kOnFocusSuggestionsContextualWeb - kClobberTriggersContextualWebZeroSuggest After this CL: To enable on-focus only: - kOnFocusSuggestionsContextualWeb To enable on-clobber only: - kClobberTriggersContextualWebZeroSuggest To enable both: - kOnFocusSuggestionsContextualWeb - kClobberTriggersContextualWebZeroSuggest Bug: 1106096 Change-Id: Ia75bacc868549013463bf84afb55d28054d0beed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364138Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#799976}
-
Kyle Horimoto authored
PhoneModel stores an in-memory model of the phone during a Phone Hub session. Currently, it only holds a PhoneStatusModel, but future CLs will add support for other parts of the model (e.g., notifications, Chrome tabs, and quick action button status). PhoneModel also provides an observer interface for clients to use to be notified when the model changes. This CL also creates the MutablePhoneModel class, which provides setters which can cause the model's data to change. PhoneHubManager instantiates a MutablePhoneModel when it is created and exposes it publicly via a PhoneModel*, which ensures that clients of the model cannot edit its contents. Bug: 1106937 Change-Id: I011c4f62916b158b291eb4abb0f38ab91fef7ac5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365225 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#799975}
-
sczs authored
Bug: 1085419 Change-Id: I3462548de584dbc49601c0c608d1046f6dd770ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363725 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#799974}
-