Re: [webkit-dev] add webkit head file build errors

2007-08-15 Thread Mark Rowe
On 16/08/2007, at 2:29 PM, [EMAIL PROTECTED] wrote: Hi,Mark Thanks for your reply, that error missing,but the other occured: c:\cygwin\home\en\webkit\webkitbuild\include\javascriptcore \vector.h(275) : error C2589: “(”: “::”右边的非法标记c: \cygwin\home\en\webkit\webkitbuild\include\javasc

Re: [webkit-dev] Security and Policy Decision Points

2007-08-15 Thread Geoffrey Garen
FrameLoader::restrictAccessToLocal Geoff On Aug 15, 2007, at 5:17 PM, Stan Switzer wrote: I'm checking to be sure we've considered all of the important security and policy decision points in WebKit for Adobe AIR. The ones that seem most obvious are: ScriptInterpreter::isSafeScript

RE:Re: [webkit-dev] add webkit head file build errors

2007-08-15 Thread pj_wh120
Hi,Mark Thanks for your reply, that error missing,but the other occured: c:\cygwin\home\en\webkit\webkitbuild\include\javascriptcore\vector.h(275) : error C2589: “(”: “::”右边的非法标记 c:\cygwin\home\en\webkit\webkitbuild\include\javascriptcore\vector.h(272): 编译类 模板 成员函数“void WTF::VectorBuff

[webkit-dev] Security and Policy Decision Points

2007-08-15 Thread Stan Switzer
I'm checking to be sure we've considered all of the important security and policy decision points in WebKit for Adobe AIR. The ones that seem most obvious are: ScriptInterpreter::isSafeScript Window::isSafeScript FrameLoaderClient::dispatchDecidePolicyForMIMEType FrameLoaderCl

[webkit-dev] Qt/Win32 build environment

2007-08-15 Thread Artem Ananiev
Hi, all, looking at the recent WebKit changes, I noticed some activity about Qt/Win32 platform implementation. Some time ago I tried to build it myself using cygwin environment, but with no success, mostly because of cygwin paths and missing the corresponding QMAKESPECS in the free version of

Re: [webkit-dev] Some .strip files are not generated anymore

2007-08-15 Thread Artem Ananiev
Done. The bug ID is 14973: http://bugs.webkit.org/show_bug.cgi?id=14973 Thanks, Artem David D. Kilzer wrote: Hi Artem, Please file a bug on http://bugs.webkit.org/. I'm not sure if this is an issue or not, but it won't hurt to track it there. Dave Artem Ananiev <[EMAIL PROTECTED]> wrote:

Re: [webkit-dev] Some .strip files are not generated anymore

2007-08-15 Thread David D. Kilzer
Hi Artem, Please file a bug on http://bugs.webkit.org/. I'm not sure if this is an issue or not, but it won't hurt to track it there. Dave Artem Ananiev <[EMAIL PROTECTED]> wrote: > Hi, all, > > in some of the recent WebKit changes in WebCore.pro I see the following > diffs: > > -cssprops.

Re: [webkit-dev] add webkit head file build errors

2007-08-15 Thread Mark Rowe
On 16/08/2007, at 12:59 AM, Mike Hommey wrote: On Wed, Aug 15, 2007 at 11:06:44PM +1200, Mark Rowe <[EMAIL PROTECTED]> wrote: unicode/uchar.h is part of ICU, not WebKit itself. On Windows the ICU headers will be included with one of the library zip files which are downloaded as part of s

Re: [webkit-dev] add webkit head file build errors

2007-08-15 Thread Mike Hommey
On Wed, Aug 15, 2007 at 11:06:44PM +1200, Mark Rowe <[EMAIL PROTECTED]> wrote: > > On 15/08/2007, at 10:26 PM, [EMAIL PROTECTED] wrote: > >> hi all, >> I add some webkit build head files into my project and build it, occurd >> some errors as: >> “unicode/uchar.h”: No such file or directory >> >> I

[webkit-dev] Some .strip files are not generated anymore

2007-08-15 Thread Artem Ananiev
Hi, all, in some of the recent WebKit changes in WebCore.pro I see the following diffs: -cssprops.commands = cp ${QMAKE_FILE_NAME} tmp && cd tmp && sh $$PWD/css/makeprop && rm ${QMAKE_FILE_BASE}.strip ${QMAKE_FILE_BASE}.in ${QMAKE_FILE_BASE}.gperf +cssprops.commands = $(COPY_FILE) ${QMAKE_

Re: [webkit-dev] add webkit head file build errors

2007-08-15 Thread Mark Rowe
On 15/08/2007, at 10:26 PM, [EMAIL PROTECTED] wrote: hi all, I add some webkit build head files into my project and build it, occurd some errors as: “unicode/uchar.h”: No such file or directory I found under "WebKit\WebKitBuild\include\WebCore\ForwardingHeaders \wtf\unicode" directory, onl

[webkit-dev] add webkit head file build errors

2007-08-15 Thread pj_wh120
hi all, I add some webkit build head files into my project and build it, occurd some errors as: “unicode/uchar.h”: No such file or directory I found under "WebKit\WebKitBuild\include\WebCore\ForwardingHeaders\wtf\unicode" directory, only build one file 'Unicode.h',no 'uchar.h',why? I have buil