Re: [webkit-dev] Can the build bot trigger be limited to trunk?

2010-11-04 Thread William Siegrist
On Nov 4, 2010, at 7:51 PM, Dan Bernstein wrote: > As far as I can tell, all of the builders and testers use trunk, so changes > to branches and tags should not trigger a build. Can the build bot be > configured accordingly? Only commits to trunk will trigger builds. The two lines that accompl

[webkit-dev] Can the build bot trigger be limited to trunk?

2010-11-04 Thread Dan Bernstein
As far as I can tell, all of the builders and testers use trunk, so changes to branches and tags should not trigger a build. Can the build bot be configured accordingly? ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mai

Re: [webkit-dev] W3C Proposal: User Interface Independence for Accessible Rich Internet Applications

2010-11-04 Thread Ojan Vafai
I don't think calling these "Request" events fits with the rest of the web platform. Essentially, these are events that fire before some action occurs and gives the web developer the opportunity to cancel that action. The precedence in web events is to call those before* events. So, instead of havi

[webkit-dev] Fwd: Size Of Ruby Text?

2010-11-04 Thread Eric Mader
Argh… sent from the wrong alias again...Begin forwarded message:From: webkit-dev-ow...@lists.webkit.orgSubject: Re: [webkit-dev] Size Of Ruby Text?Date: November 4, 2010 9:56:21 AM HSTTo: mader_e...@apple.comYou must be subscribed in order to post to this mailing list.From: Eric Mader

Re: [webkit-dev] WebKitGtk app memory leaks , please help

2010-11-04 Thread Antonio Gomes
As far as I know you can not listen for DOM event using QWebElement. On Wed, Nov 3, 2010 at 4:44 PM, Xan Lopez wrote: > On Wed, Nov 3, 2010 at 1:20 PM, Fedor Kryukov wrote: >> >> Thanks, >> >> As I understand this is a WebkitGtk bug only? >> So I can temporarily switch to QT WebKit to avoid leak

Re: [webkit-dev] XPath Issues?

2010-11-04 Thread Alex Milowski
On Thu, Nov 4, 2010 at 2:17 PM, Alex Milowski wrote: > On Thu, Nov 4, 2010 at 2:16 PM, Alex Milowski wrote: >>> >>> WebKit currently applies XSLT to document source, not to pre-built DOM. >>> This is different from Firefox, but in strict compliance to the spec. >> >> WebKit currently applies XSL

Re: [webkit-dev] XPath Issues?

2010-11-04 Thread Alex Milowski
On Thu, Nov 4, 2010 at 2:16 PM, Alex Milowski wrote: >> >> WebKit currently applies XSLT to document source, not to pre-built DOM. This >> is different from Firefox, but in strict compliance to the spec. > > WebKit currently applies XSLT to a serialization of the pre-build XML > DOM.  As such, we

Re: [webkit-dev] XPath Issues?

2010-11-04 Thread Alex Milowski
On Wed, Nov 3, 2010 at 6:28 PM, Alexey Proskuryakov wrote: > > 03.11.2010, в 10:11, Alex Milowski написал(а): > >> many of the incompatibilities may not occur >> within the context of the browser with a pre-built DOM. > > > WebKit currently applies XSLT to document source, not to pre-built DOM. Th