summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/render_view_context_menu_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Mac: Fix a crash on "Look Up in Dictionary" context menu.thakis@chromium.org2010-08-301-0/+4
* Added "Look Up in Dictionary" item to context menu for Mac. tkent@chromium.org2010-08-231-0/+27
* Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.estade@chromium.org2010-05-111-122/+9
* Next part of removing the dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-061-1/+2
* Remove more TODOs that are un-necessarypinkerton@chromium.org2010-02-221-3/+3
* Support disabling items in submenus of a context menu.jeremy@chromium.org2010-02-031-0/+1
* [Mac] Pump nestable tasks while web popups are visible.shess@chromium.org2009-12-161-9/+9
* [Mac] Pump renderer messages in web content right-click context menu.shess@chromium.org2009-12-071-0/+6
* Don't use NSEvent currentEvent for the event that starts the context menu, it...pinkerton@chromium.org2009-10-291-2/+17
* Move some Mac l10n helpers out into app/l10n so they are closer to the generi...thomasvl@chromium.org2009-08-071-3/+2
* Starting mac l10n:thomasvl@chromium.org2009-07-221-5/+2
* Implements the AppendRadioMenuItem and AppendCheckboxMenuItem functionspinkerton@chromium.org2009-07-151-19/+28
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-7/+7
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-121-7/+9
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* Make sure we never pass a nil charcode, AppKit gets very unhappy about that.pinkerton@chromium.org2009-03-241-2/+3
* Implement context menus on Mac.pinkerton@chromium.org2009-03-201-0/+138