[Webkit-unassigned] [Bug 26409] [GTK] Glitches in new progress/load-status system

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 07:58:57 PDT 2009


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





--- Comment #8 from Carlos Garcia Campos <carlosgc at gnome.org>  2009-08-03 07:58:56 PDT ---
Created an attachment (id=33975)
 --> (https://bugs.webkit.org/attachment.cgi?id=33975)
Test case for FIRST_VISUALLY_NON_EMPTY_LAYOUT after FINISHED

This is a test case for another issue I've found in load_status system. When
loading more than one document at the same time, sometimes, for some of the
documents, WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT status is reported after
WEBKIT_LOAD_FINISHED. The test program receives gnome bugs numbers.

$ ./test 102382 105129 106872 
** Message: Status for (null) is WEBKIT_LOAD_PROVISIONAL
** Message: Status for (null) is WEBKIT_LOAD_PROVISIONAL
** Message: Status for (null) is WEBKIT_LOAD_PROVISIONAL
** Message: Status for http://bugzilla.gnome.org/show_bug.cgi?id=102382 is
WEBKIT_LOAD_COMMITTED
** Message: Status for http://bugzilla.gnome.org/show_bug.cgi?id=105129 is
WEBKIT_LOAD_COMMITTED
** Message: Status for http://bugzilla.gnome.org/show_bug.cgi?id=105129 is
WEBKIT_LOAD_FINISHED
** Message: Status for http://bugzilla.gnome.org/show_bug.cgi?id=106872 is
WEBKIT_LOAD_COMMITTED
** Message: Status for http://bugzilla.gnome.org/show_bug.cgi?id=106872 is
WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT
** Message: Status for http://bugzilla.gnome.org/show_bug.cgi?id=102382 is
WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT
** Message: Status for http://bugzilla.gnome.org/show_bug.cgi?id=105129 is
WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT
** Message: Status for http://bugzilla.gnome.org/show_bug.cgi?id=106872 is
WEBKIT_LOAD_FINISHED
** Message: Status for http://bugzilla.gnome.org/show_bug.cgi?id=102382 is
WEBKIT_LOAD_FINISHED

In this case for bug 105129, FINISHED is sent before
FIRST_VISUALLY_NON_EMPTY_LAYOUT

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