- 17 Sep, 2020 40 commits
-
-
Kyle Horimoto authored
Issue was caused by trying to read a "phoneName" field as part of the phone status, but that field is part of another API call. This was mistakenly left in by an earlier CL. Bug: 1106937 Change-Id: Ia6b2123921955354e96115d8334b915011384ece Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417291 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#808088}
-
Xianzhu Wang authored
We should check ShouldClipOverflow() instead of IsScrollContainer() (which was renamed from HasOverflowClip() recently -- this CL shows how the new name improved code readability) for inclusion of layout overflow for layout shift tracking. Bug: 1127474 Change-Id: Id85b292b65dae837d1e366d548939b85c9cd5d5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417061Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#808087}
-
oysteine authored
This reverts commit 70ab9853. Reason for revert: crbug.com/1129613 Original change's description: > [layout] Ensure fragment tree consistency. > > This patch ensures that we always have a "consistent" fragment-tree (or > rather a portion of a fragment-tree if we have legacy nodes). > > Previously it was possible for a fragment-tree to become inconsistent > whenever we performed layout from a subtree root. Now when we layout > from a node like this, we rebuild the "spine" of the tree. > > After this change we'll be able to remove most "PostLayout" calls, > except where they are used for building this "consistent" tree. > > Bug: 1066616 > Change-Id: I3993fcc5be1cd9043555ecad553fc569fc985314 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2407032 > Reviewed-by: Koji Ishii <kojii@chromium.org> > Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> > Reviewed-by: Morten Stenshorne <mstensho@chromium.org> > Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807866} TBR=cbiesinger@chromium.org,kojii@chromium.org,ikilpatrick@chromium.org,mstensho@chromium.org Change-Id: I88e82529f6b11fd07523a46bde6829ca23af77a3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1066616 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417369Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#808086}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2f45c78b. Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: guidou@chromium.org, armax@chromium.org: external/wpt/mediacapture-streams NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Change-Id: I34d59c3fe542b41bb7304567db7d56ede8055ec1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417208Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#808085}
-
Nico Weber authored
Bug: none Cq-Include-Trybots: luci.chromium.try:mac-arm64-rel Change-Id: Ibd9b3f1acccce84a4db64a756dd99dcb5f985320 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417092 Auto-Submit: Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#808084}
-
Kalvin Lee authored
This change implements PpdProvider::ResolvePpd() and updates all unit tests to pass. Bug: chromium:888189 Test: chromeos_unittests --gtest_filter='PpdProviderTest.*' Change-Id: I4077a750ab0d3f67bba3be2df010e11c4e6ebf97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2363855 Commit-Queue: Kalvin Lee <kdlee@chromium.org> Reviewed-by:
Luum Habtemariam <luum@chromium.org> Cr-Commit-Position: refs/heads/master@{#808083}
-
Andrey Kosyakov authored
Bug: 1045980, 1078405, 1090936 Change-Id: I1a004c9fa0cdb5300bb94ce55a80ef3fffaace6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417098 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#808082}
-
Kyle Horimoto authored
This class is responsible for handling connection requests as well as requests to cancel an ongoing Nearby Connections attempt. This CL creates the a base class a a fake, as well as a skeleton implementation class. The implementation will be completed in a follow-up CL. Bug: 1106937 Change-Id: I45d997192f5a055de1206f283676c7d490cd81b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415224 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#808081}
-
Joshua Pawlicki authored
This reverts commit c50922a2. Reason for revert: Does not resolve the issue. Original change's description: > Revert "USB devices are only shared with one VM at a time" > > This reverts commit 4e4ea3fd. > > Reason for revert: Speculative revert to fix BrowserTest.CloseWithAppMenuOpen failures on linux-lacros-tester-rel bot. > > [ RUN ] BrowserTest.CloseWithAppMenuOpen > [27984:27984:0917/013814.891745:WARNING:ozone_platform_wayland.cc(203)] Failed to find drm render node path. > [27813:28015:0917/013814.933599:ERROR:object_proxy.cc(621)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files > [27813:28015:0917/013814.933632:WARNING:property.cc(144)] DaemonVersion: GetAndBlock: failed. > [27813:28015:0917/013814.933859:ERROR:object_proxy.cc(621)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files > [27813:28015:0917/013814.934033:ERROR:object_proxy.cc(621)] Failed to call method: org.freedesktop.UPower.EnumerateDevices: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files > [destroyed object]: error 1: popup parent not constructed > > Original change's description: > > USB devices are only shared with one VM at a time > > > > Remove map of VmSharingInfo from CrosUsbDeviceInfo since device > > is only shared with one VM at a time. > > > > TBR=khorimoto@chromium.org > > > > Bug: 1129266 > > Change-Id: I2025091bf63eeed538c62d8b39cfbb744339aa64 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413716 > > Commit-Queue: Joel Hockey <joelhockey@chromium.org> > > Reviewed-by: Nicholas Verne <nverne@chromium.org> > > Auto-Submit: Joel Hockey <joelhockey@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#807786} > > TBR=joelhockey@chromium.org,nverne@chromium.org > > Change-Id: I96cab98518776d10ef10d7c8376eb7379c92d6e3 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1129266 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416389 > Reviewed-by: Joshua Pawlicki <waffles@chromium.org> > Commit-Queue: Joshua Pawlicki <waffles@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807879} TBR=waffles@chromium.org,joelhockey@chromium.org,nverne@chromium.org # Not skipping CQ checks because this is a reland. TBR=joelhockey@chromium.org,nverne@chromium.org Bug: 1129425 Change-Id: I6a251e43676c0b461b49fe681edaee0bb564ea72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416393 Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#808080}
-
David Maunder authored
We enforce that CriticalPersistedTabData observers cannot be removed after destroy() - this causes the app to crash. We should check the tab is initialized before doing this. Bug: 1117396 Change-Id: I38d794536e6571de273bd51d50da3a157e792290 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410732Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#808079}
-
Peter Wen authored
Adds the lint test target to android-lollipop-arm-rel. Bug: 1108309 Change-Id: I827ae0d2bb4746fc7345715ed723d0d56078c208 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414834 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#808078}
-
rbpotter authored
Bug: 1128583 Change-Id: I31a8b52c89bb411a6dc81f189829adf63907748d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414617Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#808077}
-
Sunny Sachanandani authored
This is a reland of ab1868c4 Adds trace test expectations for skipping software compositing tests on Android, ChromeOS, and Fuchsia. Original change's description: > gpu: Run trace tests with pixel test browser args > > Trace tests don't take extra browser args specified by the corresponding > pixel test into account. Most tests don't have any extra browser args, > but a few disable gpu compositing and don't depend on the browser args > for correctness. However, an upcoming pixel test will need its browser > args for correctness: > > https://chromium-review.googlesource.com/c/chromium/src/+/2402192 > > Bug: 1077211 > Change-Id: Ieaaa5fd0c466c8f3b52291ae903d8ab5ec7d43d7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415088 > Reviewed-by: Zhenyao Mo <zmo@chromium.org> > Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> > Cr-Commit-Position: refs/heads/master@{#807663} TBR=zmo@chromium.org Bug: 1077211 Change-Id: I639dfcfa50ceb9f9aa86ff292931e8549ad1f76a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417109Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#808076}
-
Xiaohan Wang authored
This is a follow up from previous CL [1] to fix more bots. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2415369 Bug: 1127616 Change-Id: Idaa97e3203da054d62a94b3ad59fb6fd8acab2f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414570Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#808075}
-
Ken Rockot authored
This gets rid of some unmanaged heap allocations from strdup() calls in the setproctitle implementation. We can trivially hold onto copied strings in static storage to eliminate the need for strdup() or a corresponding LSan suppression. Fixed: 356306 Change-Id: I5aa40583b632fd638459b2175a924f95fc56be89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416775 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#808074}
-
Sonny Sasaka authored
As per recommendation in Comment #30 of crbug.com/1114876. BUG=b:167556640 Change-Id: I57bc4ff360d05d1d6a0b03f58d4f24e23492b858 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410746Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Sonny Sasaka <sonnysasaka@chromium.org> Cr-Commit-Position: refs/heads/master@{#808073}
-
Jose Leal Chapa authored
Using milestone 94 as it will roughly land one year from now. Bug: 1125667 Change-Id: I633884726f2c73606b0187faa794d44d28c1efb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401503Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Paveza <Rob.Paveza@microsoft.com> Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Jose Leal <joselea@microsoft.com> Cr-Commit-Position: refs/heads/master@{#808072}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d5044ddf05e6..5f863da9c924 2020-09-17 jalyn@microsoft.com Add keyboard shortcut editor experiment 2020-09-17 vidorteg@microsoft.com Removing i18n-bundle.js generation on build time. 2020-09-17 alexrudenko@chromium.org Highlight grid elements on hover 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:1109177,chromium:1127204,chromium:174309 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I71aa76170c1a278a54eed09696b7c76b1f067810 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417009Reviewed-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@{#808071}
-
Xiaohan Wang authored
Update the condition here to be consistent with cdm_paths.gni. Also update the comments to make sure they keep consistent. Bug: 1128458 Change-Id: I7580d30637f9aae2d856846d74e086c64a2f123d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417137Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#808070}
-
James Vecore authored
Due to an order of operations issue in OnPayloadTransferUpdate() when receiving files Disconnect() was being called before the transfer updates were communicated. This caused the share target to get cleaned up before sending the completed status which left the transfer hanging around in the UI. This was missed in unit-tests due to the fact that the |FakeNearbyConnections| triggers the disconnect handler on Close() instead of the destructor like the real one. By changing the way Disconnect() behaves to call Close() on the connection we can get the tests to fail due to the missing status. Then the fix gets the tests passing again. Verified on device with a real transfer. Fixed: 1126620 Change-Id: Ida0ab7dda01a81ce7fb470333059029e461972ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413397 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Auto-Submit: James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#808069}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/83c7e1ae8626..37457d086ed3 2020-09-17 syoussefi@chromium.org Vulkan: Support MSRTT color renderbuffers 2020-09-17 jmadill@chromium.org GN: Componentize D3D back-ends. 2020-09-17 m.maiya@samsung.com EGL: Add support for EGL_ANDROID_create_native_client_buffer 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 jmadill@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: None Tbr: jmadill@google.com Change-Id: I2573768b622af2e2c28c2e6c1e549f7d43eca493 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417132Reviewed-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@{#808068}
-
Raymond Toy authored
Add some more checks and a logging message if indices are out of range. We're trying to figure out what's happening here. I've been unable to reproduce the issue. Bug: 1116104 Change-Id: Ic5343d03b2a944bb4aa421e86ac8259803cb9363 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411424Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#808067}
-
Collin Baker authored
TBR=rouslan@chromium.org Bug: 1129573, 1129578 Change-Id: Ic6b7132065fb5cdca9309803ec1a6c628ae5775b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417289 Commit-Queue: Collin Baker <collinbaker@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Auto-Submit: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#808066}
-
W. James MacLean authored
The CL ensures that frames that are explicitly removed (and thus have their FrameNavigationEntries deleted) get added to the non-isolated origin list so that a complete history of origins seen in the BrowsingInstance is maintained. This is required to be spec compliant with opt-in origin isolation. Bug: 1108898 Change-Id: If9c995340791c8361ee0554fe41695a51d25f6ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398972 Commit-Queue: James MacLean <wjmaclean@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#808065}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/249019878c55..0de987471899 2020-09-17 ianstruiksma@google.com Move wpr test func to the test file it is used 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 oysteine@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:1129208 Tbr: oysteine@google.com Change-Id: I163edd2b518066b37d4012756cd857761c6a42f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417228Reviewed-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@{#808064}
-
Erik Chen authored
This CL has no intended behavior changes. It stabilizes the crosapi and hid mojoms, which were intended to be stable but were incorrectly not marked with the [Stable] tag. Change-Id: I31d0e67632c7ce7a6a9726539c5449664a0669de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417054 Auto-Submit: Erik Chen <erikchen@chromium.org> Commit-Queue: Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Cr-Commit-Position: refs/heads/master@{#808063}
-
Siyu An authored
This will set the synced data to the Autofill Table. Added tests also Bug: 1112095 Change-Id: Ib1b05101a4db43797b8923fd215a550d5f03b6c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412816 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#808062}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f10f8691..8727abed 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: I0e94abd98f6b7f708a1a41f3b7932b0a1f83a57e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417188Reviewed-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@{#808061}
-
Dominique Fauteux-Chapleau authored
Bug: 1128574 Change-Id: I324ded6e3bbf92a136ede7021b18ad0a0847241b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414914 Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#808060}
-
Peter Wen authored
New API related checks are some of our most valuable lint checks, as triggering an error causes a crash directly. This CL adds compile test targets to ensure that code with API level errors trigger lint warnings. This prevents lint being accidentally turned off. Also delete now obsolete //build/android/lint directory and remove some already-fixed suppressions from lint-suppressions.xml. This is a reland of 607f1b15 fixing the compile error in LintTest.java. Tbr: mheikal@chromium.org Bug: 1108309 Change-Id: Ibf8c262b3f85b9e0eca61c8e1ec57a8986f0458a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416778 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#808059}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6f0602162fdd..d3aa9c6b66aa 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 collinbaker@google.com,waffles@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:1080854 Tbr: collinbaker@google.com,waffles@google.com Change-Id: Ie98d205433c11bd4ac54b66def94800634b020d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416401Reviewed-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@{#808058}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/6419bddd9b0c..4099f6552592 2020-09-17 enga@chromium.org Typeify VertexBufferSlot and VertexAttributeLocation 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: I178d0731f5f3fbb96a202314ab1a291c9703d9be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417135Reviewed-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@{#808057}
-
Pavol Marko authored
KeyPermissionsManager gets an API to explicitly mark keys corporate. For symmetry, IsKeyCorporate is also moved to the public API. It will later replace the static function API that is being used by callers now - this has been left as a follow-up for better mergeability. Bug: 1127506 Change-Id: I1c1c7552edcd1671b93ba1bd2fcf380ad6b021d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413249 Commit-Queue: Pavol Marko <pmarko@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Omar Morsi <omorsi@google.com> Cr-Commit-Position: refs/heads/master@{#808056}
-
Cathy Li authored
Change-Id: I7cbf3a5c94f0d5f43dc0c2e08a7832a5fc6af21c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2415538Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Cathy Li <chili@chromium.org> Cr-Commit-Position: refs/heads/master@{#808055}
-
David Tseng authored
common/tts_background.js:740: ERROR - [JSC_POSSIBLE_INEXISTENT_PROPERTY] Property phoneticCharacters never defined on Object if (!properties.phoneticCharacters) { ^^^^^^^^^^^^^^^^^^ R=akihiroota@chromium.org, josiahk@chromium.org Test: browser_tests --gtest_filter=ChromeVox*.*Phonetic* Change-Id: Id8935556fbfb130561596c6a334369d1c979b50f AX-Relnotes: n/a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417089 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#808054}
-
Yulun Wu authored
This CL covers changes to app list background, search box, suggestion chip, and expand arrow. Bug: 1110766 Change-Id: Idba2d0e3624e98a1af7bdd48750a6944aebc3528 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400240Reviewed-by:
Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#808053}
-
Liviu Tinta authored
If Scroll Unification is enabled, send GSB, GSU and GSE to CompositorThreadEventQueue instead of MainThreadEventQueue in |WebFrameWidgetBase::InjectGestureScrollEvent|. Bug: 1047198 Change-Id: Iec178bf6053d937ed1b6cdd977ac7e42267b4ef2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392409 Commit-Queue: Liviu Tinta <liviutinta@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#808052}
-
Yann Dago authored
Bug: 243833 Change-Id: Ic70128e20a1353816d1eb85b5324c8eaa21ea0de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402123Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/master@{#808051}
-
Robbie McElrath authored
This CL partially fixes an issue where the browser controls wouldn't be visible during page loads. This was caused by setView hiding the controls initially until it got positioning information from the renderer about where it wanted the controls to be. During page loads, this positioning information doesn't come because compositor commits are paused, which means the controls can be hidden for a couple seconds. Bug: 1128391 Change-Id: Iaa6b3dd1d7ef65523d19dddd94587aec9cbc6ffd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412810Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#808050}
-
Markus Handell authored
Bug: 1127791 Change-Id: I9e73069d8cf7a296f2929d325aafed28e8c42962 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2407899Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Markus Handell <handellm@google.com> Cr-Commit-Position: refs/heads/master@{#808049}
-