commit | 117c5e3e9f95d4851d531dc948dfb924ea0ccfbc | [log] [tgz] |
---|---|---|
author | John Lee <johntlee@chromium.org> | Wed Oct 04 19:40:13 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 04 19:40:13 2023 |
tree | 3f9ee504dd1e32ea3b35f233844d36c68a64c392 | |
parent | 69117970b71f88e7d0ed06b8752f8fe74e1bc33b [diff] |
Compose: Add compose-textarea element The compose-textarea element is composed of a <textarea> to edit a value and toggles between readonly and editable modes. When the value of <textarea> changes, it fires a `value-changed` event. Also sets up background color of the app. Screenshot with some mocked values: http://screen/4AXFFTVay2YrZAz Strings to be updated later. Bug: b/301368465 Change-Id: Ieab2c9f7aeef0d688e45d5576102bb60b3af6a2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4907783 Reviewed-by: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1205401}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.