summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/render_view_context_menu.h
Commit message (Expand)AuthorAgeFilesLines
* Add "Go to..." to the context menu when the selected text in a page is a url.thakis@chromium.org2009-11-021-3/+9
* Reverting 30679.thakis@chromium.org2009-11-011-9/+3
* Add "Go to..." to the context menu when the selected text in a page is a url.thakis@chromium.org2009-11-011-3/+9
* Reverting 30656.johnnyg@google.com2009-10-311-9/+3
* When the user has highlighted something like a URL, in the context menu show ...pkasting@chromium.org2009-10-311-3/+9
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-091-4/+4
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-071-2/+10
* The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....ericu@google.com2009-10-011-5/+0
* 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