NEW 186222
Move editor() and selection() from Frame to Document
https://bugs.webkit.org/show_bug.cgi?id=186222
Summary Move editor() and selection() from Frame to Document
Simon Fraser (smfr)
Reported Saturday, June 2, 2018 4:44:42 AM UTC
It's weird that Frame owns editor() and selection(); these should be per-document, so owned by Document. Otherwise we risk editor and selection state leaking between documents.
Attachments
Radar WebKit Bug Importer
Comment 1 Saturday, June 2, 2018 4:50:26 AM UTC
Note You need to log in before you can comment on or make changes to this bug.