Bug 22458

Summary: [wx] wxWebView lacks a "find string" API
Product: WebKit Reporter: Kevin Watters <kevinwatters>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
implements wxWebView::FindString
kevino: review-
fixed wxWebView::FindString patch kevino: review+

Description Kevin Watters 2008-11-24 11:08:09 PST
There is no simple API to find strings in a wxWebView.
Comment 1 Kevin Watters 2008-11-24 11:08:46 PST
Created attachment 25436 [details]
implements wxWebView::FindString
Comment 2 Kevin Ollivier 2008-12-02 09:40:29 PST
r- because this patch only works with the wxWebView's main frame. Even though we don't currently support multiple frames, we're close to having that implemented, and so I would like all new functionality that calls frame methods to go in wxWebFrame rather than wxWebView.
Comment 3 Kevin Watters 2008-12-02 15:20:05 PST
Created attachment 25688 [details]
fixed wxWebView::FindString patch

Implements wxWebFrame::FindString. Places frame functionality in wxWebFrame, not wxWebView.
Comment 4 Kevin Ollivier 2008-12-13 09:51:32 PST
Landed in r39273, thanks!