commit | b497de47252594db3e018a1152ebb939cd169a35 | [log] [tgz] |
---|---|---|
author | pigweed-integration-roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com> | Fri Jun 18 20:03:53 2021 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 18 20:11:57 2021 +0000 |
tree | d85cdb41db3f6441152571c0deb4f665112560fd | |
parent | d0b67c08b53f8e9f90ca337651778c32ece5087d [diff] |
[roll third_party/pigweed] pw_console: LogContainer, rendering and scrolling New LogContainer class which: - Holds log lines for the parent LogPane - Tracks the currently selected line - Handles scrolling - Renders the number of log lines that will fit in the LogPane window Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/49024 third_party/pigweed Rolled-Commits: 8a49880bd057609..4aa2e4f86bd6231 Roller-URL: https://ci.chromium.org/b/8844057545462844145 Cq-Cl-Tag: roller-builder:pigweed-experimental-roller Cq-Cl-Tag: roller-bid:8844057545462844145 CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I2ec2a529ec6f3cef37ff7b4ec502d614ce5b11a3 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/49841 Reviewed-by: Pigweed Integration Roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com> Commit-Queue: Pigweed Integration Roller <pigweed-integration-roller@pigweed.google.com.iam.gserviceaccount.com>
This repository contains experimental pigweed modules.
Clone this repo with --recursive
to get all required submodules.
git clone --recursive https://pigweed.googlesource.com/pigweed/experimental
This will pull the Pigweed source repository into third_party/pigweed
. If you already cloned but forgot to --recursive
run git submodule update --init
to pull all submodules.