summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Move Emf class to the printing library. Also creates a platform agnostic Nat...sverrir@google.com2009-07-061-7/+4
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-221-3/+15
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-221-15/+3
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-201-3/+15
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-191-15/+3
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-191-3/+15
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-1/+1
* Fixes a flash plugin hang caused by opening google finance ticker symbols in ...ananta@chromium.org2009-06-091-41/+26
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-1/+1
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-231-4/+4
* CPAPI gears drag drop and renderer IPC.michaeln@google.com2009-05-221-3/+102
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-221-4/+5
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-2/+2
* Reverting 15986.michaeln@google.com2009-05-131-57/+2
* CPAPI gears drag drop and renderer IPC....michaeln@google.com2009-05-131-2/+57
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+0
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Linux: use opaque NativeViewIdsagl@chromium.org2009-04-241-0/+4
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-231-30/+85
* Port plugin messages.jam@chromium.org2009-04-011-26/+33
* Argh, incorrect usage of Intersect.jam@chromium.org2009-03-131-3/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Minor cleanup in webkit/glue:darin@chromium.org2009-03-021-1/+0
* Fix crash that happens when the damaged rect is bigger than the HDC we get fo...jam@chromium.org2009-02-271-4/+11
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-3/+1
* Fix plugin hang that Earth team found.jam@chromium.org2009-02-211-5/+8
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-2/+2
* Reverting 10080.jam@chromium.org2009-02-201-2/+2
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-201-2/+2
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Commiting the changes from my previous cl that are specific to not including ...jam@chromium.org2009-02-041-0/+1
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-041-1/+0
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-041-0/+1
* Maintain a local/global stack for the global WebPluginDelegateImpl instance p...ananta@chromium.org2009-01-291-1/+7
* POSIX: gfx::NativeViewId and CrossProcessEventagl@chromium.org2009-01-271-1/+2
* Improve scrolling performance when there are many windowed plugins in a page.jam@chromium.org2009-01-161-9/+2
* WaitableEvent is the replacement for Windows events. Previously in the code, ...agl@chromium.org2009-01-151-3/+3
* Refactor resource_bundle into a _win file.evan@chromium.org2009-01-131-2/+2
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-061-2/+3
* Make the global render thread object a regular global object rather than abrettw@google.com2008-12-181-4/+4
* Move the "platform" wrappers in skia/ext to the skia namespace.brettw@google.com2008-12-171-2/+2
* Handle HTTP 200 responses received in response to byte range requests issued ...ananta@chromium.org2008-12-171-1/+13
* Cleanup, part 1.pkasting@chromium.org2008-12-081-1/+1
* Fixing build bustage. Adding files which were part of the original changeananta@chromium.org2008-12-051-0/+5
* Don't cancel the original manual data stream request when the plugin invokesananta@chromium.org2008-12-041-5/+0
* Fix the painting problem with Stree View and Flash 10. After the size of the...jam@chromium.org2008-12-011-13/+7
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-3/+3
* Prevent crash due to DIB allocation failure joshia@google.com2008-11-121-4/+10