Re: [webkit-dev] Review Queue

2009-05-23 Thread Eric Seidel
We're down to 30 bugs: https://bugs.webkit.org/buglist.cgi?field0-0-0=flagtypes.nametype0-0-0=equalsvalue0-0-0=review%3F With 36 patches total: curl -s https://bugs.webkit.org/request.cgi; | grep PDT | wc -l 15 of those are Gtk-only bugs. Need some help from the Gtk reviewers on this one.

Re: [webkit-dev] Proposal for a new way to handle porting #ifdefs

2009-05-23 Thread David Kilzer
Another aspect of this proposal is how to handle source files that have #if ENABLE(FEATURE)/#endif guards around all of their source code, for example: Bug 25756: Explicit guards for ENABLE_GEOLOCATION https://bugs.webkit.org/show_bug.cgi?id=25756 There are essentially two options here: 1. Add

Re: [webkit-dev] Multiple views of the same RenderBlock

2009-05-23 Thread David Hyatt
This will be a fair bit of work to do cleanly, but basically you would need to enable a document to have multiple FrameViews. In addition, each frame view would need its own unique render tree, so you'd have to move ownership of m_renderer member variables off of Node and into something