summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Enabled actual transfer size in chromiumvsevik@chromium.org2011-04-084-6/+6
* Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...alokp@chromium.org2011-04-084-15/+13
* Expose scancodes to PP_InputEvent_Key events that are independent of the inpu...wez@chromium.org2011-04-083-0/+156
* Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.ddorwin@chromium.org2011-04-078-4/+228
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-5/+1
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-079-62/+54
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-079-54/+62
* Added and partially implemented entry points for PPB_GRAPHICS_3D.alokp@chromium.org2011-04-072-5/+83
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-1/+5
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-5/+1
* Leak the resource tracker and any resources still around at shutdown. Thebrettw@chromium.org2011-04-072-10/+24
* WebKit roll 83160:83167.pfeldman@chromium.org2011-04-075-43/+7
* Fixed a few styles issues in skia::PlatformDevice. Made function names consis...alokp@chromium.org2011-04-061-9/+9
* Fixing PPB_Graphics2D::Describebrettw@chromium.org2011-04-061-1/+2
* rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaintvandebo@chromium.org2011-04-051-8/+4
* Rename some printing classes and minor cleanups.vandebo@chromium.org2011-04-041-5/+5
* Remove assertion when destroying a plugin that doesn't exist. The DidDestroybrettw@chromium.org2011-04-042-13/+20
* Update Silverlight v3 version metadata.cevans@chromium.org2011-03-311-14/+11
* Add GetPluginURL to PPB_URLUtil_Devpiman@google.com2011-03-314-1/+26
* Additional clean up from missing OVERRIDE from r80037.scherkus@chromium.org2011-03-311-4/+0
* Cleaning up missing OVERRIDE from r80037.scherkus@chromium.org2011-03-311-1/+0
* Migrated chromium to new didReceiveData method in WebURLLoaderClientvsevik@chromium.org2011-03-315-9/+49
* Adding missing virtual keyword to PPB_VideoDecoder_Impl.scherkus@chromium.org2011-03-311-8/+12
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-316-63/+274
* Pepper/Flapper: Make PPB_Flash::Navigate() handle javascript: URLs.viettrungluu@chromium.org2011-03-301-4/+13
* Remove usages of WebView::Create that pass in devtools/autofill client.jam@chromium.org2011-03-292-2/+2
* Report more detailed stats on which plug-ins are being blocked.cevans@chromium.org2011-03-293-3/+7
* Fix up some reference counting when WebPluginImpl::scriptableObject is called.dmichael@google.com2011-03-294-10/+35
* Add bauerb to webkit/plugins/npapi/OWNERS.bauerb@chromium.org2011-03-291-0/+1
* Remove the path from PlatformFileInfo; it's cleaner just to pass it along as aericu@google.com2011-03-282-2/+5
* Fix up some types in the API.neb@chromium.org2011-03-285-8/+9
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-2/+2
* Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...viettrungluu@chromium.org2011-03-283-22/+46
* Move some files from base to base/memory.levin@chromium.org2011-03-2857-104/+104
* Be more thorough checking for NULL NPP valuesdavidben@chromium.org2011-03-261-1/+25
* Make PPAPI PostMessage behave asynchronously.dmichael@google.com2011-03-262-11/+67
* Adding CreateFromData to NativeMetafileFactorydpapad@chromium.org2011-03-261-3/+4
* Make PluginInstance::PrintPDFOutput metafile-implementation agnostic on Linux.vandebo@chromium.org2011-03-251-7/+4
* Remove DevToolsAgent network callbacks as this information is now available t...vsevik@chromium.org2011-03-252-40/+0
* DevTools: migrate to the new updatream willSendRequest method.pfeldman@chromium.org2011-03-251-5/+2
* Fix my memory leak (yay valgrind bot!)dmichael@google.com2011-03-241-0/+1
* Moved the code which sets focus to the dummy activation window created for wi...ananta@chromium.org2011-03-241-41/+53
* Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.viettrungluu@chromium.org2011-03-241-0/+35
* Fix pepper flash-originated popupspiman@google.com2011-03-231-0/+1
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-236-5/+522
* PPB_CursorControl_Dev.SetCursor: Add support for custom cursor.yzshen@chromium.org2011-03-233-17/+50
* Minor changes to the comments of ResourceTracker and PP_ImageDataFormat.yzshen@chromium.org2011-03-231-1/+1
* Remove PPB_Var interface's scripting functionality.neb@chromium.org2011-03-235-589/+3
* Removing method printing::PdfPsMetafile::SetRawData().dpapad@chromium.org2011-03-231-1/+1
* Fix write-after-free in PPB_Surface_3D_Implpiman@google.com2011-03-221-0/+2