[Webkit-unassigned] [Bug 25831] [GTK] events missing when a document is (re)loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 10 21:05:41 PDT 2010


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





--- Comment #4 from Joanmarie Diggs <joanmarie.diggs at gmail.com>  2010-05-10 21:05:41 PST ---
I just gave this a spin. Thanks for doing it!

Unfortunately, here's what I'm seeing in the terminal window from which I launched GtkLauncher:

(GtkLauncher:22151): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.0/gobject/gsignal.c:3079: signal name `state-changed:defunct' is invalid for instance `0x968c768'

(GtkLauncher:22151): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.0/gobject/gsignal.c:3079: signal name `state-changed:defunct' is invalid for instance `0x96776a0'
** Message: console message: http://googlevideo.blogspot.com/ @813: ReferenceError: Can't find variable: OnLoad


(GtkLauncher:22151): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.0/gobject/gsignal.c:3079: signal name `state-changed:defunct' is invalid for instance `0x967ef40'

(GtkLauncher:22151): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.0/gobject/gsignal.c:3079: signal name `state-changed:defunct' is invalid for instance `0xb4b14968'

(GtkLauncher:22151): GLib-GObject-WARNING **: /build/buildd/glib2.0-2.24.0/gobject/gsignal.c:3079: signal name `state-changed:defunct' is invalid for instance `0x9674a00'

==============================

Here's what I'm seeing in Accerciser's event monitor:

[document frame | ]
    application: [application | GtkLauncher]
[document frame | ]
    application: [application | GtkLauncher]
document:load-complete(0, 0, )
    source: [document frame | ]
    application: [application | GtkLauncher]
[document frame | ]
    application: [application | GtkLauncher]
[document frame | ]
    application: [application | GtkLauncher]

==============================

Here's what I see in Accerciser's event monitor when using Firefox:

document:reload(0, 0, Ubuntu Start Page)
    source: [document frame | Ubuntu Start Page]
    application: [application | Firefox]
document:load-complete(0, 0, Ubuntu Start Page)
    source: [document frame | Ubuntu Start Page]
    application: [application | Firefox]
document:load-complete(0, 0, foo - Google Search)
    source: [document frame | foo - Google Search]
    application: [application | Firefox]
document:load-complete(0, 0, Foobar - Wikipedia, the free encyclopedia)
    source: [document frame | Foobar - Wikipedia, the free encyclopedia]
    application: [application | Firefox]

The Accerciser output for WebKitGtk isn't just incomplete, something funky is taking place for events which are not document:load-complete. That's the biggest issue. It would be good to have the page title as the event.any_data, but if that's a pain it can be treated as a separate bug IMHO.

(Sorry for the bad news!)

BTW, José, if you're not familiar with Accerciser, I encourage you to get it. Best. Tool. EVER. Seriously. http://live.gnome.org/Accerciser

If Alejandro (API) has the time, he should be able to give you a crash course in its use. Otherwise, I will do my best to be around on IRC. And if you don't see me in #webkit-gtk, I might be hiding but still online. My nick on freenode is joanie.

Thanks again for your work!

-- 
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