summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
Commit message (Expand)AuthorAgeFilesLines
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-044-41/+22
* Adjust color spaces so that Mac Chrome renders colors properly.amanda@chromium.org2009-09-031-4/+5
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-024-17/+31
* linux: disable querying the page window for windowless pluginspiman@chromium.org2009-08-311-2/+6
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-313-11/+13
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-2/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-2/+2
* More refactoring for WebPlugin.darin@chromium.org2009-08-272-17/+9
* Fix invalidates from off-screen plugins on the Mac.stuartmorgan@chromium.org2009-08-271-2/+12
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-252-62/+1
* Revert 24266 - This CL ensures that plugins always peek in the context of out...ananta@chromium.org2009-08-251-19/+0
* This CL ensures that plugins always peek in the context of outgoing sync calls. ananta@chromium.org2009-08-251-0/+19
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-251-0/+1
* Revert "linux: call g_thread_init() at relevant startup points"evan@chromium.org2009-08-251-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-251-0/+1
* Revert "linux: call g_thread_init() at relevant startup points"tony@chromium.org2009-08-241-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-241-0/+1
* Revert r24043, "linux: call g_thread_init() at relevant startup points"evan@chromium.org2009-08-211-1/+0
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-211-0/+1
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-2/+2
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-212-2/+2
* linux/mac: fix another race condition with the plugin channelpiman@chromium.org2009-08-182-1/+14
* Add an UpdateContext call to WebPluginDelegateImpl on the Mac.stuartmorgan@google.com2009-08-131-0/+4
* Remove all direct calls to NPN_ functions in WebCore. The replacement for th...jorlow@chromium.org2009-08-111-2/+5
* linux: fix race in TransportDIB passingpiman@chromium.org2009-08-101-1/+7
* Delay releasing plugin process for 10s.cmp@google.com2009-08-071-1/+12
* Set up a interposing library for Carbon calls made by plugins.stuartmorgan@google.com2009-08-071-0/+41
* linux: fix windowless Flash when scrollingpiman@chromium.org2009-08-071-0/+6
* Another attempt at landing this patch.ananta@chromium.org2009-08-044-7/+12
* Reverting 22041 as it caused plugin crashes in reliability test runs.ananta@chromium.org2009-07-303-6/+7
* linux: add a GtkPlug / GtkSocket pair in the plugin processpiman@chromium.org2009-07-302-4/+56
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-1/+4
* Another attempt at landing this patch. ananta@chromium.org2009-07-303-7/+6
* Continue eliminating direct NPN_ function calls that go from Chromium code to...jorlow@chromium.org2009-07-304-21/+31
* Update the Mac plugin dummy window code for the new coordinate system.stuartmorgan@google.com2009-07-291-7/+3
* Fix partial plugin invalidate repainting on Mac.stuartmorgan@google.com2009-07-271-1/+0
* Revert r21548 and r21559 due to crash spike.huanr@chromium.org2009-07-253-6/+7
* Refactor blits to be more cross-platform.piman@chromium.org2009-07-241-6/+5
* The IPCs for carrying data requested by plugins have been changed from synchr...ananta@chromium.org2009-07-243-7/+6
* CPAPI (0.11) for gears drag drop.mpcomplete@chromium.org2009-07-233-3/+40
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-233-52/+19
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-233-19/+52
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-233-52/+19
* Remove the NOTIMPLEMENTED from IsDefaultPluginEnabled for Macstuartmorgan@google.com2009-07-231-1/+1
* Split the IPC code into ipc/agl@chromium.org2009-07-228-8/+8
* linux: add windowless plugin plumbingpiman@google.com2009-07-222-4/+32
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-213-19/+52
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-203-52/+19
* Fixes a crash in the plugin process caused by the XStandard plugin passing in...ananta@chromium.org2009-07-171-0/+24
* Remove the carbon event dispatcher from the main thread of the plugin processamanda@chromium.org2009-07-131-48/+0