| Commit message (Expand) | Author | Age | Files | Lines |
* | More removal of WebCore usage from webplugin_impl.cc | darin@chromium.org | 2009-08-21 | 1 | -1/+1 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-08-04 | 1 | -11/+14 |
* | Reverting 22041 as it caused plugin crashes in reliability test runs. | ananta@chromium.org | 2009-07-30 | 1 | -10/+11 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-07-30 | 1 | -11/+10 |
* | Revert r21548 and r21559 due to crash spike. | huanr@chromium.org | 2009-07-25 | 1 | -10/+11 |
* | The IPCs for carrying data requested by plugins have been changed from synchr... | ananta@chromium.org | 2009-07-24 | 1 | -11/+10 |
* | CPAPI (0.11) for gears drag drop. | mpcomplete@chromium.org | 2009-07-23 | 1 | -1/+8 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Wire up windowless plugins. Mostly Mac related, some cross | amanda@chromium.org | 2009-07-11 | 1 | -2/+2 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-07 | 1 | -1/+21 |
* | Revert "linux: OOP windowed plugins" | evan@chromium.org | 2009-07-06 | 1 | -21/+1 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-06 | 1 | -1/+21 |
* | mac/linux: rework plugin channel file descriptor creation | evan@chromium.org | 2009-06-27 | 1 | -11/+1 |
* | posix: two related changes to make plugin IPC work on POSIX. | evan@chromium.org | 2009-06-22 | 1 | -0/+15 |
* | Revert "posix: two related changes to make plugin IPC work on POSIX." | evan@chromium.org | 2009-06-22 | 1 | -15/+0 |
* | posix: two related changes to make plugin IPC work on POSIX. | evan@chromium.org | 2009-06-20 | 1 | -0/+15 |
* | Revert "posix: two related changes to make plugin IPC work on POSIX." | evan@chromium.org | 2009-06-19 | 1 | -15/+0 |
* | posix: two related changes to make plugin IPC work on POSIX. | evan@chromium.org | 2009-06-19 | 1 | -0/+15 |
* | Fix regression from r11509 which caused each plugin instance to have its own ... | jam@chromium.org | 2009-06-05 | 1 | -2/+5 |
* | ipc: use strings, not wstrings for channel ids. | evan@chromium.org | 2009-06-04 | 1 | -1/+1 |
* | Added support for constructor calls in the NPAPI. | sgjesse@chromium.org | 2009-05-27 | 1 | -0/+5 |
* | Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi... | abarth@chromium.org | 2009-05-23 | 1 | -2/+2 |
* | CPAPI gears drag drop and renderer IPC. | michaeln@google.com | 2009-05-22 | 1 | -0/+11 |
* | Add events to windowless plugins on linux. This CL also refactors the event | evan@chromium.org | 2009-05-22 | 1 | -2/+2 |
* | Reverting 15986. | michaeln@google.com | 2009-05-13 | 1 | -11/+0 |
* | CPAPI gears drag drop and renderer IPC.... | michaeln@google.com | 2009-05-13 | 1 | -0/+11 |
* | linux (and some posix): multiprocess plugins compiling. | evan@chromium.org | 2009-04-23 | 1 | -2/+2 |
* | Fix hang seen in plugin process because plugin creation ended up having to wa... | jam@chromium.org | 2009-04-21 | 1 | -3/+4 |
* | 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 |
* | Port plugin messages. | jam@chromium.org | 2009-04-01 | 1 | -16/+23 |
* | Refactor plugin process code which checks with the browser process before shu... | jam@chromium.org | 2009-03-27 | 1 | -4/+8 |
* | Expose whether we're in private browsing mode to plugins.I chose to implement... | jam@chromium.org | 2009-03-26 | 1 | -1/+2 |
* | Stop having renderers use both pids and a monotonically increasing "host_id".... | jam@chromium.org | 2009-03-12 | 1 | -7/+2 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Commit just the changes to make creating new IPC channel types easier. | jam@chromium.org | 2009-02-04 | 1 | -5/+5 |
* | Revert my change to get the tree green. Not sure why the tests became flaky.... | jam@chromium.org | 2009-02-04 | 1 | -5/+5 |
* | Make it easier/less work/less error-prone to create new IPC channel types (i.... | jam@chromium.org | 2009-02-04 | 1 | -5/+5 |
* | Move proxy resolve requests out of plugin/renderer process, and into the brow... | ericroman@google.com | 2009-01-31 | 1 | -1/+2 |
* | Fix a timing issue that caused gears to fail to load sometimes. | mpcomplete@google.com | 2009-01-21 | 1 | -5/+0 |
* | Improve scrolling performance when there are many windowed plugins in a page. | jam@chromium.org | 2009-01-16 | 1 | -3/+10 |
* | Misc proxy service changes. | ericroman@google.com | 2008-12-10 | 1 | -0/+7 |
* | Fixing build bustage. Adding files which were part of the original change | ananta@chromium.org | 2008-12-05 | 1 | -0/+2 |
* | Don't cancel the original manual data stream request when the plugin invokes | ananta@chromium.org | 2008-12-04 | 1 | -2/+0 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -2/+2 |
* | Patch by Thatcher Ulrich <tulrich@google.com>. | ojan@google.com | 2008-10-09 | 1 | -1/+2 |
* | Attempt 2 at landing this patch. It broke the Mac/linux builds. Fix for now is | ananta@chromium.org | 2008-10-09 | 1 | -1/+2 |
* | Revert r3074 due to Mac build bustage | mark@chromium.org | 2008-10-09 | 1 | -2/+1 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=2472, which | ananta@chromium.org | 2008-10-08 | 1 | -1/+2 |
* | Fix painting problem with transparent plugins because plugins were ignoring t... | jam@chromium.org | 2008-10-01 | 1 | -3/+13 |