Bug 71461 - [GTK] Show load progress information in MiniBrowser using WebKit2 GTK+ API
Summary: [GTK] Show load progress information in MiniBrowser using WebKit2 GTK+ API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 71459
Blocks: 71447 71466
  Show dependency treegraph
 
Reported: 2011-11-03 05:22 PDT by Carlos Garcia Campos
Modified: 2011-11-03 09:14 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.33 KB, patch)
2011-11-03 05:25 PDT, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>