[webkit-reviews] review requested: [Bug 17589] Scroll wheel sensitivity ignored : [Attachment 22075] correctd patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 3 16:01:26 PDT 2008


Maxime Britto <britto at apple.com> has asked  for review:
Bug 17589: Scroll wheel sensitivity ignored
https://bugs.webkit.org/show_bug.cgi?id=17589

Attachment 22075: correctd patch
https://bugs.webkit.org/attachment.cgi?id=22075&action=edit

------- Additional Comments from Maxime Britto <britto at apple.com>
I changed the variable names for them to be more explicit and I added 2 bool
for the page scroll (vertical and horizontal)

Here are the chosen names :

+	 int m_charsToScrollPerDelta;
+	 int m_linesToScrollPerDelta;
+	 bool m_pageXScrollMode;
+	 bool m_pageYScrollMode;


More information about the webkit-reviews mailing list