commit | d7b55ea623d1106cb4e1961a4180caf1280ec6ab | [log] [tgz] |
---|---|---|
author | Andrew Shulaev <ddrone@google.com> | Sat Jan 22 12:26:56 2022 +0000 |
committer | Andrew Shulaev <ddrone@google.com> | Sat Jan 22 12:26:56 2022 +0000 |
tree | 4328bb5dcf6d0af2137e327b9ff8cf1f05bbc476 | |
parent | 98356b8ee1ab395c06fe1db0c5497644c03fe804 [diff] |
Remove user-select defaulted to none for the whole page Intent of "user-select: none" is to disallow the text selection on the timeline. This CL moves the rule to ".panels" selector, achieving the same effect but without needing to sprinkle "user-select: text" all over the other CSS rules. Additional class "track-title" was added to allow selecting name of the track group; this hasn't been done for tracks because they implement drag'n'drop behaviour. Change-Id: Ida0ab5a92b6a0d443474b60787ded0536b2d248d
Perfetto is a production-grade open-source stack for performance instrumentation and trace analysis. It offers services and libraries and for recording system-level and app-level traces, native + java heap profiling, a library for analyzing traces using SQL and a web-based UI to visualize and explore multi-GB traces.
See https://perfetto.dev/docs or the /docs/ directory for documentation.