- 18 Aug, 2020 40 commits
-
-
Himanshu Jaju authored
- Posts a delayed task to close connection - Adds a test to check kTimedOut status in TransferMetadata Bug: 1085068 Change-Id: I7c74b19533a97272d0aede9940eaa3f477e47827 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359129Reviewed-by:
Alex Chau <alexchau@chromium.org> Commit-Queue: Himanshu Jaju <himanshujaju@chromium.org> Cr-Commit-Position: refs/heads/master@{#799155}
-
Karandeep Bhatia authored
Document::domWindow() can be null when a Document is constructed without a browsing context. To prevent this possible derference, use Document::GetExecutionContext which is guaranteed to be non-null. BUG=1116743 Change-Id: Ib679e9689692f6b24a046ba43a17e16b2db858f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360493 Auto-Submit: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#799154}
-
chromium-internal-autoroll authored
Release_Notes:http://go/help_app-x20/relnotes/Nightly/help_app_nightly_202008180800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/50LmdZ87Aei15bQBU0QVN59IeJPvU-acRxSAEOTzcrYC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/help-app-chromium-autoroll Please CC help-app@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 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: b/163948970 Tbr: help-app@grotations.appspotmail.com Change-Id: I8c005ecbf906685b044a9a4d8d3e9dd5292e2c50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363060Reviewed-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@{#799153}
-
sauski authored
To support not showing a user a survey too soon, the preferences checked by the HatsService to determine survey eligibility are updated when the HaTSNextWebDialog shows a survey. Bug: 1110888 Change-Id: I54a977a1aebf7b2345abace84c2c66aa3c2cb600 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326171Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Theodore Olsauskas-Warren <sauski@chromium.org> Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> Cr-Commit-Position: refs/heads/master@{#799152}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/988f19e208bb..9aed03dcb02f 2020-08-18 dpranke@google.com Fix visibility rules for configs enforced by latest GN. 2020-08-18 cwallez@chromium.org OpenGL: Unconditionally set glFrontFace 2020-08-17 rharrison@chromium.org Roll 4 dependencies 2020-08-17 enga@chromium.org D3D12: only lazy clear OutputAttachment textures with render target ops 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: I724187c67fcf79b1401f7e7be199a4db2ca27479 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363052Reviewed-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@{#799151}
-
Brandon Jones authored
The "mapAtCreation" attribute that the warning currently recommends doesn't exist. Spec and Blink implementation both specify that the correct name is "mappedAtCreation". Change-Id: Ibd4eafac535390afe410d55d5ce922c8d7ae2247 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363267 Commit-Queue: Brandon Jones <bajones@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Auto-Submit: Brandon Jones <bajones@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#799150}
-
kylechar authored
SurfaceAggregator can enforce a maximum texture size but this was only plumbed in for GLRenderer. Add this value to OutputSurface::Capabilities and implement for both GLRenderer, with the value from gpu::Capabilities, and SkiaRenderer, with the value from GrContext. Also add an arbitrary limit for SoftwareRenderer. If we get an OOM while allocating a RenderPass texture it will crash the GPU process, so placing an upper limit will hopefully reduce OOM crashes. Bug: 1116745, 1099158 Change-Id: Ie12dedeb2e64ce6b24859adc12a3d73d69c18c0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359152 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#799149}
-
Saurabh Nijhara authored
This change was introduced in the following CL: https://chromium-review.googlesource.com/c/chromium/src/+/2302639 All OOBE dialogs may not use the same color for subtitle and footer slots. Having color in top level css is affecting some OOBE screens as the Network screen. Hence, reverting the change for now. Bug: 1112744 Change-Id: I00cf2fc673bfeb01513705b232fa278087c3494e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358670Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Saurabh Nijhara <snijhara@google.com> Cr-Commit-Position: refs/heads/master@{#799148}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/12c6d67a4298..e0a44a28c5be 2020-08-18 cjmcdonald@chromium.org pytest: Clean up & remove 'sigterm' marker 2020-08-18 cjmcdonald@chromium.org Migrate depgraph visualization project to contrib 2020-08-18 bpastene@chromium.org cache: Pass quiet=True to cros_build_lib.run() when extracting tarballs. 2020-08-17 rrangel@chromium.org ap_firmware_config/zork: Use futility 2020-08-17 zhuohao@chromium.org puff: add factory branch builder If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: I55a683ca4ed01c6a0c1cf2b1c90ca804a153b591 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363055Reviewed-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@{#799147}
-
Dan Harrington authored
We already have sequential numbers for actions, we just weren't populating the proto yet. Bug: b/155774256 Change-Id: Ie12b718079e44e9c8f2d702d5eb1e216c396db48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359375 Auto-Submit: Dan H <harringtond@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Reviewed-by:
Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#799146}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/6b30e90492c5..c2cee61d1ff6 2020-08-18 jleconte@google.com Revert "Chrome Perf Dashboard UI links to Monorail bugs are missing project id." If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC rmhasan@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:chromeos-kevin-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1101773 Tbr: rmhasan@google.com Change-Id: Ief910339cd2ab131ee12adcbf69f1b653e0d298b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363056Reviewed-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@{#799145}
-
Matthias Körber authored
Change-Id: I77d17601928655d563cab39daf5ba9c04f97fbde Bug: 1099202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362911 Commit-Queue: Matthias Körber <koerber@google.com> Reviewed-by:
Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/master@{#799144}
-
Aaron Tagliaboschi authored
Bug: 973801 Change-Id: I0c1616e85080c1048f6777caaa7769ce8398e507 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354270 Commit-Queue: Aaron Tagliaboschi <aarontag@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#799143}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/b6a272ffee65..d5044cd209a6 2020-08-18 fmayer@google.com Merge "Update heapprofd CHANGELOG." 2020-08-18 eseckler@google.com Merge "Save and load local configurations" 2020-08-18 lalitm@google.com Merge "docs: fix build + add language annotations on code" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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 Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ifc881128027375332ffc4c9993f8775eb888bfc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363057Reviewed-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@{#799142}
-
Liquan (Max) Gu authored
Fix a bug introduced from CL https://chromium-review.googlesource.com/c/chromium/src/+/2346730 where the failed parseAndValidateDetailsOrDisconnectFromClient() does not cause the ComponentPaymentRequestImpl to be discarded by the MojoPaymentRequestGateKeeper. Bug: 1102522 Change-Id: I0b99b6aea2ada05e5a0474e3cb93eaed9a4ee789 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363249Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Cr-Commit-Position: refs/heads/master@{#799141}
-
Sergei Datsenko authored
Bug: 1115963 Change-Id: I240b2132ee9285f9b2cc88478394b32c383744ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355232 Commit-Queue: Sergei Datsenko <dats@chromium.org> Reviewed-by:
Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#799140}
-
Azhara Assanova authored
Create a field isHidden in CrashInfo class which is reflected in the crash log json file. When the user presses "Hide crash" button, the field is updated and the crash log json file is modified. WebViewCrashInfoCollector's mergeDuplicates() also removes crashes that have to be hidden. Demo: https://drive.google.com/file/d/1EUlEzi4HXgzdgES0csWJpbVwaoiSJ9lU/view?usp=sharing Dark theme: https://drive.google.com/file/d/1fmK5JStvNWv3ce17NUyQzSxTaUNyDdMB/view?usp=sharing Bug: 1059944 Test: Manual - verify the hide button works as expected Test: run_webview_instrumentation_test_apk -f DeveloperUiTest.* Change-Id: Id08aab424a222c8acae2a22fcf1bb777bb2ac330 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339976 Commit-Queue: Azhara Assanova <azharaa@google.com> Auto-Submit: Azhara Assanova <azharaa@google.com> Reviewed-by:
Hazem Ashmawy <hazems@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Laís Minchillo <laisminchillo@chromium.org> Cr-Commit-Position: refs/heads/master@{#799139}
-
Joey Arhar authored
Bug: 1116592 Change-Id: I2fcd95f6310539bbb5f9bd4ec998a6cf0fd92aff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358650Reviewed-by:
Steve Kobes <skobes@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/master@{#799138}
-
Roman Sorokin authored
The feature is not used at all. Bug: none Change-Id: I9ecbed46b513ce7b1dff4ddbfc45f4741af4209a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362813 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Renato Silva <rrsilva@google.com> Auto-Submit: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Renato Silva <rrsilva@google.com> Cr-Commit-Position: refs/heads/master@{#799137}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: If42bb28f8dba5b0ea1b4b0fe0720ed329d7e8213 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363068Reviewed-by:
Ben Mason <benmason@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#799136}
-
Evan Stade authored
This is in preparation for componentization of the contacts picker. Bug: 1016938 Change-Id: Iba35bbd752087f17c5636fb10706f029a2522da7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321563 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#799135}
-
David Roger authored
Bug: 1076880 Change-Id: I7bc1498f85a9f23bc182a17261d58b4b8e1a62e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362889 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#799134}
-
Ilya Nikolaevskiy authored
Bug: chromium:949112 Change-Id: I33b42200891e72bc00cfc44933d312ce918f8839 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362287 Auto-Submit: Ilya Nikolaevskiy <ilnik@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#799133}
-
Claude van der Merwe authored
kPhoneHubClientEnabled was inserted instead of kPhoneHubHostSupported. Bug: 1106937 Change-Id: I1a31c7904c0aae335e84289ed217d9495055c351 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363250 Commit-Queue: Claude van der Merwe <cvandermerwe@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#799132}
-
Samuel Huang authored
This CL adds the "Container" option under "Group symbols by". This is meaningful only for .size / .sizediff files with multiple containers. Bug: 1040645 Change-Id: I93ea1548c3c11f7dbcbbdd4779e378715c1c373a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362989Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#799131}
-
Sebastien Lalancette authored
The issue: Triggering "Open in New Tab" from the tab grid recent tabs' context menu did not navigate the user to that tab. The tab count was incremented, but it was hard to tell from the UI that something happened. The fix: Navigate the user to the new tab. Other fix: - Added a similar solution for incognito. The issue didn't happen in incognito, but I found it awkward to not have a similar approach. Bug: 1093302 Change-Id: I0513a1195b768bfaa802788443f411b8a24879c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359557Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#799130}
-
Fred Mello authored
https://docs.google.com/document/d/1ov6HJo8RfjKzf7mjeHOhlrB6l3UZWSi4dgnexB53M7s Bug: 1112872 Change-Id: I82128bba13a899d81b1a52ff71d26b7b44e4849d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363170 Auto-Submit: Fred Mello <fredmello@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#799129}
-
Anatoliy Potapchuk authored
These tests were previously disabled as flaky(they were timeouting on the app launching step). The app launch logic was completely reworked recently, which could mean that these test will work well. Also, this cl makes window creation log message more visible, which should ease debug of such timeouts. Bug: 949490 Change-Id: I912d2d71cf12410b26688496dea306964e5b54bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359030Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#799128}
-
Xianzhu Wang authored
Bug: 716231 Change-Id: I20e23ea9c6f908d188a993f40cd036715b09748f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360420Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#799127}
-
Pete Williamson authored
The card menu was visible in the screenshot for send feedback. This change makes sure it is dismissed before asking for a screenshot. Bug: 1117314 Change-Id: Iccad8c7ceddf21ac27bbed2515e222b76299304f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360504Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#799126}
-
Guido Urdaneta authored
This reverts commit 96eca512. Reason for revert: The revert didn't fix the failure. See https://ci.chromium.org/p/chromium/builders/ci/Win7%20%2832%29%20Tests/63382 Original change's description: > Revert "[media/gpu/vaapi/test] Add Vp9Decoder." > > This reverts commit eb0887d9. > > Reason for revert: Speculative revert. > Will see if it fixes some persistent video failures on Windows. > Will reland if the revert doesn't work. > > Example failed bot: > https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%281%29/106480 > > Original change's description: > > [media/gpu/vaapi/test] Add Vp9Decoder. > > > > Add basic VP9 decoding for an IVF video stream, with > > functionality to save the last decoded frame as PNG. > > > > BUG=crbug:1062407 > > > > Change-Id: I0e9272a50e269af658a9427e8b01548443dd467d > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296872 > > Reviewed-by: Miguel Casas <mcasas@chromium.org> > > Reviewed-by: Andres Calderon Jaramillo <andrescj@chromium.org> > > Commit-Queue: Jao-ke Chin-Lee <jchinlee@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#798886} > > TBR=mcasas@chromium.org,jchinlee@chromium.org,andrescj@chromium.org > > Change-Id: Id80ba32e2a73aa83dde3bda453fc02e0ddd7d25b > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: crbug:1062407 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362851 > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Commit-Queue: Guido Urdaneta <guidou@chromium.org> > Cr-Commit-Position: refs/heads/master@{#799092} TBR=mcasas@chromium.org,jchinlee@chromium.org,guidou@chromium.org,andrescj@chromium.org # Not skipping CQ checks because this is a reland. Bug: crbug:1062407 Change-Id: I0b6683eaceb604502ee333e035e61f6ecc81527a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362731Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#799125}
-
Haiyang Pan authored
This reverts commit 67e499b1. Reason for revert: As the revert crrev.com/c/2360557 is landed, revert this as well since they seem to tie with each other Original change's description: > Fix regression caused by drawing accelerated content on SW canvas > > The recent change introducing PaintImage::GetSwSkImage() caused a > regression that occurs when drawing accelerated resources on a software > canvas. > > This is a quick fix to revert the culprit caller back to > PaintImage::GetSkImage(). This avoids the cost of multiple readbacks > that GetSwSkImage() incurs. A follow up change will introduce caching in > GetSwSkImage(), at which point we can use it again. > > Bug: 1115686 > Change-Id: I765f85acf2d53c7f379b4d5cffd86a1224be4318 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358432 > Reviewed-by: Khushal <khushalsagar@chromium.org> > Commit-Queue: Jonah Chin <jochin@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#798898} TBR=khushalsagar@chromium.org,jochin@microsoft.com Change-Id: I387a67450d86812a66170fe2e8ceb07b5f2128ac No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1115686 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363268Reviewed-by:
Haiyang Pan <hypan@google.com> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#799124}
-
Yuke Liao authored
This CL enables linux-lacros-rel on CQ by default. Bug: 1116180 Change-Id: I67bf89a5eefd7382bbd2886f416bc38c411213bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360496Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#799123}
-
Alex Ilin authored
The profile menu has the "manage profiles" and the "add new profile" buttons that should link to the new profile manager when it's enabled. Bug: 1063856 Change-Id: I8ce5ea06910f7d3d16d512743bb9b06e8b66862e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362790 Commit-Queue: Alex Ilin <alexilin@chromium.org> Auto-Submit: Alex Ilin <alexilin@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#799122}
-
Jana Grill authored
Add a text to be displayed in Chrome OS settings to tell the user that they are currently on the LTS channel. This CL only adds the new string without implementing its usage in order to have it translated ASAP. The actual usage of the new string will be added with https://crrev.com/c/2355925. Bug: 1105495 Change-Id: I055f1bff4aeb5aef2e75a3f0f6bec089c3a6abaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323292 Commit-Queue: Jana Grill <janagrill@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Victor-Gabriel Savu <vsavu@google.com> Cr-Commit-Position: refs/heads/master@{#799121}
-
Fred Mello authored
https://docs.google.com/document/d/1o77S55v19A4wjfbcs1yMZhc3vs3Yo8s-y6G6JLJ-Jlo Bug: 1112872 Change-Id: Ifdc654662d32a524aad9cae4822a58c36e194b11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363073 Auto-Submit: Fred Mello <fredmello@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#799120}
-
James Cook authored
The feature launch got pushed back by 1 quarter, so extend the histogram by 3 months. Fixed: 1117084 Change-Id: I06d1e8fe4efc7493bb2dda9359273928c7d10dfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360127 Auto-Submit: James Cook <jamescook@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#799119}
-
Livvie Lin authored
Also delete testing config. Launch bug: crbug.com/1064079 Change-Id: I023b20324674e4d160f850d488cf9c655838935d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359579Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#799118}
-
Eleonora Rocchi authored
This CL adds the logic to redirect the user to the Google Password Check on quota limit error. The redirect is called through PasswordCheckBridge to avoid dependencies on chrome_java. IDS_PASSWORD_CHECK_STATUS_MESSAGE_ERROR_QUOTA_LIMIT_ACCOUNT_CHECK.png https://storage.cloud.google.com/chromium-translation-screenshots/c4546cf199aa6314ead807fa1fc0e1ed8b779a83 Bug: 1092444 Change-Id: I374ad088c305d299fea00f412f27dd6ab3d0e9b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362023Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Eleonora Rocchi <erocchi@google.com> Cr-Commit-Position: refs/heads/master@{#799117}
-
Lukasz Anforowicz authored
Thanks to an earlier CL (https://crrev.com/c/2274591), this CL can modify CorsURLLoaderFactory::IsValidRequest to enforce the presence of |request_initiator_site_lock| (see the mojo::ReportBadMessage call in the InitiatorLockCompatibility::kNoLock case). This is a big security win - it means that the |request_initiator| can no longer be spoofed on the Android platform (the CL modifies //docs/security/compromised-renderers.md accordingly). Bug: 1114906 Change-Id: I9e52ea33d8e929e31c1b4bfaf8fc85e5d2e185f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347195 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#799116}
-