- 15 Sep, 2020 40 commits
-
-
Erik Staab authored
Once the hosts are all upgraded to 10.15 we will remove the 10.13 option. Bug: 1121185 Change-Id: I3177749f79ddd16b9d725693f21e79ebd752c22c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412757 Commit-Queue: Erik Staab <estaab@chromium.org> Auto-Submit: Erik Staab <estaab@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#807218}
-
Scott Violet authored
This gives embedders a way to detect when a Browser and all tab are about to be destroyed. This is particularly important as onTabRemoved() is not called, and after this call, the Browser and Tabs should not be used. BUG=none TEST=covered by test Change-Id: I8f737a4041e717399e63510d0375f256418b22f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412473Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#807217}
-
Hung Vu authored
This CL exposes the smart suggestion for large downloads feature flag to Java. Bug: 1118207 Change-Id: I034376b620414ae674a68b927e2aebd419f203c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410960 Commit-Queue: Hung Vu <vuhung@google.com> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#807216}
-
Sven Zheng authored
It's been stable now. Also remove a comment in linux-lacros-tester-rel, because the tester should not close the tree. Bug: 1121667 Change-Id: Id0886bfdc8c30c0e14b9a3b6254dd0fc96ce7d98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412817Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#807215}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/49bec88c936e..7e0dbae74fcd 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 davidbienvenu@google.com,iclelland@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:1030560,chromium:1077274,chromium:1099917,chromium:1100456,chromium:1109276,chromium:1117343,chromium:1122784,chromium:1126981,chromium:1127616 Tbr: davidbienvenu@google.com,iclelland@google.com Change-Id: If1effa0a5aae2bdcdaf65e39a8e6aaddb85602a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412561Reviewed-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@{#807214}
-
Ken Rockot authored
All typemap configs here have been migrated into their mojom target definitions. Bug: 1059389 Change-Id: Ic739e79aeb8b150c81188e37b15ffe538b919c38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406683Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#807213}
-
Hung Vu authored
This CL choose the suggested directory option based on available storage space.Test CL will be added later Bug: 1118207 Change-Id: I70c71a8bba8677a57f2ed871d246a8b59f3c0783 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406853 Commit-Queue: Hung Vu <vuhung@google.com> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#807212}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2bc4077c9e42..a195d101f96c 2020-09-15 michaelludwig@google.com New GrClipStack supporting only intersect/difference 2020-09-15 mtklein@google.com test clipRect sorting 2020-09-15 nifong@google.com Fix cube map demo 2020-09-15 brianosman@google.com In SkCanvas::clipRect, sort incoming rects 2020-09-15 mtklein@google.com add Q14x2 type to SkVM 2020-09-15 mtklein@google.com unbreak Build-Debian10-Clang-x86-Debug 2020-09-15 bsalomon@google.com New version of SkImage::MakeFromYUVAPixmaps() 2020-09-15 johnstiles@google.com Create blank SkSL test files for Ninja's benefit. 2020-09-15 brianosman@google.com Normalize line endings in SkSL error tests 2020-09-15 johnstiles@google.com Migrate SkSL inliner tests to golden files. 2020-09-15 adlai@google.com Move canvaskit bindings away from getGrContext 2020-09-15 mtklein@google.com implement some useful 16-bit instructions 2020-09-15 kjlubick@google.com [fuzz] Add libfuzzer binaries to BUILD.gn 2020-09-15 kjlubick@google.com [canvaskit] Remove unnecessary ColorTypes 2020-09-15 kjlubick@google.com [canvaskit] Replace drawAnimatedImage with drawFrameAtImage. 2020-09-15 johnstiles@google.com Revert "Disable whole-program inliner." 2020-09-15 johnstiles@google.com Assign unique names to inlined variable declarations. 2020-09-15 johnstiles@google.com Demonstrate name reuse error in inliner. 2020-09-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 2ab7a04e to 2c970cbe (351 revisions) 2020-09-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from dc552fcef1fe to 0f14b7ab7a55 (4 revisions) 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 scroggo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: scroggo@google.com Change-Id: I5e8b51092c496bc1d9e9461f0056499b4b1aaf02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412601Reviewed-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@{#807211}
-
Jeff Yoon authored
* Remove duplicate definitions defined by bots (ie/ xcode cache, properties, os) * Remove all unused xcode versions defined in xcode_cache * Centralize xcode and property definitions into lib/*.star where applicable. Change-Id: Icca2d179b147be4b9eb8e548bc76d4fcb0580230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412700Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#807210}
-
Theresa Wellington authored
Record a histogram for the user's current font size preference on startup and when settings change. BUG=1109021 Change-Id: Ibe47fa5b6c7297a5a19b1a712458ab7139f62a7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410846Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#807209}
-
danakj authored
The code has moved, so update the includes. R=avi@chromium.org Bug: 1091083 Change-Id: I9306b361b549274792211b93877357d494cf28da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412754 Commit-Queue: danakj <danakj@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#807208}
-
manukh authored
- chrome/browser/ui/omnibox/chrome_omnibox_client.cc - chrome/browser/ui/omnibox/omnibox_theme.cc Relied on an IDE so it may not have been exhaustive. Change-Id: I4819cdbce99532bbd95f38f6282efbcd14e6c6e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412453Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#807207}
-
Andre Le authored
This reverts commit 0a74899c. Reason for revert: Flip back ManagedDeviceUIRedesign flag to disabled since there's a miscommunication in UI Review. Original change's description: > Ash Status Tray: enable ManagedDeviceUIRedesign feature > > Enable the redesign of UI to show more information when device is > managed. > > New UI screenshot: > https://screenshot.googleplex.com/OoKao0qUf8O > https://screenshot.googleplex.com/9wiTBpnxxc1 > > BUG=921267,1076316 > > Change-Id: I175f07aefc760fcbff7bd200c748350fbaec43bc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316154 > Reviewed-by: Tim Song <tengs@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Commit-Queue: Andre Le <leandre@chromium.org> > Cr-Commit-Position: refs/heads/master@{#791957} TBR=xiyuan@chromium.org,tengs@chromium.org,leandre@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 921267 Bug: 1076316 Change-Id: I70f344943810b438bc5028c797cf55ba7b7999dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412909Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andre Le <leandre@chromium.org> Cr-Commit-Position: refs/heads/master@{#807206}
-
danakj authored
The code has moved, so update the includes. R=avi@chromium.org Bug: 1091083 Change-Id: I560162df09d04a63a7155500b8d3205440086ec1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411402 Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#807205}
-
Roman Arora authored
Fixes the "Search <provider> for" context menu item option in PDF view Fixed: 1126791 Change-Id: Ib006283cd3a82670062230d03e23fc861e7a382f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405907Reviewed-by:
Lucas Gadani <lfg@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Roman Arora <romanarora@chromium.org> Cr-Commit-Position: refs/heads/master@{#807204}
-
Emily Stark authored
OmniboxViewViews::DidFinishNavigation calls GetPreviousURL() to determine if the URL has changed besides the fragment, in which case the full URL is re-shown. Calling GetPreviousURL() on non-committed or error page navigations fails a DCHECK. This CL thus adds special checks for whether the navigation has committed or is an error page. Speculative fix for https://crbug.com/1127797. Bug: 1127797 Test: CQ Change-Id: I245440ea082863b1337c104d15f062e4eb69e378 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409968Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#807203}
-
rbpotter authored
Bug: 1128151 Change-Id: I6cc8bdc763ef6190437ef816b60692ed71c706cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410849 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#807202}
-
Yuke Liao authored
This CL does two things: 1. Create a lacros_chrome_browsertests target for tests that live at lacros side and exercises crosapis. 2. Added a sample test that exercises screen manager apis to serve as proof of concept and demonstration. Bug: 1120582 Change-Id: I010cdb786e84d3f4a18c00cb3120f15de2fbc6ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2408877 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#807201}
-
Pranav Batra authored
Bug: none Test: xvfb-run ./unit_tests --gtest_filter=PrintingAPIHandlerUnittest.*:PrintingApiUtilsTest.* Test: xvfb-run ./browser_tests --gtest_filter=PrintingApiTest.* Change-Id: I9db22507ec83082536accf12378d849693c7c04c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411565Reviewed-by:
Nikita Podguzov <nikitapodguzov@chromium.org> Commit-Queue: Pranav Batra <batrapranav@chromium.org> Cr-Commit-Position: refs/heads/master@{#807200}
-
rbpotter authored
Bug: 1128583 Change-Id: If798fc3db54305ccbf2c795c0fae6c332ce34bbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410352 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#807199}
-
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: Idcee85ff821406c2e0062a1cea882f8d92622071 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412751Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807198}
-
danakj authored
The code has moved, so update the includes. R=avi@chromium.org Bug: 1091083 Change-Id: I69fd4010fb9198fa10a937a030015dfc8f566b80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412484 Commit-Queue: danakj <danakj@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#807197}
-
danakj authored
The code has moved, so update the includes. R=avi@chromium.org Bug: 1091083 Change-Id: I1f67a938d026aa2f363c2d06f27880d3dd5ffd2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412556 Auto-Submit: danakj <danakj@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#807196}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f57e64e375ef..dd48130b2905 2020-09-15 gavinmak@google.com update depot_tools_tutorial to include git reset issue If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:997395 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I603ac9e173d28dbc0a577e21ffd7c11da973c949 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412788Reviewed-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@{#807195}
-
edchin authored
* ScreenTimeHistoryDeleter observes synced history deletions and makes the corresponding deletions on ScreenTime. Bug: 1123704 Change-Id: I935c2c15e8dc0aa98bc022e81e63e65c2b59d65c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2393978 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#807194}
-
Allen Bauer authored
Rename ImageView::set_tooltip_text() to SetTooltipText() and turn into a property with GetTooltipText(). Bug: 938501 Change-Id: Ie886bb3f3acd423009716228b179384d6892e16f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412256Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#807193}
-
Jeff Yoon authored
Deprecating unused and broken bot. Change-Id: I63c8fd20189cb53581c4259b5fcf24c247192c83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412815Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#807192}
-
Ben Pastene authored
Test fixes have landed in crbug.com/1123300, so should be safe to enable tests again. Bug: 1123300 Change-Id: Iedee3fc7e3436d9198352c428ce40cc8a79c391b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412455Reviewed-by:
Toby Huang <tobyhuang@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#807191}
-
Akihiro Ota authored
This change declares createMockFeedback() in ChromeVoxNextE2ETest to avoid redeclarations in derived classes. This is a pure refactor, so no behavior should change as a result of this patch. Bug: 1127969 Change-Id: I5ad7167b38aeb791a67b258f87a9a4a2494a5895 AX-Relnotes: N/A Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410585 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#807190}
-
Sharon Yang authored
Before using the audio service, check that the AUDIO feature flag is enabled. Test: WebEngineIntegrationTest.PlayAudio* Bug: 1070571 Change-Id: I4f88887e24dd899748fa7959875b5c2b5753eee3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365992Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Commit-Queue: Sharon Yang <yangsharon@chromium.org> Cr-Commit-Position: refs/heads/master@{#807189}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1600127994-c9f9f16ba321eab4723234f8c655960b2fa4cc9b.profdata to chrome-win32-master-1600171148-2256b3d9ffc2b53c8daccc3d78ab79199aeff8aa.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-win32-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: luci.chrome.try:win-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I30da081c14c803ff741e7c03e5ff30b925913b7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412274Reviewed-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@{#807188}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/0f14b7ab7a55..b33e0b36a08c 2020-09-15 natsu@google.com Support Gralloc4 in SwiftShader 2020-09-15 swiftshader.regress@gmail.com Regres: Update test lists @ dc552fce 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: Ie47653da49d29054da7de7fd4b9cb70fd92675ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412599Reviewed-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@{#807187}
-
Ali Juma authored
This histogram is still detecting mismatches, caused by bugs in WebKit. Once mismatches are no longer detected, we can remove workarounds and also remove the histogram. Bug: 1127957 Change-Id: I3ad36c50906b9708d20c9f32ae921850cd72b31a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412617Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#807186}
-
Andrew Grieve authored
Just something that came up when I was trying to use it. Bug: 999351 Change-Id: I31c7c6a3b0ae6baaa7205b59cf1e6fff1bb2a517 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412369 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#807185}
-
Tina Wang authored
Previously we use "Google" as the test default search eninge name which could cause confusion by having two "Google" after turning the experimental policy off. Bug: 1126318 Change-Id: I8fbce2aeb6180c0097a7179d3b23ae4be0afa212 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412691Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#807184}
-
Wenyu Fu authored
This change has the side effect of loosing centered-gravity over ToS/UMA component in portrait mode, which is expected. Also fix spinner flying into screen as side effect of animateLayoutChanges. Bug: 1127294, 1126642 Change-Id: I1b76852a751339d77c0429966ad0407fdb645410 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411408 Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#807183}
-
Xiang Ji authored
Validation: https://cr-buildbucket.appspot.com/build/8869120662817115984 Bug: 1124116 Change-Id: I35b781917891e4d6cf1c815d21c2e47430f8c7f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411669Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Xiang Ji <jxiang@google.com> Cr-Commit-Position: refs/heads/master@{#807182}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/bcd69ba12e05..65fccf7b5f04 2020-09-15 lamontjones@chromium.org config: ${RELEASE}-master-release is triggered. 2020-09-15 chrome-bot@chromium.org Update config settings by config-updater. 2020-09-13 michaelirani@chromium.org Implement cros analyze-image 2020-09-12 jkardatzke@google.com chromite: Add cdm-oemcrypto to the video group for test 2020-09-12 vapier@chromium.org cros_build_lib.Open: pass down additional kwargs 2020-09-12 lamontjones@chromium.org enable goma with toolchain_cls. 2020-09-11 chrome-bot@chromium.org Update config settings by config-updater. 2020-09-11 yichengli@chromium.org Upload fingerprint MCU unittests tarball as artifact 2020-09-11 chrome-bot@chromium.org Update config settings by config-updater. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: I5af0006cd437dc8fc0999e3f3e254a92b5d0f2cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412590Reviewed-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@{#807181}
-
Yusuf Sengul authored
Bug: 1121891 Change-Id: If542797be3e0fd9c3a8864bcb3de67f7083c7998 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377228 Commit-Queue: Yusuf Sengul <yusufsn@google.com> Reviewed-by:
Rakesh Soma <rakeshsoma@google.com> Cr-Commit-Position: refs/heads/master@{#807180}
-
yiyix authored
The ImageData interface has two data entries: data(array of uint8) and data_union(could be array of uint8, float16 or float32). In this cl, I deleted data and rename data_union to data. This cl prepares canvas to work with more data types, which will help us to enable canvas to work with p3 and rec2020. Note that some part of the code works with uint8 only, i have put a TODO for each of the occurrence. I will address them in the next cl. Bug: 1115317 Change-Id: Ia7f203e627547eceb6da479522b3130bc6eaef12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379653Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Yi Xu <yiyix@chromium.org> Reviewed-by:
Juanmi Huertas <juanmihd@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#807179}
-