commit | d6ba376d0bd6cab7548b75873b6f5362175483c9 | [log] [tgz] |
---|---|---|
author | Hao Liu <haoliuk@chromium.org> | Mon Jan 23 16:56:24 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 23 16:56:24 2023 |
tree | 1dce25fd9511b2f0787feb890d7bb9333247f7f1 | |
parent | a2e6042f19a9a4c8d66bf32434b92052638b3a18 [diff] |
Remove NavigationId from PerformanceEntry Ctor Args This CL 1, removes navigationId from constructor args of PerformanceEntry. It is no longer needed because now PerformanceEntry class has a source of type DOMWindow which can be downcast to a LocalDOMWindow. We can retrieve NavigationId from LocalDOMWindow. 2, removes ExecutionContext from constructor args of PerformanceResourceTiming. The ExecutionContext originally was used for worker_timing which was already removed. Later it is used to retrieve navigationId, which is no longer needed as a result of 1. Change-Id: Id90ba878c47b80d5f566cf3e90eed42c4fced1c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4182088 Reviewed-by: Yoav Weiss <yoavweiss@chromium.org> Commit-Queue: Hao Liu <haoliuk@chromium.org> Cr-Commit-Position: refs/heads/main@{#1095675}
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.