Bug 19068

Summary: wx-ize wxWebView
Product: WebKit Reporter: Robin Dunn <robin>
Component: WebKit wxAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kevino
Priority: P2 Keywords: Wx
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
wx-ize wxWebView kevino: review+

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.