summaryrefslogtreecommitdiffstats
path: root/webkit/glue/context_menu.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix regression in 81614 with spelling correction.jam@chromium.org2011-04-191-0/+3
| | | | | | | BUG=79821 Review URL: http://codereview.chromium.org/6883038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82075 0039d316-1c4b-4281-b951-d872f2087c98
* Move a bunch of Chrome specific code out of RenderThread, in preparation of ↵jam@chromium.org2011-04-141-8/+0
| | | | | | | | moving it to content. Review URL: http://codereview.chromium.org/6850003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81614 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side needed for WebKit change to move the little remaining spellcheck ↵jam@chromium.org2011-04-121-0/+8
| | | | | | | | code out of RenderView. Review URL: http://codereview.chromium.org/6813090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81274 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the issue that context menu doesn't show on fullscreen Pepper Flash.yzshen@chromium.org2011-04-111-2/+5
| | | | | | | | | | | | | - generate WebInputEvent::ContextMenu events. - calculate the context menu position correctly. - monitor mouse down events on fullscreen render widget, so that we can pass correct timestamp to gtk_menu_popup. BUG=None. TEST=Open a fullscreen Youtube video, and right click on it to see whether context menu shows up or not. Review URL: http://codereview.chromium.org/6760019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81135 0039d316-1c4b-4281-b951-d872f2087c98
* Make View frame source work for POST results.pfeldman@chromium.org2011-03-091-0/+6
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/6596015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77456 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-311-0/+10
| | | | | | | | | | | | This meets the needs of Flapper. We may want to generalize/restrict/modify the API for inclusion into PPAPI, but hopefully this lays a foundation. BUG=none TEST=Flapper context menus work (with the right version of Flapper) Review URL: http://codereview.chromium.org/6253017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73193 0039d316-1c4b-4281-b951-d872f2087c98
* webkit: use string16 in ContextMenuParamsevan@chromium.org2010-12-141-1/+1
| | | | | | | | | BUG=23581 TEST=compiles Review URL: http://codereview.chromium.org/5712003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69074 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Move code from headers into cc files.erg@google.com2010-08-271-0/+38
BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3219002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57732 0039d316-1c4b-4281-b951-d872f2087c98