[webkit-dev] Webkit License details

2008-11-21 Thread Jayaprakash Palanisamy
Hi all, If I am developing an application using WebKit rendering engine, do I need to provide the source code which I developed to WebKit? Thanks and regards, Jayaprakash.P DISCLAIMER:

Re: [webkit-dev] Fwd: Using WebKit's markup as facility of Chrome's DOM serializer

2008-11-21 Thread Johnny Ding
2008/11/20 Darin Adler [EMAIL PROTECTED] On Nov 20, 2008, at 6:47 AM, Johnny Ding wrote: Now should I file a new bug on https://bugs.webkit.org/ for improving markup, then write the patch and send to you (plus someone else I should involve) for review? Is that a right process? Yes,

[webkit-dev] Java scripts related question

2008-11-21 Thread Arun Patole
Hello, I am trying to modify current two pass rendering model and have some questions regarding it. Current behaviour: While displaying/loading html pages, it is first displaying a page skipping all java sripts(JS) and stylesheets(CSS). Once all the external JS and CSS are loaded, it does a

Re: [webkit-dev] Webkit License details

2008-11-21 Thread Nilesh Patil
It seems HCL is in hurry to develop browser ;) Is giving something back to community bad ? U jst need to check on GPL terms. Thanks Regards Niilesh On Fri, Nov 21, 2008 at 2:33 PM, Jayaprakash Palanisamy [EMAIL PROTECTED] wrote: Hi all, If I am developing an application using WebKit

[webkit-dev] Debugging JavaScript Core Apps that are not Safari

2008-11-21 Thread Scott Thompson
It's been a while since I've looked at JavaScript Core and obviously a lot of changes have gone on. In my previous examination, I was using Drosera to debug an application which used JavaScript Core as an internal scripting engine. It would appear that all the JavaScript debugging facilities

Re: [webkit-dev] webkit documentation

2008-11-21 Thread Jack Wootton
I have done this, but it was rejected: https://bugs.webkit.org/show_bug.cgi?id=20125 On Mon, Jul 21, 2008 at 3:22 PM, David Kilzer [EMAIL PROTECTED] wrote: We update the web site through patches. Just file a bug on bugs.webkit.org and attach a patch with ChangeLog for review! Dave On

Re: [webkit-dev] Debugging JavaScript Core Apps that are not Safari

2008-11-21 Thread Timothy Hatcher
The debugging functionally is part of WebKit, not Safari. So you can use the JavaScript debugger that is part of the Web Inspector in any WebKit client application. But this does not include JavaScriptCore client applications. I am surprised to hear that Drosera worked, since it was

Re: [webkit-dev] Webkit License details

2008-11-21 Thread Pierre-Luc Beaudoin
On Fri, 2008-11-21 at 14:33 +0530, Jayaprakash Palanisamy wrote: If I am developing an application using WebKit rendering engine, do I need to provide the source code which I developed to WebKit? Which port? The Gtk port is mostly all licenced LGPL 2.1 or later, meaning that you can

Re: [webkit-dev] Webkit License details

2008-11-21 Thread Pierre-Luc Beaudoin
On Fri, 2008-11-21 at 12:22 -0500, Pierre-Luc Beaudoin wrote: I am not a layer I am not a lawyer actually ;) signature.asc Description: This is a digitally signed message part ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] webkit documentation

2008-11-21 Thread David Kilzer
Jack, You did not create a patch to the actual HTML file that you wanted to change. You simply attached a text file with a description of the link. If you need help on how to create a patch or checkout the source for the web site, please ask. Dave From:

Re: [webkit-dev] Fwd: Using WebKit's markup as facility of Chrome's DOM serializer

2008-11-21 Thread Darin Adler
On Nov 21, 2008, at 1:21 AM, Johnny Ding wrote: OK, How about my first step is creating a new class to hold all parameters current for mark-up code. After then I will incrementally implement above 5 feature one by one. Is it workable? Thanks. Yes, I think it would be good for you to