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
*
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
*
PrependWrapper is platform-specific, so it should take a platform string.
evan@chromium.org
2010-08-04
1
-5
/
+4
*
Use new CopySwitchesFrom CommandLine API to simplify some code.
evan@chromium.org
2010-08-03
1
-41
/
+12
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Convert a bunch of easy AppendSwitchWithValue to *ASCII.
evan@chromium.org
2010-07-30
1
-6
/
+5
*
CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()
evan@chromium.org
2010-07-29
1
-4
/
+2
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
4
-0
/
+4
*
Moved common parts of ChildProcessHost into chrome/common and created a Brows...
sanjeevr@chromium.org
2010-07-03
3
-14
/
+14
*
Defend against messages being received prior to having been initialized.
michaeln@chromium.org
2010-05-28
2
-2
/
+2
*
Fully connect the dots between workers and appcache resource loading.
michaeln@chromium.org
2010-05-27
4
-21
/
+114
*
Browser process scaffolding to support having appcache work in workers.
michaeln@chromium.org
2010-05-24
4
-63
/
+73
*
Show the extension name in the task manager for extension created worker proc...
jam@chromium.org
2010-05-20
1
-0
/
+13
*
Add some more IPC plumbing and scaffolding to support having appcache work in...
michaeln@chromium.org
2010-05-08
1
-4
/
+15
*
Fix browser process crash in WorkerTest.WorkerContextMultiPort.
dimich@chromium.org
2010-04-28
1
-0
/
+5
*
Changes to the Browser to support Database access from Workers.
ericu@google.com
2010-04-02
4
-23
/
+92
*
Adding debugging switches to Worker process startup on POSIX systems.
dimich@chromium.org
2010-03-17
1
-5
/
+21
*
Move more files from chrome/common to chrome/browser
phajdan.jr@chromium.org
2010-02-23
1
-1
/
+1
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
4
-1
/
+4
*
Fixes a race condition when a shared worker exits while one parent is loading
atwilson@chromium.org
2010-02-17
3
-28
/
+31
*
Changed CreateWorker to coalesce any matching queued shared workers when a
atwilson@chromium.org
2010-02-10
4
-27
/
+69
*
Avoid out-of-bounds array access.
cevans@chromium.org
2010-02-05
1
-1
/
+2
*
Refactored code to allow associating workers with multiple renderers.
atwilson@chromium.org
2010-01-28
6
-119
/
+273
*
Create initial GPU backing store in the GPU process for X windows applications.
brettw@chromium.org
2010-01-26
1
-1
/
+2
*
Revert 36888 - Refactored code to allow associating workers with multiple ren...
pkasting@chromium.org
2010-01-23
6
-273
/
+119
*
Refactored code to allow associating workers with multiple renderers.
atwilson@chromium.org
2010-01-22
6
-119
/
+273
*
WebSocket in Worker: commandline passing for worker process.
ukai@chromium.org
2009-12-07
2
-4
/
+37
*
Changed shared worker code so incognito windows do not have access to non-inc...
atwilson@chromium.org
2009-11-26
4
-40
/
+66
*
Launch all child processes asynchronously so as not to block the IO thread.
jam@chromium.org
2009-11-21
1
-35
/
+14
*
Fix build.
levin@chromium.org
2009-11-20
1
-1
/
+1
[next]