summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Support the specification of complete plugin information including multiple m...marshall@chromium.org2011-11-022-28/+21
* Make LazyInstance managed Locks leaky.thestig@chromium.org2011-11-011-1/+3
* Update version metadata for Flash, Reader, Shockwave.cevans@chromium.org2011-11-011-6/+10
* Update JRE version metadata.cevans@chromium.org2011-11-011-5/+9
* refactor video capture in renderer processwjia@chromium.org2011-11-011-1/+0
* Try a workaround for initMessageEvent bug.dmichael@chromium.org2011-10-271-17/+10
* Copy 2 missing fields of PP_FontDescription_Dev.eugenis@google.com2011-10-261-0/+2
* include fcntl.h on OpenBSD toorobert.nagy@gmail.com2011-10-251-1/+1
* Remove unused argument that was not cleaned up inpolina@google.com2011-10-252-10/+9
* Remove temporary hack necessary while webkit change was landing: https://bugs...polina@google.com2011-10-241-5/+0
* Convert the flash clipboard API to thunk system.brettw@chromium.org2011-10-224-36/+61
* Handle the change from CaretBounds to SelectionBounds for PPAPI Plugins.kinaba@chromium.org2011-10-214-0/+9
* Gracefully handle child process death in out-of-process plugin loading.rsesek@chromium.org2011-10-215-94/+84
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-204-16/+10
* Remove TrackerBase.brettw@chromium.org2011-10-2015-322/+238
* Split HostVarTracker out of HostResourceTracker.brettw@chromium.org2011-10-208-134/+217
* Rename the ResourceTracker in webkit to HostResourceTracker.brettw@chromium.org2011-10-2021-62/+64
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-2021-147/+206
* Remove RemoteAccessClientFirewallTraversal policy and code paths.wez@chromium.org2011-10-206-49/+0
* Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callbackkinuko@chromium.org2011-10-194-13/+7
* Support playback & seeking in media files over 2G.fischman@chromium.org2011-10-191-3/+3
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-1821-206/+147
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-1821-147/+206
* Don't DCHECK NPP_HandleEvent's return for NPERR_NO_ERRORdavidben@chromium.org2011-10-181-4/+2
* base::Bind: Final cleanups in webkit/quota.jhawkins@chromium.org2011-10-181-7/+5
* QuotaFileIO: Add back a delete I accidentally removed.jhawkins@chromium.org2011-10-171-0/+1
* base::Bind: Convert FileUtilProxy::StatusCallback.jhawkins@chromium.org2011-10-175-32/+34
* base::Bind: Convert FileUtilProxy::WriteCallback.jhawkins@chromium.org2011-10-174-40/+41
* base::Bind: Convert FileUtilProxy::ReadCallback.jhawkins@chromium.org2011-10-171-3/+4
* base::Bind: Convert FileUtilProxy::GetFileInfoCallback.jhawkins@chromium.org2011-10-174-12/+14
* Move PPB/PPP_MouseLock out of dev/.yzshen@chromium.org2011-10-163-6/+6
* PPAPI Fullscreen: move out of Dev.polina@google.com2011-10-143-6/+9
* PPAPI Fullscreen: remove redundant code errouneously inherited frompolina@google.com2011-10-141-9/+0
* Add ppapi implementation of IsScalingDisabled.vandebo@chromium.org2011-10-144-4/+20
* PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen modepolina@google.com2011-10-144-20/+35
* PPAPI Fullscreen: Hack plugin's attributes to force resizing of the plugin to...polina@google.com2011-10-142-8/+110
* Infobar Flip4Mac.cevans@chromium.org2011-10-131-1/+1
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-133-3/+18
* Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...bbudge@chromium.org2011-10-135-10/+30
* Don't hard-code an X11 screen number in DefaultVisual, etc.davidben@chromium.org2011-10-131-7/+9
* PrintPreview: [Win] Added a temporary hack to print blank pdf pages.kmadhusu@chromium.org2011-10-121-7/+12
* Finish moving plugin probing out of process.rsesek@chromium.org2011-10-123-27/+19
* Implement Pepper IME API.kinaba@chromium.org2011-10-127-24/+246
* Convert the charset, memory, and crypto interfaces to use the thunk system.brettw@chromium.org2011-10-1111-236/+6
* Prevent reentrant destructors in the PluginModule.brettw@chromium.org2011-10-113-5/+30
* Convert URLUtil to the thunk system.brettw@chromium.org2011-10-105-185/+87
* Fix the bug that closing a tab which owns a fullscreen Flash widget causes cr...yzshen@chromium.org2011-10-101-0/+2
* Fix the issue that PPB_CursorControl_Dev.SetCursor doesn't take effect until ...yzshen@chromium.org2011-10-094-2/+29
* Add a content::RenderView API. I'll make RenderView use it in a future change...jam@chromium.org2011-10-082-3/+1
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-0724-80/+111