Bug 16858 - wxWebKit DRT preparations part 1
Summary: wxWebKit DRT preparations part 1
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-12 23:08 PST by Kevin Ollivier
Modified: 2008-01-13 11:35 PST (History)
0 users

See Also:


Attachments
wxWebKit DRT prep part 1 (18.04 KB, patch)
2008-01-12 23:09 PST, Kevin Ollivier
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!