summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins
Commit message (Expand)AuthorAgeFilesLines
* Revert 32398 - Re-enable Cocoa event model for pluginsstuartmorgan@chromium.org2009-11-181-2/+3
* Remove plugin Cocoa event model temporarilystuartmorgan@chromium.org2009-11-181-3/+2
* Rename policy_url to first_party_for_cookies in cookie-related code.wtc@chromium.org2009-11-181-1/+2
* Update the Mac plugin whitelist/blacklist for recent fixesstuartmorgan@chromium.org2009-11-161-1/+1
* Add support for Mac NPAPI drawing model negotiation, along with a stubamanda@chromium.org2009-11-161-2/+2
* This CL fixes the document-open.html and window-open.html plugin layout tests...ananta@chromium.org2009-11-142-0/+15
* Call np_getentrypoints after np_initialize on the Macstuartmorgan@chromium.org2009-11-141-2/+9
* Add a Mac plugin quirk for ignoring QuickTime's negotiated drawing modelstuartmorgan@chromium.org2009-11-132-6/+26
* Always call NPP_SetWindow, even for 0x0 plugins, on the Macstuartmorgan@chromium.org2009-11-121-3/+0
* Upstreaming WebKit.gypyaar@chromium.org2009-11-125-6/+6
* Retry of http://codereview.chromium.org/372025 with additional changes toamanda@chromium.org2009-11-112-137/+63
* Rework painting to be something that will actually work. This allows plugins tobrettw@chromium.org2009-11-111-3/+8
* Never send NPRES_NETWORK_ERR to Flash in response to a url that it opened in ...jam@chromium.org2009-11-103-0/+8
* Prevent plugins from handling PDF on the Macstuartmorgan@chromium.org2009-11-101-0/+8
* Revert 31562 - Add NPP_SetWindow() with a NULL window to stop races in pluginstuartmorgan@chromium.org2009-11-101-6/+0
* Add NPP_SetWindow() with a NULL window to stop races in pluginamanda@chromium.org2009-11-101-0/+6
* Fix dummy plugin window update (Mac)stuartmorgan@chromium.org2009-11-061-6/+8
* Reverting 31266. threw asserts in test_shell on the bots.amanda@chromium.org2009-11-062-18/+136
* Unfork shared methods of WebPluginDelegateImpl. As a side effect, should fixamanda@chromium.org2009-11-062-136/+18
* Implement the Cocoa event model for Mac NPAPI. This is a first cut for theamanda@chromium.org2009-11-062-60/+214
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-055-5/+19
* Fix commentjam@chromium.org2009-11-051-1/+1
* Don't load the Java plugin prior to update 12, since they don't work in Chrom...jam@chromium.org2009-11-052-0/+17
* Revert 31094 - [Mac] Blacklist PDF so that they are downloaded instead of han...rsesek@chromium.org2009-11-051-2/+0
* [Mac] Blacklist PDF so that they are downloaded instead of handled by QuickTimersesek@chromium.org2009-11-051-0/+2
* Add the plumbing and test code for plugins opening files from the sandbox. Thisbrettw@chromium.org2009-11-034-52/+59
* Do not touch a NPStream object when it is already destructed.yusukes@google.com2009-11-021-2/+1
* To facilitate apatrick's work on the 3D renderer for Pepper,sehr@google.com2009-10-312-0/+2
* Blacklist the O3D plugin on the Macstuartmorgan@chromium.org2009-10-301-0/+2
* Ensure that NPN_PluginThreadAsyncCall callbacks are not invoked after NPP_Des...apatrick@google.com2009-10-304-1/+130
* Blacklist PDF Browser Plugin on Mac for now.stuartmorgan@chromium.org2009-10-291-7/+56
* Make Pepper NPN variable return a pointer to an allocatedsehr@google.com2009-10-271-12/+17
* Implemented NPN_ScheduleTimer and NPN_UnscheduleTimer.apatrick@google.com2009-10-267-15/+313
* Add a regression test for the renderer hang when a plugin's NP_Initialize fun...jam@chromium.org2009-10-231-2/+17
* Push the native canvas into the plugin implementation. On Windows, this meansbrettw@chromium.org2009-10-233-6/+15
* Fix painting issue in Reader 9.2.jam@chromium.org2009-10-221-0/+3
* Blacklist some non-functional plugins on the Macstuartmorgan@chromium.org2009-10-201-2/+8
* Deprecate PathService::Get(..., wstring*) and use FilePath instead.evan@chromium.org2009-10-191-3/+5
* Moved Pepper delegate definition to chrome\renderer to allow it to usesehr@google.com2009-10-175-581/+15
* Fix plugin lookup order on the Macstuartmorgan@chromium.org2009-10-151-1/+1
* Hooked up the WebInputEvent data structure to the webplugin_delegatesehr@google.com2009-10-141-8/+117
* Load plugins from /usr/lib64 on 64-bit systems.evan@chromium.org2009-10-141-0/+9
* Re-land http://codereview.chromium.org/211031 with a bug openedamanda@chromium.org2009-10-136-56/+224
* Use ASCII strings for switch names.evan@chromium.org2009-10-132-2/+2
* First version of pepper api implementation:sehr@google.com2009-10-125-34/+519
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-113-3/+3
* Some trivial style cleanup in the plugin delegate. There was one functionbrettw@chromium.org2009-10-082-18/+12
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-072-2/+2
* Implement NPN_GetValueForURL and NPN_SetValueForURL and add a stub for NPN_Ge...jam@chromium.org2009-10-079-503/+139
* Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...jam@chromium.org2009-10-066-26/+72