summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/render_view_context_menu.h
Commit message (Expand)AuthorAgeFilesLines
* Enable Mac speech support in the context menu to match other Cocoa apps.asvitkine@chromium.org2012-03-141-3/+1
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-0/+4
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-3/+3
* Use a check item instead of changing a menu-item text.hbono@chromium.org2012-03-051-0/+2
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-121-5/+5
* Enable devtools via context menu in platform apps and popup extensions.benwells@chromium.org2012-02-091-4/+5
* Allow plugins to add rotate commands to Chrome context menus.bbudge@chromium.org2012-01-111-0/+3
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-091-1/+6
* Revert 116834 - Don't use browser windows for platform app shell windows.aa@chromium.org2012-01-081-6/+1
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-1/+6
* Revert 116803 - Don't use browser windows for platform app shell windows.sky@chromium.org2012-01-071-6/+1
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-1/+6
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-031-3/+6
* Print preview: Disable the right context menu items in print preview.thestig@chromium.org2011-12-101-0/+4
* Update the Spelling UI (Part 3)hbono@chromium.org2011-11-291-0/+2
* Refactor the "spell-checker options" submenu.hbono@chromium.org2011-10-281-4/+15
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-251-2/+2
* Add a 'hidden' parameter to RenderViewContextMenuProxy::UpdateMenuItem().hbono@chromium.org2011-10-251-0/+2
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-241-1/+1
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Middle clicking 'Search Google' for [selected text]' should open in background.shinyak@google.com2011-09-081-0/+1
* Integrate the Spelling service to Chrome.hbono@chromium.org2011-09-051-1/+86
* Don't send ViewMsg_ContextMenuClosed to the renderer process for submenus.yzshen@chromium.org2011-07-281-2/+2
* Context menu for "Voice recognition options"gshires@google.com2011-07-261-0/+2
* Include the tab IDs in onBeforeRetarget events and always post the correct fr...jochen@chromium.org2011-07-251-3/+4
* Convert RenderViewContextMenu to MenuItemView.rhashimoto@chromium.org2011-07-121-0/+3
* Add a context menu for opening links that have protocol handlers registered.koz@chromium.org2011-06-271-0/+9
* For extension context menus, only apply targetUrlPatterns to appropriate cont...bolms@chromium.org2011-05-251-0/+11
* Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixingsky@chromium.org2011-04-281-4/+5
* Send the 'page_url' parameter of the page (on which the right click was made tobrettw@chromium.org2011-04-201-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Allow printing/saving a plugin through right click menu, even if it's in a fr...jam@chromium.org2011-01-151-0/+2
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-8/+8
* Fix bug with context menus in incognito mode.mpcomplete@chromium.org2010-11-021-0/+1
* Added "Look Up in Dictionary" item to context menu for Mac. tkent@chromium.org2010-08-231-0/+1
* Setup dialog for remotinghclam@chromium.org2010-08-171-1/+1
* Set a max limit on extension items' labels in context menus.asargent@chromium.org2010-08-021-0/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Add ability to limit when context menu items appear with url patterns.asargent@chromium.org2010-07-181-7/+8
* More cleanup of extensions context menu API.asargent@chromium.org2010-07-141-1/+2
* Revert "Revert "Show extension icons next to their top-level context menu ite...hclam@chromium.org2010-06-251-0/+2
* Revert r50779 as it breaks memory testshclam@chromium.org2010-06-251-2/+0
* Show extension icons next to their top-level context menu items.asargent@chromium.org2010-06-241-0/+2
* Fix submenu support for extensions context menu API.asargent@chromium.org2010-06-031-3/+6
* Disable navigation contextual menus for Sync dialog UI.csilv@chromium.org2010-06-021-0/+1
* Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.estade@chromium.org2010-05-111-50/+25
* Initial version of an experimental Extensions Context Menu API.asargent@chromium.org2010-03-231-1/+39
* Hide the View Page Source/Info and other irrelevant actions in the DevTools p...apavlov@chromium.org2010-01-151-0/+1
* Make View Source and Search Web For inherit group properly. Original patch b...pkasting@chromium.org2009-12-211-3/+0