Bug 71461

Summary: [GTK] Show load progress information in MiniBrowser using WebKit2 GTK+ API
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: pnormand, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on: 71459    
Bug Blocks: 71447, 71466    
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2011-11-03 05:22:38 PDT
We could use the GtkEntry progress API for that
Comment 1 Carlos Garcia Campos 2011-11-03 05:25:59 PDT
Created attachment 113466 [details]
Patch
Comment 2 Martin Robinson 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.
Comment 3 Carlos Garcia Campos 2011-11-03 09:14:08 PDT
Committed r99201: <http://trac.webkit.org/changeset/99201>