Re: [webkit-dev] How to add a new file to mac build system?

2011-01-24 Thread Ryosuke Niwa
Go to Project setting and set the build directory to be /WebKitBuild. By default, it's at Source/WebCore/build and it won't just work. - Ryosuke On Mon, Jan 24, 2011 at 11:12 PM, Won J Jeon wrote: > Thanks for your response. > I have no problem to build WebKit from terminal by using 'build-web

Re: [webkit-dev] How to add a new file to mac build system?

2011-01-24 Thread Won J Jeon
Thanks for your response. I have no problem to build WebKit from terminal by using 'build-webkit' script. When I open the project file, 'WebCore.xcodeproj' and tried to compile it by using the default settings, I have the endless error messages starting with: JavaScriptCore/Platform.h: No such fil

Re: [webkit-dev] How to add a new file to mac build system?

2011-01-24 Thread Patrick Gansterer
Please have a look at [1] and [2]. You need to run build-webkit first. BTW: If provide error messages instead of "fails to compile" only, it's easier for other people to help you. [1] http://webkit.org/building/build.html [2] http://webkit.org/building/debug.html - Patrick Won J Jeon: > Thanks

Re: [webkit-dev] How to add a new file to mac build system?

2011-01-24 Thread Won J Jeon
Thanks, Eric. I opened WebCore.xcodeproj file with XCode but it fails to compile the code and it hangs without success, whereas JavaScriptCore.xcodeproj doesn't have any problem to be compiled with XCode. Are there any known issues with XCode? Won On Mon, Jan 24, 2011 at 1:53 PM, Eric Seidel wro

Re: [webkit-dev] beforeload & link (esp rel prefetch)

2011-01-24 Thread Adam Barth
2011/1/20 Gavin Peters (蓋文彼德斯) : > I also have thought about how we can go forward, I'd like folks > comments on this: > > Step 1: Land bug 51941, a refactoring of the HTMLLinkPrefetch element > which pulls out loading for rel types prefetch, icon and dns-prefetch. That sounds like a reasonable fi

Re: [webkit-dev] How to add a new file to mac build system?

2011-01-24 Thread Eric Seidel
There is not a gyp-like build system for Apple's Mac build (yet). You generally need to use XCode to edit the WebCore.xcodeproj file. But if you're trying to build on a Mac you need XCode installed anyway. .pri and .pro are not related to the Apple Mac build. -eric On Mon, Jan 24, 2011 at 1:03

Re: [webkit-dev] Bug 50126 - Fallback content in canvas element not focusable

2011-01-24 Thread Eric Seidel
WebKit doesn't have anyone doing regular bug triage. The best way to get a bug fixed is to fix it oneself. :) You will find lots of people in #webkit happy to walk you through the source code. However, in this case, the bug as filed is not very actionable. Someone wanting to solve that bug wou

[webkit-dev] How to add a new file to mac build system?

2011-01-24 Thread Won J Jeon
Hi all, I'd like to test some code by adding a new idl and its implementation to WebCore on Mac. How can I let the build system know the addition of such files? Is there any gyp-like build system on Mac? Can anyone explain what *.pri and *.pro files are and how I can use them? Regards, Won __

[webkit-dev] Bug 50126 - Fallback content in canvas element not focusable

2011-01-24 Thread Charles Pritchard
It's been about two months, this bug is still unconfirmed. What's the appropriate venue for highlighting the issue? https://bugs.webkit.org/show_bug.cgi?id=50126 It's critical to accessibility within the Canvas shadow dom, and is required by ARIA. Also required in 7.3 of WAI-ARIA: http://www