[webkit-qt] Web Inspector GUI lock problem (Bug 71271)
Tsarko Yaroslav
eriktsarko at googlemail.com
Thu May 17 21:08:06 PDT 2012
Andrew,
Thank you for the patch and response. I have already investigated the
problem yesterday and fixed it: http://trac.webkit.org/changeset/117440
On 17.05.2012 17:29, Andrew Webster wrote:
> On Mon, May 14, 2012 at 5:08 AM, Tsarko Yaroslav
> <eriktsarko at googlemail.com> wrote:
>> Greetings everyone!
>>
>> Does anyone know why the problem Bug 71271: [Qt] Web Inspector: local
>> inspector client UI becomes unresponsive on debugger pause during
>> (https://bugs.webkit.org/show_bug.cgi?id=71271) is still in UNCONFIRMED
>> state? I suppose this is a very important problem, the script debugger is
>> unusable because of it. Are there any working patches that fix it?
> You could try:
>
> --- InspectorClientQt.cpp
> +++ InspectorClientQt.cpp
> @@ -63,6 +63,7 @@
> : QWebPage(parent)
> {
> connect(mainFrame(), SIGNAL(javaScriptWindowObjectCleared()),
> SLOT(javaScriptWindowObjectCleared()));
> + QWebPagePrivate::priv(this)->page->setGroupName(String());
> }
>
> QWebPage* createWindow(QWebPage::WebWindowType)
>
>
>> --
>> Thanks,
>> Yaroslav
>>
>>
>> _______________________________________________
>> webkit-qt mailing list
>> webkit-qt at lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
>>
> _______________________________________________
> webkit-qt mailing list
> webkit-qt at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
--
Thanks,
Yaroslav
More information about the webkit-qt
mailing list