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
This is a reland of commit 465796b
This CL restricts the shadow dom only to the `LighthouseStartView`
instead of the whole `LighthousePanel`, which led to the regression.
Original change's description:
> Use shadow dom for Lighthouse panel
>
> This CL changes the Lighthouse panel to make use of a top level shadow
> dom. Previously, styles from the Lighthouse panel were appended
> to the document's adoptedStyleSheets, and thus leaking to other panels.
>
> Bug: 372176188
> Change-Id: I0b9695cd86839e28ea4c83ef2ad6bb290797946a
> Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5953314
> Reviewed-by: Ergün Erdoğmuş <[email protected]>
> Commit-Queue: Kim-Anh Tran <[email protected]>
Bug: 372176188
Change-Id: I9bb842949b76d2f60ea3b60bb10238727ac4a55b
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5966474
Commit-Queue: Kim-Anh Tran <[email protected]>
Reviewed-by: Liviu Rau <[email protected]>
Reviewed-by: Ergün Erdoğmuş <[email protected]>
0 commit comments