cro3 icon indicating copy to clipboard operation
cro3 copied to clipboard

Abstraction Layer of ChromiumOS development

Results 67 cro3 issues
Sort by recently updated
recently updated
newest added

This is based on my own rustfmt.toml I usually use. I tend to set these for the following reasons: imports_granularity = "Crate" # this combines a bunch of lines at...

P2

Currently, javascript files are generated on the developer side and checked in. This can make the code review confusing and against the best practices. Let's add GitHub actions to generate...

P2

https://google.github.io/lium/servo_power_monitor/ Expected behavior: when a JSON file is dropped, the tool tip on the chart should disappear Actual behavior: The tool tip was still visible

P2

``` lium sync --repo /work/chromiumos --version R106-15050.0.0 --force Syncing /work/chromiumos to R106-15050.0.0 forcibly ... Error: /work/chromiumos is not a cros directory nor an empty directory. ```

P2

default_ipv6_prefix will take any value - and happily generates non-compliant IPv6 addresses. A common mistake is for users to put in prefixes like: "default_ipv6_prefix": "aabb:ccdd:1122:3344" When the expectation is "default_ipv6_prefix":...

P1

When the --dut arg contains greater than or equal to 2 commas and has no brackets, we can assume that the address is a raw ipv6 address. e.g. 2401:fa00:480:ee08:fae4:3bff:fe5b:1796 ->...

P2

Without `--skip-setup`, build process take too loong. I would like to have a config option which enables that option by default.

If there is a way to setup connection to dut via adb, that is useful.