RESOLVED FIXED 16858
wxWebKit DRT preparations part 1
https://bugs.webkit.org/show_bug.cgi?id=16858
Summary wxWebKit DRT preparations part 1
Kevin Ollivier
Reported 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.
Attachments
wxWebKit DRT prep part 1 (18.04 KB, patch)
2008-01-12 23:09 PST, Kevin Ollivier
darin: review+
Kevin Ollivier
Comment 1 2008-01-12 23:09:08 PST
Created attachment 18417 [details] wxWebKit DRT prep part 1
Darin Adler
Comment 2 2008-01-13 09:05:33 PST
Comment on attachment 18417 [details] wxWebKit DRT prep part 1 r=me
Kevin Ollivier
Comment 3 2008-01-13 11:35:57 PST
Landed in r29453. Thanks!
Note You need to log in before you can comment on or make changes to this bug.