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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 22 05:42:48 PDT 2011


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





--- Comment #24 from Ravi Phaneendra Kasibhatla <ravi.kasibhatla at motorola.com>  2011-09-22 05:42:48 PST ---
(In reply to comment #16)
> (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.
Done.
> 
> > Source/WebKit2/UIProcess/gtk/WebInspectorGtk.cpp:118
> > +    GOwnPtr<gchar> title(g_strconcat("Web Inspector GTK - ", url.utf8().data(), NULL));
> 
> 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