- 26 Feb, 2020 40 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9f9fdd5a2a7e..97edc4e61387 Created with: gclient setdep -r src-internal@97edc4e61387 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 jbudorick@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I98bd4cad411ad05182b07b596f1a2474b4993a05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075441Reviewed-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@{#744789}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b9b4569b9b76..8aea6d5a87b8 git log b9b4569b9b76..8aea6d5a87b8 --date=short --first-parent --format='%ad %ae %s' 2020-02-26 b.schade@samsung.com glslang: enforce initialize and release as once per process Created with: gclient setdep -r src/third_party/angle@8aea6d5a87b8 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/+/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 Bug: None Tbr: geofflang@google.com Change-Id: I41d3e754757fe0eb61596d72247b1fe8eac3b97d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075444Reviewed-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@{#744788}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/68e2a460..f8918f99 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I27224878ba8ac5ac61192513e613c062b21c77d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075638Reviewed-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@{#744787}
-
Andrey Kosyakov authored
Also, disable glib explicitly for headless. Change-Id: I10c4d46e623b9a5b563067e51ba9daf1646369a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075084Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#744786}
-
Sean Gilhuly authored
The new Dawn swapchain API is not implemented yet. Use the old swapchain path by passing a null wgpu::Surface to CreateSwapChain(). The bug for implementing the new API is https://crbug.com/dawn/269. Bug: 1021566 Change-Id: I76306856cca919a4e2ef131087163204f41f91ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075458Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org> Cr-Commit-Position: refs/heads/master@{#744785}
-
Will Harris authored
This is a reland of a8a9ff46 Only change from original CL is to remove the macOS sandbox changes. Original change's description: > Run v8 in proxy resolver in jitless mode. > > This allows MITIGATION_DYNAMIC_CODE_DISABLE to be enabled for the > process on Windows, and moves PAC resolver from the Renderer helper > variant to the Default helper variant on macOS. > > BUG=961831,961592 > > Change-Id: I90f9dc69fa5ebf43f71b0395d7d2217fc24181b5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051153 > Commit-Queue: Will Harris <wfh@chromium.org> > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Reviewed-by: Yang Guo <yangguo@chromium.org> > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#741531} Bug: 961831, 961592, 1052853 Change-Id: I847f3987ca2c21cd4999bd9c226261223ef045d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064588Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#744784}
-
Peng Huang authored
Bug: None Change-Id: Id4ef48633b81f575ff0fb863bbc34fdd929be880 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075048Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#744783}
-
Etienne Bergeron authored
This CL is fixing a source of flakiness we observed acrross different computer. The gfx_unittests are using SetGlyphWidth to avoid relying on the underlying font information for testing some API. Unfortunately, we often ovserved inconsistency accross different platform and blocked many CL on incorrect behavior based on the following bug: Within the ShapeRunWithFont(...) code, the x_offset may not be 0 even if the glyph size is zero. It can also be negative for some fonts. Looking to the failing bot, we got these values: Font: ".SF NS Text" Offset: is -0.0952148 Glyph: 1216 To fix the issue, we proposed to keep the x_offset to zero when a glyph_size is used. This only affects tests, otherwise no functionnal change. Bug: 1056220 Change-Id: I486722a5e64c1e4ee85aa373343a19c1a1ac1331 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075079Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#744782}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/c310889ec791..9731a14ff8ec git log c310889ec791..9731a14ff8ec --date=short --first-parent --format='%ad %ae %s' 2020-02-26 brandtr@webrtc.org Improve logging for UpdateActiveSimulcastLayers. 2020-02-26 mirtad@webrtc.org Report available instead of encoding bitrate to VideoEncoderSelector. 2020-02-26 phoglund@webrtc.org Whitespace change to kick bots. 2020-02-26 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 159524df..0bba1cec (744393:744590) Created with: gclient setdep -r src/third_party/webrtc@9731a14ff8ec 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/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I061653cdaa571acf086f694f20ccece83b954e19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075439Reviewed-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@{#744781}
-
Etienne Pierre-doray authored
https://chromium.googlesource.com/chromium/src/third_party/libunwindstack.git/+log/42c8c62f292a..acf93761dc00 $ git log 42c8c62f2..acf93761d --date=short --no-merges --format='%ad %ae %s' 2020-02-19 etiennep [Clank SSM]: Update BUILD visibility and cflags. 2019-11-05 charliea Add sources.py `prune` subcommand to prune unrequired sources 2019-11-05 charliea Fixes a bug causing sources to appear multiple times in sources.py 2019-11-01 charliea Create a tool to list source file dependencies for libunwindstack Created with: roll-dep src/third_party/libunwindstack Bug: 989102 Change-Id: I46753ac81b11e96267e5bdb62fde483545f9596d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074919Reviewed-by:
Mike Wittman <wittman@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#744780}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/17f4e8b9da14..e93f058d4492 git log 17f4e8b9da14..e93f058d4492 --date=short --first-parent --format='%ad %ae %s' 2020-02-26 oksamyt@chromium.org [WebView] Set the correct target_os for WebView browsers Created with: gclient setdep -r src/third_party/catapult@e93f058d4492 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 sadrul@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/+/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:1050599 Tbr: sadrul@google.com Change-Id: I2bf50087a2f2e7d4a83f40164573a4ea4bf9dac2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074596Reviewed-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@{#744779}
-
Michael van Ouwerkerk authored
Bug: 1020124 Change-Id: I4fb22f80440e7f5cdf6489b3ac9e4c2c4f0ed580 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1892776Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#744778}
-
Dmitry Gozman authored
When passing clip (which translates to viewport override), we use it as a visible rect override. Clip/viewport in the protocol uses document coordinates (relative to the 0;0 of the document), but visible rect is relative to the frame. For clipping to work, we should translate the coordinates. This bug does not usually manifest due to kPixelDistanceToRecord inflation of the interesting rect (see composited_layer_mapping.cc), which paints interesetings rect +4000px in every direction. If scroll position is no more than 4000, this compensates for the wrong visible rect override. Bug: none Change-Id: I9c994c08da379c76c56523969f27c049be77d9a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2068890Reviewed-by:
Mathias Bynens <mathias@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#744777}
-
Mila Green authored
Bug: 1055876 Change-Id: I5ffb6614730422b3ef98ea8d02cefd94581e1449 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072661 Commit-Queue: Mila Green <milagreen@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#744776}
-
Sigurd Schneider authored
Bug: chromium:1056284 Also-by: janscheffler@chromium.org Change-Id: I65832e22730f98609be3213c8847fcaab47ced88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075378 Auto-Submit: Sigurd Schneider <sigurds@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#744775}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/65314c068c43..b01f8fe7eb22 git log 65314c068c43..b01f8fe7eb22 --date=short --first-parent --format='%ad %ae %s' 2020-02-26 pfaffe@chromium.org Add wasm sourcemap testcase 2020-02-26 jacktfranklin@chromium.org TypeCheck Common/TextDictionary.js Created with: gclient setdep -r src/third_party/devtools-frontend/src@b01f8fe7eb22 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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/+/master/autoroll/README.md Bug: chromium:1011811,chromium:1054664 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ib34daa9fa7de077eaf86350dcf7434e950f29b44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075443Reviewed-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@{#744774}
-
Joshua Peraza authored
Change-Id: Ifd7e98467fc83c7341cc96c273062add52c98e0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072668Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#744773}
-
Ben Pastene authored
Needs crrev.com/c/2070324 landed & deployed to staging before this can land. Bug: 812428 Change-Id: I06d240b78dfcb8d7b5e735a5c67498c55041c9c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057783Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#744772}
-
Ben Joyce authored
This will take the higher version rather than the lower. Add ability to exclude libraries from taking the higher version. Want to take the lower for guava_listenable_future as the higher version is an empty set that was added as a workaround. Bug: 1040958 Change-Id: I01e554e7e764686d01fdf724bd18653cfb7808c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067646Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: benjamin joyce <bjoyce@google.com> Cr-Commit-Position: refs/heads/master@{#744771}
-
Gauthier Ambard authored
Bug: none Change-Id: Id47a70da1b939512fe893c64819daac7545f28e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074440 Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#744770}
-
jonross authored
Some tests were recently re-enabled in the default configuration. But they failed under SkiaRenderer and were marked for triage. These tests are showing small variance when ran with --enable-gpu-rasterization, software SkiaRenderer is fine. So I've updated the FlagExpectations for them. I've also marked associated to the bug tracking the need for flag specific baseline variations. Bug: 1052768, 993384 TEST= skia_renderer_*_blink_web_tests TBR=backer@chromium.org Change-Id: I7de40a09381b91a755263a4c46558b27d12a9019 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072859Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#744769}
-
Peng Huang authored
If Vulkan doesn't support VK_KHR_external_semaphore_fd or VK_KHR_external_memory_fd, ExternalVkSharedImage will fallback to use pixel copy. Bug: 1049864 Change-Id: I6ec7787ed55311ba43989c3c61aa773abfb50385 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074797 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#744768}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 1e0fbe99. With Chromium commits locally applied on WPT: d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" 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 yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: Ida885dd0df211a3f8f980899ff58e0ef11bbc197 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074755Reviewed-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@{#744767}
-
Steven Bennetts authored
While slightly less readable, this formats the UI logs consistently with other logs (net.log, messages), making it easier to identify coincident events and to integrate with tooling. Note: This only affects logs in Feedback reports, not in chrome://device-log (at least for now). Bug: 1054951 Change-Id: I7c5cca90aba840e45e9320d2130b0ffb42356dc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072593 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#744766}
-
Matthew Mourgos authored
This change adds the required icons to the gesture navigation OOBE screen. Lottie animations are added as well, with one lottie animation on each page (go back, go home, overview). Bug: 976949 Change-Id: Ida70ee09793383ad29c94dd5719f9bc7e64440d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066078Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#744765}
-
Jeffrey Kardatzke authored
This adds bi-planar NV12 support in this class. This is needed since we are changing the ImageProcessor input storage format to be MOJO_SHARED_BUFFER in the next CL. BUG=b:147411004 TEST=media_unittests pass, VEA NV12 non-DMA test passes on trogdor Change-Id: I05799f4a00078b373214688a6e267a0ffbcf7946 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063262 Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#744764}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/19f466d399f1..8ec13300cd6d git log 19f466d399f1..8ec13300cd6d --date=short --first-parent --format='%ad %ae %s' 2020-02-26 jvanverth@google.com Fill in more D3DCaps 2020-02-26 senorblanco@chromium.org Dawn backend: update to accommodate recent Skia changes. 2020-02-26 robertphillips@google.com Hide GrFillRRectOp's implementation 2020-02-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@8ec13300cd6d 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 jlavrova@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/+/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: jlavrova@google.com Change-Id: Ib5e9a77d959e14a3ce928790f7a02bc14f3a4ce3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075442Reviewed-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@{#744763}
-
Mehran Mahmoudi authored
This fixes the following problems: 1. NullPointerException in PlayerFrameBitmapPainter#onDraw() for when mBitmapMatrix contains null bitmaps. 2. Scrolling using GestureDeterctor. PlayerFrameGestureDetector#onDown() should return true. 3. No calls for PlayerFrameView#onDraw(). setWillNotDraw(false) should be called. 4. PlayerFrameView not getting notified of changes to the model. Because we reuse the same objects for the PropertyModel in the PlayerFrameMediator class, PropertyModelChangeProcessor doesn't notify the model when they are reset with the same object. Change-Id: I73fe4e4d3299a8dd3aa3fc74b83462ea6c82b27a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072909 Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Auto-Submit: Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#744762}
-
Daniel Murphy authored
These metrics are used as heartbeat signals for IndexedDB. Mark them as never expiring. Bug: 1026889 Change-Id: I9a101281551e6d71cf7e46da7b240d31af8a0f5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064787 Auto-Submit: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#744761}
-
Oksana Zhuravlova authored
This change updates the wpt tests in web-nfc/ to use the mockNFC object in the tests that simulate a 'no implementation available' case. MockNFC now has a new method simulateClosedPipe() which results in the pipe being closed on a connection request. This unblocks https://crrev.com/c/2062696, which adds code to crash the renderer if no binder was found for a requested interface. Bug: 1047680 Change-Id: Ib8f16f73a78982b2c17bf518d37d05e59ea384ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072923 Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#744760}
-
Tom Anderson authored
R=pkasting BUG=914974 Change-Id: I55b5a93b9e217ec0bc5a81f5246db5efbc568b64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073272 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#744759}
-
edchin authored
There were two changes to NTP frame and inset calculation that broke NTP snapshot insets and resulted in a snapshot with a smaller frame than needed. https://chromium-review.googlesource.com/c/chromium/src/+/1392956 https://chromium-review.googlesource.com/c/chromium/src/+/2019244 The NTP's fullscreen behavior is different from a regular webpage in that the bottom toolbar stays fixed (in compact width size class). Since the NTP's frame is always above the bottom toolbar, there is no need to further inset the snapshot frame on the bottom. This CL fixes the snapshot inset. Fixed: 1040101 Change-Id: I0f5c0289b873a031ac66550d1c4aca1f5a3e73cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073011Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#744758}
-
Phillis Tang authored
This patch makes the callback params optional for BluetoothDiscoverySession::Stop and removes all the passed callbacks from the callers. Further changes will be made to completely removes the callback params. Bug: 991682 Change-Id: I6c7a3b1a8bd7a06a5d724618609cad8d8dbba898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2068886Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Commit-Queue: Phillis Tang <phillis@chromium.org> Cr-Commit-Position: refs/heads/master@{#744757}
-
Parastoo Geranmayeh authored
on all chrome os. TBR=thestig@chromium.org Bug: 1056295, 920684 Change-Id: Ic5b6e0fc7fff5427e2a7c72ad49077713e1a7937 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075082 Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Parastoo Geranmayeh <parastoog@google.com> Cr-Commit-Position: refs/heads/master@{#744756}
-
Joshua Peraza authored
Bug: 1055971 Change-Id: I7a8c24f555fafa4937481b341b4590adb6b1c64b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073000 Commit-Queue: Joshua Peraza <jperaza@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#744755}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/1815c5422a39..8995c0468a44 git log 1815c5422a39..8995c0468a44 --date=short --first-parent --format='%ad %ae %s' 2020-02-26 lalitm@google.com tp: fix test failure 2020-02-26 lalitm@google.com Merge "tp: fix android_cpu metric unit dimensionality" 2020-02-26 lalitm@google.com tp: allow empty end events from systrace print events Created with: gclient setdep -r src/third_party/perfetto@8995c0468a44 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/+/master/autoroll/README.md Bug: chromium:149804989,chromium:150213213 Tbr: perfetto-bugs@google.com Change-Id: I5d9e97898cfaca391c45dce4ec0d414a495067b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075359Reviewed-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@{#744754}
-
Frank Li authored
This CL replaces IFACEMETHOD with IFACEMETHODIMP and override in .h files. It also replaces IFACEMETHODIMP with HRESULT in .cc files. In addition, it updates MediaFoundationSourceWrapper::XxxEvent methods to not checking |state_| for kShutdown. Otherwise, I have observed Media Foundation rendering pipeline does not release its reference count on MediaFoundationSourceWrapper when QueueEvent fails after the shutdown of MediaFoundationSourceWrapper. Bug: 999747 Change-Id: I9dbf666ac9f6c33edcc0357f442e4d16a5dd0d15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2070817Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: Frank Li <frankli@microsoft.com> Cr-Commit-Position: refs/heads/master@{#744753}
-
Peng Huang authored
Since vulkan swap chain will not modify the content of images, so we can set preserve_buffer_content in output surface capabilities, and then the SkiaRenderer will only draw damage area instead of the whole buffer to save CPU and GPU cycles. Note: we are using FIFO Vulkan swap chain, so the swap chain should return images in presenting order. Bug: 1043388 Change-Id: I6f3a4f84027607fe5cb6ecd992552c535c72ed52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042766 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#744752}
-
Joey Arhar authored
Bug: 1055922 Change-Id: If998e7d3e7f8e07d19a034104c425a3266c79cb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073221 Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#744751}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2a9042f8a77b..b847c567e717 git log 2a9042f8a77b..b847c567e717 --date=short --first-parent --format='%ad %ae %s' 2020-02-26 vapier@chromium.org Reland "cros: switch CrOS programs to python3" Created with: gclient setdep -r src/third_party/depot_tools@b847c567e717 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 agable@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/+/master/autoroll/README.md Bug: chromium:997354 Tbr: agable@chromium.org Change-Id: I53fbd052eeb847a73643bd108bc7b5b667579552 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074592Reviewed-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@{#744750}
-