Bug 255442 - Page.cpp data: URL style sheet fast path is incorrect
Summary: Page.cpp data: URL style sheet fast path is incorrect
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 175568
Blocks:
  Show dependency treegraph
 
Reported: 2023-04-14 01:07 PDT by Anne van Kesteren
Modified: 2023-04-16 18:36 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anne van Kesteren 2023-04-14 01:07:58 PDT
In particular:

* It doesn't use the same base64 decoding options.
* It looks like it's not case-insensitive.

It should probably reuse code from DataURLDecoder.cpp or invoke that directly.
Comment 2 Radar WebKit Bug Importer 2023-04-16 18:15:55 PDT
<rdar://problem/108116260>