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
*
Remove two functions on WebContentsDelegate which didn't belong in content. T...
jam@chromium.org
2012-09-26
1
-4
/
+5
*
Revert 158691 - Give platform apps control over launcher right-click context ...
csilv@chromium.org
2012-09-26
1
-18
/
+198
*
Give platform apps control over launcher right-click context menu.
mek@chromium.org
2012-09-25
1
-198
/
+18
*
Switch SearchEngineTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-22
1
-6
/
+5
*
Refactor BiDi context menu code into the Mac platform-specific subclass.
asvitkine@chromium.org
2012-09-21
1
-66
/
+5
*
Add "inspect background page" to platform app right-click menu.
mek@chromium.org
2012-09-19
1
-1
/
+16
*
Switch CoreTabHelper to use WebContentsUserData.
avi@chromium.org
2012-09-19
1
-12
/
+13
*
Switch PrintViewManager, PrintPreviewMessageHandler to use WebContentsUserData.
avi@chromium.org
2012-09-18
1
-5
/
+5
*
Try 2 - Change how ui::Clipboard is accessed so there's only one per thread.
erg@chromium.org
2012-09-11
1
-1
/
+2
*
Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ...
dharani@google.com
2012-09-09
1
-2
/
+1
*
Change how ui::Clipboard is accessed so there's only one per thread.
erg@chromium.org
2012-09-07
1
-1
/
+2
*
Add a method to check if an AutocompleteMatch is of a search type.
sreeram@chromium.org
2012-09-05
1
-10
/
+10
*
Context menus for text fields in platform apps should show available actions ...
mek@chromium.org
2012-08-28
1
-0
/
+8
*
Platform app context menu items should not be grouped into a submenu.
mek@chromium.org
2012-08-27
1
-24
/
+30
*
The touch menu for ChromeOS will be used for all flavors of ChromeOS while ot...
skuhne@chromium.org
2012-08-24
1
-19
/
+19
*
Convert ui::MenuModel to use gfx::Image instead of ImageSkia.
rsesek@chromium.org
2012-08-22
1
-1
/
+1
*
Move PrefMember and PrefChangeRegistrar to api directory.
joi@chromium.org
2012-08-21
1
-1
/
+1
*
Revert 151036 - Speculative revert to see if this change introduced a perform...
ben@chromium.org
2012-08-14
1
-3
/
+4
*
Speculative revert to see if this change introduced a performance regression ...
ben@chromium.org
2012-08-10
1
-4
/
+3
*
Revert "Make F12 close an undocked DevTools window rather than open another D...
apavlov@chromium.org
2012-08-07
1
-2
/
+1
*
Make F12 close an undocked DevTools window rather than open another DevTools ...
apavlov@chromium.org
2012-08-01
1
-1
/
+2
*
Move printing.* prefs from local state to profile
bartfab@chromium.org
2012-07-26
1
-9
/
+4
*
Avoid crash in render view context menu with no browser.
stevenjb@chromium.org
2012-07-24
1
-1
/
+10
*
Move ExtensionSystem into extensions namespace
rdevlin.cronin@chromium.org
2012-07-11
1
-1
/
+2
*
Moved ExtensionMenuManager and ExtensionMenuItem into extensions namespace; r...
rdevlin.cronin@chromium.org
2012-07-05
1
-48
/
+48
*
browser: Move more files into chrome namespace.
tfarina@chromium.org
2012-07-02
1
-1
/
+1
*
Move browser commands into a separate file.
ben@chromium.org
2012-06-25
1
-4
/
+5
*
Get rid of browser::FindLastActiveWithProfile call in translate and spellchec...
jam@chromium.org
2012-06-25
1
-0
/
+4
*
autocomplete: Extract the two classes in autocomplete_edit.h into their files.
tfarina@chromium.org
2012-06-23
1
-1
/
+0
*
Replace usage of browser::FindBrowserForController with browser::FindBrowserW...
ben@chromium.org
2012-06-19
1
-3
/
+4
*
Don't allow saving of devtools or print preview.
avi@chromium.org
2012-06-14
1
-4
/
+20
*
When the user highlights all or part of a link, don't show "Go to <URL>" if t...
pkasting@chromium.org
2012-06-12
1
-2
/
+3
*
Make AutocompleteClassifier a ProfileKeyedService.
pkasting@chromium.org
2012-06-12
1
-1
/
+2
*
Fix a contextual typo and a confusing resource ID used by the spellchecker menu.
hbono@chromium.org
2012-06-11
1
-1
/
+1
*
TabContentsWrapper -> TabContents, part 30.
avi@chromium.org
2012-06-08
1
-27
/
+23
*
Refactored ChromeSpeechRecognitionPreferences according to new ProfileKeyedSe...
primiano@chromium.org
2012-06-06
1
-10
/
+9
*
Move creation and ownership of DownloadManager from the embedder to content. ...
jam@chromium.org
2012-06-06
1
-4
/
+3
*
Switch DownloadUrlParameters to use a content::Referrer instead of a GURL for...
jochen@chromium.org
2012-05-30
1
-2
/
+4
*
Change profile distinguisher in ExtensionMenuItem::Id to a bool.
yoz@chromium.org
2012-05-23
1
-1
/
+2
*
Get rid of the RenderViewType concept in content, since it was only used by C...
jam@chromium.org
2012-05-23
1
-2
/
+2
*
Migrate the rest of the "global" prefs.
falken@google.com
2012-05-22
1
-2
/
+1
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-0
/
+1
*
Moves methods for finding browsers to browser_finder.
sky@chromium.org
2012-05-16
1
-2
/
+3
*
Fix ContextMenuBrowserTest.RealMenu on chromeos
jochen@chromium.org
2012-05-10
1
-1
/
+6
*
Moved url_utils from chrome/browser/net to chrome/common/net.
groby@chromium.org
2012-05-09
1
-2
/
+2
*
Remove the "autogenerate keyword" bit on TemplateURL.
pkasting@chromium.org
2012-05-08
1
-3
/
+2
*
Refactor DownloadManager::DownloadUrl() to allow it to take many parameters.
benjhayden@chromium.org
2012-05-04
1
-21
/
+22
*
Reland 135113 - Add a way to programmatically close context menus.
jochen@chromium.org
2012-05-04
1
-0
/
+9
*
Revert 135113 - Add a way to programmatically close context menus.
finnur@chromium.org
2012-05-03
1
-9
/
+0
*
Add a way to programmatically close context menus.
jochen@chromium.org
2012-05-03
1
-0
/
+9
[next]