- 25 Mar, 2020 40 commits
-
-
Sahel Sharify authored
This is a reland of 352154b4 Original change's description: > [Payments][Android] Move PayerData.java into components/payments/.. > > This cl moves PayerData.java class into components/payments so that > the WebPaymentIntentHelper.java class can use it without depending on > chrome/browser. It also introduces a new Address class and its > converter utility class so that PayerData.java does not depend on > mojom.PaymentAddress. > > Change-Id: Idb737bc2697212af7542d3abbd1488461a7d3074 > Bug: 1026667 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110678 > Commit-Queue: Sahel Sharify <sahel@chromium.org> > Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> > Reviewed-by: Ken Buchanan <kenrb@chromium.org> > Cr-Commit-Position: refs/heads/master@{#752597} TBR=kenrb@chromium.org,rouslan@chromium.org Bug: 1026667 Change-Id: I2d7eb6016a51060ae10d6d9aed73eba841aea68c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120963Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#753322}
-
Omer Katz authored
This reverts commit 5dba9870. Reason for revert: quick resolution to regressions in issue 1063593 Original change's description: > heap: Trace Vector buffer up to capacity > > Tracing to capacity means we don't need to check size_ during > tracing anymore. > > Bug: 986235 > Change-Id: Idae046fcbb6a1705c1522d56479d560091415ea4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107983 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Michael Lippautz <mlippautz@chromium.org> > Commit-Queue: Omer Katz <omerkatz@chromium.org> > Cr-Commit-Position: refs/heads/master@{#751353} TBR=haraken@chromium.org,mlippautz@chromium.org,omerkatz@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 986235 Change-Id: Ib5b207d4f81966fae2f2522bd1c806071ff82c55 Tbr: haraken@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119519 Commit-Queue: Omer Katz <omerkatz@chromium.org> Reviewed-by:
Omer Katz <omerkatz@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#753321}
-
Victor Costan authored
This CL switches the Bind[Service]WorkerReceiver[ForOrigin[AndFrameId]]() helpers to use pointers to methods on RenderProcessHostImpl methods, instead of RenderProcessHost. This makes it easy to add a new interface without having to plumb it into RenderProcessHost. This is a refactoring CL facilitating https://crrev.com/c/2093918. No behavior change is introduced. Bug: 914488 Change-Id: Ib80011dab7a8d11e32becd40cbf961ef128a228a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118698Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Commit-Queue: Matthew Denton <mpdenton@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#753320}
-
Patrick Monette authored
Bug: 993029 Change-Id: Iae20fa0ede4421782fc5fbf2851d21c83cfbf4c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095452 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#753319}
-
Chris Harrelson authored
If the image is in cache, then the onload handler could happen synchronously before the script had a time to add the handler. The fix is to set the src after the onload handler has been registered. Change-Id: I8586119c5b36f033f36a594cd021230cb8a2bb8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119634Reviewed-by:
Stefan Zager <szager@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#753318}
-
Nate Chapin authored
If the form gets reparented, it should retain its old origin document. Bug: 1063549 Test: fast/forms/reparent-form-during-planned-navigation-task.html Change-Id: Ia4d2fbadc57b217dbc43ed2db26f6b38573726ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118292 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Joey Arhar <jarhar@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#753317}
-
Ian Wells authored
Bug: 1044139 Change-Id: I0eac7262fec61f477a31a61da5b277b685a32909 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088409 Commit-Queue: Ian Wells <iwells@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#753316}
-
Samuel Huang authored
Previously, SuperSize still asserts that a given .apk file would have a non-empty .so files, even if --java-only fiag is provided. This causes error when running SuperSize on TrichromeWebView.apk. This CL fixes the issue by skipping the check if --java-only is provided. Change-Id: Iaa30b0c27668cd6fd7df8705209487a701f2b12c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120964Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#753315}
-
Koji Ishii authored
This logic in |SetCachedLayoutResult| is also done in |ShrinkLayoutResults|, which |SetCachedLayoutResult| calls right after it executed the logic. This patch removes it. This patch should have no behavior changes. Bug: 982194 Change-Id: Ic060fdb46084f4eac5fcc120e5a8060d166272c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119893Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#753314}
-
Francois Beaufort authored
This CL adds Finch support to the Web NFC blocklist. This will allow the team to add NFC devices to be blocked without a full release of Chrome. Bug: 1060559 Change-Id: Ib8c8ee232565bdf17b4b85df4aa3de50c6be24ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106575Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Leon Han <leon.han@intel.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#753313}
-
Caleb Rouleau authored
R=tdresser@chromium.org Change-Id: Ie6066c5f146534d530b3c224d76727e15b6e9726 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119757Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#753312}
-
Sami Kyostila authored
NOTRY=true TBR=wenbinzhang@google.com Bug: 1064658 Change-Id: I1684eba39eeedec644dfe412525736934da1d620 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120719Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Auto-Submit: Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#753311}
-
Lukasz Anforowicz authored
Motivation for the changes in the CL: - "Allowlisting" in the old test suite name focused on only 1 out of 4 parameters that the test cases are parametrized with (kAllowlisted, kOutOfBlinkCors, kAllowlistForCors, kDeriveOriginFromUrl). - "CrossOriginReadBlocking" focused only on CORB, when the test cases have already been covering also CORS (e.g. when covering the CorbAllowlistAlsoAppliesToOorCors feature). Changes in the CL: - The CrossOriginReadBlockingExtensionAllowlistingTest test suite is renamed to CorbAndCorsExtensionBrowserTest. This test suite is parametrized (see TestParam enum). - The CrossOriginReadBlockingExtensionTest test suite is renamed to CorbAndCorsExtensionTestBase. Most methods of the test suite are moved to the parametrized test suite (i.e. to CorbAndCorsExtensionBrowserTest). InstallExtension method from the base and from the derived class is flattened. InstallApp method is moved/inlined into the WebViewContentScript test case. - The following tests are moved from the non-parametrized test suite to the parametrized one: - FromBackgroundPage_NoSniffXml - FromForegroundPage_NoSniffXml - FromServiceWorker_NoSniffXml (note https://crbug.com/1051594) - ProgrammaticContentScriptVsWebUI Only the WebViewContentScript test case remains to be non-parameterized. Bug: 1061567 Change-Id: Ifa9ab33de02de2b8900edbdd402d93f4edbcb5a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119150 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#753310}
-
Sami Kyostila authored
NOTRY=true TBR=wenbinzhang@google.com Bug: 1064650 Change-Id: Ie0cb4a4f936cb3fedd8b5a97247f6f387e1b93e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120502Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Auto-Submit: Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#753309}
-
Andrey Zaytsev authored
Bug: 1015841 Change-Id: Ib2283cc37b3b4b3b06ae2f24a20249d35ae33f73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120475Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Andrey Zaytsev <andzaytsev@google.com> Cr-Commit-Position: refs/heads/master@{#753308}
-
kylechar authored
In SkiaOutputDeviceGL we are creating a GrBackendRenderTarget and saying we have created a stencil buffer for it. From what I can tell, we haven't actually created the stencil buffer anywhere. In theory this should have no memory impact since Skia just thinks there is a stencil buffer but doesn't allocate it. Skia should only allocate a small C++ object to track the stencil buffer memory it thinks was allocated. However, pinpoint found a statistically significant memory difference with this change on some stories. This CL fixes skia category memory tracing to be more accurate as well. Bug: 1055190 Change-Id: Ic9a195f3fd68b8c58a65863018307c1b2d7da8b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112148 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#753307}
-
Benoit Lize authored
The OOM function changed to OnNoMemoryInternal recently. This is usually called from OnNoMemory, which is NOINLINE and recognized by the crash servers, but not always. As a consequence, some crashes are no longer tagged as OOMs. Mark the new function NOINLINE. This will require tagging on the server-side as well. Bug: 1062949 Change-Id: Icd1f3004c6d820e3ac3429a10ae59989fc58b816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110023 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#753306}
-
Dominique Fauteux-Chapleau authored
Also migrate chrome/browser/enterprise_reporting/ to chrome/browser/enterprise/reporting/ to have a uniform directory structure for enterprise code directly under chrome/browser/ Bug: 1064353 Change-Id: I71521da35ac38ded054cb4c01a8c0b110e207770 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117318Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#753305}
-
Jeff Yoon authored
Creating src-side changes for Chromium for chromium.mac's ios-device. - xcode_build_version set to 11c29 in *.star files. Added support for cache and property flexibility in lib/ci.star. - gn_args migrated to mb_config.pyl. Added mixins as needed to reflect changes. - additional_compile_targets set in waterfalls.pyl. no tests run for ios-device generated files: - cr-buildbucket.cfg - chromium.ci.json - chromium.mac.json Bug: 1055164,912681 Change-Id: Ie143b00f3fb51f793f5fd93049f74bb348b46fea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119751 Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#753304}
-
Caleb Rouleau authored
I am leaving Google. R=pasko@chromium.org Change-Id: Icc282671103d5e968b47ba08f6e554837e5a6cb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118228 Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#753303}
-
Illia Klimov authored
Bug: 1063023 Change-Id: If677c7251e68c904faadbb56f7d251299efb939f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107628 Commit-Queue: Balazs Engedy <engedy@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#753302}
-
Amy Huang authored
This uses the FORCE_ON option to enable zlib to ensure that clang actually finds and uses zlib. Also moved this setting out of base_cmake_args so that it is only used in the main clang build, since there is another 32-bit build that can't use this zlib. Also changed to remove and re-download the zlib source on every build. Change-Id: Ifceabc2ba06e4e4a56464f18de80610a0f043641 Bug: 1061189 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118674 Commit-Queue: Amy Huang <akhuang@google.com> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#753301}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/218c5d61fbba..ae5e8fb6311c git log 218c5d61fbba..ae5e8fb6311c --date=short --first-parent --format='%ad %ae %s' 2020-03-25 aerotwist@chromium.org Adds support for e2e parallelization 2020-03-25 petermarshall@chromium.org [ui] Add a border to text input on Workspace settings tab 2020-03-25 mathias@chromium.org Enable no-case-declarations lint rule 2020-03-25 sigurds@chromium.org [issues] Generate COEP releated issues in the front-end Created with: gclient setdep -r src/third_party/devtools-frontend/src@ae5e8fb6311c 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/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I2bb299b9303d3f006bb7f9b51e8d62f8eecbd202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120898Reviewed-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@{#753300}
-
Fredrik Söderqvist authored
When computing the position on the path for 'text-anchor' adjustments, any potential adjustments performed for 'textLength' needs to be considered. Previously the adjustment was computed as part of the summation of the chunk lengths. Bug: 603995 Change-Id: I579688e9ecf33a17898ecf228de6d44337455ed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116236Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#753299}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/38152bda97f5..c77cb596a2c3 git log 38152bda97f5..c77cb596a2c3 --date=short --first-parent --format='%ad %ae %s' 2020-03-25 jmadill@chromium.org No-op draw calls with rendering feedback loops. Created with: gclient setdep -r src/third_party/angle@c77cb596a2c3 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/+/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 Bug: None Tbr: cnorthrop@google.com Change-Id: I4486f48df75766b8c84ffe307382003198556f17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120531Reviewed-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@{#753298}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7c5efb2a7e2b..e2ac022f0bdf git log 7c5efb2a7e2b..e2ac022f0bdf --date=short --first-parent --format='%ad %ae %s' 2020-03-25 sokcevic@google.com Revert "Reland "depot_tools: Run using Python 3 by default."" Created with: gclient setdep -r src/third_party/depot_tools@e2ac022f0bdf If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: I1c06691f932889d7f1a0e5ac9f791b4147dc5e8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120899Reviewed-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@{#753297}
-
James Cook authored
Bug: none Change-Id: I405afa5c748a85dced3a41a05ba59a8ca3855419 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120732 Auto-Submit: James Cook <jamescook@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#753296}
-
Thomas Lukaszewicz authored
Added an activation check to WebContentsModalDialogHostViews. This check is necessary to ensure a created Dialog gets activation and doesn't disappear behind the parent window. Bug: 1058737 Change-Id: I4448e0c7334056a6c45120a675087ddf193b92b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098767 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#753295}
-
Paulo Warren authored
This small CL introduces an addition to the SharedImageUsage enum: SHARED_IMAGE_USAGE_VIDEO_ACCELERATION. It will be used in the shared image factory to determine the correct type of factory (interop_backing_factory) to be used in video decoding. Separate CL: https://chromium-review.googlesource.com/c/chromium/src/+/2083662 BUG=1058103 TEST=None Change-Id: Ia2215aba5b786ab69327d922b7ffa7afda06f8b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103068 Commit-Queue: Paulo Warren <pwarren@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#753294}
-
Fan Yang authored
https://quiche.googlesource.com/quiche.git/+log/84639a15fe70..7379c493206b $ git log 84639a15f..7379c4932 --date=short --no-merges --format='%ad %ae %s' 2020-03-24 fayang Stop running third_party/quic/core/http:end_to_end_test with PCC and different priority tags. 2020-03-24 bnc gfe-relnote: Refactor SetMaxAllowedPushId() method, add DCHECKs. Not protected. 2020-03-23 renjietang Send Goaway after receiving too large stream count in QuicStreamsBlocked frame. 2020-03-23 renjietang Move QuicDataReader::ReadVarIntU32 to QuicFramer for more detailed framer errors. 2020-03-23 wub Internal QUICHE change 2020-03-23 fayang gfe-relnote: In QUIC, use QuicNetworkBlackholeDetector which detects both path degrading and network blackhole. Protected by gfe2_reloadable_flag_quic_use_blackhole_detector. 2020-03-23 vasilvv Record encryption level for ACK and LOSS events in QUIC traces. 2020-03-23 bnc Remove unnecessary QuicSpdySession::SetMaxAllowedPushId() calls in tests that are not run with IETF QUIC versions. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: Ia916e3ae03293a7b06818d546edb40dc2a041bff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120276Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Fan Yang <fayang@chromium.org> Cr-Commit-Position: refs/heads/master@{#753293}
-
Klaus Weidner authored
In AR mode, ARCore's blocking update() method was being called too early, blocking processing for the current frame. Use a delayed PostTask with an estimated arrival time for the next frame to avoid blocking the GL thread while waiting. Also improve event tracing by adding frame numbers and timing counters, inspired by those used for the GVR device's VR mode. Change-Id: Ifece617d6f489366834b96a04f002969bbaea7ed Bug: 1064629 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118585 Commit-Queue: Klaus Weidner <klausw@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#753292}
-
Richard Knoll authored
This adds support for indeterminate progress in native Windows notifications. Progress values outside the [0-100] range will now show a spinner instead of a bar set to 0. Bug: 1064584 Change-Id: I70c483bdd37d717393486cc7c9519aab8787f8b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120493Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#753291}
-
Dominique Fauteux-Chapleau authored
Bug: 1059780 Change-Id: I301efc26f40ba894c437f377924506499f2fd196 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107604Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#753290}
-
bttk authored
This reverts commit ccb4217d. Reason for revert: crrev.com/i/2797930 has rolled in with commit 51b4afd9 Original change's description: > Revert "metrics: Remove CachedMetrics" > > This reverts commit 1231840e. > > Reason for revert: Causing build failures in android-internal-chromium-tot > https://ci.chromium.org/p/chrome/builders/ci/android-internal-chromium-tot > > Original change's description: > > metrics: Remove CachedMetrics > > > > Bug: 1048429 > > Change-Id: Ib5b5ee1d07492eb30b754320f6527acd5cda60f4 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079255 > > Commit-Queue: bttk <bttk@chromium.org> > > Reviewed-by: Filip Gorski <fgorski@chromium.org> > > Reviewed-by: Pavel Yatsuk <pavely@chromium.org> > > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#752614} > > TBR=yfriedman@chromium.org,fgorski@chromium.org,pavely@chromium.org,bttk@chromium.org > > Change-Id: I3af9a0200e42e332c647ccb3d73f2cd756b0dc04 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1048429 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117153 > Reviewed-by: Salvador Guerrero <salg@google.com> > Commit-Queue: Salvador Guerrero <salg@google.com> > Cr-Commit-Position: refs/heads/master@{#752641} TBR=yfriedman@chromium.org,fgorski@chromium.org,pavely@chromium.org,salg@google.com,bttk@chromium.org Change-Id: If85fd446d24b74452af55747ad432041e11afa2a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1046181 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117056Reviewed-by:
Salvador Guerrero <salg@google.com> Commit-Queue: bttk <bttk@chromium.org> Auto-Submit: bttk <bttk@chromium.org> Cr-Commit-Position: refs/heads/master@{#753289}
-
Nicolás Peña Moreno authored
This is a reland of 38d5e420 The main fix is adding actual content (a paragraph) to the website being loaded to ensure that the input is not ignored. In addition to this, some additional improvements are added to this reland: * Use content::SimulateMouseClick() since we do not care about the coordinates. * Use GetMergedEntriesByName() because PageLoad is singular. Original change's description: > Add FirstInputDelay integration test > > This CL adds a test for FID that tests equality between the JS value and > the value reported in UKM and in UMA. > > Change-Id: I00de8c947895700d86788ee4a95ea228458bb25f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067077 > Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> > Reviewed-by: Steve Kobes <skobes@chromium.org> > Cr-Commit-Position: refs/heads/master@{#743212} Change-Id: Ifb520d97b4bfc0374a24efc5057bee7edc6a3017 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078834 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#753288}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ae58199380dd..f11e33152460 git log ae58199380dd..f11e33152460 --date=short --first-parent --format='%ad %ae %s' 2020-03-25 brianosman@google.com Validate per-vertex vertices data against effect in SkCanvas 2020-03-25 bsalomon@google.com Revert "Reland x3 "Drawing YUVA images does not flatten for bicubic."" 2020-03-25 bsalomon@google.com Fix GrFillRRectOp to not combine AA and non-AA draws. 2020-03-25 borenet@google.com [infra] Update go.sum 2020-03-25 mtklein@google.com add a color management page to skia.org 2020-03-25 borenet@google.com [infra] Update infra dep 2020-03-25 bsalomon@google.com GrAALinearizingConvexPathRenderer can't batch across view matrix changes 2020-03-25 bsalomon@google.com Reland x3 "Drawing YUVA images does not flatten for bicubic." 2020-03-25 reed@google.com move ducky images into images Created with: gclient setdep -r src/third_party/skia@f11e33152460 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 robertphillips@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/+/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 Bug: chromium:1060865 Tbr: robertphillips@google.com Change-Id: Iff3316e45ff1bbcc06b1e742b84f76a1f117388c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120895Reviewed-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@{#753287}
-
dpapad authored
Bug: 792774 Change-Id: I0a76f2db35bcbb4977d13cd66084a9b6c7c494f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118774 Commit-Queue: John Lee <johntlee@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#753286}
-
Dave Tapuska authored
The KeyboardEvent was done with issue 692703 a few years ago and encountered no issues. This matches Gecko's definition. Upon analysis of httparchive data. (Feb 01 2020 desktop data). initUIEvent 6455 - Total 3765 - Flowplayer OK 253 - Photoswipe - OK 172 - Autoptimize - (contains flowplayer) - OK 121 - Mjl.js - OK 158 - doofinder - OK 178 - Ink.min.js - OK 122 - oxWbTabs - OK initCompositionEvent - No real usage I could detect. Queries returned _initCompositionEvent which is defined for a JS editor. initMouseEvent 1196 - total 839 - funcript - OK 121 - mjl.js - OK 19 - webcomponents - polymer used a version of it - OK 8 - au/event.js - yahoo - was comment only - OK BUG=692720 Change-Id: I5a5a5a9ca8cbdb97b9f7c42ee545b73ee17fe3aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109818Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#753285}
-
Yang Guo authored
R=dgozman@chromium.org Fixed: 1062535 Change-Id: I5a64b6e0d6be71470a34a007c674dc44347f11fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119859Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#753284}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2fc052ae..1aff54a5 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: I19df4de11fc998b1654328a09ebdc1c962709dee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120852Reviewed-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@{#753283}
-