summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
Commit message (Expand)AuthorAgeFilesLines
* Added support for --worker-startup-dialog command line flag.atwilson@chromium.org2009-11-061-16/+1
* Fourth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-052-2/+8
* Don't allow the browser to stay above a modal plugin window (Mac)stuartmorgan@chromium.org2009-11-042-4/+11
* Fix transparent windowless plugin background painting. This would manifestbrettw@chromium.org2009-10-291-17/+18
* Make GetURLForDebugging return a const GURL.tony@chromium.org2009-10-281-2/+2
* Make the web plugin proxy tolerant of windowless bitmap memory mapping failures.brettw@chromium.org2009-10-271-13/+26
* Push the native canvas into the plugin implementation. On Windows, this meansbrettw@chromium.org2009-10-232-133/+61
* Potential fix for the PluginChannel::CleanUp crash. This will go out on tomo...jam@chromium.org2009-10-221-2/+6
* Invoke the right method (invokeDefault) if a plugin calls NPN_InvokeDefault o...jam@chromium.org2009-10-151-1/+5
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-113-7/+7
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-5/+2
* Fix double delete in NPObjectStub that I introduced.jam@chromium.org2009-10-061-1/+3
* Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...jam@chromium.org2009-10-065-32/+37
* Coverity: Free the loaded sandbox test module library.jhawkins@chromium.org2009-10-021-1/+2
* Fix several issues around fullscreen Mac plugins:amanda@chromium.org2009-10-012-0/+52
* Get rid of the need for cross process events in order to get plugin processes...jam@chromium.org2009-09-2914-121/+226
* Fix the deadlock when Flash tries to make WMP full screen. This is a one-off...jam@chromium.org2009-09-173-6/+29
* Gears File Drag Dropmichaeln@google.com2009-09-166-21/+31
* 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