commit | dfd3a26687102e457c1585cb043215d5f04dd136 | [log] [tgz] |
---|---|---|
author | John Palmer <jopalmer@chromium.org> | Mon Mar 06 04:15:12 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 06 04:15:12 2023 |
tree | 943481d24ecfeeca9329a488da4127f55680b49f | |
parent | 1eac4eee5d9c6f9dbf883e985e2cb0c814168ec1 [diff] |
[Emoji picker] Stop sending ignored parameters on object. We don't use the animated property so don't send it. Also, switch to using 'in' syntax to account for when the values are false for deleting properties. Before: 449K Mar 2 17:03 out/Default/gen/chrome/browser/resources/chromeos/emoji_picker/emoji_15_0_ordering_remaining.json 76K Mar 2 17:03 out/Default/gen/chrome/browser/resources/chromeos/emoji_picker/emoji_15_0_ordering_start.json After: 424K Mar 2 17:06 out/Default/gen/chrome/browser/resources/chromeos/emoji_picker/emoji_15_0_ordering_remaining.json 73K Mar 2 17:06 out/Default/gen/chrome/browser/resources/chromeos/emoji_picker/emoji_15_0_ordering_start.json ~25k less JSON to ship / parse is a nice win Change-Id: Ibac42aa0ba45607c7599e74e7fc3e39e93238a5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4302192 Reviewed-by: Michael Cui <mlcui@google.com> Reviewed-by: Mehrab N <mehrab@chromium.org> Commit-Queue: John Palmer <jopalmer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1113238}
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.