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+

Description Robin Dunn 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.
Comment 1 Robin Dunn 2008-05-14 20:06:48 PDT
Created attachment 21152 [details]
wx-ize wxWebView
Comment 2 Kevin Ollivier 2008-05-28 13:28:55 PDT
Landed in r34181, thanks!