summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Encrypted Media: Remove memcpy of decoded video frame in ContentDecryptorDele...xhwang@chromium.org2012-11-291-31/+31
* Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.brettw@chromium.org2012-11-2912-57/+100
* Refactor the way singleton-style resources are exposed via PPB_Instanceraymes@chromium.org2012-11-292-26/+31
* ppapi: Opt-in to receive synthetic mouse events for touch-events.sadrul@chromium.org2012-11-282-7/+10
* Refactor BrowserFont to new designvictorhsieh@chromium.org2012-11-272-16/+0
* Make scaled paints to the backing store work on Windows and Linuxjbauman@chromium.org2012-11-272-14/+1
* webkit/ppapi: Notify the container when a plugin is accepting wheel events ju...yusukes@chromium.org2012-11-262-6/+21
* Deprecate and remove unused PPB_Flash functions.raymes@chromium.org2012-11-265-34/+0
* Add data_size to PP_EncryptedBlockInfo.xhwang@chromium.org2012-11-211-6/+11
* Put pepper threading support behind a command line flag.brettw@chromium.org2012-11-202-0/+4
* Fix the DidChangeView notification for Pepper plugins.yzshen@chromium.org2012-11-202-23/+26
* Reuse PPB_Buffer_Impl in ContentDecryptorDelegate.xhwang@chromium.org2012-11-192-16/+115
* Upstream the pagescalefactor fix for plugin placeholder on androidqinmin@chromium.org2012-11-172-6/+29
* Fix possible resource leak in MakeBufferResource().xhwang@chromium.org2012-11-171-44/+66
* Merge branch 'master' into perms_printbrettw@chromium.org2012-11-162-1/+4
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Refactor the URLResponseInfo to use new designbrettw@chromium.org2012-11-166-190/+157
* Refactor video capture to new design, as part of the whole Pepper resource re...victorhsieh@chromium.org2012-11-165-451/+6
* Provide a safer FileIO Read APIvictorhsieh@chromium.org2012-11-162-6/+6
* Break path whereby AssociatedURLLoader::~AssociatedURLLoader() is re-entered ...tsepez@chromium.org2012-11-161-0/+6
* Implement the Flash menu as a new-style Pepper resource.brettw@chromium.org2012-11-157-278/+1
* Remove PluginList::RemovePlugin() and directly remove old plug-ins from plug-...bauerb@chromium.org2012-11-153-21/+2
* Security fix: integer overflow on checking image sizevictorhsieh@chromium.org2012-11-151-3/+2
* Revert 167727 - Add PPAPI permissions for file chooser, PDF, testing, video c...brettw@chromium.org2012-11-142-4/+1
* Revert 167312 - Add CHECKs to diagnose a Pepper Flash crash.yzshen@chromium.org2012-11-141-8/+0
* Escape filesystem paths properly in Pepper filesystem URLs.ericu@chromium.org2012-11-141-3/+4
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Add PPAPI permissions for file chooser, PDF, testing, video capture, and vide...brettw@chromium.org2012-11-142-1/+4
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-144-15/+10
* Add CHECKs to diagnose a Pepper Flash crash.yzshen@chromium.org2012-11-131-0/+8
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-101-1/+2
* For ppb_graphics3d, return an invalid resource if the gpu hasnfullagar@chromium.org2012-11-105-9/+28
* Remove PPB_Flash_TCPSocket which hasn't been in use since M20.raymes@chromium.org2012-11-101-1/+0
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-091-1/+1
* ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.danakj@chromium.org2012-11-091-2/+2
* Rewrite PPB_AudioInput_Dev to use the new-style host/resource.yzshen@chromium.org2012-11-085-288/+1
* PPAPI: Make CompletionCallbacks work right on background threads.dmichael@chromium.org2012-11-082-0/+5
* Make sure PluginResource doesn't live forever because of holding references t...yzshen@chromium.org2012-11-083-4/+0
* Pass pointer/size for init_data/key in GenerateKeyRequest/AddKey in ContentDe...xhwang@chromium.org2012-11-082-14/+18
* Don't load plug-ins with no MIME description on Linux.bauerb@chromium.org2012-11-081-4/+13
* Add ContentDecryptorDelegate.xhwang@chromium.org2012-11-074-894/+1052
* Renable PluginTest.OpenPopupWindowWithPlugin since I disabled it yesterday af...jam@chromium.org2012-11-051-1/+1
* Mark PPAPI requests that fail due to surfaway as PP_ERROR_ABORTED.ncbray@chromium.org2012-11-051-0/+3
* PPAPI: Get TrackedCallback ready for running on non-main threads.dmichael@chromium.org2012-11-057-16/+13
* Stop passing the parent hwnd to the plugin process on initialization.jam@chromium.org2012-11-027-60/+89
* Encrypted Media: Add TRACE_EVENT to trace eme implementation performance.xhwang@chromium.org2012-11-021-0/+5
* Don't assert if PluginInstance can't get PPP_Combined. Some tests exercise th...bbudge@chromium.org2012-11-023-5/+5
* Restrict access to IME data from Flash plug-ins.hbono@chromium.org2012-11-021-1/+2
* Don't attempt optimized scaled updates on GTK and Windowsjbauman@chromium.org2012-11-021-0/+6
* Disable PpapiGraphics2DImplTest.GetBitmap2xScale on win/linuxjbauman@chromium.org2012-11-011-1/+8