commit | edca1aea930bdea59e0d20809416dcf0a37569a6 | [log] [tgz] |
---|---|---|
author | Oriol Brufau <obrufau@igalia.com> | Mon Jan 18 12:57:17 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 18 12:57:17 2021 |
tree | 00b5f48decf4ba864d6e8376b4528dce1e01a994 | |
parent | 6a4d1ef4b29af1d27596016e2c12778f5ce9f3da [diff] |
[editing] Add test for CHECK failure in CreateMarkup The change from bug 1002937 made this code trigger a CHECK failure in CreateMarkupAlgorithm::CreateMarkup. It's fine now since it had to be reverted because of bug 1161370, but adding test coverage will be useful to avoid the problem when relanding the patch. Bug: 1155665 Change-Id: I6f39eb7c29bc607fa41d662fedd48c63611d8377 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632613 Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Oriol Brufau <obrufau@igalia.com> Cr-Commit-Position: refs/heads/master@{#844505}
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.