- 21 Jul, 2020 40 commits
-
-
Andrey Kosyakov authored
This includes a fix for Array<Binary> https://chromium-review.googlesource.com/c/deps/inspector_protocol/+/2309330 TBR: pfeldman@chromium.org Change-Id: I42d4a7ff37933dc27e0f0e88b74de3a2c9e7f91d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309429Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#790273}
-
Ben Mason authored
Test was passing in debug because of fieldtrial config. It's not read in release as per: https://source.chromium.org/chromium/chromium/src/+/master:testing/variations/README.md?originalUrl=https:%2F%2Fcs.chromium.org%2F Enable commandline flag: IPH_TabGroupsDragAndDrop and parameters. Bug: 1104279 Change-Id: If808af9f027b6c4c294a4d9c7950cbdba01db687 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302833Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Ben Mason <benmason@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#790272}
-
Noel Gordon authored
Searchbox activity can send requests to the location line breadcrumb to display a root "/" path, when the current directory entry is a Recents, a Fake entry, a mounted Zip file viz., all special directories that are rooted according to the directory model API directoryModel.getCurrentDirEntry(); However, root paths have no path components and cause the location line show() code to throw an exception accessing components[0].name, causing files app to become totally unresponsive to user input. Change location line to ignore requests to show a root (empty) path and no JS exceptions is the result. Bug: 1107391 Change-Id: I74523e94ec29f65342b393c2b176f8f4771e838d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308613Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#790271}
-
Min Qin authored
The prototype server is subject to client and qps limits Change-Id: I8e74f659be37df9bf5edf621e991f7d7e7465800 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308989 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#790270}
-
K. Moon authored
Now that crbug.com/989095 has been fixed, converts all uses of the legacy MOCK_METHOD*() macros to use the modern MOCK_METHOD() instead. Change-Id: Id22b3b4e8a0176ac17d9ef263ebe9eb87f558a6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934608 Auto-Submit: K. Moon <kmoon@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#790269}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/3ed44f56c5bf..c4cebc7efae1 2020-07-20 rharrison@chromium.org Roll 5 dependencies 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: I464c88a309b68edbf2f03f57d3ea621b8aa89866 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309211Reviewed-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@{#790268}
-
Karandeep Bhatia authored
The test CrSettingsClearBrowsingDataV3Test.ClearBrowsingDataAllPlatforms is flaky on Mac. Disable it. BUG=1107652 TBR=dpapad@chromium.org Change-Id: Idbfe7608e8b547c976623d17a8997c954eb2ee4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309037Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#790267}
-
Jia authored
Bug: 1090132 Change-Id: Ie61df11e6d051452ae70a13eb04022523938b23e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309309Reviewed-by:
Tony Yeoman <tby@chromium.org> Commit-Queue: Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#790266}
-
Yoshifumi Inoue authored
This patch changes "editing/deleting/delete-line-017.html" to utilize |selection_test()| to avoid using unnecessary reference images for ease of maintenance and enabling new features, e.g. EditingNG, high-DPI font, etc. Bug: 679977 Change-Id: I2c2dd53c870a03f7b109ee5fa743e0c692019084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309490 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#790265}
-
Yoshifumi Inoue authored
This patch removes useless test "move-nodes-001.html", which was introduced for verifies |appendChild()|[1], because of we have tests for |appendChild()|, for ease of maintenance. [1] https://b.webkit.org/show_bug.cgi?id=5629 - REGRESSION: appendChild() does not remove nodes from source nodelist when inserting into destination Change-Id: I0a7a39865f5db5bc32fe5a0dd3bbac334e3bee5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309315 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@{#790264}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/49108a1283c3..cd5489ad46bd 2020-07-20 syoussefi@chromium.org Vulkan: Faster FramebufferDesc compare 2020-07-20 cclao@google.com Vulkan: Move mEmptyBuffer from program to ContextVk 2020-07-20 ianelliott@google.com Vulkan: Optimize changing texture max level If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC timvp@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: timvp@google.com Test: Test: NBA 2K20 game play Change-Id: I73571695a9cf809674c1da4e0cd3d12f611e1945 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309144Reviewed-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@{#790263}
-
Mei Liang authored
This reverts commit 126a5760. Reason for revert: This test should be fixed with https://chromium-review.googlesource.com/c/chromium/src/+/2305374 Original change's description: > Disable failing test TabStripTest#testSelectWithManyTabs > > Failing on L/M Tablet bots. > > BUG=1107395 > TBR=dtrainor@chromium.org > > Change-Id: Icfc80b3973bb70bdb5eaedf93e4a784584170208 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307223 > Reviewed-by: Tim Volodine <timvolodine@chromium.org> > Commit-Queue: Tim Volodine <timvolodine@chromium.org> > Cr-Commit-Position: refs/heads/master@{#789978} TBR=dtrainor@chromium.org,timvolodine@chromium.org Change-Id: I9bebeed4455314237d1c4df59bd245da80dd50a1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1107395 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309751Reviewed-by:
Mei Liang <meiliang@chromium.org> Commit-Queue: Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#790262}
-
Mei Liang authored
This reverts commit 011a35b6. Reason for revert: These tests should be fixed with https://chromium-review.googlesource.com/c/chromium/src/+/2305374 Original change's description: > Disable all failing TabStripTest tests > > Disable the following tests because they are failing on > L/M Tablet Tester bots: > > TabStripTest#testCloseAllIncognitoTabsFromTabMenu > TabStripTest#testCloseLastIncognitoTab > TabStripTest#testCloseTabWithManyTabs > TabStripTest#testNewIncognitoTabFromMenuAtNormalStrip > TabStripTest#testSwitchStripStackersWithIncognito > TabStripTest#testTabSelectionViewDoesNotBreakModelSwitch > TabStripTest#testToggleIncognitoMode > > Note: > TabStripTest#testSelectWithManyTabs was disabled in > crbug.com/1107395. > > BUG=1107543,1107395 > TBR=dtrainor@chromium.org > > Change-Id: I638033bf1f9b12e009dfbd2ff8b2e2128d000373 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308469 > Reviewed-by: Tim Volodine <timvolodine@chromium.org> > Commit-Queue: Tim Volodine <timvolodine@chromium.org> > Cr-Commit-Position: refs/heads/master@{#790095} TBR=dtrainor@chromium.org,timvolodine@chromium.org Change-Id: I6ac4a86a451aa839672fed129e95b097ddcc7db9 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1107543 Bug: 1107395 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309750Reviewed-by:
Mei Liang <meiliang@chromium.org> Commit-Queue: Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#790261}
-
Fergal Daly authored
This reverts commit dca0464f. Reason for revert: Breaks msan tests. https://crbug.com/1107714 Original change's description: > Update Crashpad to 070b18d326b6d77a19db527dc71708458303bac4 > > 498c36b82a03 mac arm64: Provide something more useful from > SystemSnapshot::CPURevison > e3c94b87f0ef [fuchsia] Move //zircon/system/ulib/fdio to //sdk/lib/fdio > fd001f792eb7 build: Make crashpad_dependencies="external" work in the GN > build > ef8a063055c6 Fuchsia: Propagate failure to initialize exception snapshot > 06a688ddc1bc linux: setup a signal stack > 9f66d569fb87 linux: put test attachment in temp directory > 070b18d326b6 linux: fix alt-stack tests with asan > > Change-Id: Idcc5fd3ec95619844c36a505f4e2bafa6b13dcfa > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308850 > Commit-Queue: Joshua Peraza <jperaza@chromium.org> > Commit-Queue: Mark Mentovai <mark@chromium.org> > Auto-Submit: Joshua Peraza <jperaza@chromium.org> > Reviewed-by: Mark Mentovai <mark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#790155} BUG=1107714 TBR=jperaza@chromium.org,mark@chromium.org Change-Id: I36856f2c89d1b3cd33227cdb28b7bd646447aa08 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308620Reviewed-by:
Fergal Daly <fergal@chromium.org> Reviewed-by:
Joshua Peraza <jperaza@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#790260}
-
Melissa Zhang authored
This CL gets ShareActions from the ShareActionCache and plums them through to the Sharesheet bubble. It also adds a Share label to the bubble. Bug: 1097623 Change-Id: I98d17217f5b0fd1790c9866bb8bed4fc5a05bfed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2301262Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Melissa Zhang <melzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#790259}
-
Kenichi Ishibashi authored
Resource readers/writers defined in the header file are replaced with mojo version of readers/writers. Remove service_worker_disk_cache.h includes as these aren't needed anymore. Bug: 1055677 Change-Id: I01dcaf6b8b4b675748d3fe170343aa1c83d7be1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309489Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#790258}
-
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: If870135287374ce8163351260c0d2b5e29ba955b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308996Reviewed-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@{#790257}
-
Sophie Chang authored
Bug: 1106895 Change-Id: I151a84c9bfb63ef84b2016348f05299dc2ad2820 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308994 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#790256}
-
Yoshifumi Inoue authored
This patch changes "editing/deleting/delete-line-016.html" to utilize |selection_test()| to avoid using unnecessary reference images for ease of maintenance and enabling new features, e.g. EditingNG, high-DPI font, etc. Bug: 679977 Change-Id: I7ecc87274a67dad77e1433ad1abcc99cc1db6c23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309610 Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#790255}
-
Lei Zhang authored
Like the //pdf:pdf build target change in https://crrev.com/c/2309135, it also needs to be a static library to avoid ODR violations in component builds. Bug: 1107602 Change-Id: I50e941d1bb0eedd23ddb42f0a75af705a52079c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308941Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#790254}
-
Chris Thompson authored
This adds a SCT auditing cache to the NetworkService, and integrates it with TransportSecurityState so that new SCT reports are sent to the cache during CT policy verification. This also adds feature flags and params to control SCT auditing behavior, and unit tests covering the cache implementation. Bug: 1082860 Change-Id: I24b53c655d960390089e7746e116c9978a4b3a28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248862Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#790253}
-
Liquan (Max) Gu authored
In order to share the PRImpl logic for WebLayer, the class dependencies of PRImpl should be moved into //components. The moved classes include: * PaymentAppFactoryParams * PaymentManifestWebDataService * SslValidityChecker * SupportedDelegations Bug: 1102522 Change-Id: I9d2732b547a4532a9cb88104bca51b544d675613 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307812 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#790252}
-
Yoshifumi Inoue authored
This patch changes "editing/deleting/delete-line-015.html" to utilize |selection_test()| to avoid using unnecessary reference images for ease of maintenance and enabling new features, e.g. EditingNG, high-DPI font, etc. Bug: 679977 Change-Id: I21610ac3f25936f3bd0f9e651fa822848c0c8690 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308556 Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#790251}
-
Jiewei Qian authored
This CL adds SchemeType::SCHEME_DEVTOOLS to ContentSettingsPattern, so it's easier to handle auto-granted permissions registered with WebUIAllowlist in site settings. This is a followup based on discussions in https://crrev.com/c/2262758. Fixed: 1101889 Change-Id: I761a8df60f4fc05c1f92e0ca9761be749b29b88d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2279346Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Jiewei Qian <qjw@chromium.org> Cr-Commit-Position: refs/heads/master@{#790250}
-
Fan Yang authored
Change-Id: I01d2cdcbbe12e4980415e2f04f61352b74f0a44c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308135Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: Fan Yang <fayang@chromium.org> Cr-Commit-Position: refs/heads/master@{#790249}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/d71ded6e61c7..97f9923235cf 2020-07-20 mark@chromium.org Fix macOS arm64 GN build by building llvm RWMutex.cpp 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: chromium:1107585 Tbr: swiftshader-team+autoroll@google.com Change-Id: If8caef964bbf0fd7b9ca1ca5b06439e83f4ea769 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309270Reviewed-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@{#790248}
-
Rakina Zata Amni authored
Some tests are failing after we split proactive BI swap check and BFCache check. Bug: 1102629 Change-Id: I37db349cb94c1f249ec49ebea01def98ca8beb02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297206Reviewed-by:
Sreeja Kamishetty <sreejakshetty@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#790247}
-
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-mac-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: I3dc4386e20653013d77ac0a1b47f335d88ff4176 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308993Reviewed-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@{#790246}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5ee5fa86..df4466ba 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: Idd37d7e60d83f48b3f9e5b67e11a7f52ffc25648 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308233Reviewed-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@{#790245}
-
Yan, Shaobo authored
This is a reland of 46c9a968. Original is in patch set 1. Disable gpu backing in D3D9 to handle the failure case. Original change's description: > Support imageBitmap generated from video by GPU resource > > This patch replaces the backed resource of imageBimap generated from > video element to GPU resource. > > The old path has been used as fallback path. > > BUG=1098445 Bug: 1105923, 1098445 Change-Id: I08606e3a9c91b5ecc5e91359689680a0c3981f57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304209Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Shaobo Yan <shaobo.yan@intel.com> Cr-Commit-Position: refs/heads/master@{#790244}
-
Justin DeWitt authored
Bug: 1106425, b/161395958 Change-Id: I3820e5f67b6695a4cd61d370aaabbe479b44daa1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303364 Commit-Queue: Justin DeWitt <dewittj@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#790243}
-
Joel Hockey authored
Fix text to include location information as per UX spec. See bug. Bug: b/161645291 Change-Id: If6524cf9608f75579af33923cc6e2a171c428086 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306114 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#790242}
-
Bailey Berro authored
Bug: 1070122 Change-Id: I867303003042b9129a1f6bbcf203aa41d29f6615 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274155 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#790241}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/62a87ddd43fa..f9491204a8a8 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 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:1107471 Tbr: karandeepb@google.com Change-Id: Ibcf74e746173975612191da6b9634c9bd3bb660b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308771Reviewed-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@{#790240}
-
Nathan Zabriskie authored
Previous CL's have added information regarding an image's origin and alpha type to SharedImageBacking. This CL uses that info in place of assumed defaults when creating SkSurfaces for write access. Bug: 1034086 Change-Id: I82f1a400acc09724b0667318a34208ebeb91d549 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307533 Commit-Queue: Nathan Zabriskie <nazabris@microsoft.com> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#790239}
-
Takashi Sakamoto authored
This reverts commit a1374a65. Reason for revert: suspect causing compile failure on linux-chrome. Sample build: https://ci.chromium.org/p/chrome/builders/ci/linux-chrome/12421 Sample log: https://logs.chromium.org/logs/chrome/buildbucket/cr-buildbucket.appspot.com/8874206257427658528/+/steps/compile/0/stdout?format=raw --- Error processing node <?xml version="1.0" encoding="UTF-8"?> <include file="${root_gen_dir}/chrome/browser/media/kaleidoscope/internal/resources/ks-content-worker.js" name="IDR_KALEIDOSCOPE_CONTENT_WORKER_JS" type="BINDATA" use_base_dir="false" />: [Errno 2] No such file or directory: '../../out/Release/gen/chrome/browser/media/kaleidoscope/internal/resources/ks-content-worker.js' --- Original change's description: > [Kaleidoscope] Public side of the color code > > Change-Id: I98b421dfac9adda34448c645c0432d7a9ad2455c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303854 > Reviewed-by: Tommy Steimel <steimel@chromium.org> > Commit-Queue: Becca Hughes <beccahughes@chromium.org> > Cr-Commit-Position: refs/heads/master@{#790186} TBR=beccahughes@chromium.org,steimel@chromium.org Change-Id: I53a2df3a2758584bda59ccd67a7088f6027a655a No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308618Reviewed-by:
Takashi Sakamoto <tasak@google.com> Commit-Queue: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/master@{#790238}
-
Owen Min authored
Rename the policy to AutoplayAllowlist. The old policy is kept for backward compatibility. Bug: 1095632 Change-Id: Ia5ad0c36860eac82e67668e0b4d94dbe5ce317dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303792Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#790237}
-
Kent Tamura authored
NGBlockNode::ComputeMinMaxSizes() should return values for border-boxes. So, the values should contain padding and border sizes. Its min_size returned 0 for <marquee>, <select>, and <input type=file> in some cases even though they have paddings or borders. Bug: 1107291 Change-Id: Idef8f092df0beabff5dc8e5f815886f46c056a5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2306135 Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
David Grogan <dgrogan@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#790236}
-
Lei Zhang authored
This reverts commit d3db9d99. Reason for revert: Causes ODR violations in component builds. Original change's description: > Change //pdf:pdf target's type to component. > > The existing target is a static_library, which generated libpdf.a, and > libpdf.a has to be linked into the chrome target. With a component > target, it generates libpdf.so, and the chrome target does not need to > change. This makes rebuilding the chrome target much faster in component > builds. > > Change-Id: I0a6f2fde66c7a3a2e46968b5ff387de8e73a5eb4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293325 > Commit-Queue: Lei Zhang <thestig@chromium.org> > Reviewed-by: Daniel Hosseinian <dhoss@chromium.org> > Cr-Commit-Position: refs/heads/master@{#789768} Tbr: dhoss@chromium.org Bug: 1107602 Change-Id: Icbfabd2fbe2388c79ed20a2a1ef0f1929534b81d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309135 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#790235}
-
Pavol Marko authored
Add unit tests for CertificateProvisioningUiHandler. Introduce mock variant of CertProvisioningScheduler to make unit testing possible. Bug: 1081396 Test: unit_tests Change-Id: I66cd3c70bb331de60e192f022d10f751153eefef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288792 Commit-Queue: Pavol Marko <pmarko@chromium.org> Reviewed-by:
Michael Ershov <miersh@google.com> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#790234}
-