You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Elements] Create one ComputedStyleModel instance per ElementsPanel
We're going to track ComputedStyleUpdated events for nodes
when the Styles tab is open now too in addition to tracking
it only when the ComputedStylesWidget is open.
So, for managing this behavior, I'm moving `ComputedStyleModel`
creation to ElementsPanel and will use the common model
to manage the tracking of computed style updated events
for nodes (Calling `trackComputedStyleUpdatesForNode`).
Bug: 349566291
Change-Id: I2cededce15d6f1c6178218246144a484012b3a31
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6089092
Reviewed-by: Changhao Han <[email protected]>
Auto-Submit: Ergün Erdoğmuş <[email protected]>
Commit-Queue: Ergün Erdoğmuş <[email protected]>
Commit-Queue: Changhao Han <[email protected]>
0 commit comments