Re: [webkit-dev] How to get mimeType for decidePolicyForResponse ??

2011-05-24 Thread naren . mehra
Thanks for the response, Sam. On Tue, May 24, 2011 at 10:19 PM, Sam Weinig wrote: > It depends what port you are using, I am using WebKit2-GTK port. Any idea, how it can be done in that ? -- Naren > but the general idea is that you should be able to get a MIME type from the > WKURLResponseRef

[webkit-dev] How to get mimeType for decidePolicyForResponse ??

2011-05-24 Thread naren . mehra
Hi, I am trying to implement the functionality for decidePolicyForResponse function. For that, I require the mimeType based on the WKURLResponseRef. In previous implementation of WebKit we used to pass the mimeType explicitly as one of the parameters of the callback function. But it has been chan

Re: [webkit-dev] Plugin layout tests in WebKit2-Gtk port

2011-05-05 Thread naren . mehra
On Tue, May 3, 2011 at 1:30 PM, Martin Robinson wrote: > On Mon, May 2, 2011 at 9:39 PM,   wrote: >> So, I am facing a roadblock now. >> Is there any other way to run those layout tests on wekbkit2-gtk ?? >> Can I use the available patch in the above listed bug report ?? > > While waiting for my p

[webkit-dev] Plugin layout tests in WebKit2-Gtk port

2011-05-02 Thread naren . mehra
Hello everyboddy, I am trying to run the plugin related layout tests in "WebKit2-Gtk port for linux" to find out how much functionality is working. It seems like Dumprendertree is not being built for WebKit2. So I tried using webkittestrunner. --> ./Tools/Scripts/run-webkit-tests --gtk ./LayoutTe

Re: [webkit-dev] Todo List for WebKit2

2011-04-18 Thread naren . mehra
Hi, On Mon, Apr 18, 2011 at 5:37 PM, Balazs Kelemen wrote: > On 04/14/2011 02:34 PM, naren.me...@gmail.com wrote: > > Hi Everybody, > > I have recently started understanding webkit2 and am interested in > participating and contributing in this project. > So far I have gone through the available w

[webkit-dev] Todo List for WebKit2

2011-04-14 Thread naren . mehra
Hi Everybody, I have recently started understanding webkit2 and am interested in participating and contributing in this project. So far I have gone through the available webkit2 code through GIT repository and studied the available documents. I tried to find a ToDo list so that I can pick up some