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
...
*
Provide a separate app bundle for subprocesses like the renderer on the Mac.
mark@chromium.org
2009-08-11
1
-2
/
+2
*
Get rid of warning on CHROME_OS builder.
jam@chromium.org
2009-08-06
1
-2
/
+2
*
Enable message ports for workers.
jam@chromium.org
2009-08-06
4
-11
/
+92
*
Cross-process Message Port implementation.
jam@chromium.org
2009-08-04
6
-33
/
+382
*
Fix liner errors due to duplicate symbols in the switches. These switches
brettw@chromium.org
2009-07-23
1
-0
/
+1
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
3
-3
/
+3
*
Make workers functional on OSX and Linux.
levin@chromium.org
2009-07-14
1
-1
/
+13
*
plugins: use OnChannelError to detect when the channel goes away
evan@chromium.org
2009-07-10
1
-0
/
+1
*
Revert "plugins: use OnChannelError to detect when the channel goes away"
evan@chromium.org
2009-07-10
1
-1
/
+0
*
plugins: use OnChannelError to detect when the channel goes away
evan@chromium.org
2009-07-10
1
-0
/
+1
*
Split out some of the RVHDelegate functions into separate sub-classes. To limit
brettw@chromium.org
2009-07-08
1
-2
/
+6
*
Added stub native web worker support, including build support in preparation
sehr@google.com
2009-06-29
1
-0
/
+5
*
Implement a max worker count of 16 per tab and 64 total. Any workers created...
jam@chromium.org
2009-06-18
4
-54
/
+168
*
ipc: use strings, not wstrings for channel ids.
evan@chromium.org
2009-06-04
1
-1
/
+2
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-22
2
-5
/
+4
*
Ensure workers don't outlive crashed renderers.
jam@chromium.org
2009-05-21
1
-0
/
+1
*
Reuse ChildProcessSecurityHost for worker processes.
jam@chromium.org
2009-05-20
1
-0
/
+8
*
Run workers in separate processes.
jam@chromium.org
2009-05-01
4
-40
/
+114
*
Fix an assert caused by trying to add duplicate observers for multiple workers.
jianli@chromium.org
2009-04-22
1
-11
/
+5
*
Fix a crash where the ResourceMessageFilter is deleted before a
paulg@google.com
2009-04-14
2
-12
/
+32
*
Fix empty title for worker process host when running the worker from a url wi...
jianli@chromium.org
2009-04-09
1
-10
/
+17
*
Use one worker process per domain until we hit the maximum count of 10, then ...
jam@chromium.org
2009-04-07
3
-17
/
+90
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Refactor plugin process code which checks with the browser process before shu...
jam@chromium.org
2009-03-27
1
-0
/
+2
*
Finish hooking up the worker process UI: use the domains of the workers as th...
jam@chromium.org
2009-03-24
4
-4
/
+67
*
Refactor sandboxing code so that it can be used by worker processes.
jam@chromium.org
2009-03-18
1
-6
/
+12
*
Remove unneeded uses of base/hash_tables.h.
thestig@chromium.org
2009-03-17
1
-1
/
+0
*
Hide the details about ResourceDispatcherHost messages from child processes. ...
jam@chromium.org
2009-03-17
3
-7
/
+16
*
Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...
thestig@chromium.org
2009-03-13
1
-1
/
+0
*
Remove logging.h from cc files that don't use it.
thestig@chromium.org
2009-03-12
1
-1
/
+0
*
Initial checkin of the out of process worker implementation.
jam@chromium.org
2009-03-04
4
-0
/
+280
[prev]