Re: [webkit-dev] Matching iOS versions to webkit build numbers

2011-03-07 Thread Matt Lilek
iOS 4.3 is also still under NDA. You should either file a bug at https://bugreport.apple.com and/or ask in the iOS 4.3 section of Apple's developer forums (https://devforums.apple.com). - Matt On Mar 7, 2011, at 7:33 PM, Sam Gentle wrote: Hi, I'm trying to hunt down a nasty image

Re: [webkit-dev] loading webkit Visual Studio 2005 project file error

2008-11-25 Thread Matt Lilek
Did you set the WEBKITOUTPUTDIR and WEBKITLIBRARIESDIR environment variables? See http://trac.webkit.org/wiki/BuildingOnWindows#BuildingfromwithinVisualStudio - Matt On Tue, Nov 25, 2008 at 10:14 AM, Jack Wootton [EMAIL PROTECTED]wrote: Hello, I attempted to load the file

Re: [webkit-dev] CSS Animation

2008-07-10 Thread Matt Lilek
On Jul 10, 2008, at 11:55 PM, Shakti Ashirvad wrote: Hi, I have gone through the blog CSS Animation and want to explore more about it. Where can I find the detailed CSS spec for Webkit CSS extentions. http://webkit.org/blog/138/css-animation/ I have gone through this link and want to

Re: [webkit-dev] need a sample of how to use webkit on windows

2008-07-02 Thread Matt Lilek
WebKitTools/WinLauncher in your checkout should have what you're looking for. - Matt On Wed, Jul 2, 2008 at 2:21 AM, tyl [EMAIL PROTECTED] wrote: Thanks for the reply! I want to use the webkit to build a very simple brower on windows, can you help me? Thanks! Paul Pedriana-3 wrote:

Re: [webkit-dev] Get SquirrelFish for Webkit in linux

2008-06-08 Thread Matt Lilek
On Jun 8, 2008, at 8:10 PM, ying lcs wrote: Hi, I tried the step from http://live.gnome.org/WebKitGtk : Check out using GIT (large download, advanced users only) * git clone git://git.webkit.org/WebKit.git WebKit To get the webkit source code. Can you please tell me if i get the

Re: [webkit-dev] Drosera

2008-05-30 Thread Matt Lilek
there. Is there something similar to this in the webkit debugger? Is there a more valid place than this list to discuss about the debugger, except in the bug reports? 28 maj 2008 kl. 23.56 skrev Matt Lilek: To hopefully help anyone coming across this in the future, I just updated the wiki page on Drosera

Re: [webkit-dev] Drosera

2008-05-28 Thread Matt Lilek
To hopefully help anyone coming across this in the future, I just updated the wiki page on Drosera to point people to the inspector. - Matt On May 28, 2008, at 4:14 PM, Oliver Hunt wrote: Drosera is dead. The WebInspector now has debugging support integrated directly into it :D --Oliver

Re: [webkit-dev] Turning off blue borders on input elements in Safari?

2008-04-10 Thread Matt Lilek
On Thu, Apr 10, 2008 at 3:46 AM, Johan Lund [EMAIL PROTECTED] wrote: How can I turn off the blue borders that Safari adds around input elements? Regards Johan Lund Add outline: none; ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Help needed. WebKit with Windows XP

2008-02-19 Thread Matt Lilek
There are several projects built before QTMovieWin and one of those is failing. Look at the build logs for the WTF and JavaScriptCore projects as your error indicates that JavaScriptCore isn't building properly. Your WebCore error will likely go away once the projects before it are actually

Re: [webkit-dev] Help needed. WebKit with Windows XP

2008-02-19 Thread Matt Lilek
, I get some errors now. Thanks to your suggestion, I at least know the issues that I need to resolve now. Thanks again to you Brent for the help/hints. Thanks Jagan S -- *From:* ext Matt Lilek [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, February 19, 2008 2:50

Re: [webkit-dev] How to debug webkit source on windows platform

2007-10-23 Thread Matt Lilek
On 10/23/07, 周毅书 [EMAIL PROTECTED] wrote: Hi, guys, I built webkit successfully on windows platform, but i didn't create Safari.exe file, so installed Safari on my pc, and copy Safari.exe to WebKitBuild/bin, and then executed run-safari command, it's ok. i want to ask it's right or not? In

Re: [webkit-dev] Branch Plan

2007-10-10 Thread Matt Lilek
On 10/10/07, Maciej Stachowiak [EMAIL PROTECTED] wrote: On Oct 10, 2007, at 3:51 PM, Timothy Hatcher wrote: Having branch in the name is redundant. I propose branches/safari-3. On the one hand, you're right that it's redundant. On the other hand, -having branch there makes it easier to

[webkit-dev] Platform improvements to the layout tests

2007-08-14 Thread Matt Lilek
Hi everybody, We've recently made some changes to the layout tests that allow us to have much better flexibility in the way we handle platforms. Most of my examples use Leopard only to demonstrate the hierarchical nature of the new tests and apply equally to all platforms. Test results