Re: [webkit-dev] About BrowsingContext and WindowProxy spec

2012-03-09 Thread Sachin Puranik
Yes I second this thought. It aligns to general webkit terminology. I was looking for a class with exact this name. Regards, Sachin. On Mar 10, 2012 4:15 AM, "Sam Weinig" wrote: > > On Mar 7, 2012, at 9:25 PM, Darin Adler wrote: > > > On Mar 7, 2012, at 9:34 AM, Adam Barth wrote: > > > >> The Wi

[webkit-dev] About BrowsingContext and WindowProxy spec

2012-03-07 Thread Sachin Puranik
Hi, While going through the whatwg.org spec, I came across the section "6 Loading Web Pages". Spec looks to be written to help web app developers, to maintain the context for multiple pages to be presented to user and access some cross page information. This section is added to the spec f

Re: [webkit-dev] Resource Cache in WebKit2

2011-04-06 Thread Sachin Puranik
Hi, so is there a specific reason for not having multiprocess and we are working on dual process model. Regards, Sachin. On Apr 7, 2011 11:12 AM, "Aneesh Bhasin" wrote: ---Resending : Had accidentally replied only to Darin - adding the list too in CC now.. my apologies ! --- Hi Darin, On Wed

[webkit-dev] Webkit2 GTK Initial Patch

2010-10-24 Thread Sachin Puranik
Hi All, We are ready with an initial port of GTK Webkit2 at Motorola Mobility. There is a bug 37369 (https://bugs.webkit.org/show_bug.cgi?id=37369) raised in the bugzilla for the Webkit2 GTK port. We have submitted the complete patch in the bug along with the detail change log. Patch is tested on r

[webkit-dev] Help on RenderLayer , PaintLayres.

2010-04-04 Thread Sachin Puranik
Hi, I am just trying to understand the layers concept. Can somebody help me to understand the PaintBehavior and PaintPhase. A general overview of how it will work for a sample page with some example will help much better. Thanks and Regards, Sachin. ___

Re: [webkit-dev] native widgets

2008-04-29 Thread sachin . puranik
Hi, As per my understanding , Webkit does not use the native widgets in any platform. It actually uses custom draw mechanism. It is implemented in the file themegtk/Themewin etc. Sachin Sent from BlackBerry® on Airtel -Original Message- From: Mark Volkmann <[EMAIL PROTECTED]> Date: T

[webkit-dev] Extending the multipart support

2007-09-20 Thread Sachin Puranik
HI , As I checked there is no support for the multipart contents(multipart/mixed, multipart/related, multipart/alternate) in the WebKit. What shall be ideal way to extend this support. There are two approach in my mind. 1)parsing the content's other than HTML and Store as cached obkjects in C