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
*
Open new tab in foreground from app window
xiyuan@chromium.org
2010-03-09
1
-1
/
+5
*
Disable the "Copy Image" context menu option when the user right-clicks a blo...
pkasting@chromium.org
2010-02-20
1
-2
/
+4
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Add back disabled menu items
davemoore@chromium.org
2010-02-09
1
-0
/
+2
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2010-02-09
1
-0
/
+1
*
WebKit side is in https://bugs.webkit.org/show_bug.cgi?id=34524
jeremy@chromium.org
2010-02-05
1
-1
/
+62
*
Support disabling items in submenus of a context menu.
jeremy@chromium.org
2010-02-03
1
-0
/
+1
*
Added a "Reload Frame" command to context menu of a frame in the html page.
erg@google.com
2010-01-28
1
-0
/
+6
*
[Linux] Implement input methods context menu.
suzhe@chromium.org
2010-01-24
1
-0
/
+8
*
Enable the context menu and developer menu "View source" items at the same time.
brettw@chromium.org
2010-01-15
1
-0
/
+2
*
Hide the View Page Source/Info and other irrelevant actions in the DevTools p...
apavlov@chromium.org
2010-01-15
1
-8
/
+20
*
Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...
pkasting@chromium.org
2010-01-08
1
-4
/
+3
*
Forbid reloading the Inspector window.
apavlov@chromium.org
2009-12-25
1
-2
/
+7
*
Make View Source and Search Web For inherit group properly. Original patch b...
pkasting@chromium.org
2009-12-21
1
-4
/
+5
*
Chromium: support custom WebCore context menu items in Chromium port (downstr...
pfeldman@chromium.org
2009-12-09
1
-0
/
+37
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+1
*
Revert 33301 and 33305 due to unit_tests breakage.
maruel@chromium.org
2009-11-30
1
-1
/
+0
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-11-30
1
-0
/
+1
*
DevTools: Add UMA entry for inspect element action.
pfeldman@chromium.org
2009-11-23
1
-0
/
+1
*
Move Mac to using renderer spellchecker.
estade@chromium.org
2009-11-19
1
-11
/
+5
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
1
-5
/
+5
*
DevTools: Only enable dev tools for dev tools if process-per-tab flag is set....
pfeldman@chromium.org
2009-11-12
1
-3
/
+10
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-2
/
+2
*
Move the spellchecker to the renderer.
estade@chromium.org
2009-11-06
1
-2
/
+15
*
Fix a problem in the implementation of search-vs.-go-in-context-menus. We we...
pkasting@chromium.org
2009-11-02
1
-35
/
+20
*
Add "Go to..." to the context menu when the selected text in a page is a url.
thakis@chromium.org
2009-11-02
1
-21
/
+30
*
Reverting 30679.
thakis@chromium.org
2009-11-01
1
-30
/
+21
*
Add "Go to..." to the context menu when the selected text in a page is a url.
thakis@chromium.org
2009-11-01
1
-21
/
+30
*
Reverting 30656.
johnnyg@google.com
2009-10-31
1
-30
/
+21
*
When the user has highlighted something like a URL, in the context menu show ...
pkasting@chromium.org
2009-10-31
1
-21
/
+30
*
Convert the spellchecker and associated messages and functions to use string16
brettw@chromium.org
2009-10-19
1
-2
/
+2
*
More style nits.
erg@google.com
2009-10-14
1
-2
/
+2
*
Moving ShowContextMenu out of WebView_delegate and into WebViewClient
yaar@chromium.org
2009-10-09
1
-51
/
+63
*
Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a
darin@chromium.org
2009-10-07
1
-26
/
+23
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
1
-5
/
+5
*
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
[next]