summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/render_view_context_menu.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting 21032.jcampan@chromium.org2009-07-181-5/+22
* Refactoring the page info to have a model.BUG=NoneTEST=Make sure clicking the...jcampan@chromium.org2009-07-181-22/+5
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-171-12/+152
* Experiment with opening links opened via context menu in the foreground.ben@chromium.org2009-07-171-1/+1
* Change the use of typedef Language in Spell Check files back to std::string. ...sidchat@google.com2009-07-071-3/+3
* Enable "Save As" on Mac.paul@chromium.org2009-06-301-1/+0
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-16/+20
* DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...pfeldman@chromium.org2009-06-241-1/+3
* Fonts and Languages Linux GTK Preparationmhm@chromium.org2009-06-221-18/+4
* DevTools: Enable 'Inspect element' on chromeui content while in debug mode.pfeldman@chromium.org2009-06-191-1/+6
* Implements the Page Info window on Mac.mark@chromium.org2009-06-171-3/+3
* Fixes bug where keyword editor would end up prefixing all keyword urlssky@chromium.org2009-06-151-2/+2
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-121-0/+5
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-031-1/+2
* When copying urls in the render view context menu, copy them to PRIMARY as we...estade@chromium.org2009-05-291-12/+11
* For "Copy link address" context menu, copy the URL with Unicode host namejungshik@google.com2009-05-271-27/+27
* Fix bustage in toolkit views build caused by lack of #ifdef OS_WINben@chromium.org2009-05-211-0/+5
* Enable "View page info" context menu only for pages which developer commandsestade@chromium.org2009-05-211-3/+3
* Remove two context menu entries that were never implemented!tc@google.com2009-05-121-17/+6
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+3
* Clicking right mouse button after selecting an image (or a whitespace character)estade@chromium.org2009-05-071-4/+8
* DevTools: Enable debugging of non-TabContents including extensions.pfeldman@chromium.org2009-05-071-8/+1
* Change chrome-ui to chrome. I didn't go too far in converting existing string...glen@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Get rid of the ClipboardService class and header... it is nothing but a shell...ben@chromium.org2009-05-051-2/+2
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-47/+47
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-1/+2
* Passing correct HWND to CreateChromeWindow(). The HWND of the toplevel windowestade@chromium.org2009-04-241-1/+5
* Always enable copy-link-address in context menu.brettw@chromium.org2009-04-221-2/+4
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-8/+8
* Reverting 14005.brettw@chromium.org2009-04-181-8/+8
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-8/+8
* Fix issue: If SpellChecker is disabled through UI, then right-click context m...sidchat@google.com2009-04-151-1/+2
* Fix issue 8589: Disable spellcheck field from the context menu when spell che...sidchat@google.com2009-04-061-3/+9
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-031-4/+4