0
Files
src/content
varunjain@chromium.org ba16e3a2fb Context menus should appear above the touch point if invoked by long press.
This CL does this for content area context menus only. I will send out another CL for same functionality on views controls.
We acheive this as follows: We remember in render_widget_host, which kind of
event is currently in process. When we get a request for showing context menu,
in render_view_host, we check if currently we are processing a gesture event,
and if so, we display the context menu appropriately.

BUG=142015
TEST=manual

Review URL: https://chromiumcodereview.appspot.com/10917102

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155306 0039d316-1c4b-4281-b951-d872f2087c98
2012-09-07 04:14:52 +00:00
..
2012-09-06 23:23:30 +00:00
2012-08-02 23:14:21 +00:00