summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/render_view_context_menu.h
Commit message (Expand)AuthorAgeFilesLines
* Move MediaPlayerAction out of context_menu.h into webview.h since it's really...ajwong@chromium.org2009-08-201-0/+1
* Allow the browser to send actions back to the render for media element contex...ajwong@chromium.org2009-07-231-1/+3
* Squash the "Confirm Form Repost" dialog triggered via an external context men...robertshield@chromium.org2009-07-231-2/+2
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-171-2/+5
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-4/+4
* Fix crasher where we tried to access a destroyed render widget host view.estade@chromium.org2009-06-231-4/+5
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-121-0/+6
* When copying urls in the render view context menu, copy them to PRIMARY as we...estade@chromium.org2009-05-291-0/+4
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-3/+3
* Refactor render view context menu in preparation for porting.estade@chromium.org2009-03-071-22/+63
* Make render_view_context_menu.cc compile on Posix.jhawkins@chromium.org2009-02-261-5/+14
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-1/+1
* Context menus for text selections in editable boxes and links should include ...pkasting@chromium.org2009-01-281-3/+4
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-0/+44