RESOLVED FIXED Bug 19041
[wx] Frames support
https://bugs.webkit.org/show_bug.cgi?id=19041
Summary [wx] Frames support
Kevin Ollivier
Reported 2008-05-13 20:57:29 PDT
This is a bug for putting all the patches related to Frames support. I think in the end, it will require three major steps: 1. Rename wxWebFrame to wxWebBrowserShell, to allow us to create a wxWebFrame that is roughly analogous with WebFrame. 2. Implement wxWebFrame to encapsulate frame creation and load. 3. Implement support for PlatformScrollbar
Attachments
first pass at PltformScrollbar (9.47 KB, patch)
2008-05-14 00:43 PDT, Robin Dunn
ddkilzer: review-
wxWebFrame rename to enable us to work on next steps (27.02 KB, patch)
2008-05-16 23:24 PDT, Kevin Ollivier
no flags
Revised wxWebFrame patch (32.99 KB, patch)
2008-08-06 17:02 PDT, Kevin Watters
no flags
finishes wx port frames support (70.77 KB, patch)
2009-09-03 08:44 PDT, Kevin Watters
no flags
finishes wx port frames support (revised) (66.05 KB, patch)
2009-09-03 12:15 PDT, Kevin Watters
kevino: review+
kevino: commit-queue-
Robin Dunn
Comment 1 2008-05-14 00:43:11 PDT
Created attachment 21119 [details] first pass at PltformScrollbar Here's a first try at PlatformScrollbar for you to play with. Not sure if it's doing what it is supposed to yet, but it at least compiles.
Kevin Ollivier
Comment 2 2008-05-16 23:24:56 PDT
Created attachment 21210 [details] wxWebFrame rename to enable us to work on next steps
Darin Adler
Comment 3 2008-05-19 10:52:40 PDT
Comment on attachment 21210 [details] wxWebFrame rename to enable us to work on next steps rs=me
Kevin Ollivier
Comment 4 2008-05-20 22:49:04 PDT
wxWebFrame rename landed in r33957, thanks! :)
David Kilzer (:ddkilzer)
Comment 5 2008-05-28 07:12:22 PDT
Can this bug be marked as RESOLVED/FIXED, or does Attachment #21119 [details] still need to be reviewed?
Kevin Ollivier
Comment 6 2008-05-28 11:23:53 PDT
This still needs to be reviewed. I've finally got some extra time to work on clearing the backlog of patches, so hopefully we should have things worked out by tomorrow or so. (I would have done it yesterday, but the addition of SquirrelFish, and the recurrence of an old FontPlatformData crash which I thought we had fixed had me playing catchup for a while. ;-)
Darin Adler
Comment 7 2008-06-08 13:35:50 PDT
Comment on attachment 21210 [details] wxWebFrame rename to enable us to work on next steps Clearing the review flag on this already-landed patch.
David Kilzer (:ddkilzer)
Comment 8 2008-07-01 08:30:48 PDT
Comment on attachment 21119 [details] first pass at PltformScrollbar Thanks for the patch, Robin! r- since this patch needs ChangeLog entries. See this page for more details: http://webkit.org/coding/contributing.html Also note that it may have bit-rotted since the rename patch landed (and due to other renames in the WebKit source tree). Overall the style and formatting of the code in the patch looks good. You might consider adding your own copyright statement to the modified files (or at least the brand new file, even though it's based on an existing file). Please update the patch and resubmit!
Kevin Watters
Comment 9 2008-08-06 17:02:10 PDT
Created attachment 22689 [details] Revised wxWebFrame patch Revised version of the above patch implementing wxWebFrame, with ChangeLog entries.
Kevin Ollivier
Comment 10 2008-08-06 20:48:18 PDT
Comment on attachment 22689 [details] Revised wxWebFrame patch This looks good to me, and as discussed, we really can use the leak fix. :)
Kevin Ollivier
Comment 11 2008-08-06 20:52:38 PDT
Comment on attachment 22689 [details] Revised wxWebFrame patch Patch landed in r35620, thanks! :)
Kevin Watters
Comment 12 2009-09-03 08:44:16 PDT
Created attachment 38994 [details] finishes wx port frames support
Kevin Watters
Comment 13 2009-09-03 12:15:27 PDT
Created attachment 39001 [details] finishes wx port frames support (revised)
Kevin Ollivier
Comment 14 2009-09-03 14:22:18 PDT
Landed in r48029, thanks! :)
Note You need to log in before you can comment on or make changes to this bug.