- 27 Jul, 2020 3 commits
-
-
Scott Violet authored
The profile a WebContents is created with should always outlive the WebContents, so this conditional shouldn't be necessary. This was likely a work around for this fix: https://chromium-review.googlesource.com/c/1359827 BUG=none TEST=none Change-Id: I37f1117e706e0cf31ef508fdda63dcdb6c2885c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317830Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#791681}
-
Scott Violet authored
This has been enabled for ~2.5 years. I think we can get rid of the feature at this point. BUG=none TEST=none Change-Id: Ie10c5c1577176f44d1ba5b2589d9e5fda93f3bd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315420 Auto-Submit: Scott Violet <sky@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#791680}
-
tby authored
We currently don't handle tablet mode correctly, because the launcher is considered 'shown' in fullscreen mode at all times behind the active app. We need to observe some extra signal of when the launcher is shown or hidden. Talking to mmourgos@, the AppListControllerObserver is the right way to do this. Observer: I've had to lift the AddObserver and RemoveObserver methods out of the AppListControllerImpl and into the AppListController itself, so they are visible from chrome. Impressions logic: When the view state is 'shown', only the chips are shown. When the state is 'closed', we should set all views to none. Bug: 1097599 Change-Id: Idf971ccc5a4bb91c6167e234449a8ed6bee564f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309770Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#791679}
-
- 26 Jul, 2020 37 commits
-
-
David Munro authored
On track to launch for realsies this milestone. Additionally, PM guidance was that we should be enabling then merging a change to disable (if needed) before stable rather than using Finch which is what we're currently doing. The test check was hanging, and since the condition was never true before let's remove it. Bug: None Test: None Change-Id: Ie16eca37622ef1ad78c655fc7999ec7a0604286f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308430 Commit-Queue: David Munro <davidmunro@google.com> Reviewed-by:
Fergus Dall <sidereal@google.com> Cr-Commit-Position: refs/heads/master@{#791678}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/72837dd225e3..4092923f790e 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 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: None Tbr: Change-Id: I7aee405d29b26e4dea643863301b3963071d317f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319721Reviewed-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@{#791677}
-
Anand K Mistry authored
Bug: 1007788 Change-Id: If13e051b2d2c8800a802c4a29e0bde77b8afda84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2279294 Commit-Queue: Anand K Mistry <amistry@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Auto-Submit: Anand K Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#791676}
-
Yingbing Wu authored
This reverts commit 1cd61996. Reason for revert: "Kana" mode doesn't work when enable "ImeMozcProto". BUG=chromium:1108729 Original change's description: > Enable "ImeMozcProto" flag by default. > > Change-Id: I33d949c64f1432ae6ff29ab26e9a94cb7e97a2c9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2155763 > Reviewed-by: Darren Shen <shend@chromium.org> > Commit-Queue: David Vallet <dvallet@chromium.org> > Cr-Commit-Position: refs/heads/master@{#760747} TBR=dvallet@chromium.org,shend@chromium.org,googleo@chromium.org,wuyingbing@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I78651fa9deca36864583bbb76d93465783488dac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319085Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#791675}
-
Jinsuk Kim authored
Omnibox is getting Tab instance from LayoutManager to find the right color for its background. After restart (by forcing-stop Chrome or by changing theme), however, LayoutManager was not setting the current Tab instance properly. This CL ensures it is done in the initialization step. Bug: 1108235 Change-Id: I3445e6c8b9de6bcb7582a42bd0544b05fbfe00b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315463Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#791674}
-
Zhenyao Mo authored
BUG=1109268 TEST=about:gpu R=kbr@chromium.org Change-Id: I3d72e4937cc43c3a3b816fbfd574247eb5c05f66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317711 Auto-Submit: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#791673}
-
Zhenyao Mo authored
This may allow DWM and OS to reduce vsync when video is fullscreen and iflip. BUG=711140 TEST=manual R=khushalsagar@chromium.org,sunnyps@chromium.org,Rafael.Cintron@microsoft.com Change-Id: I77631a64f61961bccb983df6893d67cba71c99b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303646Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Rafael Cintron <rafael.cintron@microsoft.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#791672}
-
Rachel Carpenter authored
These ones seem smaller as well which is a bonus. Bug: b/160203781 Change-Id: Ia7cc64693b881a6b71a0ba5f41b93a9536db6309 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317245Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Rachel Carpenter <carpenterr@chromium.org> Cr-Commit-Position: refs/heads/master@{#791671}
-
Ian Kilpatrick authored
Bug: 958381 Change-Id: I702af63724bac4962258186b089940f3f397c9d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295834 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Cr-Commit-Position: refs/heads/master@{#791670}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e861108bc656..72837dd225e3 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 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: None Tbr: Change-Id: I6787c81c64b9297b0d26c19485d27c53e8f4c1d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319712Reviewed-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@{#791669}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/bef908ee7878..8adc54693b70 2020-07-26 syoussefi@chromium.org Vulkan: Generate mipmap in compute 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 Change-Id: I830aee8c4f2e8f8e756d7effec6df74e69043057 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319710Reviewed-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@{#791668}
-
Xiyuan Xia authored
It turns out the problem is not with the display smoothness test itself. It is introduced by my CL:2132683 that attempts to fix acceleratorTest. It wraps chrome.test.succeed() in a setInterval callback. On slow bots, chrome.test.succeed() could be called more than once. As a result, tests could be invoked prematurely before the previous one finishes. This causes the problem for startSmoothnessTrackingExplicitDisplay because only one tracking per display is allowed hence it could only run after the previous startSmoothnessTracking finishes. This CL changes to setTimeout instead of setInterval to avoid checking test end condition multiple times during getAppWindowList call. It also moves chrome.test.succeed() out of timeout callback to ensure it is only called once. Bug: 1098886, 1108515 Change-Id: I8c04dc4d66f54bb28e8f3d407941083e89796b6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316410Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#791667}
-
Maxim Kolosovskiy authored
Bug: 1095627 Change-Id: If0b2ce840067480b4847a558b57b04c82ae8abff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310529 Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#791666}
-
Ian Kilpatrick authored
As above - this only existed for modifying the baseline position on radio/checkbox for MacOS previously. With the form controls refresh launched this is no longer nessecery. Change-Id: I87091516980dec70287231045f1248bf1ce83aea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225375 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#791665}
-
dpapad authored
Bug: 1101598 Change-Id: Ic83fc7e442158942a62feb8584471007447468c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309031 Commit-Queue: dpapad <dpapad@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#791664}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1595762871-f57a18dae0d23eb5476a17afe73c8569c909d4b4.profdata to chrome-mac-master-1595785360-983d9025ff958d5a15a6c9927ca675e304475be4.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 liaoyuke@google.com,sebmarchand+pgo_roller@google.com,jeffyoon@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: chrome/try:mac-chrome Tbr: liaoyuke@google.com,sebmarchand+pgo_roller@google.com,jeffyoon@google.com Change-Id: I948d15d4b2029df033244f1b810bda3e237dce06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319707Reviewed-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@{#791663}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ed1310e11068..e861108bc656 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 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: None Tbr: Change-Id: Ifb870c572a2d846344b85528461d8c71a9bdb3c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319264Reviewed-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@{#791662}
-
Yuke Liao authored
Bug: 816629, 1104318 Change-Id: I1280691aa11ba42b39af2fcc1534173eada2ce69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315422 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#791661}
-
Daniel McArdle authored
The new fuzzer exercises content_settings::PatternParser::Parse and ToString, which previously had no fuzzer coverage. In addition to exercising the code, the fuzzer checks the "recanonicalization is idempotent" property. Coverage report: https://chromium-coverage.appspot.com/reports/789509_fuzzers_only/linux/chromium/src/components/content_settings/core/common/content_settings_pattern_parser.cc.html Change-Id: Id4c62f3851257b678f102f63cf4b80c63fe53a8b Bug: 1108821 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308232 Commit-Queue: Dan McArdle <dmcardle@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#791660}
-
Rushan Suleymanov authored
This change is needed to resolve possible cyclic dependency between sync/driver and gcm_driver components (for the new sync invalidations component). Most of changes are trivial and just rename included folders. Bug: 1102305 Change-Id: I05301274e06aa896fcb5646c58e11dabbc2101a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2312416Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/master@{#791659}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/392da6ba3027..53453f76b5d0 2020-07-26 herb@google.com split transformed mask from SDFT 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 borenet@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 Bug: None Tbr: borenet@google.com Change-Id: I0eb89a999cdde898db8fe7a99ff7189584587817 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319263Reviewed-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@{#791658}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: I5231aa8d22f658a01cb5d98fb58081e33bcc5202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319686Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#791657}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1595743199-2ae9238defd87beaa44a6caba317a80f7d0a5f76.profdata to chrome-win64-master-1595762871-f2fc22bdf1dd8f288d28123992fa5967a6d5fda0.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-win64-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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: chrome/try:win64-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: Ie895fa360d19452f3a8c7e8feb6d200596560b05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319261Reviewed-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@{#791656}
-
Ian Kilpatrick authored
This patch improves the performance of lots of floats within a single formatting context. Previously when we built the DerivedGeometry (the data-structure used for querying information), we naively placed all floats into this data-structure (which is relatively expensive to build). This introduced a performance regression in the site within crbug.com/1081477 . This patch introduces a "ceiling" for the DerivedGeometry class, that is the highest block-offset it is used to answer queries for. It is extremely rare to go "backwards" and query for something higher than what we've just created. This is used to only all floats below this ceiling substantially reducing the cost of building the DerivedGeometry. Added floats_show_hide.html which has improved 50% locally. On the real world site there is approx. a 20x improvement. Bug: 1081477 Change-Id: I7b3ced903e2218f13a852bb6487271afd50d30d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313476 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#791655}
-
Gavin Williams authored
ChromeVox will announce the dropdown as a button and the numbered position of each destination in the dropdown. Bug: 1059607 Change-Id: I2cf48a9daaba4cf6099d0bef819b46bda7d89215 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2310840 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#791654}
-
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: If3be2ddc9846b35888b5ac6174ff0eb9fe4ca9ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319260Reviewed-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@{#791653}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/0ffac8f25150..3b2cd31c7400 2020-07-26 capn@google.com Update Vulkan headers to version 1.2.148 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;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: swiftshader-team+autoroll@google.com Change-Id: I4b8220aad62a2b2e8c889f6e78fa37cb00836bd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319257Reviewed-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@{#791652}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0af0cc63711d..ed1310e11068 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 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: None Tbr: Change-Id: Icfae6b93353be9239f1dc2aedfb0eae2bf12cc9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319256Reviewed-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@{#791651}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1595548091-fbf1089422fe94cc098aa428bb435f8d7f2c1e43.profdata to chrome-win64-master-1595743199-2ae9238defd87beaa44a6caba317a80f7d0a5f76.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-win64-chromium Please CC jeffyoon@google.com,liaoyuke@google.com,sebmarchand+pgo_roller@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: chrome/try:win64-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com,sebmarchand+pgo_roller@google.com Change-Id: I40625c8a60ae644000a5854500410a9359decfbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319529Reviewed-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@{#791650}
-
Chris Harrelson authored
This fixes a typo in the original patch that missed a negation of IsLayoutView. See diff with patchset 1: https://chromium-review.googlesource.com/c/chromium/src/+/2319409/1..3 Tests: paint/invalidation/svg/deep-nested-embedded-svg-size-changes-no-layout-triggers-1.html paint/invalidation/svg/deep-nested-embedded-svg-size-changes-no-layout-triggers-2.html (on high-DPI) Bug: 1100711 Change-Id: I54f4e05494ee2fda4dafac74a92b67a8bc756c13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319409 Auto-Submit: Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#791649}
-
Yuki Shiino authored
Change-Id: I5e2f56fcad692d0a1b8c5cfaaeb7cdf824377c03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313616 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#791648}
-
Aya ElAttar authored
Changed ClipboardDataEndpoint to support virtual machines, like Crostini, PluginVM, ARC++ as potential sources or destinations of the clipboard data. Bug: 1103217 Change-Id: I3ff721a8fbc685adfb5779b1edb579da4062ff24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315030 Commit-Queue: Aya Elsayed <ayaelattar@google.com> Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#791647}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/4eaf6d79edfa..0ffac8f25150 2020-07-26 capn@google.com Refactor native instruction intrinsics If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;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: swiftshader-team+autoroll@google.com Change-Id: I2515aab4ab065557300760d403ae60ad7024f89c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319549Reviewed-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@{#791646}
-
Mikel Astiz authored
This patch migrates tests away from deprecated APIs and adopts TestingProfile::Builder for tests in /chrome/browser/ui. Rationale: creating or overriding keyed services after the profile has been created is problematic and known to cause hard-to-debug test flakiness, because it bypasses BrowserContextDependencyManager and often leading to use-after-free. This CL was uploaded by git cl split. R=tapted@chromium.org Bug: 1106699 Change-Id: Id83d2e9bb3cb147da6363981cd7ac20a6daa956a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316207 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#791645}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1595743199-22efd79a8f382cf756210a15cbf2b66a618fb4f9.profdata to chrome-mac-master-1595762871-f57a18dae0d23eb5476a17afe73c8569c909d4b4.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 sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I4361c7a0307867d7b3afd5c965f10ff229ade979 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319254Reviewed-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@{#791644}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/257412e085dc..0af0cc63711d 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 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: None Tbr: Change-Id: Id872e624b022d7a3ffad35b8157d4f77a04c089f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319548Reviewed-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@{#791643}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/74b3eb7a..374acd70 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: I245af2fc69b8dc279b080a689c386512794f9af0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318929Reviewed-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@{#791642}
-