Re: [webkit-dev] Sparkle Self-Update Framework

2008-12-31 Thread Eric Seidel
Checking for updates as part of the WebKit Launcher (the application which is what you run when you double-click on a nightly build) w/o slowing down startup or modifying Safari.app is non-trivial. All the WebKit Launcher really does is set the DYLD_FRAMEWORK_PATH correctly to the included framewo

Re: [webkit-dev] Enormous WebCore.lib on Windows (Release)

2008-12-31 Thread Boyd Waters
I ran into a similar problem with BerkeleyDB compiled with GCC, when I set '-O' to something other than '-O2'... On Dec 31, 2008, at 3:04 PM, Brent Fulgham wrote: Hi, It recently came to my attention that the WebCore.lib built on Windows (using either the Cairo back-end or the official Cor

Re: [webkit-dev] Sparkle Self-Update Framework

2008-12-31 Thread Maciej Stachowiak
On Dec 31, 2008, at 3:12 PM, Dan Mulroy wrote: Hi All, Is there a reason the Sparkle (Free self update framework for mac os x applications) is not being used to update webkit? Having to download a full disk image every day is tedious, and the Sparkle frameworks are fantastic. NightSh

[webkit-dev] Enormous WebCore.lib on Windows (Release)

2008-12-31 Thread Brent Fulgham
Hi, It recently came to my attention that the WebCore.lib built on Windows (using either the Cairo back-end or the official CoreGraphics back-end) weighs in at 1.2 GB for the release build, while the debug build is a relatively svelte 370 MB. Any idea why the Release builds are so enormous? I wo

[webkit-dev] [ANN] Builds of PyWebkitGtk and Webkit-Glib-Gtk (r39359+#16401.master) for Debian i386, Debian AMD64 and Macports MacOSX 10.4

2008-12-31 Thread Luke Kenneth Casson Leighton
webkit-glib-gtk provides gobject bindings to webkit's DOM model. pywebkitgtk provides python bindings to the gobject bindings of webkit's DOM model. files are available for download at: https://sourceforge.net/project/showfiles.php?group_id=236659&package_id=290457&release_id=650548 separate pre-

Re: [webkit-dev] Change WTF::ThreadCondition::timedWait to use absolute time?

2008-12-31 Thread Dmitry Titov
Good point. The double as used in SystemTime.h looks right indeed. On Tue, Dec 30, 2008 at 10:31 PM, Darin Adler wrote: > On Dec 30, 2008, at 6:21 PM, Dmitry Titov wrote: > > bool ThreadCondition::timedWait(Mutex& mutex, const struct timespec >> *timeoutTime) >> > > It seems OK, roughly speaking

Re: [webkit-dev] inspector calls from XHR running in a (html5) worker

2008-12-31 Thread Maciej Stachowiak
On Dec 30, 2008, at 11:14 AM, David Levin wrote: Problem In XMLHttpRequest::didFinishLoading (WebCore/xml/ XMLHttpRequest.cpp), there is a call to the inspector like this: page->inspectorController()- >resourceRetrievedByXMLHttpRequest(m_loader ? m_loader- >identifier() : m_identifier, m

Re: [webkit-dev] New loader class to allow workers to do xhr

2008-12-31 Thread Maciej Stachowiak
On Dec 30, 2008, at 12:07 PM, Darin Adler wrote: I have a few thoughts on this. The general approach seems OK. On Dec 30, 2008, at 11:11 AM, David Levin wrote: class ScriptResourceLoader { I'm not sure "Script" is the right word here, but I don't have a better one. Up until now Script

Re: [webkit-dev] About Dom tree

2008-12-31 Thread David Kilzer
The 's parent is a tag that's implicitly added during parsing to "fix" the DOM tree. See Ian Hixie's live DOM viewer for a visual representation of this (paste your HTML into the top textarea): http://software.hixie.ch/utilities/js/live-dom-viewer/ Dave Fr

Re: [webkit-dev] About Dom tree

2008-12-31 Thread Darren VanBuren
On Wed, Dec 31, 2008 at 02:12, zhenghe zhang wrote: > Hi >I am studying the "webkit", and now I have a question , I hope you > tell me , thank you! > It's called WebKit, not "the WebKit", so please note that. > > As follows: > > cellspacing="0"> > > > > > > href="column.jsp?

[webkit-dev] About Dom tree

2008-12-31 Thread zhenghe zhang
Hi I am studying the "webkit", and now I have a question , I hope you tell me , thank you! As follows: I think the map's parent is the "img", but others don't agree with me. Please tell me the detail on the basic of DOM tree. Thanks zh