Bug 265566 - [CSSParserImpl] Refactor the code to use a single stack data structure
Summary: [CSSParserImpl] Refactor the code to use a single stack data structure
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-30 00:30 PST by Matthieu Dubet
Modified: 2023-11-30 02:10 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthieu Dubet 2023-11-30 00:30:20 PST
Right now, we use 2 stack data structures and 3 counters. They could all be unified into a single one.
Comment 1 Radar WebKit Bug Importer 2023-11-30 02:10:33 PST
<rdar://problem/118975462>