RESOLVED FIXED 98646
[GTK] Add a setting to enable/disable smooth scrolling to WebKit2 GTK+ API
https://bugs.webkit.org/show_bug.cgi?id=98646
Summary [GTK] Add a setting to enable/disable smooth scrolling to WebKit2 GTK+ API
Carlos Garcia Campos
Reported 2012-10-08 06:38:07 PDT
ssia
Attachments
Patch (7.61 KB, patch)
2012-10-08 06:42 PDT, Carlos Garcia Campos
xan.lopez: review+
Carlos Garcia Campos
Comment 1 2012-10-08 06:42:45 PDT
WebKit Review Bot
Comment 2 2012-10-08 06:45:51 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
WebKit Review Bot
Comment 3 2012-10-08 06:46:11 PDT
Attachment 167534 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1 Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1056: When wrapping a line, only indent 4 spaces. [whitespace/indent] [3] Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1058: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1059: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1060: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1061: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] WARNING: File exempt from style guide. Skipping: "Source/WebKit2/UIProcess/API/gtk/WebKitSettings.h" Total errors found: 5 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Xan Lopez
Comment 4 2012-10-08 07:07:14 PDT
Comment on attachment 167534 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=167534&action=review > Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:2701 > + g_object_notify(G_OBJECT(settings), "enable-page-cache"); Copy&paste mistake.
Carlos Garcia Campos
Comment 5 2012-10-08 08:01:32 PDT
(In reply to comment #4) > (From update of attachment 167534 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=167534&action=review > > > Source/WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:2701 > > + g_object_notify(G_OBJECT(settings), "enable-page-cache"); > > Copy&paste mistake. Ooops
Carlos Garcia Campos
Comment 6 2012-10-08 08:06:01 PDT
Note You need to log in before you can comment on or make changes to this bug.