commit | 81b40ad9dda5a82d0c8e7889f59138b295070a59 | [log] [tgz] |
---|---|---|
author | Javier Fernandez <jfernandez@igalia.com> | Tue Apr 28 14:25:40 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Apr 28 14:25:40 2020 |
tree | 86ead797d8b30e73c4d2802bf2fb79427b5c31ee | |
parent | f79b80d125ce0c18bcf25f733cf19966305aca9a [diff] |
[css-variables] Adding 2 new perf tests This CL defines new performance tests to evaluate 2 different cases. One is measuring how efficient we implement the propagation of a custom property when its declaration changes. The other test evaluates the performance of a case that apparently forces a style recalc which implies resolving all the variable references. Change-Id: Ib4576670ee9914aca8d1eea9eac3e085493350ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153124 Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Cr-Commit-Position: refs/heads/master@{#763335}
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.