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
/
worker_host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of RenderViewHostDelegate::BrowserIntegration since it was unnecessar...
jam@chromium.org
2011-01-22
1
-6
/
+2
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
2
-8
/
+8
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
2
-4
/
+5
*
Add stats for figuring out how often we kill processes because of malformed I...
jam@chromium.org
2010-12-22
1
-0
/
+2
*
Create a message filter for message port and worker messages. This allows a ...
jam@chromium.org
2010-12-21
12
-1062
/
+980
*
Add URLRequestContextOverride in SocketStreamDispatcherHost
ukai@chromium.org
2010-12-20
1
-1
/
+30
*
Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...
jam@chromium.org
2010-12-15
2
-50
/
+7
*
Make SocketStreamDispatcherHost a BrowserMessageFilter.
jam@chromium.org
2010-12-15
1
-0
/
+2
*
Remove BrowserFileSystemContext class and merge it into SandboxedFileSystemCo...
kinuko@chromium.org
2010-12-14
1
-1
/
+1
*
Deinline even more destructors.
erg@google.com
2010-12-14
2
-1
/
+5
*
Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...
jam@chromium.org
2010-12-14
3
-7
/
+7
*
Cleanup: Remove unneeded browser_thread.h usage.
thestig@chromium.org
2010-12-13
1
-1
/
+0
*
Make DatabaseDispatcherHost be a message filter so that ResourceMessageFilter...
jam@chromium.org
2010-12-13
2
-13
/
+4
*
Switch a bunch of remaining filters to derive from BrowserMessageFilters so t...
jam@chromium.org
2010-12-13
2
-39
/
+9
*
Make BrowserMessageFilter support dispatching messages on different threads.
jam@chromium.org
2010-12-10
1
-2
/
+2
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
2
-6
/
+6
*
Remove unneeded browser_process.h includes.
thestig@chromium.org
2010-12-05
1
-2
/
+2
*
Make the AppCacheDispatcherHost be a MessageFilter so that ResourceMessageFil...
jam@chromium.org
2010-12-04
2
-6
/
+42
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Refactor: move HostContentSettingsMap to content_settings
gfeher@chromium.org
2010-11-30
2
-2
/
+2
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-0
/
+1
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-1
/
+0
*
Check content settings when accessing web databases from workers.
jochen@chromium.org
2010-11-25
2
-0
/
+43
*
Fix crash in web workers when entangled port sender is null.
inferno@chromium.org
2010-11-18
1
-8
/
+12
*
Dispatch MIME registry queries to FILE thread.
kinuko@chromium.org
2010-11-13
2
-30
/
+11
*
FileSystem code cleanup 1st cut - does some class renaming.
kinuko@chromium.org
2010-11-09
1
-1
/
+1
*
Coverity: Pass parameters by reference.
jhawkins@chromium.org
2010-11-09
1
-1
/
+1
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
1
-1
/
+0
*
This is the second try at submitting http://codereview.chromium.org/3991007/s...
ericu@google.com
2010-10-25
1
-0
/
+23
*
Revert 63619 - Workers who want to use FileWriter need to be granted permissi...
ericu@google.com
2010-10-23
1
-23
/
+0
*
Workers who want to use FileWriter need to be granted permission to access fi...
ericu@google.com
2010-10-23
1
-0
/
+23
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
2
-16
/
+16
*
FBTF: Even more deinlining.
erg@google.com
2010-10-20
2
-0
/
+5
*
Flip the filesystem flag from --enable to --disable.
kinuko@chromium.org
2010-10-16
1
-1
/
+1
*
Support file utilities and mime-related methods on workers.
kinuko@chromium.org
2010-10-15
2
-1
/
+41
*
Rename ChromeThread to BrowserThread Part22:
tfarina@chromium.org
2010-10-12
2
-2
/
+2
*
Initial work on worker support for FileWriter.
ericu@google.com
2010-10-11
1
-4
/
+1
*
Resubmit of http://codereview.chromium.org/3476002/show but without the crash...
ericu@google.com
2010-10-07
1
-1
/
+2
*
Revert 61833 - Add the actual writing-files part of FileWriter.
ericu@google.com
2010-10-07
1
-2
/
+1
*
Add the actual writing-files part of FileWriter.
ericu@google.com
2010-10-07
1
-1
/
+2
*
Rename ChromeThread to BrowserThread Part3:
tfarina@chromium.org
2010-10-07
1
-2
/
+2
*
Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a shared
mpcomplete@chromium.org
2010-09-30
1
-1
/
+1
*
Add Worker support for FileSystem API.
kinuko@chromium.org
2010-09-27
2
-1
/
+14
*
Fix the problem that BlobDispatcherHost is not hooked up in WorkerProcessHost.
jianli@chromium.org
2010-09-24
2
-1
/
+11
*
FBTF: Move Extension::LaunchContainer to extension_constants.h.
erg@google.com
2010-09-16
2
-2
/
+5
*
Run worker processes via the zygote.
agl@chromium.org
2010-09-13
1
-8
/
+5
*
Remove asserts in message_port_dispatcher that are too aggresive.
levin@chromium.org
2010-09-08
2
-49
/
+0
*
FBTF: Move individual XXXMsg_Params structs to a new file.
erg@google.com
2010-08-24
1
-0
/
+1
*
FBTF: Header cleanup in chrome/common part 2. The majority of the changed files
jhawkins@chromium.org
2010-08-20
1
-0
/
+1
[next]