Bug 19068 - wx-ize wxWebView
Summary: wx-ize wxWebView
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: Wx
Depends on:
Blocks:
 
Reported: 2008-05-14 20:06 PDT by Robin Dunn
Modified: 2008-05-28 13:28 PDT (History)
1 user (show)

See Also:


Attachments
wx-ize wxWebView (4.68 KB, patch)
2008-05-14 20:06 PDT, Robin Dunn
kevino: review+
Details | Formatted Diff | Diff

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