- 03 Jun, 2020 40 commits
-
-
Arthur Wang authored
This is a reland of 41dddd7d changes: fix logging.info and logging.error syntax issue. Original change's description: > Refractor manage_render_test_goldens.py and add manage_wpr_archives.py > > R=bsheedy@chromium.org,harringtond@chromium.org > > Bug: 1060399 > Change-Id: Ifb06c6a94a51a6b1a2815bf94fa8f5a53dec1db8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219525 > Reviewed-by: Haiyang Pan <hypan@google.com> > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Reviewed-by: Dan H <harringtond@chromium.org> > Reviewed-by: Brian Sheedy <bsheedy@chromium.org> > Commit-Queue: Arthur Wang <wuwang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#774253} Bug: 1060399 Change-Id: Id5e989cfca591e5f1aacd4f5024d29e894dae919 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225243Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Arthur Wang <wuwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#774501}
-
Ben Schwartz authored
This change moves filtering of the DoH provider list and reporting of UMA metrics out of the UI code to dns_util.cc. This simplifies the UI code and enables sharing of functionality with the forthcoming Android DoH control UI. Change-Id: I66d0313d9e913ad1d34ac65a2278771261788b7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2174779 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Eric Orth <ericorth@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#774500}
-
Rachel Wong authored
Bug: 1079169 Change-Id: I1b588fcee3b3594239c9b8fae3f85daf18850abf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227935Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Commit-Queue: Rachel Wong <wrong@chromium.org> Cr-Commit-Position: refs/heads/master@{#774499}
-
Giovanni Ortuño Urquidi authored
This reverts commit dc9187da. Reason for revert: Causing failures on Network Service Linux: https://ci.chromium.org/p/chromium/builders/ci/Network%20Service%20Linux/6688 Mocha test failed: TabList PlaceTabElementAnimatesTabMoved AssertionError: expected 2 to equal 1 Original change's description: > WebUI Tab Strip: Animate tabs when moved > > This CL adds animation when an ungrouped, unpinned tab is moved, to > mostly facilitate the drag and drop experience. When the TabList's > placeTabElement is called, the method first determines if the > placement is causing a TabElement to move, then identifies which > elements the TabElement is being dragged across, and finally > animates the necessary distances for each TabElement. > > Bug: 1082344 > Change-Id: Ia0b55f4c8539429969197258d148ce236b29e7e2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215248 > Commit-Queue: John Lee <johntlee@chromium.org> > Reviewed-by: dpapad <dpapad@chromium.org> > Cr-Commit-Position: refs/heads/master@{#774469} TBR=dpapad@chromium.org,johntlee@chromium.org Change-Id: Id1e22487b0aa2e48ba31edabf0ffe4554b2c0a63 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1082344 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228370Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#774498}
-
Giovanni Ortuño Urquidi authored
This reverts commit 1470bc06. Reason for revert: Still causing issues on windows: https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%281%29/103592 [ RUN ] SupportedResolutionResolverTest.MultipleCodecs ../../media/gpu/windows/supported_profile_helpers_unittest.cc(249): error: Expected equality of these values: base::size(kSupportedH264Profiles) + 1 Which is: 4 supported_resolutions.size() Which is: 3 Stack trace: Backtrace: media::SupportedResolutionResolverTest_MultipleCodecs_Test::TestBody [0x00E22189+1133] [ FAILED ] SupportedResolutionResolverTest.MultipleCodecs (46 ms) Original change's description: > Refactor GetResolutionsForDecoders() to support AV1. Take #2 > > Same as the previous patch, but avoids assigning from a const& that > is destructed by the assignment. PS#1 is the original change, all > later patch sets are the new one. > > ---- [ Original Description Below ] ---- > > Does the following: > - Internalizes h264 and min resolution details. > - Sets the minimum resolution to 64,64 for both decoders. > - Only loops through the video device profiles once. > - Switches away from an std::pair to a named struct. > - Adds AV1 GUID values and uses them in DXVA decoder. > - Stops D3D11VideoDecoder for enumerating unsupported profiles. > - Stops using the DXVA2_Intel_ModeH264_E for enumeration. > - Gives all resolution tests a square resolution; e.g., 4k x 4k. > - Doesn't test or indicate support for a duplicate portrait resolution. > > TBR=liberato, tmathmeyer > > Bug: 1073252 > Test: Updated unittests. > Change-Id: I0503d43630238c0a11b3a683308232f13cfdf37b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227969 > Reviewed-by: Dale Curtis <dalecurtis@chromium.org> > Commit-Queue: Dale Curtis <dalecurtis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#774474} TBR=dalecurtis@chromium.org,liberato@chromium.org,tmathmeyer@chromium.org Change-Id: I253f981c011e79a68ccf3625386275e44698c57d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1073252 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228369Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#774497}
-
Hiroki Nakagawa authored
For code cleanup, this CL moves text_resource_decoder_builder.{cc,h} from core/loader/ to core/html/parser/. The files define BuildTextResourceDecoderFor() to generate TextResourceDecoder, but the decoder is implemented in core/html/parser/. Also, the files don't depend on files core/loader/. Based on them, core/html/parser/ would be a better place to put those files. Bug: n/a Change-Id: Ib31c23fc8750b6a57d94fa281342e371c146071d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228010Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#774496}
-
Minoru Chikamune authored
HeapMojo wrappers require ExecutionContext to reset mojo objects when ExecutionContext is detached. Bug: 1049056 Change-Id: I8881349b0cc5870be87d5f465a12cc6eb6d9986a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220105Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#774495}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/955e9039eacd..43ccfecdb768 2020-06-03 peah@webrtc.org Remove unused instance of Ooura FFT If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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: webrtc-chromium-sheriffs-robots@google.com Change-Id: I10136d7cc716e4ea422a094317d50f88ab345d5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227676Reviewed-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@{#774494}
-
Xianzhu Wang authored
They were added by wpt import. TBR=wangxianzhu@chromium.org Bug: 1080691 Change-Id: I26f98937b729235873702e466def504143ad2098 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227893Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#774493}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/e817aaa40954..3ad285a60d82 2020-06-02 vantablack@google.com Added reference counting for PipelineLayout objects 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: Ie81bacf054d75286feffcff3fb91eb010337b23c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227669Reviewed-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@{#774492}
-
Moe Ahmadi authored
Note: In order to simplify ZeroSuggest congifs and avoid conflicts, we are moving away from ZeroSuggestVariant. That means every ZeroSuggest congif is gated with a dedicated Feature. See crrev.com/c/2128686 Since local ZPS has been launched in the NTP Omnibox on Desktop and remote ZPS are expected to appear alongside local ZPS, local ZPS should be gated with the same dedicated features used for remote rZPS. Tested with the following command after deleting the ZeroSuggestVariant entries in fieldtrial_testing_config.json: out/Default/Chromium.app/Contents/MacOS/Chromium --enable-features=OmniboxReactiveZeroSuggestionsOnNTPRealbox --force-variation-ids=t3317462 --user-data-dir=tmp Both local ZPS and remote rZPS work as expected in signed out and signed in scenarios. Change-Id: I6fde3e773e474bade294e71b5dc9f3f9c4c86f6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227121 Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#774491}
-
Kent Tamura authored
Bug: 1069817 Change-Id: I005ca65c2e7b6234239d87c786d5479ea5cd9bb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226487 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#774490}
-
Andrey Kosyakov authored
This sets render process/routing id in DownloadCreateInfo to that of navigating frame instead of the top frame, so that the reported frame is consistent with navigation initiated through renderer-initiated download. Change-Id: I2fd472703ed745f01f9ec4428c1a3075055e9d7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225832Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#774489}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b952659f..0f116b95 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: Ia303ecf3c796290d743618bf3f2b55f51417c31c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227989Reviewed-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@{#774488}
-
Miguel Casas authored
This CL reenables support for VA-API VP9 Profile 2 and 3 video decoding. This has been disabled because support for the high bit depth data types was not wired, pending VaapiVideoDecoder launch (crrev.com/c/2214764). Note that P010 is the VA and Gfx nomenclature for 10-bit per channel VASurfaces/Buffers respectively, whereas VideoFrames uses PIXEL_FORMAT_P016LE which is not exactly the same. Bug: 911754 Change-Id: I62a47930d43f34ca32761801b1fe36994488c1d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226774Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#774487}
-
Lei Zhang authored
Bug: 1010663 Change-Id: Ic1aa4cc0c8c98183ea2c3fb0ed931a6b2bd3b8ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868170Reviewed-by:
dstockwell <dstockwell@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#774486}
-
Nigel Tao authored
Bug: 1070409 Change-Id: I027c6347b63b1ff5d327470d4eeedd7bd5447018 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222071Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Nigel Tao <nigeltao@chromium.org> Cr-Commit-Position: refs/heads/master@{#774485}
-
Jing Wang authored
The page is hidden behind the flag imeOptionsInSettings. Currently the page is only a dummy page following the spirit at https://docs.google.com/presentation/d/1jdefmoq3c0xXt8_oD19819FKFw5BFKp9gPdr2DegcRQ/edit#slide=id.g8514a6facb_0_313 screen shot of the new page https://screenshot.googleplex.com/aaxe5Sm8kpg The content of the new page will soon be changed in the next CLs, and the text on the page will be generated in the js code. So I will do the i18n later. For now I added TODO(i18n) explicitly in UI so I won't forget about i18n issue. Test:tested with Chrome on Linux Bug:1086786 Change-Id: I6aeba0335cfe59cb0b09d377b40964f377f150fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215390 Commit-Queue: Jing Wang <jiwan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/master@{#774484}
-
Minoru Chikamune authored
HeapMojo wrappers require ExecutionContext to reset mojo objects when ExecutionContext is detached. Bug: 1049056 Change-Id: I0d2dfe3e05eda1673c25f7821522694ebdd81be5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220125Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#774483}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9172a9f05054..74254c74fbfe 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 ortuno@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1052567 Tbr: ortuno@google.com Change-Id: If6c978078d4ba5cae3522395d6dd87a1cb339bcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227673Reviewed-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@{#774482}
-
Kent Tamura authored
We missed to update textContent of a shadow node when SelectMultipleOptionsByPopup() is called. This issue affects only Android. * html_select_element.cc: Update a shadow node content in |HTMLSelectElement:: SelectMultipleOptionsByPopup()|. * html_select_element_test.cc: Add a test case. * test_blink_web_unit_test_support.cc: Fix a mock QueryLocalizedString() so that we can see different resultant strings depending on |value| argument. The new behavior is similar to the QueryLocalizedString() implementation in production. Bug: 1090247 Change-Id: I6d99e69dda6fc833eaa697daa304a8cd7a9d24ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226581 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#774481}
-
Shengsong Tan authored
Bug: 157005160 Change-Id: I42655b66cf7f9e3423de8386147f01abb46fdadf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226242 Auto-Submit: Shengsong Tan <sstan@google.com> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Shengsong Tan <sstan@google.com> Cr-Commit-Position: refs/heads/master@{#774480}
-
Koji Ishii authored
This patch re-enables position cache on Android when |NGFragmentItem| is enabled. It was disabled by r660251 crrev.com/c/1614133 to reduce memory usage on Android, but hinders the layout performance in some cases. As |NGFragmentItem| saves memory on text-heavy pages, we should have a room to re-enable the position cache. Bug: 982194, 1042604 Change-Id: Ib4b0543f181024f0b825d4a378e0a3aa92109368 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226579Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#774479}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/f2f4d5482a04..171bd736f2ad 2020-06-03 dberris@chromium.org pinpoint: Update blame message to include hints 2020-06-03 dberris@chromium.org auto-bisect: Skip bisection for single-rev ranges 2020-06-03 fancl@chromium.org auto-triage: Refactor issue updating If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC wenbinzhang@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:chromeos-kevin-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1087803,chromium:1088359,chromium:1090270 Tbr: wenbinzhang@google.com Change-Id: I5e0f9385abf0c47b2a826b990b9b860301618d8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228049Reviewed-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@{#774478}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 25035574. With Chromium commits locally applied on WPT: 750bcab0 "[ScrollTimeline] Update compositor timeline from blink timeline" 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools foolip@chromium.org, robertma@chromium.org, smcgruer@chromium.org: external/wpt/infrastructure jsbell@chromium.org: external/wpt/resources NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I26010ce757548d5e046df79f2cd9941b2cb575df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226279Reviewed-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@{#774477}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/579c295b6bdb..c2a06de58379 2020-06-03 herb@google.com Make add_glyph_to_atlas a method 2020-06-03 michaelludwig@google.com Check for deferred saves in SkCanvas::clipShader 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 tdenniston@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: tdenniston@google.com Change-Id: I5fe98357da4dab6564c18a9f4371aec513046695 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227674Reviewed-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@{#774476}
-
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/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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: perfetto-bugs@google.com Change-Id: I5a4e5d82be399b6bcf452c7a3ada617c051edbd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227889Reviewed-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@{#774475}
-
Dale Curtis authored
Same as the previous patch, but avoids assigning from a const& that is destructed by the assignment. PS#1 is the original change, all later patch sets are the new one. ---- [ Original Description Below ] ---- Does the following: - Internalizes h264 and min resolution details. - Sets the minimum resolution to 64,64 for both decoders. - Only loops through the video device profiles once. - Switches away from an std::pair to a named struct. - Adds AV1 GUID values and uses them in DXVA decoder. - Stops D3D11VideoDecoder for enumerating unsupported profiles. - Stops using the DXVA2_Intel_ModeH264_E for enumeration. - Gives all resolution tests a square resolution; e.g., 4k x 4k. - Doesn't test or indicate support for a duplicate portrait resolution. TBR=liberato, tmathmeyer Bug: 1073252 Test: Updated unittests. Change-Id: I0503d43630238c0a11b3a683308232f13cfdf37b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227969Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#774474}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/859bfe8981d6..cb44c86c1aaf 2020-06-03 rogeeff@google.com Merge pull request #2755 from Conan-Kudo:set-version-for-libs 2020-06-03 absl-team@google.com Googletest export 2020-06-03 absl-team@google.com Googletest export If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/googletest-chromium-autoroll Please CC isamsonov@google.com,pwnall@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:android_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_cfi_rel_ng;luci.chrome.try:win-chrome Tbr: isamsonov@google.com,pwnall@chromium.org Change-Id: Ie05d5d9eab371719c9540c57f54bb0d7334b1401 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227576Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#774473}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1591113598-d5f87d5f9419962ce85d2522c87837140ef3b02f.profdata to chrome-win64-master-1591142315-92a136d405d944eb0ad6a14d1cc0d834f3d533a1.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 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 Change-Id: Idccf834b1f1139a4f08362e3076afb589d9fd3bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227671Reviewed-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@{#774472}
-
Haiyang Pan authored
Also disabled them in network_service_out_of_process_chrome_public_test_apk Also use separate filters on M and P since failed tests on them start diverging Bug: 1056330, 1022533 Change-Id: Ib7a62842b74581014d4c1005ebaa72263aaf2dff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227300Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Auto-Submit: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#774471}
-
Yoshifumi Inoue authored
This patch changes "caretRangeFromPoint-in-zoom-and-scroll.html" independent from platform dependent hit test behavior "move cart to boundary when hit point is above/below line." for a preparation of enabling EditingNG. Before this patch, the test simulates to move mouse pointer above the line at style.zoom = 2. Bug: 707656, 971414 Change-Id: I0588bfc66f04fd00b19dfcfb35b74e62989e0de7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226576 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#774470}
-
John Lee authored
This CL adds animation when an ungrouped, unpinned tab is moved, to mostly facilitate the drag and drop experience. When the TabList's placeTabElement is called, the method first determines if the placement is causing a TabElement to move, then identifies which elements the TabElement is being dragged across, and finally animates the necessary distances for each TabElement. Bug: 1082344 Change-Id: Ia0b55f4c8539429969197258d148ce236b29e7e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215248 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#774469}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=lakpamarthy@chromium.org Change-Id: I5deb4ffdd8292c4812cf0b55efb0e885a4378b55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228110Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#774468}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/a40746d97615..9d83693a5ac5 2020-06-02 taylori@google.com Fix thread state UI bug If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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:linux-perfetto-rel Bug: chromium:158012821 Tbr: perfetto-bugs@google.com Change-Id: I4c9e660f2b10905df65c7743504210b4f6cc246c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227670Reviewed-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@{#774467}
-
John Delaney authored
This is a speculative fix for Conversions browsertest flakes caused by the database initialization task presumably hanging. This is a followup of https://crrev.com/c/2225739, as tests are still flaking. Sets up the Conversions storage in memory rather than on disk for browsertests. If the database initialization task is just slow and running into timeouts, running in memory should vastly speed it up. Bug: 1087775,1058199,1080764,1058199,1087406,1084201 Change-Id: I740acb32ce835553b29709bd854944eee7da5122 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225286 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#774466}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/3fb9c1bbfb23..adbf9153d909 2020-06-02 bryan.bernhart@intel.com D3D12: Fix RO storage buffer mismatches. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I24f7285eee5817879e68f61042f263fdf516c2b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227573Reviewed-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@{#774465}
-
Travis Skare authored
BUG: 1089506, 1089507 Change-Id: I71e6556eb72014c161b7b23dda7ab539b3f74ab4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225364 Commit-Queue: Travis Skare <skare@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#774464}
-
Yoshifumi Inoue authored
This patch changes "repaint-across-writing-mode-boundary.html" independent from platform dependent hit test behavior "move cart to boundary when hit point is above/below line." for a preparation of enabling EditingNG. Before this patch, the test simulates to move mouse pointer at little bit right of selected text in vertical-rl writing mode. Bug: 707656, 971414 Change-Id: I142e63355dbf0944c84b2b86ca0b2190134f79d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225684 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#774463}
-
Daniel Cheng authored
This CL also adds an explicit bool conversion to the various cross-variant helpers to facilitate code conversions. Bug: 1059157 Change-Id: I48a8fc127890e74939abff4ab3a3c76f0b41f863 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227103Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#774462}
-