WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
279759
Remove excessive indirection with sending remote drawing commands (part 1)
https://bugs.webkit.org/show_bug.cgi?id=279759
Summary
Remove excessive indirection with sending remote drawing commands (part 1)
Kimmo Kinnunen
Reported
2024-09-16 05:45:53 PDT
Remove excessive indirection with sending remote drawing commands Recorder::drawX catches the virtual function call Recorder calls useResource virtual function Recorder calls recordX virtual function RemoteDisplayListRecorderProxy::recordXX sends the X message Instead RemoteDisplayListRecorderProxy::drawX catches the virtual function call RemoteDisplayListRecorderProxy calls private function useResource RemoteDisplayListRecorderProxy calls Recorder::appendStateChangeItemIfNecessary RemoteDisplayListRecorderProxy sends the X message
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-09-16 05:46:01 PDT
<
rdar://problem/136070541
>
Kimmo Kinnunen
Comment 2
2024-09-16 05:54:15 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/33695
EWS
Comment 3
2024-10-10 03:43:48 PDT
Committed
284963@main
(5910db50c2cd): <
https://commits.webkit.org/284963@main
> Reviewed commits have been landed. Closing PR #33695 and removing active labels.
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