- 07 Oct, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/701fe246df25..8274c1978a88 2020-10-06 yyanagisawa@chromium.org Roll out new goma client binary VERSION=206 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 ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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 Bug: None Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: Ibe30d4d2507c2993490eb1ece67b19544aee9da9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453862Reviewed-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@{#814531}
-
chromium-autoroll authored
Roll ChromeOS Orderfiles from 87-4265.0-1601289755-benchmark-87.0.4278.0-r1 to 87-4265.0-1601890590-benchmark-87.0.4280.7-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-orderfile-chromium Please CC c-compiler-chrome@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: Idf0012a42c52de56843405f4723cf6d763f961d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454800Reviewed-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@{#814530}
-
bttk authored
Making Toolbar interact with LocationBar only through those interfaces uncovered which LocationBar* and View methods are used. Next these interfaces can be replaced by Coordinator objects. Bug: 1133482 Change-Id: Iececeed429fee66f7adbeb515a328403ef1b1aab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2444470Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: who/bttk <bttk@chromium.org> Cr-Commit-Position: refs/heads/master@{#814529}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1602007017-f47632c7e04b048b996f98c97bed5ef2bab09ddf.profdata to chrome-linux-master-1602028663-b1557222162a5cc9fe20bab7e0f808c4540fc966.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@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-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I668a0eedbde2087522907110720ca30117df9a25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454796Reviewed-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@{#814528}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/eee0513a73bc..70800603f250 2020-10-06 btolsch@chromium.org Change gcc bot to FYI If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1135534 Tbr: jophba@chromium.org Change-Id: I33919bb5a95865b00cd37c23fe139824f969135d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454539Reviewed-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@{#814527}
-
Bettina Dea authored
Bug: 1135838 Change-Id: Ie1c0b2e6c866282b5233edf2b8fbe513d7f2d1ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454730Reviewed-by:
Xinghui Lu <xinghuilu@chromium.org> Commit-Queue: Bettina Dea <bdea@chromium.org> Cr-Commit-Position: refs/heads/master@{#814526}
-
Alan Cutter authored
This CL updates WebAppTabStripBrowserTests to not use a service worker. These tests seem to be hitting an unrelated CacheStorageCache mojo connection crash. Bug: 1119809 Change-Id: I2336e873645d77126760d73ab40fb99e0240411e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449661 Auto-Submit: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#814525}
-
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/+doc/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: If129a997b64bbb3509e5681676bebf2de47612ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454794Reviewed-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@{#814524}
-
Ian Wells authored
This reverts commit 9479572b. Reason for revert: This change was meant to be reverted immediately. Original change's description: > Temporarily disable building feedv2 > > Feedv2 was enabled in June, and now Pinpoint is having merge conflicts > when rebasing new patches onto pre-Elements base commits. The purpose > of this CL is to provide a more recent no-Elements base commit for perf > testing. > > I will revert this change as soon as it lands. > > Change-Id: I901ce90cd244a28d3213f377e9348c323cad9089 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453804 > Commit-Queue: Ian Wells <iwells@chromium.org> > Reviewed-by: Carlos Knippschild <carlosk@chromium.org> > Cr-Commit-Position: refs/heads/master@{#814505} TBR=carlosk@chromium.org,iwells@chromium.org Change-Id: I798dfaa48c742571788e6a287050e16aa0c77b18 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453373Reviewed-by:
Ian Wells <iwells@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#814523}
-
Ricky Liang authored
This CL adds two feature flags: - spectre-v2-mitigation: Enabled by default This flag can be used to control whether the mitigation is enabled through sandbox_bpf. The per-platform settings can use this flag to selectively disable the mitigation for performance. - force-spectre-v2-mitigation: Disabled by default This flag takes the highest priority and can be used to override the above flag. Setting this flag to enable ensures that Spectre v2 mitigation is enabled regardless of the per-platform settings. Bug: b:169104787 Test: Toggle chrome://flags#spectre-v2-mitigation and chrome://flags#force-spectre-v2-mitigation and verify the sandbox behavior. Change-Id: I3615c69e610c10d98c3495986ff8b673b6e20db8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428298Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Brian Geffon <bgeffon@chromium.org> Commit-Queue: Ricky Liang <jcliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#814522}
-
Miyoung Shin authored
This is precursor CL of https://crrev.com/c/2379270, and adds the reference count's map to remove the object from the registry when the reference count is zero. Bug: 1105925 Change-Id: I5b04c1fe17c4376dad97dedf3f5750e05f611c32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417740 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#814521}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1602007017-ff22e69e8516bb0ed861dff91d905b52f8e377d9.profdata to chrome-mac-master-1602028663-1c726c728b4525c73e7ec5c77c97e6198df9f35c.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I11039cc2ea2d7fc7551c982dcbd4bafdd60fd611 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454793Reviewed-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@{#814520}
-
Norman Rosas authored
Generate DIR_METADATA files and remove metadata from OWNERS files for //chromecast. Bug: 1113033 Change-Id: Ifa61957df0169b570e1e5378f7efb494a8bd3a81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441120Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Norman Rosas <normando@google.com> Cr-Commit-Position: refs/heads/master@{#814519}
-
Tsuyoshi Horo authored
Bug: 1128270 Change-Id: I29d6caaba1093baf46d3ac6086db3aca7a4cb4e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449676Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#814518}
-
Elaine Chien authored
Bug: 772945 Change-Id: I852f6f68d1faac5940b3d8a38acca7a5e180d66e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2447097 Commit-Queue: Elaine Chien <elainec@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#814517}
-
Scott Little authored
This CL adds metrics recording which prefs blocklists affect hrefTranslate translations, even if those blocklists don't end up preventing translation from happening. This CL also splits the kNotAutoTranslated enum value that can be recorded for Translate.HrefHint.Status into the two separate values kUiShownNotAutoTranslated and kNoUiShownNotAutoTranslated. Bug: 1131240 Change-Id: Ibeb9adffe4452419559ba0fe451eb7e31e664c0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450847Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Scott Little <sclittle@chromium.org> Cr-Commit-Position: refs/heads/master@{#814516}
-
Christopher Cameron authored
The ui::Compositor recycling path involves resizing the surface to be 0x0 and ignoring in-flight swaps. This is delicate logic that probably doesn't work with SkiaRenderer. There are two DCHECKs that are hit when this is enabled that aren't when it isn't. ui::Compositor recycling was designed to work around poor design decision that dates back at least 8 years. This is the design where the GLRenderer and all its state (shader cache, etc), is a per-compositor object, and there are compositors for every tab (historically) and every window (currently). A concrete example of where this causes problems: If the user presses a key in the omnibox, then before any content can be rendered, a whole bunch of shaders have to be compiled, because it's a new compositor. If the GLRenderer were a global object shared by all compositors, this wouldn't happen. With SkiaRenderer, we happen to have sort-of solved this problem, by moving all of the GLRenderer state (DirectRenderer state, to be more accurate) into a single GrContext that happens to be shared between all compositors. So, rather than try to understand exactly how the delicate dance of ui::Compositor recycling breaks on SkiaRenderer, just disable it. Bug: 1135663, 1135399, 1135386 Change-Id: I0d5bf93aaf4584ef26af0e38da40deec0ef9bb16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454089Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#814515}
-
Lucas Radaelli authored
This change fixes a bug where an invisible AxNode was being remapped to a hidden Fuchsia node, where an ignored AxNode actually matches the expected behavior. Documentation for invisible: https://chromium.googlesource.com/chromium/src/+/lkgr/docs/accessibility/offscreen.md Test: AXTreeConverterTest.* Bug: 1135817,fuchsia:60693 Change-Id: Ice78a489a16d4edd357a9181d7bf3d23a32ffb28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454092Reviewed-by:
Sharon Yang <yangsharon@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Lucas Radaelli <lucasradaelli@google.com> Cr-Commit-Position: refs/heads/master@{#814514}
-
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-aemu-chromium-autoroll Please CC chonggu@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: chonggu@google.com Change-Id: If173681ac45d547a4c5665e07e439a26b997f231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454839Reviewed-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@{#814513}
-
Daniel Ng authored
This cl introduces the basic architecture to support the borealis starter flow. It introduces the borealis context manager, which is intended to manage the start up flow of the Borealis VM and be the source of truth for run-time information about the Borealis VM. See go/borealis-starter-flow for additional context. Tests: Wrote and ran tests Bug: b:168425531 Change-Id: I88bece091d5d9a5af4a121ff498c2ebdc504cff1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434020 Commit-Queue: Daniel Ng <danielng@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Nic Hollingum <hollingum@google.com> Cr-Commit-Position: refs/heads/master@{#814512}
-
Lambros Lambrou authored
This creates a new FileTransferMessageHandler on a separate data channel, which can send the host's RTC event log as a file-download. Bug: 1122798 Change-Id: Icb76e63a790054c45d540c5f20222edbd2086b4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450891 Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by:
Erik Jensen <rkjnsn@chromium.org> Cr-Commit-Position: refs/heads/master@{#814511}
-
Kent Tamura authored
This CL has no behavior changes. Change-Id: I6d9ed9d0efd67e16d922034afb4e19717e60a98e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454590 Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#814510}
-
Jakob Kummerow authored
V8's PageAllocator interface is introducing a new value of the "Permissions" enum for the benefit of non-Chrome embedders of V8. This patch teaches Chrome to handle that value (by effectively ignoring it). Bug: chromium:1117591 Change-Id: I08921b4bf975d3977e4fb7410e6f5e1e7e5be2f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450275 Commit-Queue: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#814509}
-
Giovanni Panaro authored
Change-Id: I0f2a77b650d89189086e083c4b909e5c3f0a8dcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450836 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#814508}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0ce2c5409484..49a547f7e235 2020-10-06 johnstiles@google.com Separate out SymbolTable aliases from regular Symbols. 2020-10-06 bsalomon@google.com Fix debugger bindings after SkSurface::flushAndSubmit change. 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 jvanverth@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: jvanverth@google.com Change-Id: I0ae9ded57cb22ff857bf5cb4b440c68da0ce8871 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454159Reviewed-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@{#814507}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/6620efb9a84f..7e22b1c44fb0 2020-10-06 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 90ee6c436017 to 488d7a9346ff (2 revisions) 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 kainino@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: kainino@google.com Change-Id: If5d1138ca3eb52239e75c599ec12ce33e76d1917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454542Reviewed-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@{#814506}
-
Ian Wells authored
Feedv2 was enabled in June, and now Pinpoint is having merge conflicts when rebasing new patches onto pre-Elements base commits. The purpose of this CL is to provide a more recent no-Elements base commit for perf testing. I will revert this change as soon as it lands. Change-Id: I901ce90cd244a28d3213f377e9348c323cad9089 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453804 Commit-Queue: Ian Wells <iwells@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#814505}
-
Erik Chen authored
Change-Id: I3632284e3369266779f3443884238010d1139f20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453495 Auto-Submit: Erik Chen <erikchen@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#814504}
-
David Bienvenu authored
Also fixes some cpp lint warnings; no functional changes. Bug: 1010217 Change-Id: I50e8b55a7f63402bba2aa0990c7d445bd8665e1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446990Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#814503}
-
Chris Lu authored
Upon layout, the container view of the Infobar banner view is resized to match the size of the banner. But then a subsequently triggered relayout may have a new banner frame size that is small enough to cause an infinite loop. Thus, container resizing is only done if the height and width of the new calculated banner frame are different by more than 0.01. Bug: 1129761 Change-Id: I0b397c63763c392e021bcf54fb7c7a2df8f872eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432661Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#814502}
-
Xianzhu Wang authored
This prepares for unified PaintController for pre-CompositeAfterPaint and CompositeAfterPaint. Unified PaintController needs to create PaintChunkSubset for the painting of a pre-composited layer (GraphicsLayer) which needs to hold a reference to the PaintArtifact. Bug: 1132717 Change-Id: I9ec46fdda2eb6ad1d755f2d9f20a0d081db26973 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2447121 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#814501}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/82962a0d7aa7..3df629c55d89 2020-10-06 ynovikov@chromium.org Fix a crash in FormatStringIntoVector 2020-10-06 lexa.knyazev@gmail.com Vulkan: Implement OES_draw_buffers_indexed 2020-10-06 jmadill@chromium.org Capture/Replay: Don't capture deleted shaders. 2020-10-06 jmadill@chromium.org Test Utils: Read available stream data on posix. 2020-10-06 courtneygo@google.com Vulkan: Move CommandBatch for threading support 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 timvp@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: timvp@google.com Test: Test: *debug_negative_coverage* Change-Id: Id4c946a806652f8f664010cb913d6d91762d2a14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454532Reviewed-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@{#814500}
-
Dirk Pranke authored
This reverts commit 333407cb. Reason for revert: Re-landing with fixes. Specifically, this makes dependency_manager in catapult handle importing six directly, rather than relying on clients to do it. Also, this updates the .pydeps files to include six.py. Original change's description: > Revert "Roll catapult to 532e564 and update for changes in it." > > This reverts commit 9bdc5ccb. > > Reason for revert: Reverting until I can fix the `import six` issues more cleanly. > > Original change's description: > > Roll catapult to 532e564 and update for changes in it. > > > > This CL rolls //third_party/catapult to > > 532e564f622742fc93a7f91dd3556d711e778a7e and picks up > > > > https://chromium-review.googlesource.com/c/catapult/+/2450450 > > > > which removes zipfile_2_7_13.py as a dependency. This CL > > also updates the corresponding Chromium .pydeps files that mentioned > > it. > > > > That change also added a dependency on `six`, which seems to be > > pervasively assumed in other parts of the catapult codebase as > > present in the environment; however, it isn't guaranteed to be > > there in the chromium compile-time python build, so this adds > > that as needed as well. > > > > TBR=bsheedy@chromium.org > > > > Bug: 1112471 > > Change-Id: I849355a5bdc18847dcbf39f3d3a9e9fbf428e3be > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449938 > > Commit-Queue: Dirk Pranke <dpranke@google.com> > > Reviewed-by: Dirk Pranke <dpranke@google.com> > > Reviewed-by: John Chen <johnchen@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#814062} > > TBR=dpranke@google.com,bsheedy@chromium.org,johnchen@chromium.org > > Change-Id: I8dc0ccc9819eb5cd7de6d9fab4ec9a23c485ca09 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1112471, 1135502 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453150 > Commit-Queue: Dirk Pranke <dpranke@google.com> > Reviewed-by: Dirk Pranke <dpranke@google.com> > Cr-Commit-Position: refs/heads/master@{#814255} TBR=dpranke@google.com,bsheedy@chromium.org,johnchen@chromium.org, agrieve@chromium.org Bug: 1112471 Bug: 1135502 Change-Id: I20d0d0a876424aefded51772ad8dc088f1a9c158 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453444 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#814499}
-
Minoru Chikamune authored
Previously, each AgentGroupScheduler trace was not separated. With this CL, each AgentGroupScheduler trace will be recorded separately. Bug: 1105403 Change-Id: Ifb95ff2ff714fc281a6fca7a9903ba33b50b3186 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440317Reviewed-by:
Tal Pressman <talp@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#814498}
-
Chong Gu authored
Get bucket from sdk-bucket.txt unless specifically overriden. Replace --bucket flag with --bucket-override flag Remove nargs from --boot-images, which was causing weird flag behavior. Change-Id: I56ef36f76234f7db5ed57b53401ed90dc528391c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453493 Commit-Queue: Chong Gu <chonggu@google.com> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Auto-Submit: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#814497}
-
Moja Hsu authored
Add V4L2_PIX_FMT_JPEG format support for V4L2 JEA. This format is for complete jpeg from hardware encoder. This CL checks if the devices supports the format and set related controls and process exif part. Bug: b:141516308 Test: On Kukui ./jpeg_encode_accelerator_unittest --gtest_filter=*Dma* \ --yuv_filenames=bali.yuv:640x368 Pass CtsCameraTestCases On Dru ./jpeg_encode_accelerator_unittest --yuv_filenames=bali.yuv:640x368 Change-Id: Ib5c03df9d033c25605f7a4f27e2ae8528d707311 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1783691 Commit-Queue: Hsu Wei-Cheng <mojahsu@chromium.org> Reviewed-by:
Ricky Liang <jcliang@chromium.org> Reviewed-by:
Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#814496}
-
Scott Violet authored
This is necessary if one axis is visible and the other clipped. BUG=1087667 TEST=wpt/css/css-overflow/overflow-clip-content-visual-overflow.html Change-Id: I854fb2031c7d9149cbac6493f69c46ac22f14a39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450793Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#814495}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6fadc23db4ad..701fe246df25 2020-10-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-10-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 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 ehmaldonado@google.com,sokcevic@google.com,ajp@google.com,apolito@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 Bug: None Tbr: ehmaldonado@google.com,sokcevic@google.com,ajp@google.com,apolito@google.com Change-Id: I278f6806cd2bfbf7d7a516a977a6a2e2516d895a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454541Reviewed-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@{#814494}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/f05c076e26b0..2b77059502c9 2020-10-05 cepheus@frii.com Revert "Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2408)" 2020-10-05 dev@creatingtrouble.com Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2408) 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,timvp@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_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 Tbr: radial-bots+chrome-roll@google.com,timvp@google.com Change-Id: Ib09c357adc161cb7c9baeced2c4c4ee0bc99512c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454535Reviewed-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@{#814493}
-
Mohammad Refaat authored
Bug: 1135805 Change-Id: Ic1f1d7371b05bf54455884e2250e452884b8fc7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453447Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#814492}
-