summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
Commit message (Expand)AuthorAgeFilesLines
* linux: add windowless plugin plumbingpiman@google.com2009-07-222-8/+10
* Fix a crash in plugin handling. The code was destroying the passed-in cairo_t,brettw@chromium.org2009-07-171-1/+0
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-171-10/+10
* linux: obey standard system paths for pluginsevan@chromium.org2009-07-171-3/+20
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-151-0/+1
* Reverting 20683.jorlow@chromium.org2009-07-141-1/+0
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-141-0/+1
* Add a temporary flag to enable plugins on the Mac and Linux whileamanda@chromium.org2009-07-131-5/+2
* Remove the carbon event dispatcher from the main thread of the plugin processamanda@chromium.org2009-07-132-7/+31
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-131-10/+10
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-131-10/+10
* Wire up windowless plugins. Mostly Mac related, some crossamanda@chromium.org2009-07-113-167/+236
* GtkPluginContainerManager::UnrealizeCallback should be void.craig.schlenter@chromium.org2009-07-092-3/+3
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-084-10/+14
* Load extension plugins before looking for plugins in other places, e.g.abarth@chromium.org2009-07-081-5/+5
* Fix NPAPIIncognitoTester.PrivateEnabledjam@chromium.org2009-07-071-3/+0
* Disable NPAPIIncognitoTester.PrivateEnabled test because it's flaky.jhawkins@chromium.org2009-07-071-0/+3
* Relanding r20046.jhawkins@chromium.org2009-07-071-1/+1
* Revert r20046.jhawkins@chromium.org2009-07-071-1/+1
* Fix a typo.jhawkins@chromium.org2009-07-071-1/+1
* linux: OOP windowed pluginsevan@chromium.org2009-07-074-21/+193
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-063-191/+0
* linux: OOP windowed pluginsevan@chromium.org2009-07-063-0/+191
* linux: only create browser-side plugin container after plugin requests itevan@chromium.org2009-06-301-6/+4
* Reverting 19560. This caused a bunch of plugin-related unittest failures on W...glen@chromium.org2009-06-301-4/+6
* linux: only create browser-side plugin container after plugin requests itevan@chromium.org2009-06-291-6/+4
* linux: cleanup browser-side GtkSockets when plugins are destroyedevan@chromium.org2009-06-281-5/+7
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-266-63/+28
* So many reverts, I double-reverted. This is the triple-revert.evan@chromium.org2009-06-261-4/+3
* Revert all of my patches from today.evan@chromium.org2009-06-267-31/+67
* mac: retry build fix.evan@chromium.org2009-06-261-4/+3
* mac: build fix.evan@chromium.org2009-06-261-3/+4
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-266-63/+28
* linux: Fix windowed plugin resizeevan@chromium.org2009-06-233-8/+44
* linux: refactor GtkFixedSocket into its own file.evan@chromium.org2009-06-223-63/+93
* linux plugins: only set size in WindowedRepositionevan@chromium.org2009-06-221-8/+4
* Don't call NPP_SetWindow before we have the plugin geometry.jam@chromium.org2009-06-091-4/+4
* Fixes a flash plugin hang caused by opening google finance ticker symbols in ...ananta@chromium.org2009-06-091-2/+0
* Porting the browser tests to Unix.jcampan@chromium.org2009-06-052-13/+13
* One more attempt at fixing the keyboard focus issue when the windowless Flash...ananta@chromium.org2009-06-041-2/+22
* Fix browser hang due to plugin deadlockamit@chromium.org2009-06-033-28/+57
* port webkit changeset 44066ukai@chromium.org2009-06-011-0/+2
* Set focus to the dummy plugin window used to ensure that keyboard focus corre...ananta@chromium.org2009-05-261-24/+23
* Make sure that seekable streams are removed from the list of resource clients...ananta@chromium.org2009-05-232-2/+3
* linux: add quirk for windowless flash drawing glitchesevan@chromium.org2009-05-221-42/+117
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-228-82/+353
* Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...jam@chromium.org2009-05-201-5/+0
* Disable plugins on the Mac by default until JS plumbingamanda@chromium.org2009-05-181-1/+5
* Displaying consecutive alerts from plugins should not hang the browser. The p...ananta@chromium.org2009-05-151-0/+3
* Make WidgetWin redraw child windows that are in a different process asynchron...jam@chromium.org2009-05-143-10/+95