RESOLVED FIXED 243933
[LFC][Integration] Paint and hit test RenderInlines with layers
https://bugs.webkit.org/show_bug.cgi?id=243933
Summary [LFC][Integration] Paint and hit test RenderInlines with layers
Antti Koivisto
Reported 2022-08-15 04:22:38 PDT
expand coverage
Attachments
Patch (11.44 KB, patch)
2022-08-15 04:25 PDT, Antti Koivisto
no flags
Patch (11.43 KB, patch)
2022-08-15 04:53 PDT, Antti Koivisto
ews-feeder: commit-queue-
Patch (11.47 KB, patch)
2022-08-15 07:03 PDT, Antti Koivisto
ews-feeder: commit-queue-
Patch (15.01 KB, patch)
2022-08-15 10:46 PDT, Antti Koivisto
no flags
Patch (15.01 KB, patch)
2022-08-15 11:07 PDT, Antti Koivisto
no flags
Patch (14.94 KB, patch)
2022-08-15 11:09 PDT, Antti Koivisto
no flags
Patch (17.66 KB, patch)
2022-08-15 23:28 PDT, Antti Koivisto
no flags
Patch (17.74 KB, patch)
2022-08-15 23:31 PDT, Antti Koivisto
no flags
Patch (17.70 KB, patch)
2022-08-16 01:32 PDT, Antti Koivisto
no flags
Patch (19.44 KB, patch)
2022-08-16 08:26 PDT, Antti Koivisto
no flags
Radar WebKit Bug Importer
Comment 1 2022-08-15 04:23:20 PDT
Antti Koivisto
Comment 2 2022-08-15 04:25:46 PDT
Antti Koivisto
Comment 3 2022-08-15 04:53:01 PDT
Antti Koivisto
Comment 4 2022-08-15 07:03:41 PDT
zalan
Comment 5 2022-08-15 07:57:03 PDT
Comment on attachment 461635 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=461635&action=review v.nice (though a bit unfortunate that RenderInline + layer is so special that it requires the renderer to be passed in to paint and hittest) > COMMIT_MESSAGE:7 > +Add support for painting and hit testing individual renderers. This is neede in the (rare) needed
Antti Koivisto
Comment 6 2022-08-15 10:46:24 PDT
Antti Koivisto
Comment 7 2022-08-15 11:07:27 PDT
Antti Koivisto
Comment 8 2022-08-15 11:09:23 PDT
Antti Koivisto
Comment 9 2022-08-15 11:20:37 PDT
> v.nice (though a bit unfortunate that RenderInline + layer is so special > that it requires the renderer to be passed in to paint and hittest) Yeah. Paint actually gets the layer as part of the paintinfo but hitTest doesn't. I added the argument to both for symmetry until we can do something better.
Antti Koivisto
Comment 10 2022-08-15 23:28:14 PDT
Antti Koivisto
Comment 11 2022-08-15 23:31:22 PDT
Antti Koivisto
Comment 12 2022-08-16 01:32:18 PDT
Antti Koivisto
Comment 13 2022-08-16 08:26:56 PDT
EWS
Comment 14 2022-08-16 11:57:56 PDT
Committed 253473@main (36f8ddccfef5): <https://commits.webkit.org/253473@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 461673 [details].
Note You need to log in before you can comment on or make changes to this bug.