commit | f8abb812f19350b3d7c924013f0b5da6c6e38f87 | [log] [tgz] |
---|---|---|
author | François Doray <fdoray@chromium.org> | Mon Apr 08 19:05:46 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 08 19:05:46 2024 |
tree | 756bbf0be045951bc92d5ba46ef98d5e5c866566 | |
parent | 87791c660580c15fe028ed665fae2bf3c34d3ec3 [diff] |
[discards webui] Adjust to new Mojo message response type. Since crrev.com/c/5377975, the type map<int64, ...> in a Mojom file is translated to Map<bigint, ...> in JS/TS bindings, instead of {[key: string]: ...} previously. As a result, the tooltip at new map type. chrome: //discards/graph was broken. This CL adapts the code to the Change-Id: I8b56fb4f1f509c0c665f2a080071c1fdb6ea49c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5426748 Reviewed-by: Joe Mason <joenotcharles@google.com> Commit-Queue: Francois Pierre Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/main@{#1284010}
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.