[webkit-dev] Problem concerning WebKit

2008-06-11 Thread Mamikon Mirzoyan
Dear ... I am a SW engineer working in a project that needs to use Webkit inside of it. I have a problem with linking libwebkit.a. I built WebKit library in MSys MinGW environment under Windows XP and got a libwebkit.a (hope successfully), and now I can't build a simple application (port is GTK)

Re: [webkit-dev] (no subject)

2008-06-11 Thread Darren VanBuren
To unsubscribe, you must use the Mailman web interface. See the bottom of this email for a link to the web interface. On Jun 11, 2008, at 4:31 PM, Jim L. wrote: > PLease take me off your mailing list. Thank you > > > > ___ > webkit-dev mailing list > we

[webkit-dev] (no subject)

2008-06-11 Thread Jim L.
PLease take me off your mailing list. Thank you ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] New IDL return type

2008-06-11 Thread Michelangelo De Simone
Il giorno 11/giu/08, alle ore 23:07, Michelangelo De Simone ha scritto: I've managed to look at all the involved files but I still can't figure it out; at this time I'm starting to feel almost stupid indeed. Lucky me: Sam pratically solved this out for me. Thanks to David and Sam, indeed.

Re: [webkit-dev] New XML format for .in files

2008-06-11 Thread Julien Chaffraix
On Wed, Jun 11, 2008 at 9:54 PM, Maciej Stachowiak <[EMAIL PROTECTED]> wrote: > > On Jun 11, 2008, at 1:41 PM, Eric Seidel wrote: > >> Julien and I discussed some of these during the patches. I'm sure >> he's open to further suggestions. >> >> 1. The idea has been that "long term" xml is easier t

Re: [webkit-dev] New IDL return type

2008-06-11 Thread Michelangelo De Simone
Il giorno 11/giu/08, alle ore 15:50, David Kilzer ha scritto: My guess is that DOMHTMLInputElement.mm needs an #import statement to compile without warnings. Look in WebCore/bindings/scripts/ CodeGeneratorObjC.pm to see how #import statements are included in generated sources, and make the

Re: [webkit-dev] New XML format for .in files

2008-06-11 Thread Maciej Stachowiak
On Jun 11, 2008, at 1:41 PM, Eric Seidel wrote: > Julien and I discussed some of these during the patches. I'm sure > he's open to further suggestions. > > 1. The idea has been that "long term" xml is easier than a custom > parser (He's been slowly moving more of the custom-hacks in the perl >

Re: [webkit-dev] New XML format for .in files

2008-06-11 Thread Darin Adler
On Jun 11, 2008, at 12:55 PM, Maciej Stachowiak wrote: > Comments? Despite the fact that I've been reviewing patches for these changes and saying r=me, I agree with you on all three points. -- Darin ___ webkit-dev mailing list webkit-dev@lists.

[webkit-dev] New XML format for .in files

2008-06-11 Thread Maciej Stachowiak
Here's what the new format looks like (WebCore/xlinkattrs.in): http://www.w3.org/1999/xlink "> I must admit I don't really like this. First, if we need to have this info in the file, I think it would be simpler to use a simple custom format with a few key-value entries to start and

Re: [webkit-dev] WebHistory problems (how to load Safari history objects)

2008-06-11 Thread John Sullivan
Safari does not have a feature like this, sorry. John On Jun 7, 2008, at 12:45 AM, uru lama wrote: Thank you, for the info :D So, I guess my next question is: is it possible to tell Safari to store every page, not just URL but also the content, the user visits to a file (I hoped that this

Re: [webkit-dev] New IDL return type

2008-06-11 Thread David Kilzer
[Moving back onto webkit-dev. I couldn't reply with the correct "From" address using my iPhone yesterday.] On Wed, 6/11/08, Michelangelo De Simone <[EMAIL PROTECTED]> wrote: > Il giorno 11/giu/08, alle ore 00:36, David Kilzer ha > scritto: > > > Look at WebCore/DerivedSources.make for where to