CDP: Expose CSSStyleSheetHeader.isConstructed
Issue 1125357 highlighted a case which was not accounted for previously: <link> CSS files can be edited via DevTools making them look like constructed stylesheets. This CL adds an explicit isConstructed attribute to CSSStyleSheetHeader for the frontend to be able to distinguish between constructed and linked stylesheets. Frontend CL: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2403326 Bug: 1125357 Change-Id: I66f5d9c935a0992977737c323476494db5331959 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2403560Reviewed-by:Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#806103}
Showing
Please register or sign in to comment