Bug 168510

Summary: [GTK] Investigate WKTextChecker C API
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bugs-noreply, cgarcia, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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