summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variable if ENABLE_GPU is not setpiman@chromium.org2009-12-151-0/+2
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-124-3/+220
* Add Cocoa window interposing for plugin processstuartmorgan@chromium.org2009-12-084-46/+228
* Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-...mattm@chromium.org2009-12-041-0/+4
* Switch Mac plugins back to a UI runloopstuartmorgan@chromium.org2009-12-032-44/+48
* Send resource load notifications from plugins to devtools agent. This is a pa...yurys@chromium.org2009-12-032-4/+5
* Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, usemark@chromium.org2009-11-303-3/+25
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-261-3/+4
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-10/+7
* Mac: Simulate the OS-level focus handling that windows and linux pluginsamanda@chromium.org2009-11-203-0/+39
* If an NP_* function is called on an out of process plugin, save enough info t...japhet@chromium.org2009-11-187-33/+27
* Only clears the unblock flag on sync IPCs during other sync dispatchesjamesr@chromium.org2009-11-183-15/+17
* Rename policy_url to first_party_for_cookies in cookie-related code.wtc@chromium.org2009-11-182-6/+8
* Use an explicit boolean has_new_first_party_for_cookies insteadwtc@chromium.org2009-11-181-1/+3
* Use GetSwitchValuePath.evan@chromium.org2009-11-161-2/+3
* Duplicating the SetActiveURL() change from the renderer to the plugin process...jschuh@chromium.org2009-11-143-5/+5
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-131-1/+3
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-132-4/+4
* Upstreaming WebKit.gypyaar@chromium.org2009-11-125-6/+6
* linux: work around "flash does not register any clicks" bugevan@chromium.org2009-11-111-0/+6
* Fix partial updates of transparent plugin backgrounds on Macstuartmorgan@chromium.org2009-11-101-1/+4
* Linux: Catch plugin crashes.thestig@chromium.org2009-11-092-9/+19
* Amit, please review everything.ananta@chromium.org2009-11-074-6/+36
* 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