RESOLVED FIXED81241
[Qt][WK2] Build failure when using --no-touch-events
https://bugs.webkit.org/show_bug.cgi?id=81241
Summary [Qt][WK2] Build failure when using --no-touch-events
Dinu Jacob
Reported 2012-03-15 11:14:53 PDT
Build failure due to inconsistent use of TOUCH_EVENTS flag.
Attachments
Patch (5.86 KB, patch)
2012-03-15 11:20 PDT, Dinu Jacob
hausmann: review+
Patch for landing (5.83 KB, patch)
2012-03-15 14:09 PDT, Dinu Jacob
no flags
Dinu Jacob
Comment 1 2012-03-15 11:20:14 PDT
Dinu Jacob
Comment 2 2012-03-15 11:25:06 PDT
There are many methods/files that can be wrapped in ENABLE_TOUCH_EVENTS flag. The patch fixes only the inconsistent places that specifically caused the build to fail.
Simon Hausmann
Comment 3 2012-03-15 13:40:35 PDT
Comment on attachment 132082 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=132082&action=review > Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp:233 > + Q_UNUSED(point); Shouldn't this be in #else?
Dinu Jacob
Comment 4 2012-03-15 13:42:18 PDT
(In reply to comment #3) > (From update of attachment 132082 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=132082&action=review > > > Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp:233 > > + Q_UNUSED(point); > > Shouldn't this be in #else? Yes :)
Dinu Jacob
Comment 5 2012-03-15 14:09:43 PDT
Created attachment 132117 [details] Patch for landing
WebKit Review Bot
Comment 6 2012-03-15 14:13:30 PDT
Comment on attachment 132117 [details] Patch for landing Rejecting attachment 132117 [details] from commit-queue. maheshk@webkit.org does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py. - If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. - If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your committer rights.
WebKit Review Bot
Comment 7 2012-03-16 08:51:23 PDT
Comment on attachment 132117 [details] Patch for landing Clearing flags on attachment: 132117 Committed r111010: <http://trac.webkit.org/changeset/111010>
WebKit Review Bot
Comment 8 2012-03-16 08:51:28 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.