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
/
renderer_host
/
render_view_host.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move core pieces of browser\renderer_host to src\content.
jam@chromium.org
2011-02-19
1
-1712
/
+0
*
Start moving core pieces of Chrome multi-process code to src\content. I'm st...
jam@chromium.org
2011-02-18
1
-2
/
+0
*
Print Preview: Hook up the print button to initiate a normal print operation.
thestig@chromium.org
2011-02-17
1
-0
/
+4
*
Intergration of the client-side phishing detection.
noelutz@google.com
2011-02-17
1
-8
/
+0
*
Grab additional malware details from the renderer: frame hierarchy, list of s...
panayiotis@google.com
2011-02-16
1
-0
/
+4
*
Move search engine stuff from TabContents to TabContentsWrapper.
avi@chromium.org
2011-02-15
1
-8
/
+0
*
WebUI: Get rid of more references to dom_ui and DOM_UI.
tfarina@chromium.org
2011-02-15
1
-2
/
+2
*
WebUI: Get rid of more references to DOMUI in the rest of the directories.
tfarina@chromium.org
2011-02-13
1
-5
/
+5
*
WebUI: Rename ProcessDOMUIMessage to ProcessWebUIMessage.
tfarina@chromium.org
2011-02-12
1
-2
/
+2
*
WebUI: Get rid of references to DOMUI in comments. The last part.
tfarina@chromium.org
2011-02-12
1
-3
/
+3
*
gtk: Improve fullscreen RenderWidgetHostViewGtk.
derat@chromium.org
2011-02-11
1
-3
/
+2
*
Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-09
1
-4
/
+3
*
Revert 74118 - Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
1
-3
/
+4
*
Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
1
-4
/
+3
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-1
/
+1
*
Print Preview: Store preview data in PrintPreviewUIHTMLSource.
thestig@chromium.org
2011-02-03
1
-56
/
+0
*
Mac: Enable "Check Spelling While Typing" in Edit menu
sail@chromium.org
2011-02-03
1
-0
/
+40
*
Revert 73641 - Mac: Enable "Check Spelling While Typing" in Edit menu
sail@chromium.org
2011-02-03
1
-41
/
+0
*
Mac: Enable "Check Spelling While Typing" in Edit menu
sail@chromium.org
2011-02-03
1
-0
/
+41
*
WebUI: Rename DOMUIBindings to WebUIBindings.
tfarina@chromium.org
2011-02-03
1
-3
/
+3
*
Pepper/Flapper: First pass at context menu implementation.
viettrungluu@chromium.org
2011-01-31
1
-5
/
+10
*
Relanding this as this was reverted.
ananta@chromium.org
2011-01-27
1
-41
/
+0
*
Revert 72861 (chrome/browser/desktop_notification_handler.cc:53:warning: unus...
thakis@chromium.org
2011-01-27
1
-0
/
+41
*
Move the handling of Desktop notification IPCs coming in from the renderer in...
ananta@chromium.org
2011-01-27
1
-41
/
+0
*
Move AutoFill messages into a separate file.
jam@chromium.org
2011-01-26
1
-13
/
+0
*
Revert 72570 - Mac: Enable "Check Spelling While Typing" in Edit menu
sail@chromium.org
2011-01-26
1
-40
/
+0
*
Mac: Enable "Check Spelling While Typing" in Edit menu
sail@chromium.org
2011-01-26
1
-0
/
+40
*
Get rid of a few more interfaces from RenderViewHostDelegate that aren't needed.
jam@chromium.org
2011-01-25
1
-70
/
+0
*
Don't use GetAsTabContents. Send notifications from TabContentsView instead.
jochen@chromium.org
2011-01-24
1
-3
/
+2
*
Get rid of RenderViewHostDelegate::BrowserIntegration since it was unnecessar...
jam@chromium.org
2011-01-22
1
-129
/
+1
*
When we detect a PDF with an unsupported feature, ask the user if they want t...
jam@chromium.org
2011-01-22
1
-6
/
+0
*
Clean up WebNavigationObserver by taking out password specific callbacks, and...
jam@chromium.org
2011-01-21
1
-25
/
+0
*
Remove dead code per email with aa about the TODO saying that
anicolao@google.com
2011-01-19
1
-11
/
+1
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-1
/
+1
*
Allow printing/saving a plugin through right click menu, even if it's in a fr...
jam@chromium.org
2011-01-15
1
-0
/
+8
*
Makes chrome pass down the length of text as the end of the
sky@chromium.org
2011-01-14
1
-3
/
+5
*
Remove thumbnails from client-side phishing detection pingbacks.
bryner@chromium.org
2011-01-11
1
-2
/
+1
*
Make RenderViewHost not know about AutoFill and AutoComplete.
jam@chromium.org
2011-01-10
1
-173
/
+0
*
Add options to enable stressing of the V8 crankshaft optimizations when runni...
sgjesse@google.com
2011-01-10
1
-0
/
+4
*
Flags: Enable Tabbed Options by default.
jhawkins@chromium.org
2011-01-07
1
-2
/
+2
*
Get rid of RenderViewHostDelegate::Resource and dispatch the IPC messages dir...
jam@chromium.org
2010-12-30
1
-153
/
+43
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
1
-3
/
+6
*
Add stats for figuring out how often we kill processes because of malformed I...
jam@chromium.org
2010-12-22
1
-1
/
+3
*
Refactor mac printing workflow.
kmadhusu@chromium.org
2010-12-21
1
-12
/
+26
*
touchui: Make sure the textfield isn't obscured by the keyboard.
sadrul@chromium.org
2010-12-20
1
-0
/
+4
*
Change the "Disable outdated plug-ins" lab to block them instead.
bauerb@chromium.org
2010-12-16
1
-4
/
+4
*
Plumbing load progress notifications to the browser.
jcivelli@chromium.org
2010-12-15
1
-0
/
+6
*
Before starting translation reset cache in AutoFillManager. To call Reset() f...
dhollowa@chromium.org
2010-12-15
1
-0
/
+9
*
Revert 69088 - Before starting translation reset cache in AutoFillManager. To...
dhollowa@chromium.org
2010-12-14
1
-9
/
+0
*
Before starting translation reset cache in AutoFillManager. To call Reset() f...
dhollowa@chromium.org
2010-12-14
1
-0
/
+9
[next]