Re: [webkit-dev] Windows build error for webkit module

2009-06-21 Thread Brent Fulgham
It looks as though the C++ runtime is not being linked for some reason. Did you attempt to modify the build settings in some way? -Brent On Jun 20, 2009, at 6:03 AM, Guru Prasad H B gur...@gmail.com wrote: Hi, I am building the webkit for debug version for the first time and i have

Re: [webkit-dev] Windows build error for webkit module

2009-06-21 Thread Guru Prasad H B
no, i did the update and then build-webkit. Thanks Guru On Sun, Jun 21, 2009 at 10:29 PM, Brent Fulgham bfulg...@gmail.com wrote: It looks as though the C++ runtime is not being linked for some reason. Did you attempt to modify the build settings in some way? -Brent On Jun 20, 2009, at

[webkit-dev] JavaScriptCore in Windows Applications

2009-06-21 Thread Eric Brunstad
Hi, I have developed a Mac application that I am porting to Windows. How can I use JavaScriptCore in my Windows application? Are there precompiled JavaScriptCore.dll files that can be linked right in to applications and freely distributed? Will I be able to compile JavaScriptCore

Re: [webkit-dev] JavaScriptCore in Windows Applications

2009-06-21 Thread Brent Fulgham
Hi Eric, On Jun 21, 2009, at 7:30 PM, Eric Brunstad webkit- l...@ericbrunstad.com wrote: I have developed a Mac application that I am porting to Windows. How can I use JavaScriptCore in my Windows application? You can try my port of the Apple example program CallJS; it's an attempt to

Re: [webkit-dev] InlineBox::m_isSVG

2009-06-21 Thread Roland Steiner
Hi Dave, as I will probably need to special-case height() for ruby InlineBox objects in the same way as is done for SVG boxes (still ironing out the details, though), making height() virtual was exactly my intent. I would have thought that the performance cost of a virtual call to height() would

[webkit-dev] New approach for DOM attributes that reflect content attributes

2009-06-21 Thread Darin Adler
There are many attributes in the DOM that are simply covers for getting and setting HTML or SVG attributes. The HTML 5 draft calls this reflection of content attributes. Currently we do this by writing getter and setter functions. For example, see the placeholder and useMap attributes of

[webkit-dev] Changing our IDL syntax to get closer to WebIDL

2009-06-21 Thread Darin Adler
The IDL file format we use to generate our bindings has some things in common with WebIDL and many differences. There are extended attributes we use that exist in WebIDL but with a different name. As a first step in making our IDL syntax be as close to the WebIDL standard as possible, I’d