- 07 Aug, 2020 24 commits
-
-
Norman Rosas authored
Generate DIR_METADATA files and remove metatada from OWNERS files for //app Bug: 1113033 Change-Id: I31c0900fc4e4135fcbc5f0945669d3574b8272aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341157 Commit-Queue: Norman Rosas <normando@google.com> Auto-Submit: Norman Rosas <normando@google.com> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#795735}
-
Wan-Teh Chang authored
After decoding each image, validate that the image's YUV format matches the YUV format from the container. Also copy the bit depth validation to the DecodeToYUV() method. Bug: 960620, 1113777 Change-Id: I2802b61858d4675b7efb4710e547e6487528ba46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341039 Commit-Queue: Wan-Teh Chang <wtc@google.com> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#795734}
-
Ahmed Fakhry authored
This CL builds on previous UI work, and adds the necessary views for implementing the CaptureBarView. BUG=1112919 Change-Id: I1807458bb7ca6149e600b596b5cb6a87adbbdff2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333825 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#795733}
-
Dominic Mazzoni authored
AccessibilityNodeInfo.ACTION_CONTEXT_CLICK is already implemented; make sure AccessibilityNodeInfo.ACTION_LONG_CLICK does the same thing. Bug: 1095107 Change-Id: Ib3511a13fc4537b8e59c01fae2bf261832eadc28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341398 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Mark Schillaci <mschillaci@google.com> Cr-Commit-Position: refs/heads/master@{#795732}
-
Michael Moss authored
e3a62dc [Mac]Exit with unique status in symupload when file already exists. BUG=1021742 R=mark@chromium.org, nbilling@google.com Change-Id: Idbbdd6a959b0c2b10a7880c72d91e6efbdd67967 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342046 Auto-Submit: Michael Moss <mmoss@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Michael Moss <mmoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#795731}
-
Rayan Kanso authored
Change-Id: If9d4f5018f944d59118b392e5d88933991ffa1b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341122 Auto-Submit: Rayan Kanso <rayankans@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#795730}
-
Caleb Raitto authored
Text operations are tracked via the 2D canvas context digest, not the PaintOp digest. Because these digests are maintained separately, without this change, drawing a rectangle and then text wouldn't be distinguised from drawing text than then a rectangle in the final, combined digest. Bug: 973801 Change-Id: If237733320d0a2e3ce95dcbd3bc2f97c69d888bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327132 Commit-Queue: Caleb Raitto <caraitto@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#795729}
-
Ahmed Fakhry authored
This is the first CL that implements the CaptureBarView. It only adds the CaptureModeToggleButton, and the CaptureModeCloseButton, subsequent CLs will build on these two views to implement the rest of the UI. TBR=beccahughes@chromium.org BUG=1112919 Change-Id: If9aca284bf419936df61ef0e285d1f143b06b0a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336021 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#795728}
-
Toshiki Kikuchi authored
This CL fixes the issue that selecting async apps (e.g. ARC apps) from overview does not trigger auto snapping in tablet splitview. In tablet splitview, when a window is snapped, we can select which window to fill (be snapped in) the other side. It works for synchronized Chrome windows, but not for async windows because calling Unminimize(), which is used for canceling the restore animation, bypasses auto snapping. So we should use Show() here and extract async activation logic from OverviewItem to make sure it works for async apps. BUG=b:162552497 TEST=SelectMinimizedSnappableWindowInSplitView Change-Id: I653451533c58a6241130a5ab369bb080290810af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327364 Commit-Queue: Toshiki Kikuchi <toshikikikuchi@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#795727}
-
Eric Orth authored
Add a flag to DnsUdpTracker to signify "low entropy" (setting that flag in non-test is TODO for a subsequent CL). Rework DNS attempt code to allow using TCP instead of UDP when that flag is set. Bug: 1093361 Change-Id: I74e935e0ddf2a76112222e395b6b1c7e6bf469bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340281Reviewed-by:
Dan McArdle <dmcardle@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#795726}
-
Melissa Zhang authored
This CL closes the sharesheet once an app is launched. Bug: 1097623 Change-Id: I72ab0f8ff39569a4fd14a1f3f3efd1df46af7f0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2338154Reviewed-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@{#795725}
-
Nate Fischer authored
This adds a "clear text" icon to the flag UI's search bar. The "clear text" icon is hidden by default and only appears if the user has typed some text. This imports the "clear text" material icon for the close button. Bug: 1052345 Test: run_webview_instrumentation_test_apk -f FlagsFragmentTest.* Change-Id: Ia694ca5f13a38ce25107dade3921221670251b1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340651 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Hazem Ashmawy <hazems@chromium.org> Cr-Commit-Position: refs/heads/master@{#795724}
-
Rakina Zata Amni authored
We shouldn't proctively swap BrowsingInstances if the current frame has not committed any navigation yet. See: https://chromium-review.googlesource.com/c/chromium/src/+/2210174/16/content/browser/frame_host/render_document_host_user_data_browsertest.cc#305 Bug: 977562 Change-Id: If228976b79d6fb0e8cc99492a50c5acb65bef73e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340361 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#795723}
-
Darren Shen authored
As a workaround, SetCompositionRange can be implemented by first finishing the current composition, deleting the new composition range, and recomposing with the deleted text. Works ok on a nocturne, but flickers about 10% of the time due to latency from deleting and recomposing. Bug: 1113940 Change-Id: If7147d3727850694cc68c45662f72178bcb06fd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340943 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Leo Zhang <googleo@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#795722}
-
Reilly Grant authored
This test appears to be flaky. Further details on the bug. TBR=mmenke@chromium.org Bug: 11139282 Change-Id: I559a75c6840502c5683b56616b703678899195a6 No-Presubmit: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341821Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#795721}
-
Zach Trudo authored
SharedQueue wraps a std::queue with RefCountedThreadSafe to allow it to be shared across threads. It utilizes a SequencedTaskRunner in order to ensure that Pop and Push commands are done in order of arrival. Bug: chromium:1078512 Change-Id: I57ec543fc3bf641ee16cd2e36fbe8f24ac082102 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340709 Commit-Queue: Zach Trudo <zatrudo@google.com> Reviewed-by:
Leonid Baraz <lbaraz@chromium.org> Cr-Commit-Position: refs/heads/master@{#795720}
-
Justin DeWitt authored
Previously, the android manifest would be included always, this can result in issues extra permissions being requested if minSdkVersion is not set. Bug: 1113301 Change-Id: I716fdf151a0ef56fbddfea990db2f0fe9b131f20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340066Reviewed-by:
Haiyang Pan <hypan@google.com> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#795719}
-
Nate Chapin authored
Change-Id: If76acf50bb70df341c88164961912b74b0c3bb31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341818Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#795718}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/32be4523385c..0427441466a3 2020-08-06 bsheedy@chromium.org [Devil] Run pkill retry through strace 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 oysteine@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:1038789 Tbr: oysteine@google.com Change-Id: I3ba758b5ff41089fff2d051d44cd8eba0c01e3b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341937Reviewed-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@{#795717}
-
Nate Chapin authored
This only matters for Documents that will be attached, but given that the Document will attach to the LocalDOMWindow, that should be the primary object the DocumentInit holds. Also, while cleaning up state on DocumentInit, remove GetUseCounter(). It's only use is during the Document constructor, and we have another reliable path to the UseCounter. Change-Id: Iafbb3c1c335c37bdf5bcf7e2ed3856ebf22bc861 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339399 Auto-Submit: Nate Chapin <japhet@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#795716}
-
Tomasz Wiszkowski authored
This change introduces mechanism to record existing metrics for omnibox suggestion groups expand/collapse on Android. Bug: 1113476 Change-Id: Ie1ead60ed994eda5035972dc1feefab03b8b18a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339899 Commit-Queue: Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#795715}
-
Etienne Bergeron authored
Sampling profiler is causing jank on the Browser main-thread and io-thread when Trend Micro DLLs are in the process. This is a reland of: https://chromium-review.googlesource.com/c/chromium/src/+/1881980 Bug: 1113832 Change-Id: Ieabf791b6f1ecce5fc4f3d84de822cc4ca11e52d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340675 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#795714}
-
Tommy Li authored
Previously, the user had to click on the header button to expand or collapse the section. This CL makes it so they can click anywhere on the row. This only affects the Views omnibox, and the NTP realbox, both on Desktop. Android already works like this, so it needs no further work. Bug: 1113341c Change-Id: I64de6db54ee63de3d428de69aa23c2759effe1cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340266 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#795713}
-
Reilly Grant authored
This test is flaky on macOS and Windows. TBR=dpapad@chromium.org Bug: 1113912 Change-Id: I01da04ba3fdc85b77442debf35ffe9304000b5cd No-Presubmit: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340512Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#795712}
-
- 06 Aug, 2020 16 commits
-
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/dc68e3248ed9..e69d5b2de943 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-win-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: I5957620d77228381a7d47d9d5457c28e9123bdc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341842Reviewed-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@{#795711}
-
Alex Turner authored
This cl adds a ukm::SourceId to each ServiceWorkerVersion and propagates that down to the ServiceWorkerGlobalScope. A followup cl will have each service worker client inform its respective ServiceWorkerContainerHost of the client's ukm::SourceId. A UKM event will also be emitted on on that connection in order to associate the two ukm::SourceIds. Bug: 1085645 Change-Id: I9a77e4196834379162c8e7516eb0bde58f5fa5e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298349 Commit-Queue: Alex Turner <alexmt@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#795710}
-
Sorin Jianu authored
Bug: 1109231 Change-Id: I5bfe32fdf39c703bae75e393aa295355094cec31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341180Reviewed-by:
S. Ganesh <ganesh@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#795709}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/99f48c74ab76..ea952ff32bf6 2020-08-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from 4b40207be32d to b2be8f165978 (32 revisions) 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 geofflang@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: geofflang@google.com Change-Id: Ia67b6a09227152edeab27d32730cc6284f89b1ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340740Reviewed-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@{#795708}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/dc68e3248ed9..e69d5b2de943 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: Ie6b975a4d31949f74b0315c0cea8856dc625a39d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341889Reviewed-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@{#795707}
-
Christopher Cameron authored
Add a method through which VTVideoDecodeAccelerator will be able to access a SharedImageStub. In this case we've hung it off of VdaVideoDecoder's implementation of the VideoDecodeAccelerator::Client implementation. An alternative could be the GpuVideoDecodeGLClient, but that's a GL thing and after this change, VTVideoDecodeAccelerator won't use any GL things. Bug: 1108909 Change-Id: I46e7e92eaa90e7fb89c4582e53d985c3ae1d8d4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333304 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#795706}
-
Devlin Cronin authored
Bug: None Change-Id: I71f5cf6d0816b406ac81068a57e924562307f1e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339587Reviewed-by:
David Bertoni <dbertoni@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#795705}
-
rajendrant authored
URLLoaderThrottle::Delegate restarts URLLoader only when some response is returned from server. This does not work when the request got blackholed due to server unreachability. This CL adds a RestartWithURLResetAndFlagsNow() API that restarts the URLLoader immediately. This only works when no response had been received from the server yet. Bug: 1110113 Change-Id: I7541c00b05e9fe94a28b95486295b026bfafe020 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337338 Commit-Queue: rajendrant <rajendrant@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#795704}
-
Filip Gorski authored
Theme leaking fix introduced a race condition manifesting in background drawable not always being set on suggestion action buttons. This patch updates the method responsible for adding/binding action buttons to also include setting the background. Second modification of the code prefer copying of drawable over retrieval, which in local testing is significantly better than getting a resource, especially in incognito, where additional theme leaking code causes long wait on the first retrieved resource. In normal case copy is about 2 times faster. In incognito case it is up to 10 times faster than subsequent retrievals. Bug: 1113542 Change-Id: Ic2d09dc0bec4696cec78601b93a30d0fd1b8fd5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341403Reviewed-by:
Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Filip Gorski <fgorski@chromium.org> Commit-Queue: Tomasz Wiszkowski <ender@google.com> Cr-Commit-Position: refs/heads/master@{#795703}
-
Carlos IL authored
Bug: 1088873, 1089525 Change-Id: I88b0164eca4a5554f59fb588ce0a9f88d60545ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340676 Commit-Queue: Carlos IL <carlosil@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Auto-Submit: Carlos IL <carlosil@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#795702}
-
Angela Yoeurng authored
Bug: 1046523 Change-Id: I18856d4cd56847f4778bdd3d5b1b5ec68e54824d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340268 Commit-Queue: Angela Yoeurng <yoangela@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#795701}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/19c3850508fd..2c4a07d925cc 2020-08-06 nifong@google.com allow external files in canvas_perf.js tests 2020-08-06 robertphillips@google.com Fix parameter evaluation order bug in DDLPromiseImageHelper 2020-08-06 johnstiles@google.com Update the DitherEffect @test to ensure non-zero dithering. 2020-08-06 jvanverth@google.com Fix unaligned pointer warning on iOS. 2020-08-06 johnstiles@google.com Implement matrix casting in Metal. 2020-08-06 ethannicholas@google.com simplified SkSL REHYDRATE=0 2020-08-06 johnstiles@google.com Enable ClangTidy check llvm-namespace-comment. 2020-08-06 brianosman@google.com SkRuntimeEffect: Apply uniform transforms in color filters, too 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 herb@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: herb@google.com Change-Id: I531ff3557e4fed430161fc54970bc4d3d741c87a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341698Reviewed-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@{#795700}
-
Khushal Sagar authored
Add an API on LayerTreeHost to enable the embedder to dynamically control when the compositor's rendering can be throttled for power/CPU efficiency. Enabling this mode is currently limited to the use-case of synchronizing multiple videos in the display compositor, so currently cc allows throttling up to 24fps to match the video content. R=chrishtr@chromium.org Bug: 976583 Change-Id: Ie9c7ccd631c453cd7db6d0d96885ea686646ff67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341392Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#795699}
-
John Lee authored
Bug: 1098545 Change-Id: Ic9aaf0b95b412198d9db3ce8f1ce805ac42f77b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339641 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#795698}
-
Michael Tang authored
Change-Id: Id271d849ef802e92537f60e3362343f1e05d7c6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321216 Commit-Queue: Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#795697}
-
Oystein Eftevaag authored
TBR=sullivan NOTRY=true Bug: 1113921 Change-Id: I4d19e804cdcd040f3b35be151ccd0c91c6b52c42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340875Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#795696}
-