- 25 Mar, 2020 40 commits
-
-
Liviu Tinta authored
Apply fixes for memory leaks and run memory leak trybots. Bug: 810882 TEST: Successfully ran the test locally on linux machine. Ran the test on trybots. Change-Id: Ie764d9dba3556e34aec93a0f4fae36f7341a0327 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119371 Commit-Queue: Liviu Tinta <liviutinta@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#753272}
-
Rainhard Findling authored
Bug: 1015841 Change-Id: I0acc1ee7bce32f326340d21171f385936a8aa18c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116448Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Rainhard Findling <rainhard@chromium.org> Cr-Commit-Position: refs/heads/master@{#753271}
-
Rohit Rao authored
BUG=1024115 Change-Id: I1702b5f91f9b3969e7aafdacbcfab1236c91ad64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119217Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#753270}
-
Dave Tapuska authored
These tests were disabled for feature rework in the devtools repo but were never re-enabled. BUG=1011466 Change-Id: I3f459e211a0e273ef1dd626e6521f9fe37e37923 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120739Reviewed-by:
Tim van der Lippe <tvanderlippe@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#753269}
-
Maksim Moskvitin authored
This change replaces std::string with std::vector<uint8_t> for representation of raw trusted vault key. It makes tests more aligned with prod code and simplifies some further changes (e.g. exposing test API to Android counterpart). Bug: 1063877 Change-Id: I0cb8edb9df9131180c1d30ca4af0ee093c76a1f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116170 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Auto-Submit: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/master@{#753268}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4de93855b203..d34983e8718f Created with: gclient setdep -r src-internal@d34983e8718f 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 jbudorick@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.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: Ie857da2a806fa4f2edb3d1bf706b4372235e664a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120529Reviewed-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@{#753267}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I7cf24988387a2a786672bdec426811de672cead6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120893Reviewed-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@{#753266}
-
Josh Nohle authored
If a v2 DeviceSync has never successfully completed and there are no pending failure retries, schedule a first-time initialization sync. Previously, we were waiting for an InvokeNext instruction after a v2 Enrollment or a GCM notification before scheduling the first v2 DeviceSync. This change ensures that Chrome OS starts using v2 DeviceSync as soon as the flag is enabled. Bug: 951969 Change-Id: I6ed5330029f943d3cf1ae07eefa9d88f965689f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116227 Auto-Submit: Josh Nohle <nohle@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#753265}
-
David Maunder authored
Previously non-encryption and encryption were both handled in the same file with a flag passed in. With the new approach they are in separate files and selecting the right file is driven by a configuration offering better separation of concerns. Bug: 1059638 Change-Id: Icdb8ff751295a913123e9b16f36198efcb9785fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106491 Commit-Queue: David Maunder <davidjm@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#753264}
-
Becca Hughes authored
Store a maximum of 5 images for a feed item. BUG=1057765 Change-Id: I49b97831d1d4adff0d5c75acb7f218e183948258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115885 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#753263}
-
Amr Aboelkher authored
Bug: b/151692396 Change-Id: I3c2830bae15a07dd853ed4ae7ec9e87cad6e3f53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119855Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Amr Aboelkher <amraboelkher@google.com> Cr-Commit-Position: refs/heads/master@{#753262}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/393c564ae0b4..8e26c5f50e85 git log 393c564ae0b4..8e26c5f50e85 --date=short --first-parent --format='%ad %ae %s' 2020-03-25 johnkslang@users.noreply.github.com Merge pull request #2139 from neslimsah/master Created with: gclient setdep -r src/third_party/glslang/src@8e26c5f50e85 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,cnorthrop@google.com Change-Id: I00ba7b9b827e1fd5a2f8afd35d0fd25fc52ed32b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120524Reviewed-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@{#753261}
-
Becca Hughes authored
Adds more fields around fetch state that will be updated when we fetch the feed. BUG=1057765 Change-Id: Ia560644e8057b4339a275b0f2657ed4828fb57b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110391Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#753260}
-
Jun Mukai authored
This is a UI performance test to measure the input latency for dragging window/tab in tablet-mode. However it has been disabled for a while due to flakiness. As I revisited this, I've realized that the expected behaviors have changed significantly due to WebUITabStrip. The test scenario looks irrelevant at all. It would be just okay to simply remove the entire file. Bug: 1031526, 1028386, 1057868 Test: none Change-Id: I3ff5663acf8b65d799ca7490ce3287005cb6efd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118892Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#753259}
-
wutao authored
This patch adds a basic Chrome OS settings page for the ambient mode. Two settings added: 1. A top level toggle to enable/disable the ambient mode. 2. A radio button group to choose the topic source, e.g. Google photos. Bug: b/151372242 Test: new browser tests Change-Id: Ifeda979080b33a5d42643b010e39d5e15b31c2e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2102008Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Yue Li <updowndota@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#753258}
-
Dave Tapuska authored
The changes were landed in the devtools repo but the tests were not re-enabled. BUG=1030746 Change-Id: If7d5184ae6bb1a21ce6241d1391e0b0c981b96e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120742Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#753257}
-
Mark Cogan authored
This CL removes use of TabModelList from the metrics services manager client. Since this was the only use case for TabModelList's IsOffTheRecordSessionActive(), that logic is just reproduced in a static method for this class, using BrowserList. Bug: 1050142 Change-Id: I52090af91a3088cfe8e216c6c0d60f94ec292ce4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120412 Commit-Queue: Mark Cogan <marq@chromium.org> Reviewed-by:
Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#753256}
-
Robert Ma authored
Despite the claim, https://crrev.com/c/1603203 did not handle SIGTERM or SIGINT correctly; the script would still hang. Ultimately, `multiprocessing.Pool.map` is a blocking call during which the manager process cannot handle signals. This CL: 1. Reverts the failed workaround in executive.py added by https://crrev.com/c/1603203. 2. Switches from Pool.map to Pool.imap_unordered, which has two benefits: a) we can stream the results as we process files; b) the manager is unblocked every time a result is available so it can handle pending signals. imap_unordered is not added to the Executive class because of its limited use as of now. Change-Id: Ifd4c097875b62432a32e4e82c630f388e3e49ea9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117160 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#753255}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/2ffbc3f6d5d3..218c5d61fbba git log 2ffbc3f6d5d3..218c5d61fbba --date=short --first-parent --format='%ad %ae %s' 2020-03-25 changhaohan@chromium.org add aria-label for styles section 2020-03-25 szuend@chromium.org [issues] Show affected network requests in issues 2020-03-25 leese@chromium.org Reland "Deduplicate tabs with same URL" 2020-03-25 szuend@chromium.org [network] Add filter for the path attribute of a cookie 2020-03-25 tvanderlippe@chromium.org Add documentation for GN-Typescript integration 2020-03-25 tvanderlippe@chromium.org Add test that verifies dependencies rebuild dependents 2020-03-25 tvanderlippe@chromium.org Check recompilation works when files change Created with: gclient setdep -r src/third_party/devtools-frontend/src@218c5d61fbba 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: chromium:1011811,chromium:1064287,chromium:1064472,chromium:670180 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I999c60238537c5f0178ef4624efa6c492a41b5c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120525Reviewed-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@{#753254}
-
Mike West authored
Following up on https://chromium-review.googlesource.com/c/chromium/src/+/2095548, which set the //content-side flag. This should be a no-op if things are wired up correctly. Bug: 739170 Change-Id: I91f977ab6bd472c3e8f1fdcae48a0dfbb4a070a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120416Reviewed-by:
Yifan Luo <lyf@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#753253}
-
Ioana Pandele authored
When the toggle is tapped, its state is communicated to the PasswordAccessoryController. The handling of the state change will be implemented in a separate CL. Android-only. Bug: 1044930 Change-Id: I8f3377593fa7b5f381d8d1f30ef437730a0b1787 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117753Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#753252}
-
John Budorick authored
This isn't a great long-term solution, but in the short term, the links should work. Bug: 1034648 Change-Id: I3cca51467d681138fa2c3bb7375af350e9c9a127 Tbr: agable@chromium.org,gbeaty@chromium.org,efoo@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120952Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#753251}
-
Behdad Bakhshinategh authored
This reverts commit 20dddaa6. Reason for revert: crbug.com/1064605 Original change's description: > Added MissedDeadlineFrame category to Compositor Latency > > When a frame is started being tracked in controller the deadline is > recorded in compositor_frame_reporter and after presentation of the frame > it's compared to the presentation timestamp, and if it missed the > deadline is reported under CompositorLatency.MissedDeadlineFrame as well as > the super-set of CompositorLatency. > > Bug: chromium:1058909 > Change-Id: I39a624b3b0e11d764af26f92b5d849605a94ec0a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096791 > Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> > Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> > Reviewed-by: Stephen Chenney <schenney@chromium.org> > Cr-Commit-Position: refs/heads/master@{#752939} TBR=sadrul@chromium.org,schenney@chromium.org,behdadb@chromium.org Change-Id: If542b8f9b3a556e0ae6302387f5fb9f7696b2840 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:1058909 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120954Reviewed-by:
Behdad Bakhshinategh <behdadb@chromium.org> Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Cr-Commit-Position: refs/heads/master@{#753250}
-
Sorin Jianu authored
Some future work for the COM server requires accessing the ComServer instance, and there is no way to get to it starting from the objects instantiated by COM factories as a response to an RPC call. Bug: 1064498 Change-Id: I45923bf70cd922cb30a766fabea9bee87f524ebe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119213 Commit-Queue: Sorin Jianu <sorin@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#753249}
-
Maksim Ivanov authored
Add a bunch of unit tests for the <security-token-pin> Polymer element. Bug: 1033936 Change-Id: I9b9545815c45c46074137604d71e0ddb72a2a081 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116194Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#753248}
-
Dave Tapuska authored
Apply recommended changes for Mac platforms. BUG=591099,654477,638621,626703 Change-Id: I2c09ed17b0c82f239c14217af1bd16ffecc1b456 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120737Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#753247}
-
Patrick Monette authored
This fixes the compilation when building with "-fno-ms-extensions" Since the underlying storage in VARIANT is a "long", it makes sense to make the main constructor of ScopedVariant take an integer of this type. But even after this change, since there still many callsites using a "int" variable, that version is still needed to avoid the ambiguity between the "double" and "long" constructors. Finally, I've added an explicit version for VT_BOOL, because the above changes were causing additional compilation errors. Bug: 1061948 Change-Id: Ib6b22b2c01976dc4e6cbcf641e8a4ed3986c84a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2110452 Auto-Submit: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#753246}
-
Vasilii Sukhanov authored
Currently it doesn't process DELETE, DELETE, ADD sequence which can happen in password generation scenario. Bug: 1063360 Change-Id: I6221ca87f5ab473328266d9a93112eec2c1dc981 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120575Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#753245}
-
Antonio Gomes authored
BUG=1063749 R=dgrogan@chromium.org, robertma@chromium.org Change-Id: Ic7d6191907067a216db444bdf8358749b40259f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120792Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#753244}
-
Vladimir Levin authored
This patch adds the ability for us to keep auto elements unlocked when the subtree has focus. The activation flag is replaced by an array of flags, and a function uses those flags to determine whether we should lock or unlock. This also adds a bunch of tests for focus(). Note that the place the focus/display lock updates happen needs to before the scroll, and NotifyFocusedElementChanged is too late in the pipeline for this. Change-Id: I251dcca44275322d4ba71b7de6f8fb83eb1fe81c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112956 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#753243}
-
manuk authored
Change-Id: I92a9d623740fefb12e98922ffb072158a664d571 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118759 Commit-Queue: manuk hovanesian <manukh@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#753242}
-
Liviu Tinta authored
https://chromium-review.googlesource.com/c/chromium/src/+/2116169 reverted the failing test. Cleaning up the Failing test from TestExpectations. Bug: 1063163 Change-Id: I22725e2eb9f66978aa79dcbae5204b4ad7ba2127 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118678Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#753241}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/fce26aa1391b..516de8ff4c7f git log fce26aa1391b..516de8ff4c7f --date=short --first-parent --format='%ad %ae %s' 2020-03-25 chrome-bot@chromium.org Update config settings by config-updater. 2020-03-25 morg@google.com Add kukui and atlas to vmpi hwtest boards 2020-03-25 sanikak@chromium.org auto_updater_transfer: support new payload staging location 2020-03-25 richardfung@google.com Remove betty-qt-arc 2020-03-24 chrome-bot@chromium.org Update config settings by config-updater. 2020-03-24 chrome-bot@chromium.org Update config settings by config-updater. 2020-03-24 lamontjones@chromium.org config: mark monroe-release non-critical. 2020-03-24 chrome-bot@chromium.org Update config settings by config-updater. 2020-03-24 victorhsieh@chromium.org NYC cleanup: setup_adb Created with: gclient setdep -r src/third_party/chromite@516de8ff4c7f 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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:chromeos-kevin-rel Bug: None Tbr: chrome-os-gardeners@google.com Change-Id: Ieeec179c21c6dcdff02b94b86c378f5ad28a7010 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120527Reviewed-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@{#753240}
-
Friedrich Horschig authored
Since Android WebView still relies on DidEndEditTextField events, https://crrev.com/c/2087331 had to be reverted (see issue 1056527). Since these events are (time-wise) unpredictable, there are two ways to interrupt closing the updating/updated dialog: 1) Prevent the event from bubbling up from the render depending on OS. 2) Keep the popup "pinned" until next meaningful interaction. This CL implements 2) since 1) adds avoidable fragmentation. Meaningful interactions are: * accepting a suggestion * explicitly dismissing the dropdown (e.g. Esc, click outside field) * interactions that hide the dialog (scroll, navigation, etc.) All these interaction have one thing in common: they ultimately hide the dropdown *and* destroy it. Therefore, removing the line that resets |pinned_until_update_| covers all cases without side-effects. TBR=vasilii@chromium.org TBR Reason: API change for autofill client. Bug: 1043963 Change-Id: If6dffd86c02637b135b3a05812bbc4ea4c12a64b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116052 Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#753239}
-
Xiaohan Wang authored
Also fix MediaFoundationProtectionManager to check the result of ScopedHString::ResolveCoreWinRTStringDelayload(). Change-Id: Ic9e37cfe3a7a53fd38332002d2396345ea1f78cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119373 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#753238}
-
arthursonzogni authored
With NavigationMojoResponse, the NavigationURLLoaderImpl is waiting for both the response_head and the response_body before unbinding the URLLoader/URLLoaderClient Without NavigationMojoResponse, it was happening after receiving the response_head. Code to support both depending on the flag was unpleasant to read, but necessary. Now that NavigationMojoResponse is fully landed, it can be simplified. Bug: 1017710 Change-Id: Ic69b2c03072e60162c72927c0a6d8e56071d99b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120473Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#753237}
-
Liviu Tinta authored
2 out of the 4 tests in https://chromium-review.googlesource.com/c/chromium/src/+/2096112 failed the WebKit Linux Leak build. This is an attempt to land the two tests that were passing. Bug: 810882 Change-Id: I8c385de2b316c223d02f799b8524d56c00458474 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118680Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#753236}
-
Thomas Lukaszewicz authored
This change moves color definitions for the tab groups out of /components and into /chrome. This change means that each platform that wishes to use tab groups will have to define their own color mappings to the TabGroupColorId enum. Color should not be defined in /components. Change is intended to align color id definitions of the tab groups such that they allow for an easy transition into the Color Pipeline way of doing color. This CL is intended to match the existing functionality as closely as possible. Follow up CLs will address use of global theme accessors used in the menu models, fix color semantics and clean up tab group code. Bug: 1056916 Change-Id: I29d97c1b4101ed0d80d822f6c2c2d9db9856c81a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115937Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#753235}
-
Nate Chapin authored
Bug: 1063628 Test: fast/dom/HTMLScriptElement/reparent-to-new-document-integrity-report-crash.html Change-Id: If68846a2a95fd8e144a19b49d4efb6823b08f1be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118696Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#753234}
-
Maksim Sisov authored
I accidentally left some lines of code that looked up for the WAYLAND_DISPLAY in a parent weston proc. This is incorrect and results in tests running in a wrong display if there are more than one Wayland compositor running (for example, running tests with the script on a local machine that has already had a Wayland session). Bug: 1029241 Change-Id: I9855b41d50790805850471176d2abf4802fb7990 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111671Reviewed-by:
John Chen <johnchen@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#753233}
-