Title: [123355] trunk/Source/WebKit2
- Revision
- 123355
- Author
- [email protected]
- Date
- 2012-07-23 11:45:51 -0700 (Mon, 23 Jul 2012)
Log Message
[Qt] Enable touch slider when touch events are enabled
https://bugs.webkit.org/show_bug.cgi?id=91013
Reviewed by Antonio Gomes.
Take advantage of the logic introduced in r122286.
* Target.pri:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (123354 => 123355)
--- trunk/Source/WebKit2/ChangeLog 2012-07-23 18:31:14 UTC (rev 123354)
+++ trunk/Source/WebKit2/ChangeLog 2012-07-23 18:45:51 UTC (rev 123355)
@@ -1,5 +1,16 @@
2012-07-23 Pierre Rossi <[email protected]>
+ [Qt] Enable touch slider when touch events are enabled
+ https://bugs.webkit.org/show_bug.cgi?id=91013
+
+ Reviewed by Antonio Gomes.
+
+ Take advantage of the logic introduced in r122286.
+
+ * Target.pri:
+
+2012-07-23 Pierre Rossi <[email protected]>
+
Unify numTouchEventHandlersChanged and needTouchEvents in the chrome client
https://bugs.webkit.org/show_bug.cgi?id=91006
Modified: trunk/Source/WebKit2/Target.pri (123354 => 123355)
--- trunk/Source/WebKit2/Target.pri 2012-07-23 18:31:14 UTC (rev 123354)
+++ trunk/Source/WebKit2/Target.pri 2012-07-23 18:45:51 UTC (rev 123355)
@@ -851,6 +851,7 @@
}
contains(DEFINES, ENABLE_TOUCH_EVENTS=1) {
+ DEFINES += ENABLE_TOUCH_SLIDER=1
HEADERS += \
Shared/NativeWebTouchEvent.h
SOURCES += \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes