WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
265363
Decouple BitmapImage sources and main functions into separate classes
https://bugs.webkit.org/show_bug.cgi?id=265363
Summary
Decouple BitmapImage sources and main functions into separate classes
Said Abou-Hallawa
Reported
2023-11-26 22:41:54 PST
This class is needlessly complicated which makes it difficult to hack. It handles 1. NativeImage and ImageSource images 2. Static and animated images 3. Async and sync image decoding It also supports lots of testing APIs and tuning and corner cases. What we need is a simple and clear design interface which splits these cases and tuning nicely. This will make changing the class a lot easier in the future.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-11-26 22:42:32 PST
<
rdar://problem/118819338
>
Said Abou-Hallawa
Comment 2
2023-11-26 22:48:59 PST
Pull request:
https://github.com/WebKit/WebKit/pull/20916
EWS
Comment 3
2024-02-15 11:04:09 PST
Committed
274746@main
(055031e5c8a8): <
https://commits.webkit.org/274746@main
> Reviewed commits have been landed. Closing PR #20916 and removing active labels.
WebKit Commit Bot
Comment 4
2024-02-16 16:21:14 PST
Re-opened since this is blocked by
bug 269626
Said Abou-Hallawa
Comment 5
2024-02-16 21:49:20 PST
Pull request:
https://github.com/WebKit/WebKit/pull/24678
EWS
Comment 6
2024-03-29 06:50:53 PDT
Committed
276827@main
(8b78e07f7be5): <
https://commits.webkit.org/276827@main
> Reviewed commits have been landed. Closing PR #24678 and removing active labels.
Said Abou-Hallawa
Comment 7
2024-04-01 12:17:14 PDT
***
Bug 268184
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug