Revert 63397 - Add a message pump for touchui=1
commit9317bdedaac5718c5499efe081df23c2d6903d80
authorrjkroege@google.com <rjkroege@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 21 Oct 2010 20:30:30 +0000 (21 20:30 +0000)
committerrjkroege@google.com <rjkroege@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 21 Oct 2010 20:30:30 +0000 (21 20:30 +0000)
tree77dd995183ed17ac9303a44bebefee9c4ad20374
parent66980d85fefe26261b310f35375a31bb91abd0c3
Revert 63397 - Add a message pump for touchui=1

The message pump reads events directly from X. For most events, it passes them
on to GDK for normal processing. It consumes some events (e.g. keypress events)
to demonstrate how it's intended to work. This, of course, makes chrome mostly
unusable since you can only use the mouse to do things. But this is a small
first step towards capturing events through MPX (e.g. touch etc.) and processing
them as chrome pleases.

glib message pump: Slightly change architecture

This changeset breaks down the glib message pump a little so that it can be
easily subclassed. The next set of commits will introduce a subclass that still
uses GTK and GDK widgets, but reads events directly from X instead of through
GTK/GDK.

Review URL: http://codereview.chromium.org/3748002
Patch from Sadrul Chowdhury <sadrul@chromium.org>.

TBR=rjkroege@google.com

Probably a dynamic link problem with -lX11.

Review URL: http://codereview.chromium.org/4007004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63403 0039d316-1c4b-4281-b951-d872f2087c98
base/base.gypi
base/message_loop.cc
base/message_pump_glib.cc
base/message_pump_glib.h
base/message_pump_glib_x.cc [deleted file]
base/message_pump_glib_x.h [deleted file]