Bug 168510 - [GTK] Investigate WKTextChecker C API
Summary: [GTK] Investigate WKTextChecker C API
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-17 06:34 PST by Michael Catanzaro
Modified: 2017-02-17 09:39 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2017-02-17 06:34:04 PST
We have a WKTextChecker in the WebKit2 C API that's only used by GTK (and previously EFL). It's really weird to have GTK-specific stuff in the low-level C API. Looks like we should be able to remove it and replace it with use of WebTextChecker instead.
Comment 1 Carlos Garcia Campos 2017-02-17 06:50:47 PST
If it's not used by WTR it should be removed.
Comment 2 Michael Catanzaro 2017-02-17 08:04:42 PST
It is used by WKR in TestController.cpp. I guess we're stuck with it, then, since WKR can't see WK2 internals?
Comment 3 Carlos Garcia Campos 2017-02-17 08:39:28 PST
WTR has always used the C API