RESOLVED FIXED 211136
Move WebPage::textInputContextsInRect() to WebPageIOS.mm
https://bugs.webkit.org/show_bug.cgi?id=211136
Summary Move WebPage::textInputContextsInRect() to WebPageIOS.mm
Daniel Bates
Reported 2020-04-28 11:31:46 PDT
WebPage::textInputContextsInRect() is only used on iOS at the moment and likely is not relevant to any other port. So, move it to WebPageIOS.mm.
Attachments
Patch (6.52 KB, patch)
2020-04-28 11:53 PDT, Daniel Bates
no flags
Patch (9.88 KB, patch)
2020-04-28 16:31 PDT, Daniel Bates
no flags
Patch (9.88 KB, patch)
2020-04-28 16:31 PDT, Daniel Bates
no flags
To Land (9.90 KB, patch)
2020-04-28 17:05 PDT, Daniel Bates
no flags
Daniel Bates
Comment 1 2020-04-28 11:53:24 PDT
Daniel Bates
Comment 2 2020-04-28 11:54:44 PDT
I wrote this patch on top of the patch for bug #211135. So, it won't apply until that one lands.
Daniel Bates
Comment 3 2020-04-28 16:31:08 PDT
Daniel Bates
Comment 4 2020-04-28 16:31:50 PDT
Daniel Bates
Comment 5 2020-04-28 17:01:48 PDT
Comment on attachment 397899 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=397899&action=review > Source/WebKit/ChangeLog:18 > + I side effect of this change is that I also move WebPageProxy::textInputContextsInRect() I => A
Eric Carlson
Comment 6 2020-04-28 17:02:42 PDT
Comment on attachment 397899 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=397899&action=review > Source/WebKit/ChangeLog:18 > + I side effect of this change is that I also move WebPageProxy::textInputContextsInRect() s/I side effect/A side effect/ (or do you mean "One side effect"?)
Daniel Bates
Comment 7 2020-04-28 17:05:42 PDT
Daniel Bates
Comment 8 2020-04-28 17:06:04 PDT
Radar WebKit Bug Importer
Comment 9 2020-04-28 17:11:11 PDT
Note You need to log in before you can comment on or make changes to this bug.