On Wed, Jan 11, 2012 at 5:20 PM, Leo Franchi <[email protected]> wrote:

> On Jan 11, 2012, at 1:05 PM, Jarred Nicholls wrote:
>
> On Tue, Jan 10, 2012 at 11:08 PM, Leo Franchi <[email protected]> wrote:
>
>> On
>>
>> https://github.com/ariya/phantomjs/blob/master/deploy/qt48_fix_inspector.patch
>>
>> cheers,
>> leo
>>
>> --
>> [email protected]                                 KDAB (USA), LLC
>> [email protected]                             The KDE Project
>>
>>  --
>> [email protected]                                 KDAB (USA), LLC
>> [email protected]                             The KDE Project
>>
>>
> Hi Leo,
>
> I tried the patch on vanilla Qt 4.8 and unfortunately it did not resolve
> the issue for me :(  I will keep digging.  Thanks!
>
>
> How are you testing it? I'll take a quick look, now I am curious too :)
>

I have a test html file that calls:

setInterval(function() {
    var i = 1 + 1;
}, 5000);

I open the inspector (right-click on the QWebView widget, choose
Inspect...all local, no remote) and set the break point on the var i = 1 +
1; line.  When the code breaks, the inspector UI ceases to respond (it
still registers interactions, so the UI thread isn't blocked...it's just
not communicating to the server I take it) and the process churns away at
100% CPU.


>
> Did you try it in phantomjs? If it works there but doesn't in your usage,
> then i'm puzzled.
>
> cheers,
> leo
>
>  --
> [email protected]                                 KDAB (USA), LLC
> [email protected]                             The KDE Project
>
>
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to