RESOLVED FIXED 71461
[GTK] Show load progress information in MiniBrowser using WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=71461
Summary [GTK] Show load progress information in MiniBrowser using WebKit2 GTK+ API
Carlos Garcia Campos
Reported 2011-11-03 05:22:38 PDT
We could use the GtkEntry progress API for that
Attachments
Patch (2.33 KB, patch)
2011-11-03 05:25 PDT, Carlos Garcia Campos
mrobinson: review+
Carlos Garcia Campos
Comment 1 2011-11-03 05:25:59 PDT
Martin Robinson
Comment 2 2011-11-03 09:08:05 PDT
Comment on attachment 113466 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=113466&action=review > Tools/MiniBrowser/gtk/BrowserWindow.c:86 > + g_timeout_add(500, (GSourceFunc)resetEntryProgress, window->uriEntry); This seems a bit long, but we can always adjust it later.
Carlos Garcia Campos
Comment 3 2011-11-03 09:14:08 PDT
Note You need to log in before you can comment on or make changes to this bug.