[webkit-dev] DOM object model glib code auto-generation - it works!

2008-08-27 Thread Luke Kenneth Casson Leighton
https://bugs.webkit.org/show_bug.cgi?id=16401 folks, hi, this is just to say thank you to the people who kindly stopped by or answered questions, giving hints on what's needed. PassRefPtr was the last piece in the puzzle. i can now e.g. create and add text nodes to the DOM, call

[webkit-dev] Compiled libwebkit-1.0.a on win32 (with gtk+), but...

2008-08-27 Thread Marco Rocco
I have compiled libwebkit-1.0.a on win32, but if i try to cross-compile with mingw GtkLauncher for example linking against this libwebkit-1.0.a i get this error: $ i486-mingw32-gcc -g -o webkit_testing.exe webkit_testing.c -mms-bitfields -Idevel/include/webkit-1.0 -Idevel/include/gtk-2.0

[webkit-dev] trac.webkit.org super slow?

2008-08-27 Thread Eric Seidel
Trac.webkit.org was down last night for an upgrade (which is great!) But now it's super-duper slow. Loading pages like: http://trac.webkit.org/browser/trunk/WebCore or browsing around, takes much longer than before. Any idea what's wrong? -eric ___

[webkit-dev] Safari for Windows symbol server available at developer.apple.com

2008-08-27 Thread Adam Roben
Hi all- Since not everyone may have noticed r35512 http://trac.webkit.org/changeset/35512 go by, I figured an email to this list would be appropriate. developer.apple.com is now hosting a symbol server for Safari for Windows. This means that you can configure Visual Studio (or WinDbg, if

Re: [webkit-dev] trac.webkit.org super slow?

2008-08-27 Thread Adam Roben
Eric Seidel wrote: Trac.webkit.org was down last night for an upgrade (which is great!) But now it's super-duper slow. Loading pages like: http://trac.webkit.org/browser/trunk/WebCore or browsing around, takes much longer than before. Any idea what's wrong? According to our server

Re: [webkit-dev] Request for comments

2008-08-27 Thread Hiitola Kari (Nokia-D/Tampere)
Hi, Let me continue the discussion as Jonni escaped to have a vacation. I¹m from the same team as he is. Sorry about the radio silence in between. I don¹t have much to add to CSS transitions or transforms specifications. They are very well written, and the functionality seems to be just what is

Re: [webkit-dev] trac.webkit.org super slow?

2008-08-27 Thread Mark Rowe
On Aug 27, 2008, at 4:50 PM, Jon Shier wrote: It also seems that the upgrade changed the Timeline configuration, so now the default Timeline page and the RSS feed show only a very little bit of the change notes for commits. This makes subscribing to the RSS feed nearly useless. Any way to

Re: [webkit-dev] trac.webkit.org super slow?

2008-08-27 Thread Jon Shier
Thanks, works great. On Aug 27, 2008, at 8:22 PM, Mark Rowe wrote: On Aug 27, 2008, at 4:50 PM, Jon Shier wrote: It also seems that the upgrade changed the Timeline configuration, so now the default Timeline page and the RSS feed show only a very little bit of the change notes for

[webkit-dev] Download a page and retrieve its HTML content

2008-08-27 Thread François Minaud
Hello, I have been using WebKit and VC2005 and testing the GtkLauncher and WinLauncher demo programs. Although I traced the code many times, I couldn't find anything relevant about downloading the page and parsing it's content. What I want to know is where in those 2 programs I may access to