| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reverting my CL to fix build bustage. | jcampan@chromium.org | 2008-12-20 | 1 | -1/+1 |
* | This CL moves the different resource handlers from resource_dispatcher_host.c... | jcampan@chromium.org | 2008-12-20 | 1 | -1/+1 |
* | Misc proxy service changes. | ericroman@google.com | 2008-12-10 | 1 | -0/+65 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -2/+2 |
* | Fix regression of b/issue?id=1280317. We need to do a case-insensitive | mpcomplete@google.com | 2008-10-31 | 1 | -4/+9 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=3769, which | ananta@chromium.org | 2008-10-31 | 1 | -1/+1 |
* | Make plugin processes (except Gears) run at normal priority. | jam@chromium.org | 2008-10-13 | 1 | -2/+6 |
* | Add a command-line switch to change the user agent.BUG=757345 | pkasting@chromium.org | 2008-09-24 | 1 | -0/+1 |
* | Adds a logging level command line switch | cpu@google.com | 2008-08-29 | 1 | -0/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |