[Webkit-unassigned] [Bug 68235] [GTK][WK2] Initial implementation of WebInspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 22 05:43:20 PDT 2011


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





--- Comment #25 from Ravi Phaneendra Kasibhatla <ravi.kasibhatla at motorola.com>  2011-09-22 05:43:19 PST ---
(In reply to comment #17)
> (From update of attachment 107856 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=107856&action=review
> 
> >> Source/WebKit2/UIProcess/gtk/WebInspectorGtk.cpp:90
> >> +    gtk_window_set_title(GTK_WINDOW(m_inspectorWindow), "Web Inspector GTK");
> > 
> > missing l10n call wrapping the string.
> 
> Bike shed moment: Probably should just title this  "Web Inspector" Users don't really care what toolkit they're using as long as it deliver to them the kittens.
Done.
> 
> >> Source/WebKit2/UIProcess/gtk/WebInspectorGtk.cpp:118
> >> +    GOwnPtr<gchar> title(g_strconcat("Web Inspector GTK - ", url.utf8().data(), NULL));
> > 
> > Ditto
> 
> Ditto.
Done.

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