Commit 6400380
[cleanup] Remove the
This is the second step in making the `RenderCoordinator` more ergonomic
to use in our codebase. It also removes the unnecessary singleton and
just uses module-level state and simple functions for interacting with
the `RenderCoordinator`.
Drive-by-fix: Also change the test-only properties to a proper function
`setLoggingEnabled()`, similar to what we have for VE logging debugging.
Fixed: 387186170
Change-Id: Ib33a86060c1378e24adc95cb99ffa106a5b0c499
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6133022
Auto-Submit: Benedikt Meurer <[email protected]>
Reviewed-by: Nikolay Vitkov <[email protected]>
Commit-Queue: Benedikt Meurer <[email protected]>RenderCoordinator singleton.1 parent c52c058 commit 6400380
File tree
5 files changed
+355
-397
lines changed- config/gni
- front_end/ui/components/render_coordinator
5 files changed
+355
-397
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2261 | 2261 | | |
2262 | 2262 | | |
2263 | 2263 | | |
2264 | | - | |
2265 | 2264 | | |
2266 | 2265 | | |
2267 | 2266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 10 | | |
16 | 11 | | |
17 | 12 | | |
18 | | - | |
| 13 | + | |
19 | 14 | | |
20 | 15 | | |
21 | 16 | | |
| |||
Lines changed: 0 additions & 335 deletions
This file was deleted.
0 commit comments