Re: [webkit-dev] Committer Nomations: Amruth Raj and Ravi Phaneendra Kasibhatla

2011-08-02 Thread Martin Robinson
On Wed, Aug 3, 2011 at 12:22 AM, Martin Robinson wrote: > I'd like to nominate both Amruth Raj and Ravi Phaneendra Kasibhatla as > WebKit committers. Amruth and Ravi worked together to create the > foundation of the GTK+ WebKit 2 port. Ravi Phaneendra Kasibhatla has > 13 commits (of which 11 are s

[webkit-dev] Committer Nomations: Amruth Raj and Ravi Phaneendra Kasibhatla

2011-08-02 Thread Martin Robinson
I'd like to nominate both Amruth Raj and Ravi Phaneendra Kasibhatla as WebKit committers. Amruth and Ravi worked together to create the foundation of the GTK+ WebKit 2 port. Ravi Phaneendra Kasibhatla has 13 commits (of which 11 are shared commits between himself and Amruth), while Amruth has 15 co

Re: [webkit-dev] Loader debug viewing in gdb

2011-08-02 Thread Adam Barth
Here's a diagram of the relation between these objects that I drew a while back: https://docs.google.com/drawings/d/1V3JZltHfNU0HN9bPlLrHOC_yYTriPgv4Dv-LRamymFU/edit?hl=en_US It might not be 100% accurate anymore. Adam On Tue, Aug 2, 2011 at 2:53 PM, Scott Graham wrote: > Hi, > I've been tryi

Re: [webkit-dev] Request for Update to Windows Development Environment

2011-08-02 Thread g...@novadsp.com
Hello Patrick On 13/07/2011 22:28, Patrick Gansterer wrote: I've created already a CMake based version of AppleWindows port. I've compiled it with VS2010, but it should work with the other version too. The main reason why I din't created a patch with my changes is, that the Windows port has s

Re: [webkit-dev] Remote Debugging v8 - Android

2011-08-02 Thread Pavel Feldman
Note that this solution is using V8-based protocol that we are deprecating in Chrome. Chrome DevTools for Java (Eclipse plugin being discussed) will support both: V8 protocol (for Node and other V8-based solutions) and WebKit Remote Debugging Protocol (for WebKit-based browsers) going forard. I wou