summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/render_view_context_menu.cc
Commit message (Expand)AuthorAgeFilesLines
* Open new tab in foreground from app windowxiyuan@chromium.org2010-03-091-1/+5
* Disable the "Copy Image" context menu option when the user right-clicks a blo...pkasting@chromium.org2010-02-201-2/+4
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Add back disabled menu itemsdavemoore@chromium.org2010-02-091-0/+2
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* WebKit side is in https://bugs.webkit.org/show_bug.cgi?id=34524jeremy@chromium.org2010-02-051-1/+62
* Support disabling items in submenus of a context menu.jeremy@chromium.org2010-02-031-0/+1
* Added a "Reload Frame" command to context menu of a frame in the html page.erg@google.com2010-01-281-0/+6
* [Linux] Implement input methods context menu.suzhe@chromium.org2010-01-241-0/+8
* Enable the context menu and developer menu "View source" items at the same time.brettw@chromium.org2010-01-151-0/+2
* Hide the View Page Source/Info and other irrelevant actions in the DevTools p...apavlov@chromium.org2010-01-151-8/+20
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-4/+3
* Forbid reloading the Inspector window.apavlov@chromium.org2009-12-251-2/+7
* Make View Source and Search Web For inherit group properly. Original patch b...pkasting@chromium.org2009-12-211-4/+5
* Chromium: support custom WebCore context menu items in Chromium port (downstr...pfeldman@chromium.org2009-12-091-0/+37
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* DevTools: Add UMA entry for inspect element action.pfeldman@chromium.org2009-11-231-0/+1
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-191-11/+5
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-5/+5
* DevTools: Only enable dev tools for dev tools if process-per-tab flag is set....pfeldman@chromium.org2009-11-121-3/+10
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* Move the spellchecker to the renderer.estade@chromium.org2009-11-061-2/+15
* Fix a problem in the implementation of search-vs.-go-in-context-menus. We we...pkasting@chromium.org2009-11-021-35/+20
* Add "Go to..." to the context menu when the selected text in a page is a url.thakis@chromium.org2009-11-021-21/+30
* Reverting 30679.thakis@chromium.org2009-11-011-30/+21
* Add "Go to..." to the context menu when the selected text in a page is a url.thakis@chromium.org2009-11-011-21/+30
* Reverting 30656.johnnyg@google.com2009-10-311-30/+21
* When the user has highlighted something like a URL, in the context menu show ...pkasting@chromium.org2009-10-311-21/+30
* Convert the spellchecker and associated messages and functions to use string16brettw@chromium.org2009-10-191-2/+2
* More style nits.erg@google.com2009-10-141-2/+2
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-091-51/+63
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-071-26/+23
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-5/+5
* The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....ericu@google.com2009-10-011-21/+4
* Escape ampersands in web view text selection for right click context menu so ...estade@chromium.org2009-09-161-6/+25
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-091-0/+14
* Enabling "Save as..." in view:source page.mhm@chromium.org2009-08-221-3/+12
* Don't show "Inspect Element" in the context menu if we can't inspect.agl@chromium.org2009-08-211-2/+5
* Disable mute/unmute when media does not have an audio track.scherkus@chromium.org2009-08-201-2/+7
* Move MediaPlayerAction out of context_menu.h into webview.h since it's really...ajwong@chromium.org2009-08-201-0/+1
* Reland r23357 since it doesn't seem to be the cause of unit testtony@chromium.org2009-08-131-3/+3
* Revert "Renames the NavigationEntry::display_url() to virtual_url()."tony@chromium.org2009-08-131-3/+3
* Renames the NavigationEntry::display_url() to virtual_url().tony@chromium.org2009-08-131-3/+3
* Remove Playback Rate from the context menu.scherkus@chromium.org2009-08-121-91/+0
* Revert 20927 - Experiment with opening links opened via context menu in the f...laforge@chromium.org2009-07-311-1/+1
* Add in UMA logging for context menu playback controls.ajwong@chromium.org2009-07-251-0/+11
* Allow the browser to send actions back to the render for media element contex...ajwong@chromium.org2009-07-231-29/+110
* Relanding the the refactoring the page info to have a model.jcampan@chromium.org2009-07-191-22/+5