[Webkit-unassigned] [Bug 106699] [Qt] qtwebkit-2.3: crash in gmail on enabling desktop notifications

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 11 15:58:07 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106699





--- Comment #3 from daimonion <pejakm at gmail.com>  2013-01-11 15:59:59 PST ---
Another thing I've noticed. In file

/Source/WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp

in function

void NotificationPresenterClientQt::requestPermission(ScriptExecutionContext* context, PassRefPtr<VoidCallback> callback)

I've added two printf commands, like this:

            printf("Before emited signal\n");
            emit toPage(context)->featurePermissionRequested(toFrame(context), QWebPage::Notifications);
            printf("After emited signal\n");

Upon crash, only the first one gets printed ("Before emited signal"). Probably doesn't mean anything, but just in case...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list