Re: [webkit-dev] licensing question

2010-02-03 Thread Conrad Taylor
On Wed, Feb 3, 2010 at 11:25 PM, Chris Jerdonek cjerdo...@webkit.orgwrote:

 Quick question: if we would like to check in third-party code and it
 is not obviously BSD-style (at least to me), what is the process for
 checking whether the license is okay and clearing the license?

 The WebKit Committer Guidelines say, This means that you should
 verify that each source file contains either a copy of the BSD or LGPL
 text, or a license header stating that it is governed by either such
 license. All other licenses are not acceptable unless cleared by Apple
 in writing.

 Thanks,
 --Chris
 _


Chris, have you checked the licensing and/or spoke with the license
owners of the 3rd party source?  If not, I would recommend starting
there.

Good luck,

-Conrad


 __
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] I *HATE* CHANGELOGS!!!

2009-08-26 Thread Conrad Taylor
Hey ALL, I was wondering, is there list of known issues with CSS 2.1/3
support under webkit?  Is there a test suite that I can run against WebKit?
Thanks in advance,

-Conrad
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] CSS 2.1/3 support under WebKit?

2009-08-26 Thread Conrad Taylor
Hey ALL, I was wondering, is there list of known issues with CSS 2.1/3
support under webkit?  Is there a test suite that I can run against WebKit?
Thanks in advance,

-Conrad
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Documentation on internals of WebKit

2009-07-14 Thread Conrad Taylor
On Tue, Jul 14, 2009 at 3:13 AM, Aneesh Bhasin contact.ane...@gmail.comwrote:

 Hi All,

 I am sure this has been asked before but I cannot seem to find
 anything related to it :

 Is there any documentation related to the internals (and not just
 external APIs) of webkit ? e.g. - regarding how javascript is
 parsed/executed, block-level diagram of the source and other such
 things which could help a developer to get started on adding features
 in webkit ?

 Also, is there any good resource that explains the working of a
 browser engine in some detail (e.g. what steps are involved from
 parsing a page to actually displaying it on screen) ?

 Thanks in advance for the help.

 Regards,
 Aneesh


Yes, a similar question(s) has been asked and answered.  Thus, it seems that
the better
question to ask would be the following:

I am interested in adding the following enhancement(s):

enhancement a - supporting description
enhancement b - supporting description
enhancement c - supporting description
...
enhancement N - supporting description

Thus, I was wondering, what part(s) of the system should I focus my
attention
to implement these enhancement(s)?

In short, you might want to describe what you're wanting to do for people
here
to better assist you in achieving your goal.

Good luck,

-Conrad
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Interact with DOM Elements using WebKit

2009-04-21 Thread Conrad Taylor
On Tue, Apr 21, 2009 at 3:34 AM, Prema Arya prema.a...@gmail.com wrote:

 Hi,
 I was able to use webkit in my C# application on windows. I am able to load
 a page using loadRequest() method. Now i want to interact with elements on
 the page. I tried using getElementById() which returns the element. I was
 able to enter text in text boxes and change values of button. But when I
 click() the button it throws an error Access to right protected memory
 bascially AccessViolationException().

 Is there a way I can click a button, link using WebKit? If yes, how? If no,
 is there any other alternative?

 I am using Windows XP SP2 with Visual Studio 2005.

 Thanks,
 Prema Arya


Prema, can you provide a code snippet (i.e. Javascript/CSS) that reproduces
this error message?

-Conrad
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] How do do incremental build?

2008-07-01 Thread Conrad Taylor
Hi, could someone tell me what's the name of the main XCode project file for
WebKit?

Thanks,

-Conrad
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Build fails on PowerMac G5 with Mac OS 10.5.4

2008-07-01 Thread Conrad Taylor
Hi, I'm attempting to build webkit-dev from the command (i.e.
build-webkit) on G5 with Mac OS X 10.5.4 I'm getting the following error
message:

/bin/sh -c
/Users/conradwt/java.dir/projects/discover/classes/WebKit.build/Release/WebKit.build/Script-1C395DE20C6BE8ED1E52.sh
** BUILD FAILED **

The following build commands failed:
WebKit:
CompileC
/Users/conradwt/java.dir/projects/discover/classes/WebKit.build/Release/WebKit.build/Objects-normal/ppc/WebView.o
/Users/conradwt/webkit.dir/projects/WebKit/WebKit/mac/WebView/WebView.mm
normal ppc objective-c++ com.apple.compilers.gcc.4_0
(1 failure)

It appears that it's picking up an existing directory:

/Users/conradwt/java.dir/projects/discover

Thus, if anyone has any ideas, please feel free to post to the mailing list.

Thanks,

-Conrad
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev