RESOLVED FIXED 19068
wx-ize wxWebView
https://bugs.webkit.org/show_bug.cgi?id=19068
Summary wx-ize wxWebView
Robin Dunn
Reported 2008-05-14 20:06:11 PDT
This patch tweaks the wxWebView class to make it conform to normal wx patterns for widget classes. It adds a default ctor and the Create method so it can use the 2-phase create pattern, adds wxRTTI macros which is important for wxPython and XRC, and fixes the LoadURL method to pass a wxString reference to save a copy.
Attachments
wx-ize wxWebView (4.68 KB, patch)
2008-05-14 20:06 PDT, Robin Dunn
kevino: review+
Robin Dunn
Comment 1 2008-05-14 20:06:48 PDT
Created attachment 21152 [details] wx-ize wxWebView
Kevin Ollivier
Comment 2 2008-05-28 13:28:55 PDT
Landed in r34181, thanks!
Note You need to log in before you can comment on or make changes to this bug.