[Webkit-unassigned] [Bug 68085] [GTK] Loader client implementation for WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 05:14:08 PDT 2011


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


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #107339|0                           |1
        is obsolete|                            |
 Attachment #107339|review?                     |
               Flag|                            |
 Attachment #107985|                            |review?
               Flag|                            |




--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-09-20 05:14:08 PST ---
Created an attachment (id=107985)
 --> (https://bugs.webkit.org/attachment.cgi?id=107985&action=review)
New patch

- It still uses the glib/gio async pattern, but it removes the load progress callback
- It adds load-progress-changed and load-status-changed signals to notify about the load progress. I'm using signals instead of properties in this case, because progress and load-status only make sense while the view is loading, so they are passed as parameters to the signal callbacks, but they are not saved and there's no API to get them.
- It adds is-loading property.
- It adds all API docs missing in previous patch.

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