Bug 16858

Summary: wxWebKit DRT preparations part 1
Product: WebKit Reporter: Kevin Ollivier <kevino>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
wxWebKit DRT prep part 1 darin: review+

Description Kevin Ollivier 2008-01-12 23:08:13 PST
wxWebKit API changes in preparation for DRT implementation. 
        Specifically:

        - Add CONSOLE_MESSAGE callback so clients can choose how to handle
        console messages.
        - Add more load events, and rename wxWebViewStateChangedEvent to 
        wxWebViewLoadEvent to reflect that all 'states' are load states.
        - Add wxWebView impls. for GetInnerText(), GetAsMarkup() and 
        GetExternalRepresentation()

Part #2 will add event callbacks for JS prompts, confirms, and alerts.
Comment 1 Kevin Ollivier 2008-01-12 23:09:08 PST
Created attachment 18417 [details]
wxWebKit DRT prep part 1
Comment 2 Darin Adler 2008-01-13 09:05:33 PST
Comment on attachment 18417 [details]
wxWebKit DRT prep part 1

r=me
Comment 3 Kevin Ollivier 2008-01-13 11:35:57 PST
Landed in r29453. Thanks!