summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
Commit message (Expand)AuthorAgeFilesLines
* Remove the carbon event dispatcher from the main thread of the plugin processamanda@chromium.org2009-07-131-48/+0
* Wire up windowless plugins. Mostly Mac related, some crossamanda@chromium.org2009-07-115-29/+159
* linux: move gtk_init to the right threadpiman@google.com2009-07-102-16/+21
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-081-1/+6
* Add the page url to plugin crashes to aid debugging.jam@chromium.org2009-07-0810-44/+108
* Revert change 20173 because it breaks the ui_tests, plugin_testsnsylvain@chromium.org2009-07-0810-103/+44
* Add the page url to plugin crashes to aid debugging.jam@chromium.org2009-07-0810-44/+103
* linux: fix renderer/plugin crash when loading multiple pages with pluginspiman@google.com2009-07-081-1/+2
* linux: OOP windowed pluginsevan@chromium.org2009-07-074-21/+37
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-064-37/+21
* linux: OOP windowed pluginsevan@chromium.org2009-07-064-21/+37
* Move Emf class to the printing library. Also creates a platform agnostic Nat...sverrir@google.com2009-07-061-10/+7
* linux: only create browser-side plugin container after plugin requests itevan@chromium.org2009-06-301-0/+5
* Reverting 19560. This caused a bunch of plugin-related unittest failures on W...glen@chromium.org2009-06-301-5/+0
* linux: only create browser-side plugin container after plugin requests itevan@chromium.org2009-06-291-0/+5
* mac/linux: rework plugin channel file descriptor creationevan@chromium.org2009-06-274-27/+59
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-262-4/+10
* Revert all of my patches from today.evan@chromium.org2009-06-262-10/+4
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-262-4/+10
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-225-9/+46
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-225-46/+9
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-205-9/+46
* Revert "posix: two related changes to make plugin IPC work on POSIX."evan@chromium.org2009-06-195-46/+9
* posix: two related changes to make plugin IPC work on POSIX.evan@chromium.org2009-06-195-9/+46
* Fix Gears crash after making PluginThread::current() only work on that thread.jam@chromium.org2009-06-171-5/+6
* Switch child threads so that current() only works on the correct thread and t...jam@chromium.org2009-06-151-2/+7
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-142-2/+2
* Linux: refactor zygote supportagl@chromium.org2009-06-121-0/+3
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-3/+0
* Linux: refactor zygote supportagl@chromium.org2009-06-101-0/+3
* Fix regression from r11509 which caused each plugin instance to have its own ...jam@chromium.org2009-06-056-10/+11
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-044-8/+8
* Convert most of the chrome .lib files to gyp generation:sgk@chromium.org2009-06-041-231/+0
* Fix browser hang due to plugin deadlockamit@chromium.org2009-06-032-2/+3
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Added support for constructor calls in the NPAPI.sgjesse@chromium.org2009-05-274-3/+94
* Make sure that seekable streams are removed from the list of resource clients...ananta@chromium.org2009-05-232-0/+16
* CPAPI gears drag drop and renderer IPC.michaeln@google.com2009-05-223-0/+99
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-222-7/+12
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-1/+1
* linux: we actually already had a bug on file for this NOTIMPLEMENTED.evan@chromium.org2009-05-141-1/+4
* Reverting 15986.michaeln@google.com2009-05-133-99/+0
* CPAPI gears drag drop and renderer IPC....michaeln@google.com2009-05-133-0/+99
* Move win_util.h from common to app.ben@chromium.org2009-05-083-3/+8
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* Fail the plugin initialization if we are unable to duplicate the event handle...ananta@chromium.org2009-04-273-4/+10
* Linux: use opaque NativeViewIdsagl@chromium.org2009-04-241-0/+8
* linux (and some posix): multiprocess plugins compiling.evan@chromium.org2009-04-2318-88/+154
* Fix hang seen in plugin process because plugin creation ended up having to wa...jam@chromium.org2009-04-212-32/+11