Hi,
    while running the regression test framework with ./run-webkit-tests,
For some of the test cases there are uerinput actions required and some of
them are animations.Does dumprendertree dumps the tree after the dynamic
user actions and animations are performed or it it just dumps the
rendertree for a static default html page loaded?

Regards,
Ramana.

On Wed, September 16, 2009 8:47 pm, [email protected]
wrote:
> Send webkit-help mailing list submissions to
> [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
> or, via email, send a message with subject or body 'help' to
> [email protected]
>
> You can reach the person managing the list at
> [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of webkit-help digest..."
>
>
> Today's Topics:
>
>
> 1.  Giving keyboard focus on a flash video. (Matt Bockt)
> 2. Re: Webkit Linux Build without libsoup (Oliver Dole)
> 3. Re: Webkit Linux Build without libsoup (Ariya Hidayat)
> 4. Re: Webkit Linux Build without libsoup (Devdatta Akhawe)
> 5. Flash/Flash Plugin functionality in WebKit (Linux)
> (Elden Armbrust)
> 6. Re: Flash/Flash Plugin functionality in WebKit (Linux)
> (Ariya Hidayat)
> 7. Re: Webkit Linux Build without libsoup (Ariya Hidayat)
> 8. Re: Webkit Linux Build without libsoup (Devdatta Akhawe)
>
>
>
> ----------------------------------------------------------------------
>
>
> Message: 1
> Date: Wed, 16 Sep 2009 17:50:15 +0200
> From: Matt Bockt <[email protected]>
> To: [email protected]
> Subject: [webkit-help]  Giving keyboard focus on a flash video.
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> Hi !
>
>
> I have a flash movie that is embedd in an html page, and I want it to
> have the keyboard focus as soon as the page is loaded.
>
> With the following HTML code, it works fine on IE and Firefox, but not on
>  WebKit.
>
>
> <HTML>
> <body onload="document.getElementById('VIDEO').focus();">
>
>
> <OBJECT
> wmode="opaque" id="VIDEO" name="VIDEO" width="800" height="600"
> style="position:absolute; left:0;top:0;"
> type="application/x-shockwave-flash" data="mt.swf"> <PARAM NAME="MOVIE"
> VALUE="mt.swf">
>
>
> </OBJECT>
> </body>
> </HTML>
>
>
>
> The "onLoad" event is well received and the
> "document.getElementById('VIDEO')" works. Indeed, if I replace "<body
> onload="document.getElementById('VIDEO').focus();">" with "<body
> onload="alert(document.getElementById('VIDEO').data)">" the alert returns
>  the name of the file to be played.
>
> So, looks like the ".focus()" does'nt actually give focus to the embed
> flash video...
>
> Am I missing something in the way to embed the flash video or is it a
> limitation of webkit ??
>
> I also read during my searches on google, that giving the focus to a
> flash video was quite impossible from a non-IE browser, but these posts
> were sometime outdated (2005-2006......) But since it works now on a
> firefox 3.0.4, I wonder why it doesn't work on WebKit too.
>
>
>
> Thank you to help me making the light  about all this.
>
>
>
> PS :  I'm running a *WebKit r44815* on *Fedora10*.
>
>
>
> --
> matt -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.webkit.org/pipermail/webkit-help/attachments/20090916/db343
> 327/attachment-0001.html>
>
>
> ------------------------------
>
>
> Message: 2
> Date: Wed, 16 Sep 2009 20:37:23 +0200
> From: Oliver Dole <[email protected]>
> To: Devdatta Akhawe <[email protected]>
> Cc: [email protected]
> Subject: Re: [webkit-help] Webkit Linux Build without libsoup
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset="utf-8"
>
>
> Hello,
> Yes it is possible as OWB is able to compile GTK version either with
> libsoup network backend or curl's one. So I think you just have to modify
> GTK build
> system to compile curl related files instead of those of libsoup and of
> course adding the correct compile flags (like -I/usr/include/curl -lcurl
> -DWTF_USE_CURL=1 instead of -DWTF_USE_SOUP=1).
>
>
> Regards,
>
>
> On Wed, Sep 16, 2009 at 2:21 AM, Devdatta Akhawe <[email protected]>
> wrote:
>
>
>> Hi
>>
>>
>> Has anyone thought about building the Webkit GTK build without libsoup.
>> I
>> was wondering if it was possible to build using the Chromium Network
>> libs instead of libsoup. I am not really interested in using GTK either
>> -- I
>> wouldn't mind using only dump render tree (or QT/whatever).
>>
>> Does WebKit support this build config currently ? Does it sound
>> plausible ? Anyone have any ideas where I should start ?
>> And if I do end up implementing it, would the webkit developers be
>> amiable to adding the port to the buildbot ?
>>
>> Regards
>> Devdatta
>>
>>
>> ------------------------------
>> Hotmail: Powerful Free email with security by Microsoft. Get it
>> now.<http://clk.atdmt.com/GBL/go/171222986/direct/01/>
>>
>>
>> _______________________________________________
>> webkit-help mailing list [email protected]
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>>
>>
>>
>
>
> --
> Olivier DOLE
> Pleyo
> Software Engineer
>
>
> Follow us on twitter : twitter.com/pleyo
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.webkit.org/pipermail/webkit-help/attachments/20090916/5a8cf
> fd5/attachment-0001.html>
>
> ------------------------------
>
>
> Message: 3
> Date: Wed, 16 Sep 2009 20:48:18 +0200
> From: Ariya Hidayat <[email protected]>
> To: [email protected]
> Subject: Re: [webkit-help] Webkit Linux Build without libsoup
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
>
>
>> Has anyone thought about building the Webkit GTK build without libsoup.
>> I
>> was wondering if it was possible to build using the Chromium Network
>> libs instead of libsoup. I am not really interested in using GTK either
>> -- I
>> wouldn't mind using only dump render tree (or QT/whatever).
>
> If you use Qt port of WebKit, you also don't need libsoup or any other
> external network libraries.
>
> See http://trac.webkit.org/wiki/BuildingQtOnLinux for building details.
>
>
>
>
> --
> Ariya Hidayat
> http://www.linkedin.com/in/ariyahidayat
>
>
>
> ------------------------------
>
>
> Message: 4
> Date: Wed, 16 Sep 2009 21:37:19 +0000
> From: Devdatta Akhawe <[email protected]>
> To: <[email protected]>, <[email protected]>,
> <[email protected]>
> Subject: Re: [webkit-help] Webkit Linux Build without libsoup
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
>
>
> Thanks for the replies guys!
>
>
> How about using the Chromium Libs instead of either Qt/Curl/soup ? I have
> heard that the Chromium libs are nicely done and better.
>
> Cheers
> Devdatta
>
>
>
> _________________________________________________________________
> Hotmail: Free, trusted and rich email service.
> http://clk.atdmt.com/GBL/go/171222984/direct/01/
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.webkit.org/pipermail/webkit-help/attachments/20090916/a624e
> edf/attachment-0001.html>
>
> ------------------------------
>
>
> Message: 5
> Date: Wed, 16 Sep 2009 19:22:54 -0400
> From: Elden Armbrust <[email protected]>
> To: [email protected]
> Subject: [webkit-help] Flash/Flash Plugin functionality in WebKit
> (Linux)
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> Maybe I'm missing it (most likey, since others seem to have it working)
> but I can't seem to find a/the way to get flash working in my C WebKit
> program(s).  There's no error being reported that I'm aware of, it's just
> simply not embedded into the rendered page at all.  I'm guessing that the
>  necessary plugin is simply not being loaded whatsoever.  So my question
> to everyone here is: What is the proper way to get flash working in WebKit
> on Linux? Are there certain functions I have to call?  Command line
> arguments? Special locations for files?  Thanks in advance.
>
>
> -Elden
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.webkit.org/pipermail/webkit-help/attachments/20090916/ad6ff
> cf6/attachment-0001.html>
>
> ------------------------------
>
>
> Message: 6
> Date: Thu, 17 Sep 2009 01:33:31 +0200
> From: Ariya Hidayat <[email protected]>
> To: [email protected]
> Subject: Re: [webkit-help] Flash/Flash Plugin functionality in WebKit
> (Linux)
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
>
>
>> Maybe I'm missing it (most likey, since others seem to have it working)
>> but I can't seem to find a/the way to get flash working in my C WebKit
>> program(s).? There's no error being reported that I'm aware of, it's
>> just simply not embedded into the rendered page at all.? I'm guessing
>> that the necessary plugin is simply not being loaded whatsoever.? So my
>> question to everyone here is: What is the proper way to get flash
>> working in WebKit on Linux? Are there certain functions I have to call??
>> Command line arguments?
>> Special locations for files?? Thanks in advance.
>>
>
> Please also read
> https://lists.webkit.org/pipermail/webkit-help/2009-August/000146.html
> carefully first. Detailed information (port, compiler, platform, etc) helps
> a lot, especially with plugins (32-bit and 64-bit can make a huge
> difference).
>
> At least on the Qt port, there are several plugin directories which
> will be searched. Refer to http://doc.trolltech.com/4.5/qtwebkit.html for
> details.
>
> Often you also need to "activate" the plugin support in the settings.
> I assume you use webkit-gtk, so search for plugin-related settings in
> its API.
>
> You might also want to use your debugging skills to breakpoint and
> trace the problem right from the plugin code in WebCore/plugins, for
> example starting from the PluginDatabase class.
>
>
> --
> Ariya Hidayat
> http://www.linkedin.com/in/ariyahidayat
>
>
>
> ------------------------------
>
>
> Message: 7
> Date: Thu, 17 Sep 2009 01:37:35 +0200
> From: Ariya Hidayat <[email protected]>
> To: [email protected]
> Subject: Re: [webkit-help] Webkit Linux Build without libsoup
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
>
>
>> How about using the Chromium Libs instead of either Qt/Curl/soup ? I
>> have heard that the Chromium libs are nicely done and better.
>
> Well, in that case, why don't you just build Chromium for Linux?
>
>
>
>
> --
> Ariya Hidayat
> http://www.linkedin.com/in/ariyahidayat
>
>
>
> ------------------------------
>
>
> Message: 8
> Date: Thu, 17 Sep 2009 00:47:34 +0000
> From: Devdatta Akhawe <[email protected]>
> To: <[email protected]>, <[email protected]>
> Subject: Re: [webkit-help] Webkit Linux Build without libsoup
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
>
> Chromium will make me use V8 and I want to use JavaScript Core.
>
>
> Cheers
> Devdatta
>
>
>> Date: Thu, 17 Sep 2009 01:37:35 +0200
>> From: [email protected]
>> To: [email protected]
>> Subject: Re: [webkit-help] Webkit Linux Build without libsoup
>>
>>
>>> How about using the Chromium Libs instead of either Qt/Curl/soup ? I
>>> have heard that the Chromium libs are nicely done and better.
>>
>> Well, in that case, why don't you just build Chromium for Linux?
>>
>>
>>
>>
>> --
>> Ariya Hidayat
>> http://www.linkedin.com/in/ariyahidayat
>> _______________________________________________
>> webkit-help mailing list [email protected]
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>>
>
> _________________________________________________________________
> Hotmail: Powerful Free email with security by Microsoft.
> http://clk.atdmt.com/GBL/go/171222986/direct/01/
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://lists.webkit.org/pipermail/webkit-help/attachments/20090917/6b7da
> 46e/attachment.html>
>
>
> ------------------------------
>
>
> _______________________________________________
> webkit-help mailing list [email protected]
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>
>
> End of webkit-help Digest, Vol 3, Issue 16
> ******************************************
>
>


_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to