[Webkit-unassigned] [Bug 114298] [WK2][GTK] Adding SpatialNavigation API to webkit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 10 09:06:10 PDT 2013


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





--- Comment #11 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-04-10 09:04:24 PST ---
(In reply to comment #10)
> (In reply to comment #6)
> > (From update of attachment 197156 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=197156&action=review
> > 
> > Patch looks good to me, thanks! r- because it lacks unit tests. It requires the approval of another GTK+ reviewer and one WebKit2 owner.
> > 
> > > Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1093
> > > +     */
> > 
> > Add Since: 2.2
> > 
> > > Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:2695
> > > + */
> > 
> > Since: 2.2 here too
> > 
> > > Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:2717
> > > + * Returns: %TRUE If HTML5 spatial navigation support is enabled or %FALSE otherwise.
> > 
> > And here too.
> > 
> > > Source/WebKit2/UIProcess/API/gtk/WebKitSettings.h:388
> > > +webkit_settings_set_enable_spatial_navigation                  (WebKitSettings *settings,
> > > +                                                                gboolean enabled);
> 
> Fixed the things added above
> 
> 
> > 
> > Nit: Please line up argument names like all other functions.
> I'm following the same rule as the rest of the file

No, you are not. There's a single space between gboolean and enabled that should be at the same column that settings, like all other functions.

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