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
*
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
*
Before starting translation reset cache in AutoFillManager. To call Reset() f...
dhollowa@chromium.org
2010-12-15
2
-0
/
+12
*
Client-based geolocation support.
jknotten@chromium.org
2010-12-14
3
-10
/
+6
*
Revert rev 69137 due to incorrect change log.
jknotten@chromium.org
2010-12-14
3
-6
/
+10
*
Merge branch 'GeolocationClientChange1' of ../../chromium-ro/src into issue-5...
jknotten@chromium.org
2010-12-14
3
-10
/
+6
*
Fix: include result_codes.h
bryeung@google.com
2010-12-14
1
-0
/
+1
*
Don't include ERR_ABORTED in net error histogram
agl@chromium.org
2010-12-14
1
-1
/
+2
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
2
-5
/
+5
*
Cleanup: Remove unneeded includes of chrome/browser/cert_store.h and chrome/b...
thestig@chromium.org
2010-12-14
1
-1
/
+0
*
Revert 69088 - Before starting translation reset cache in AutoFillManager. To...
dhollowa@chromium.org
2010-12-14
2
-12
/
+0
*
Before starting translation reset cache in AutoFillManager. To call Reset() f...
dhollowa@chromium.org
2010-12-14
2
-0
/
+12
*
Rename the OS specific ResourceMessageFilter files as well.
jam@chromium.org
2010-12-14
3
-0
/
+0
*
Deinline even more destructors.
erg@google.com
2010-12-14
2
-1
/
+5
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
19
-34
/
+86
*
Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...
jam@chromium.org
2010-12-14
7
-267
/
+265
*
webkit: use string16 in ContextMenuParams
evan@chromium.org
2010-12-14
1
-0
/
+1
*
[Linux] Workaround issue 45478: IME dysfunctional after BACKSPACE
suzhe@google.com
2010-12-13
2
-15
/
+38
*
Make IndexedDBDispatcherHost be a message filter and move its messages into a...
jam@chromium.org
2010-12-13
3
-13
/
+3
*
Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)...
jam@chromium.org
2010-12-13
3
-16
/
+10
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
4
-5
/
+17
*
Cleanup: Remove unneeded browser_thread.h usage.
thestig@chromium.org
2010-12-13
3
-3
/
+0
*
touchui: Fix painting issues caused by the X message pump.
sadrul@chromium.org
2010-12-13
2
-5
/
+11
*
[gtk] tabcontents fade-out for instant.
estade@chromium.org
2010-12-13
10
-38
/
+106
*
Make DatabaseDispatcherHost be a message filter so that ResourceMessageFilter...
jam@chromium.org
2010-12-13
6
-516
/
+351
*
Switch a bunch of remaining filters to derive from BrowserMessageFilters so t...
jam@chromium.org
2010-12-13
9
-373
/
+197
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
3
-7
/
+8
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
3
-5
/
+5
*
Cleanup: Remove needed #includes for profile.h.
thestig@chromium.org
2010-12-10
1
-1
/
+0
*
wstrings: make l10n_util::TruncateString use string16
evan@chromium.org
2010-12-10
1
-4
/
+5
*
Make BrowserMessageFilter support dispatching messages on different threads.
jam@chromium.org
2010-12-10
2
-11
/
+9
*
Send phishing model from the browser to the renderer.
noelutz@google.com
2010-12-09
2
-2
/
+50
*
This is a continuation of http://codereview.chromium.org/5519016/, adds a new...
satish@chromium.org
2010-12-09
4
-6
/
+9
*
Add a new GetInstance() method for singleton classes used in chrome/browser f...
satish@chromium.org
2010-12-09
4
-4
/
+14
*
ipc: Simplify the magic required to create IPC message headers.This gets rid ...
jam@chromium.org
2010-12-08
1
-3
/
+3
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
8
-84
/
+84
*
Prerender: Add PrerenderManager and PrerenderContents
cbentzel@chromium.org
2010-12-08
3
-2
/
+28
*
Propagate is_editable_node in the FOCUS_CHANGED_IN_PAGE notification.
bryeung@google.com
2010-12-08
2
-16
/
+2
*
Add a new GetInstance() method for singleton classes, take 2.
satish@chromium.org
2010-12-08
1
-4
/
+4
[next]