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
/
plugin_process_host.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "posix: two related changes to make plugin IPC work on POSIX."
evan@chromium.org
2009-06-19
1
-39
/
+8
*
posix: two related changes to make plugin IPC work on POSIX.
evan@chromium.org
2009-06-19
1
-8
/
+39
*
Linux: refactor zygote support
agl@chromium.org
2009-06-12
1
-4
/
+8
*
Revert 18109, 18111: Windows UI tests failed.
agl@chromium.org
2009-06-10
1
-8
/
+4
*
Linux: refactor zygote support
agl@chromium.org
2009-06-10
1
-4
/
+8
*
Fix regression from r11509 which caused each plugin instance to have its own ...
jam@chromium.org
2009-06-05
1
-0
/
+1
*
ipc: use strings, not wstrings for channel ids.
evan@chromium.org
2009-06-04
1
-5
/
+6
*
Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...
abarth@chromium.org
2009-05-23
1
-1
/
+1
*
Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...
jam@chromium.org
2009-05-20
1
-1
/
+0
*
Create app_switches and remove a dep.
beng@google.com
2009-05-15
1
-0
/
+1
*
Move win_util.h from common to app.
ben@chromium.org
2009-05-08
1
-1
/
+1
*
Fix issue 11006 - any plugin process started by InProcessBrowserTest was
tim@chromium.org
2009-04-30
1
-4
/
+4
*
plugins: Some obvious ifdef removals (code that previously wouldn't link).
evan@chromium.org
2009-04-28
1
-11
/
+0
*
linux (and some posix): multiprocess plugins compiling.
evan@chromium.org
2009-04-23
1
-2
/
+8
*
Fix hang seen in plugin process because plugin creation ended up having to wa...
jam@chromium.org
2009-04-21
1
-87
/
+10
*
posix: port PrependCommand to Windows and use for the plugin launcher.
evan@chromium.org
2009-04-20
1
-5
/
+2
*
Port plugin messages.
jam@chromium.org
2009-04-01
1
-32
/
+15
*
Refactor plugin process code which checks with the browser process before shu...
jam@chromium.org
2009-03-27
1
-26
/
+0
*
Hide StatsTable behind --enable-stats-table.
mbelshe@google.com
2009-03-27
1
-0
/
+1
*
Expose whether we're in private browsing mode to plugins.I chose to implement...
jam@chromium.org
2009-03-26
1
-1
/
+2
*
Refactor sandboxing code so that it can be used by worker processes.
jam@chromium.org
2009-03-18
1
-55
/
+9
*
Hide the details about ResourceDispatcherHost messages from child processes. ...
jam@chromium.org
2009-03-17
1
-54
/
+10
*
Stop having renderers use both pids and a monotonically increasing "host_id"....
jam@chromium.org
2009-03-12
1
-37
/
+15
*
A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...
jam@chromium.org
2009-03-10
1
-19
/
+10
*
NO CODE CHANGE.
maruel@google.com
2009-03-05
1
-3
/
+4
*
Ensure that we display a sad face for a windowed plugin when the plugin proce...
ananta@chromium.org
2009-03-05
1
-21
/
+34
*
Fix a crash when installing plugins.
jhawkins@chromium.org
2009-03-03
1
-2
/
+5
*
Add logging to ExtensionsService, UserScriptMaster,
aa@chromium.org
2009-02-24
1
-0
/
+1
*
Make plugin_process_host.cc and child_process_host.cc compile on Posix.
jhawkins@chromium.org
2009-02-23
1
-59
/
+106
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-0
/
+1
*
Take out common functionality from PluginProcessHost and move it to ChildProc...
jam@chromium.org
2009-02-18
1
-125
/
+17
*
Have ChildProcessInfo contain a list of all running child processes (i.e. ins...
jam@chromium.org
2009-02-13
1
-52
/
+34
*
Refactor plugin process code in the browser process so that the browser/about...
jam@chromium.org
2009-02-11
1
-68
/
+42
*
This CL adds macro used to track the creation and destruction
jcampan@chromium.org
2009-02-04
1
-0
/
+3
*
Reverting 9109.
ojan@google.com
2009-02-03
1
-3
/
+0
*
This CL adds macro used to track the creation and destruction
jcampan@chromium.org
2009-02-03
1
-0
/
+3
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-11
/
+13
*
Move proxy resolve requests out of plugin/renderer process, and into the brow...
ericroman@google.com
2009-01-31
1
-58
/
+9
*
Change URLRequest to use a ref-counted buffer for actual IO.
rvargas@google.com
2009-01-29
1
-8
/
+11
*
Porting profiles to the Mac.
avi@chromium.org
2009-01-28
1
-1
/
+2
*
revert r8603
rvargas@google.com
2009-01-24
1
-11
/
+8
*
Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...
rvargas@google.com
2009-01-24
1
-8
/
+11
*
More speedup of scrolling when many windowed plugins in a page. Scrolling is...
jam@chromium.org
2009-01-22
1
-1
/
+2
*
Fix a timing issue that caused gears to fail to load sometimes.
mpcomplete@google.com
2009-01-21
1
-6
/
+5
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-21
/
+21
*
Improve scrolling performance when there are many windowed plugins in a page.
jam@chromium.org
2009-01-16
1
-0
/
+94
*
Move functions required by the rest of the browser from RenderProcessHost to ...
brettw@chromium.org
2009-01-16
1
-1
/
+2
*
Change "dll" to "plugin" where appropriate.
avi@google.com
2009-01-06
1
-17
/
+19
*
Move plugins to FilePaths, some cleanup
avi@google.com
2009-01-06
1
-21
/
+20
*
New attempt at landing the resource_dispatcher_host.cc splitting (broke the b...
jcampan@chromium.org
2008-12-23
1
-1
/
+1
[next]