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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
1
-1
/
+2
*
Get rid of RenderViewHostDelegate::Resource and dispatch the IPC messages dir...
jam@chromium.org
2010-12-30
9
-315
/
+105
*
fix about:memory and memory histograms
erikkay@chromium.org
2010-12-28
1
-3
/
+3
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
10
-18
/
+24
*
Create the DownloadItem earlier in the download process.
ahendrickson@chromium.org
2010-12-23
1
-1
/
+1
*
Mac: Don't hang gpu process if a tab that shares its renderer process with ot...
thakis@chromium.org
2010-12-22
1
-2
/
+43
*
Add stats for figuring out how often we kill processes because of malformed I...
jam@chromium.org
2010-12-22
9
-36
/
+45
*
Add support for safebrowsing download protection. It is currently under flag ...
lzheng@chromium.org
2010-12-22
2
-2
/
+92
*
Move unix domain socket support out of base and into chrome common. This is not
brettw@chromium.org
2010-12-22
1
-5
/
+4
*
GtkKeyBindingsTest.* do not fail anymore.
suzhe@google.com
2010-12-22
1
-6
/
+3
*
Added missing virtual destructors to some classes.
pastarmovj@chromium.org
2010-12-22
2
-1
/
+11
*
Mac: Add a comment to make me understand some code better
thakis@chromium.org
2010-12-22
1
-0
/
+11
*
Remove all CHECK() in gtk_key_bindings_handler_unittest.cc
suzhe@google.com
2010-12-22
1
-6
/
+1
*
GtkKeyBindingsTest.* fail on Linux bots with chroot.
suzhe@google.com
2010-12-22
1
-3
/
+3
*
Add more CHECK() to help debug issue 60363.
suzhe@google.com
2010-12-22
1
-0
/
+5
*
Include scoped_gdi_object.h where necessary.
tfarina@chromium.org
2010-12-22
1
-2
/
+3
*
Add a CHECK() to verify the existence of necessary data file.
suzhe@google.com
2010-12-22
1
-0
/
+3
*
[Linux] Make reserved accelerators non-blockable unless they conflict with ed...
suzhe@google.com
2010-12-21
1
-0
/
+5
*
Refactor mac printing workflow.
kmadhusu@chromium.org
2010-12-21
2
-13
/
+29
*
Block outdated plugins by default.
bauerb@chromium.org
2010-12-21
1
-2
/
+1
*
Create a message filter for message port and worker messages. This allows a ...
jam@chromium.org
2010-12-21
8
-270
/
+135
*
Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...
brettw@chromium.org
2010-12-21
19
-60
/
+78
*
(Re-landing http://codereview.chromium.org/5991003 after Chromium OS
kbr@chromium.org
2010-12-21
1
-4
/
+13
*
Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"
chase@chromium.org
2010-12-21
19
-78
/
+60
*
Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...
chase@chromium.org
2010-12-20
19
-60
/
+78
*
Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...
brettw@chromium.org
2010-12-20
19
-78
/
+60
*
Revert 69753 - Added group policy for disabling all client-side 3D APIs in Ch...
chase@chromium.org
2010-12-20
1
-10
/
+1
*
Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put
brettw@chromium.org
2010-12-20
19
-60
/
+78
*
Added group policy for disabling all client-side 3D APIs in Chromium
kbr@chromium.org
2010-12-20
1
-1
/
+10
*
touchui: Make sure the textfield isn't obscured by the keyboard.
sadrul@chromium.org
2010-12-20
2
-0
/
+7
*
Disable RenderViewHostManagerTest.DontSwapProcessWithOnlyTargetBlank
phajdan.jr@chromium.org
2010-12-20
1
-1
/
+2
*
Add URLRequestContextOverride in SocketStreamDispatcherHost
ukai@chromium.org
2010-12-20
5
-9
/
+41
*
Remove CrApplication dependency from base
thakis@chromium.org
2010-12-18
1
-1
/
+0
*
Merge ViewHostMsg_AllocatePDFTransport with ViewHostMsg_AllocateSharedMemoryB...
thestig@chromium.org
2010-12-17
1
-5
/
+3
*
Cleanup: Remove unneeded includes of notification_service.h, part 2.
thestig@chromium.org
2010-12-17
1
-1
/
+0
*
Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy
rch@chromium.org
2010-12-17
1
-9
/
+0
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
1
-2
/
+2
*
Plumbing load progress notifications to the TabContents.
jcivelli@chromium.org
2010-12-16
1
-2
/
+2
*
Change the "Disable outdated plug-ins" lab to block them instead.
bauerb@chromium.org
2010-12-16
4
-8
/
+8
*
Move the Pepper implementation from webkit/glue/plugins/pepper_* to
brettw@chromium.org
2010-12-16
3
-5
/
+5
*
Attempt to fix the Save link crash which started occuring since the change to...
ananta@chromium.org
2010-12-16
4
-11
/
+12
*
Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...
jam@chromium.org
2010-12-15
15
-512
/
+446
*
Make PepperFileMessageFilter be a BrowserMessageFilter.
jam@chromium.org
2010-12-15
2
-113
/
+30
*
Handle download url list and binary hash list in safe browsing. Added
lzheng@chromium.org
2010-12-15
2
-5
/
+5
*
Keep deinlining stuff.
erg@google.com
2010-12-15
2
-5
/
+14
*
Plumbing load progress notifications to the browser.
jcivelli@chromium.org
2010-12-15
3
-0
/
+12
*
Remove unnecessary header inclusion from chrome/browser/render_host/render_me...
jknotten@chromium.org
2010-12-15
1
-1
/
+0
*
Make SocketStreamDispatcherHost a BrowserMessageFilter.
jam@chromium.org
2010-12-15
7
-186
/
+61
*
seccomp: remove build-time flags
evan@chromium.org
2010-12-15
1
-3
/
+0
*
Store HostContentSettingsMap separately from the profile in ResourceMessageFi...
bauerb@chromium.org
2010-12-15
2
-5
/
+13
[next]