[webkit-dev] WebKit-r33371 compilation error against Qtopia Phone Edition 4.3.1

2008-05-13 Thread George
Hi, Everyone, When I compile WebKit (Revision 33371) against QPE-4.3.1 (Qt-4.3.3 integrated), errors occurred. 1, when compiling WebCore/bridge/NP_jsobject.cpp In file included from ../../../WebCore/bridge/npruntime_internal.h:28, from ../../../WebCore/bridge/NP_jsobject.h:31,

[webkit-dev] -moz-user-focus in webkit?

2008-05-13 Thread Johan Lund
Is there something equivalent to -moz-user-focus in webkit? Thanks Johan Lund ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] WebKit-r33371 compilation error against Qtopia Phone Edition 4.3.1

2008-05-13 Thread Tor Arne Vestbø
George wrote: I found this is occurred with Macro definition XP_UNIX, I clear it by commenting out the configuration in WebCore.pri: #qt-port:unix:!mac: DEFINES += XP_UNIX ENABLE_NETSCAPE_PLUGIN_API=1 Good catch, we should be doing qt-port:unix:!mac:!embedded. 2, when compiling

Re: [webkit-dev] -moz-user-focus in webkit?

2008-05-13 Thread Maciej Stachowiak
On May 13, 2008, at 5:08 AM, Johan Lund wrote: Is there something equivalent to -moz-user-focus in webkit? In WebKit trunk, you can use the tabIndex attribute on any element to add focusability, but I do not think there is a way through CSS, or a way to remove focusability. Regards,

Re: [webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Darren VanBuren
I am trying to make a DMG like the Nightlies, On May 13, 2008, at 4:22 PM, Mark Rowe wrote: Darren, What is it that you're trying to do? You can build + run Drosera by running ./WebKitTools/Scripts/build-drosera and then opening WebKitBuild/Release/Drosera.app. - Mark On May 13, 2008,

Re: [webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Mark Rowe
On May 13, 2008, at 4:57 PM, Darren VanBuren wrote: I am trying to make a DMG like the Nightlies, I think you need to run build-launcher-app prior to running build- launcher-dmg. That will bundle the frameworks up inside WebKit.app, Drosera.app inside DroseraLauncher.app, etc. - Mark

Re: [webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Mark Rowe
On May 13, 2008, at 5:07 PM, Darren VanBuren wrote: On May 13, 2008, at 5:01 PM, Mark Rowe wrote: On May 13, 2008, at 4:57 PM, Darren VanBuren wrote: I am trying to make a DMG like the Nightlies, I think you need to run build-launcher-app prior to running build- launcher-dmg. That

Re: [webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Darren VanBuren
At the end it did say Unable to determine current SVN branch in /Users/onekopaka/WebKit at WebKitTools/BuildSlaveSupport/build-launcher-app line 58. Could that be the problem? If so, how would I resolve it? On May 13, 2008, at 5:20 PM, Mark Rowe wrote: On May 13, 2008, at 5:07 PM, Darren

Re: [webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Mark Rowe
On May 13, 2008, at 5:39 PM, Darren VanBuren wrote: On May 13, 2008, at 5:20 PM, Mark Rowe wrote: Looking at build-launcher-app, it will build both Drosera.app and DroseraLauncher.app. Are you sure that build-launcher-app ran to completion without failing? At the end it did say

Re: [webkit-dev] WebKit-r33371 compilation error against Qtopia Phone Edition 4.3.1

2008-05-13 Thread George
Hi, Tor Arne, Thanks a lot for your prompt reply. I have updated to the latest trunk source r33423, and those two errors cleard. Now, another error is when compileing JavaScriptCore/kjs/date_object.cpp, any comment? Thanks in advance. George