commit | 7dd79c1e4213698c5d4909d78007e9cc22ab720f | [log] [tgz] |
---|---|---|
author | Erin Stewart <erinstewart@google.com> | Fri Jun 28 19:53:20 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 28 19:53:20 2024 |
tree | fe3ed5215c1e772e040bd9384479435a33135d9f | |
parent | 005a3c5cb3e03e629021813aaa75ee49589f00e1 [diff] |
Revert "Extract source_location.mojom to its own build target" This reverts commit 25dbf0601e923498311875c35cfc3b05bda7be74. Reason for revert: CaptureSourceLocation() is needed to get the source location so that it can be reported, but it reads the entire stack trace, which is very costly and was causing performance regressions Bug: 346617710 Bug: 346617122 Bug: b/341594082 Original change's description: > Extract source_location.mojom to its own build target > > Upcoming changes will make restricted_cookie_manager.mojom and cookie_access_observer.mojom dependent on it, so this is needed to prevent a circular dependency > > Bug: b/341594082 > Change-Id: Ib568b78a1adf6d1247e0eff0ea222b9ef864ab2a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5581650 > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Reviewed-by: Ken Buchanan <kenrb@chromium.org> > Reviewed-by: Dave Tapuska <dtapuska@chromium.org> > Commit-Queue: Reilly Grant <reillyg@chromium.org> > Auto-Submit: Erin Stewart <erinstewart@google.com> > Cr-Commit-Position: refs/heads/main@{#1308238} Change-Id: I6475d2b25118a2adc1f4e9fcd4150a7c29f88b0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5664054 Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Reviewed-by: Ken Buchanan <kenrb@chromium.org> Commit-Queue: Erin Stewart <erinstewart@google.com> Cr-Commit-Position: refs/heads/main@{#1321148}
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.