commit | 0f68017957e4f99d70229a1ac297cb491cf5cf33 | [log] [tgz] |
---|---|---|
author | dpapad <[email protected]> | Tue Apr 23 20:50:59 2024 |
committer | Chromium LUCI CQ <[email protected]> | Tue Apr 23 20:50:59 2024 |
tree | 6292a809ff1f7cbf51b688192c628bc7416116b7 | |
parent | 9268157cde8fc93f6c35ce483fd16308c09aa750 [diff] |
WebUI: Fix _LIT_ICONS_TEMPLATE in html_to_wrapper() to not overwrite. Previously it was using a call like `render(template, document.head);` which accidentally cleared other nodes in <head>. Fixed: 336453385 Change-Id: I95585c7c93244674940a0ba63fac9d4137aabc25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5478728 Auto-Submit: Demetrios Papadopoulos <[email protected]> Reviewed-by: Rebekah Potter <[email protected]> Commit-Queue: Rebekah Potter <[email protected]> Cr-Commit-Position: refs/heads/main@{#1291515}
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.