mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 04:37:22 +00:00
LibWeb+WebContent: Include rule count in listed CSS style sheets
This commit is contained in:
parent
576eede2b1
commit
cf601a49bb
Notes:
github-actions[bot]
2025-03-13 20:57:30 +00:00
Author: https://github.com/trflynn89
Commit: cf601a49bb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3920
3 changed files with 12 additions and 3 deletions
|
@ -19,9 +19,12 @@ struct StyleSheetIdentifier {
|
|||
ImportRule,
|
||||
UserAgent,
|
||||
UserStyle,
|
||||
} type;
|
||||
};
|
||||
|
||||
Type type;
|
||||
Optional<UniqueNodeID> dom_element_unique_id {};
|
||||
Optional<String> url {};
|
||||
size_t rule_count { 0 };
|
||||
};
|
||||
|
||||
StringView style_sheet_identifier_type_to_string(StyleSheetIdentifier::Type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue