commit | 0acdd9ab194db0a96837d23077656612a8be7340 | [log] [tgz] |
---|---|---|
author | Giovanni Ortuño Urquidi <[email protected]> | Tue May 09 02:22:35 2023 |
committer | Chromium LUCI CQ <[email protected]> | Tue May 09 02:22:35 2023 |
tree | 1c9c0cc4cfcea29803344d931b01bd398aee2407 | |
parent | fa3b77ce6b1643dbd6010afbc22e2d072ca72f6d [diff] |
mojo: Add support for optional numerics for JS bindings Supports numerics in three versions of the js bindings: - Lite JS Bindings, used by some ChromeOS WebUIs. - Lite JS Bindings for compile, used by ChromeOS WebUIs for type checking - JS module bindings, used mostly in Web Tests. Bug: 657632 Change-Id: I23de8696ed52abb6cf3af37307a4e6422877e7f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4337119 Commit-Queue: Giovanni Ortuno Urquidi <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Dirk Pranke <[email protected]> Reviewed-by: Kent Tamura <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/main@{#1141147}
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.