index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
tab_contents
/
render_view_context_menu.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....
ericu@google.com
2009-10-01
1
-21
/
+4
*
Escape ampersands in web view text selection for right click context menu so ...
estade@chromium.org
2009-09-16
1
-6
/
+25
*
Adds support for the os x spelling panel to chromium. Users can
pinkerton@chromium.org
2009-09-09
1
-0
/
+14
*
Enabling "Save as..." in view:source page.
mhm@chromium.org
2009-08-22
1
-3
/
+12
*
Don't show "Inspect Element" in the context menu if we can't inspect.
agl@chromium.org
2009-08-21
1
-2
/
+5
*
Disable mute/unmute when media does not have an audio track.
scherkus@chromium.org
2009-08-20
1
-2
/
+7
*
Move MediaPlayerAction out of context_menu.h into webview.h since it's really...
ajwong@chromium.org
2009-08-20
1
-0
/
+1
*
Reland r23357 since it doesn't seem to be the cause of unit test
tony@chromium.org
2009-08-13
1
-3
/
+3
*
Revert "Renames the NavigationEntry::display_url() to virtual_url()."
tony@chromium.org
2009-08-13
1
-3
/
+3
*
Renames the NavigationEntry::display_url() to virtual_url().
tony@chromium.org
2009-08-13
1
-3
/
+3
*
Remove Playback Rate from the context menu.
scherkus@chromium.org
2009-08-12
1
-91
/
+0
*
Revert 20927 - Experiment with opening links opened via context menu in the f...
laforge@chromium.org
2009-07-31
1
-1
/
+1
*
Add in UMA logging for context menu playback controls.
ajwong@chromium.org
2009-07-25
1
-0
/
+11
*
Allow the browser to send actions back to the render for media element contex...
ajwong@chromium.org
2009-07-23
1
-29
/
+110
*
Relanding the the refactoring the page info to have a model.
jcampan@chromium.org
2009-07-19
1
-22
/
+5
*
Reverting 21032.
jcampan@chromium.org
2009-07-18
1
-5
/
+22
*
Refactoring the page info to have a model.BUG=NoneTEST=Make sure clicking the...
jcampan@chromium.org
2009-07-18
1
-22
/
+5
*
Begin implementation of the context menu for Video and Audio tags.
ajwong@chromium.org
2009-07-17
1
-12
/
+152
*
Experiment with opening links opened via context menu in the foreground.
ben@chromium.org
2009-07-17
1
-1
/
+1
*
Change the use of typedef Language in Spell Check files back to std::string. ...
sidchat@google.com
2009-07-07
1
-3
/
+3
*
Enable "Save As" on Mac.
paul@chromium.org
2009-06-30
1
-1
/
+0
*
Replace std:;wstring with std::string and string16 in locale-name related APIs.
jshin@chromium.org
2009-06-24
1
-16
/
+20
*
DevTools: remove ShowJavaScriptConsole / InspectElementAt methods from render...
pfeldman@chromium.org
2009-06-24
1
-1
/
+3
*
Fonts and Languages Linux GTK Preparation
mhm@chromium.org
2009-06-22
1
-18
/
+4
*
DevTools: Enable 'Inspect element' on chromeui content while in debug mode.
pfeldman@chromium.org
2009-06-19
1
-1
/
+6
*
Implements the Page Info window on Mac.
mark@chromium.org
2009-06-17
1
-3
/
+3
*
Fixes bug where keyword editor would end up prefixing all keyword urls
sky@chromium.org
2009-06-15
1
-2
/
+2
*
Allow external hosts to handle the context menu and thus be able to customize...
ananta@chromium.org
2009-06-12
1
-0
/
+5
*
Local text file with spaces in filename is urlencoded in tab title
mhm@chromium.org
2009-06-03
1
-1
/
+2
*
When copying urls in the render view context menu, copy them to PRIMARY as we...
estade@chromium.org
2009-05-29
1
-12
/
+11
*
For "Copy link address" context menu, copy the URL with Unicode host name
jungshik@google.com
2009-05-27
1
-27
/
+27
*
Fix bustage in toolkit views build caused by lack of #ifdef OS_WIN
ben@chromium.org
2009-05-21
1
-0
/
+5
*
Enable "View page info" context menu only for pages which developer commands
estade@chromium.org
2009-05-21
1
-3
/
+3
*
Remove two context menu entries that were never implemented!
tc@google.com
2009-05-12
1
-17
/
+6
*
Move win_util.h from common to app.
ben@chromium.org
2009-05-08
1
-1
/
+3
*
Clicking right mouse button after selecting an image (or a whitespace character)
estade@chromium.org
2009-05-07
1
-4
/
+8
*
DevTools: Enable debugging of non-TabContents including extensions.
pfeldman@chromium.org
2009-05-07
1
-8
/
+1
*
Change chrome-ui to chrome. I didn't go too far in converting existing string...
glen@chromium.org
2009-05-06
1
-1
/
+1
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Get rid of the ClipboardService class and header... it is nothing but a shell...
ben@chromium.org
2009-05-05
1
-2
/
+2
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-47
/
+47
*
This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...
jungshik@google.com
2009-05-01
1
-1
/
+2
*
Passing correct HWND to CreateChromeWindow(). The HWND of the toplevel window
estade@chromium.org
2009-04-24
1
-1
/
+5
*
Always enable copy-link-address in context menu.
brettw@chromium.org
2009-04-22
1
-2
/
+4
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
1
-8
/
+8
*
Reverting 14005.
brettw@chromium.org
2009-04-18
1
-8
/
+8
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
1
-8
/
+8
*
Fix issue: If SpellChecker is disabled through UI, then right-click context m...
sidchat@google.com
2009-04-15
1
-1
/
+2
*
Fix issue 8589: Disable spellcheck field from the context menu when spell che...
sidchat@google.com
2009-04-06
1
-3
/
+9
*
Move HTML dialogs out of their own tab contents type. Moved functions to new
brettw@chromium.org
2009-04-03
1
-4
/
+4
[next]