- 01 Oct, 2020 40 commits
-
-
Mehran Mahmoudi authored
As per UX review, this CL disables the progressbar when paint preview is shown. It also fakes a progress fill animation on upgrading to the live tab. Bug: 1131497 Change-Id: I8054f2aacaaea7d76423017b89057f811895e548 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441188 Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#812868}
-
Xianzhu Wang authored
Some web sites create huge layers with tiny scale. Previously because the scale was clamped to minimum scale, causing too many tiles with too big scale and out of tile memory. This CL contains the following changes: 1. Remove LayerTreeSettings::minimum_contents_scale. It was added when we used layer coordinates in PicturePile and needed to expand record / invalidation rects by 1/scale pixels to ensure all affected texels were covereda. The minimum scale avoided problems caused by too many pixels to expand when the ideal scale was too small. Now we use texel coordinates in PictureLayerTiling and all rects in layer coordinates will be mapped into texel coordinates by scaling the rect then getting the enclosing int rect, which ensures coverage of affected texels, so the minimum scale is no longer useful. 2. Adjust scale clamping for will-change:transform. a) If the ideal scale is much smaller than the native scale, don't clamp to the native scale; b) Update raster contents scale only if it's too small compared to the ideal contents scale. Without this, we would update tiny raster contents scale when the ideal scale changes which would defeat the optimization for will-change:transform. Bug: 1132991 Change-Id: I3a31f654fe4a5ccc925aaad3a2b75748c4e37164 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438756Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#812867}
-
Austin Sullivan authored
uses saturated_cast Bug: 116075 Change-Id: I228a00f77bd2df3b429b16a58c15eb47285c055b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435282Reviewed-by:
enne <enne@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Commit-Queue: enne <enne@chromium.org> Commit-Queue: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/master@{#812866}
-
Mei Liang authored
TabUiFeatureUtilities.isTabGroupsAndroidEnabled() does not guarantee TabModelFilterProvider().getTabModelFilter() returns TabGroupModelFilter. It can return null before TabModelSelectorBase#initialize() is called. This CL early returns when TabModelFilterProvider().getTabModelFilter() is not a TabGroupModelFilter to avoid the casting exception. This CL is gated by Finch parameter "enable_launch_polish" under flag "enable-tab-grid-layout", with gate function TabUiFeatureUtilities#isLaunchPolishEnabled. Bug: 1133922 Change-Id: I9766d4f0f54c954f8205866aa0c514b508d7a5a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442479 Commit-Queue: Mei Liang <meiliang@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#812865}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e2764fee10f6..30ea8e724567 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 karandeepb@google.com,aaronhk@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: chromium:1061119,chromium:1099917,chromium:1099982,chromium:1133575 Tbr: karandeepb@google.com,aaronhk@google.com Change-Id: I825aee916705c51b03fd4e8321c996f30218564d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443270 Commit-Queue: Michael Moss <mmoss@chromium.org> Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#812864}
-
George Burgess IV authored
As discussed on https://groups.google.com/a/chromium.org/g/cxx/c/iow8Ugo7190, adding these sounds like a good idea. Bug: None Change-Id: Ic7a721d8c94e5e5f0629bdc50b6d466c7b344ab6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438310 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#812863}
-
cfredric authored
This will be used to analyze how much entropy leaked by this API can be used for cross-site tracking. Bug: 973801 Change-Id: I3741e7bf887e0d7b07b203531afac230ca7dcf70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441324Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Asanka Herath <asanka@chromium.org> Auto-Submit: Chris Fredrickson <cfredric@google.com> Cr-Commit-Position: refs/heads/master@{#812862}
-
Mark Schillaci authored
This CL updates some test expectations that include the new state description to fix failing content_browsertests Related change: https://crrev.com/c/2432089 AX-Relnotes: N/A Bug: 1133354, 1134201 Change-Id: I981eb7b465971e818df87efb04c21f1ccc3480d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443071Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Mark Schillaci <mschillaci@google.com> Commit-Queue: Mark Schillaci <mschillaci@google.com> Cr-Commit-Position: refs/heads/master@{#812861}
-
Olivier Yiptong authored
This changes the page info string to match the UI recommendation as necessary to ship in Origin Trial. Bug: 1043306 Change-Id: I77133f0a3e95c87d1a261043d596f669bbde62c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441955 Auto-Submit: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Cr-Commit-Position: refs/heads/master@{#812860}
-
Dirk Pranke authored
This reverts commit 11eba3d1. Reason for revert: re-landing with fix. Original change's description: > Revert "Change blink_web_tests and blink_python_tests test types." > > This reverts commit 71c10e67. > > Reason for revert: Breaking Dawn's CQ. This CL likely needs to > update webgpu_blink_web_tests as well. > > Original change's description: > > Change blink_web_tests and blink_python_tests test types. > > > > This CL changes the GN blink_web_tests and blink_python_tests > > targets to use a new script_test() GN template. > > > > A script_test is a kind of test target that implements the > > [test executable API](//docs/testing/test_executable_api.md) > > via a Python script (rather than being an executable target). > > > > :blink_web_tests, :blink_python_tests are examples of this type > > of test; other targets will be switched over in future CLs as well. > > > > Most importantly, using script_test() will ensure that > > the $root_build_dir/bin/run_$target_name test wrappers are > > generated with all of the appropriate arguments, simplifying the > > invocation of the test both for devs and for the bots. > > > > Bug: 816629 > > Change-Id: Ib4bfd2342d762db24cdef75b64ed5dd7fbf3c10e > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2380936 > > Commit-Queue: Dirk Pranke <dpranke@google.com> > > Reviewed-by: Robert Ma <robertma@chromium.org> > > Reviewed-by: Rakib Hasan <rmhasan@google.com> > > Cr-Commit-Position: refs/heads/master@{#812523} > > TBR=dpranke@google.com,robertma@chromium.org,rmhasan@google.com > > Change-Id: I16c0d8bfaebbeabbeee7dd98a0f4bb083403444f > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 816629 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442872 > Reviewed-by: Austin Eng <enga@chromium.org> > Commit-Queue: Austin Eng <enga@chromium.org> > Cr-Commit-Position: refs/heads/master@{#812694} TBR=robertma@chromium.org,rmhasan@google.com # Not skipping CQ checks because this is a reland. Bug: 816629 Change-Id: I78f30594215fe5c9a4dcd60a6ba49ae101a69abe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441351 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#812859}
-
Andy Paicu authored
HidConnectionImpl is self-owned and will self-destruct on disconnection of the HidConnection or HidConnectionWatcher. This CL modifies the FakeHidConnection used in tests so it behaves the same way. BUG=1126689 Change-Id: I8bbdcca7c77699749c6022f01b8a456c4891cdb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441151 Commit-Queue: Reilly Grant <reillyg@chromium.org> Auto-Submit: Matt Reynolds <mattreynolds@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#812858}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/68377adad5ae..98218e9219b1 2020-10-01 kimstephanie@google.com Revert "Add optional enforce_fetch kwarg to fetch and refresh git cache" 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: chromium:1129235 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I38cb06e701babe192893cab0021740c22cbcf775 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443232Reviewed-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@{#812857}
-
Istiaque Ahmed authored
Bug: None Change-Id: Ib69f766773c55d231d52f3eb7100cc71c61e561e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442149 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#812856}
-
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: I1b2e02800e9ccc49e05c7ec1c2338070acd550e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443350Reviewed-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@{#812855}
-
Tomasz Wiszkowski authored
With the introduction of post-destroy Tab access checkers we observed an increase of EditUrl crashes that we need to address. Context: http://shortn/_leZzHPdfGB Bug: 1117396 Change-Id: If2bd62392360a9e24db7c55d206ba3e5b9a7169a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2422268 Commit-Queue: Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#812854}
-
chromium-autoroll authored
Roll ChromeOS Broadwell AFDO profile from 87-4258.0-1601290734-benchmark-87.0.4277.0-r1 to 87-4258.0-1601290734-benchmark-87.0.4278.0-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-afdo-broadwell-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: I74f4850c81203e5a30fdf13d907093ffa59500e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443353Reviewed-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@{#812853}
-
David Dorwin authored
Addresses post-commit feedback in https://crrev.com/c/2430302. Bug: 1104369 Change-Id: Id4024d55445a10e9b5cf1770ffd71829ecb7833b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436381Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#812852}
-
Lei Zhang authored
Do not take an accessibility snapshot if the RenderFrame is gone. Bug: 1133983 Change-Id: I612cc72936a1dcedc5180c24eae067e47237b09b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442375Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#812851}
-
Ahmed Fakhry authored
This reverts commit 6a5d7abc. Reason for revert: HashAffiliationFetcherTest.BuildQueryURL fails consistently on linux-chromeos-chrome BUG=1134278 Original change's description: > Add HashAffiliationFetcher skeleton to retrieve affiliations by hash prefix. > > This change creates HashAffiliationFetcher skeleton that extends AffiliationFetcherBase. > This fetcher will provide additional privacy layer as it will request affiliations for a larger group of facets by passing only the prefixes of hashed URLs. > > Bug: 1108279 > Change-Id: I4a2b09aa7d8c3c51f4b30ba966a17ba5afb9b09b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423883 > Commit-Queue: Nela Kaczmarek <nelakaczmarek@google.com> > Reviewed-by: Jan Wilken Dörrie <jdoerrie@chromium.org> > Cr-Commit-Position: refs/heads/master@{#812653} TBR=vasilii@chromium.org,jdoerrie@chromium.org,nelakaczmarek@google.com Change-Id: I8636d3cdd74f75de4ce4be9d2f76f18d3ada2f83 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1108279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441379Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#812850}
-
Shakti Sahu authored
This CL adds an activity to show the list of video tutorials. UX : https://docs.google.com/presentation/d/1jszfqrCLufu0mskWls6unqilpmG3PoHKdySsf4uF-eo/edit#slide=id.g95aea48d7d_0_128 Bug: 1130256 Change-Id: Ie35538f0d1ee582a61c4b04a755e3af46680b87b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2420530Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#812849}
-
Tomasz Wiszkowski authored
The typo suggests that the omnibox would have only one suggestion to show. Skipping the screenshot check as the corresponding screenshot is already submitted. Skip-Translation-Screenshots-Check: True Bug: 1106109 Change-Id: Iccf8e9f595ed6b2dcebd83dad1dcf176e40923a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442771 Commit-Queue: Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#812848}
-
Ionel Popescu authored
As discussed on the security review this CL adds the following mitigations: - require a transient user activation on the browser side, and consume it when showing the eye dropper for the renderer (this will prevent a compromised renderer to repeatedly ask for a color) - require the eye dropper UI to be visible for a minimum amount of time before color selection is allowed in order to ensure the user has a chance to see the UI. There is also a fix for the popup not correctly updating the user activation state. This happens because it is using a EmptyLocalFrameClient and its frame is not related to the owner element's frame. Bug: 992297 Change-Id: Ia5d2aead0be153ce4b49048552062de3a6c72e63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442132Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#812847}
-
David Dorwin authored
Also remove the copy of the LICENSE file and an obsolete SDK path in third_party/.gitignore. Change-Id: Id67cb2bfec128572f23f8dcdccc08b54a2601338 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427964Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#812846}
-
David Black authored
The label is being given only enough height for a single line of text despite being a multiline line label with max of 2 lines. Bug: b:169806293 Change-Id: I8d9374270dff1a0aa43c6b397aea0462474efe2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441685Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#812845}
-
Ahmed Fakhry authored
This reverts commit d30e1594. Reason for revert: NewTabPageModulesShoppingTasksModuleTest.All fails consistently on linux-chromeos-chrome BUG=1134274 Original change's description: > WebUI Modules: shopping tasks, hide elements that do not fit > > Bug: 1132424 > Change-Id: I1b56fdec5c37d81a4939e986b3282af4585772ee > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440970 > Commit-Queue: Esmael Elmoslimany <aee@chromium.org> > Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> > Auto-Submit: Esmael Elmoslimany <aee@chromium.org> > Cr-Commit-Position: refs/heads/master@{#812569} TBR=tiborg@chromium.org,aee@chromium.org Change-Id: Ia0be2a22e0ffa23c22a18adc78f26de5eb729e48 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1132424 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443277Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#812844}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3211fba0. With Chromium commits locally applied on WPT: 8ee75745 "[layout] Track inflow-bounds within box fragment builder." 3ed38849 "[COOP] access reporting: expose "type" to ReportingObserver." a94d6a18 "[LayoutNG] Don't prevent column breaks before a spanner." 3211fba0 "Launch fontBoundingBoxAscent/Descent" 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: hbos@chromium.org, hta@chromium.org, guidou@chromium.org, philipp.hancke@googlemail.com: external/wpt/webrtc NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Change-Id: Id78d620f526bddc12ffbb0115f30cc219d4392d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440240Reviewed-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@{#812843}
-
Rayan Kanso authored
WebAPKs using the new minting mechanism, identified by their package name, should have a separate latency histogram to track if overall latency will be affected. Bug: 1134173 Change-Id: Ib75ec57828c1df1f038c2a1bf383a52cc602647f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443011Reviewed-by:
Glenn Hartmann <hartmanng@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Auto-Submit: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#812842}
-
Roman Aleksandrov authored
Fixed: 1117091, 1117092, 1117093 Change-Id: I5d495e7bd95c591ba2281429106e87caa0a9a3de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440628 Commit-Queue: Roman Aleksandrov <raleksandrov@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#812841}
-
Xiaohui Chen authored
These tests rely on automatically view layout scheduling, which seems unreliable. Now force explicit re-layout. Bug: b:169442907 Test: run ash_unittests Change-Id: I5287ba293eba77b820d8e59b456feb32fb71a920 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442640Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#812840}
-
Lambros Lambrou authored
This adds a FileOperations implementation which can send the host's RTC event log as if it were a regular file. It runs on the same network thread that gathers the RTC event log and sends file-transfer data, so on Windows it should work inside the network process without any need for IPC. Bug: 1122798 Change-Id: I6b4484caa70804e0091e7a747ebf9ff60fe71b14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441449 Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Erik Jensen <rkjnsn@chromium.org> Auto-Submit: Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by:
Erik Jensen <rkjnsn@chromium.org> Cr-Commit-Position: refs/heads/master@{#812839}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/8b462fcdef40..ca55b2704b0f 2020-10-01 btolsch@chromium.org Fix boringssl error message reporting 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: None Tbr: jophba@chromium.org Change-Id: I9bd4351bd29dddc779d7be67611512e2946fc6b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443040Reviewed-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@{#812838}
-
wutao authored
With more requested photos, it will reduce the possibility of duplicates. Bug: b/169433880 Test: manual Change-Id: Ie1042b4f47a97b776d63d2d198fecf8c01ce357f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442487Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#812837}
-
wutao authored
Bug: b/169101566 Test: manual Change-Id: I103126a74a88f834bf12ce5dcf133f20217bcd96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442481Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#812836}
-
Rafael Cintron authored
To reduce the number of texture copies in camera and XR scenarios, we need to be able to share textures between processes using Windows handle objects. To facilitate this, we implement the overload of SharedImageBackingFactoryD3D::CreateSharedImage which accepts a gfx::GpuMemoryBufferHandle. Bug: 1131616 Change-Id: I9561229b7631d0a89a7ced4ee6fc0de43c029d45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438649 Commit-Queue: Rafael Cintron <rafael.cintron@microsoft.com> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#812835}
-
Sebastien Marchand authored
Bug: 1088935 Change-Id: Ie9298e2dd0e57f1859918ce0a1dfd6bb39d0465c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441267Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#812834}
-
chromium-autoroll authored
Roll ChromeOS Airmont AFDO profile from 87-4265.0-1601286022-benchmark-87.0.4277.0-r1 to 87-4265.0-1601286022-benchmark-87.0.4278.0-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-afdo-airmont-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: Ie58473349601a82b11b2d426cf5d0f7794e5edc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443356Reviewed-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@{#812833}
-
Yuheng Huang authored
Change-Id: I99d1da75f3f57500b517909b94f00ebbefbac118 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443529 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#812832}
-
David Bokan authored
This test is currently running in the main-thread scrolling path only. This CL modernizes the test to ensure it runs in both main and compositor threaded modes. Bug: 915926 Change-Id: Ia58cd94f5e6bcdd8b55fc2282f7d009936f034ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442104Reviewed-by:
Rahul Arakeri <arakeri@microsoft.com> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#812831}
-
David Bokan authored
The behavior in this test differs based on main thread and compositor thread scrolling. On the compositor thread, only the direct-most hit scroller is targeted for autoscrolling but the main thread will bubble up to the first scroller that can consume the scroll. See the autoscroll-related comment in LayerTreeHostImpl::FindNodeToLatch. The compositor behavior is the intended one, see https://crrev.com/c/1743028 which implemented this behavior on both threads and added a test that was unfortunately removed in https://crrev.com/c/2111831. The test in this CL covers this case just as well so we just move it to fast/scrolling to ensure it gets coverage on both compositor and main threads. Bug: 915926,1112183 Change-Id: I2dcc4e83d30dbc222cefc1781b5ecf46b20a3f85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441941Reviewed-by:
Rahul Arakeri <arakeri@microsoft.com> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#812830}
-
Mehran Mahmoudi authored
This CL automatically removes the paint preview when the live tab is ready. It also dispalys a toast message. Bug: 1131497 Change-Id: I6c6437fccc5f05fdbcc7afad6e34668a908729c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442155 Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#812829}
-