| commit | 59b0fd765fa370cb839b99f83ab1394b55d3f5a0 | [log] [tgz] |
|---|---|---|
| author | Kei Nakashima <keinakashima@google.com> | Wed Mar 04 03:02:29 2020 |
| committer | Commit Bot <commit-bot@chromium.org> | Wed Mar 04 03:02:29 2020 |
| tree | ae5404c56ce2301897e553650619bcefd1208ee7 | |
| parent | 1b374d32babba4da427fa79cd653932c0205188c [diff] |
Added functions related to insert/erase to NewLinkedHashSet Implemented RemoveFirst, pop_back, AppendOrMoveToLast, PrependOrMoveToFi rst and InsertBefore to NewLinkedHashSet. Also, added tests for those fu nctions. Added DCHECK for checking if each node in a vector is used. Change-Id: I9da2dd77db203f68b9d4312890cbc748c594d004 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081726 Commit-Queue: Kei Nakashima <keinakashima@google.com> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Bartek Nowierski <bartekn@chromium.org> Reviewed-by: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#746648}
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.
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.