summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Implement an IsAllowed function in the pepper PPB_Broker_Trusted APIraymes@chromium.org2012-12-107-24/+40
* Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...raymes@chromium.org2012-12-086-341/+3
* Use PP_BrowserFont_Trusted_Descriptionbrettw@chromium.org2012-12-072-24/+26
* Encrypted Media: Use std::string for key message in media pipeline.xhwang@chromium.org2012-12-061-7/+4
* Revert 171408raymes@chromium.org2012-12-066-3/+341
* Revert 171389raymes@chromium.org2012-12-066-341/+3
* Revert 171080raymes@chromium.org2012-12-066-3/+341
* Encrypted Media: Support pp::Buffer_Dev reuse in PpbBufferAllocator.xhwang@chromium.org2012-12-052-28/+101
* Revert 171234. Broke test_shell_tests on WebKit Mac Canaries.senorblanco@google.com2012-12-057-78/+362
* Inline ppb_graphics_2d_impl to the host.victorhsieh@chromium.org2012-12-057-362/+78
* Encrypted Media: Allows empty key message to be fired.xhwang@chromium.org2012-12-041-12/+25
* The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...raymes@chromium.org2012-12-046-341/+3
* Encrypted Media: Support natural size in video decrypt-and-decode path.xhwang@chromium.org2012-12-042-3/+12
* Refactor 3 PPB_Flash functions to the new resource model.raymes@chromium.org2012-12-045-37/+0
* Use skia::RefPtr in place of manual ref-counting for Skia types.danakj@chromium.org2012-12-041-4/+3
* Enable Pepper threading on canary.shess@chromium.org2012-12-012-0/+4
* Refactor PPB_Flash_Fullscreen to the new resource model.raymes@chromium.org2012-11-304-21/+7
* 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