| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement an IsAllowed function in the pepper PPB_Broker_Trusted API | raymes@chromium.org | 2012-12-10 | 7 | -24/+40 |
* | Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m... | raymes@chromium.org | 2012-12-08 | 6 | -341/+3 |
* | Use PP_BrowserFont_Trusted_Description | brettw@chromium.org | 2012-12-07 | 2 | -24/+26 |
* | Encrypted Media: Use std::string for key message in media pipeline. | xhwang@chromium.org | 2012-12-06 | 1 | -7/+4 |
* | Revert 171408 | raymes@chromium.org | 2012-12-06 | 6 | -3/+341 |
* | Revert 171389 | raymes@chromium.org | 2012-12-06 | 6 | -341/+3 |
* | Revert 171080 | raymes@chromium.org | 2012-12-06 | 6 | -3/+341 |
* | Encrypted Media: Support pp::Buffer_Dev reuse in PpbBufferAllocator. | xhwang@chromium.org | 2012-12-05 | 2 | -28/+101 |
* | Revert 171234. Broke test_shell_tests on WebKit Mac Canaries. | senorblanco@google.com | 2012-12-05 | 7 | -78/+362 |
* | Inline ppb_graphics_2d_impl to the host. | victorhsieh@chromium.org | 2012-12-05 | 7 | -362/+78 |
* | Encrypted Media: Allows empty key message to be fired. | xhwang@chromium.org | 2012-12-04 | 1 | -12/+25 |
* | The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C... | raymes@chromium.org | 2012-12-04 | 6 | -341/+3 |
* | Encrypted Media: Support natural size in video decrypt-and-decode path. | xhwang@chromium.org | 2012-12-04 | 2 | -3/+12 |
* | Refactor 3 PPB_Flash functions to the new resource model. | raymes@chromium.org | 2012-12-04 | 5 | -37/+0 |
* | Use skia::RefPtr in place of manual ref-counting for Skia types. | danakj@chromium.org | 2012-12-04 | 1 | -4/+3 |
* | Enable Pepper threading on canary. | shess@chromium.org | 2012-12-01 | 2 | -0/+4 |
* | Refactor PPB_Flash_Fullscreen to the new resource model. | raymes@chromium.org | 2012-11-30 | 4 | -21/+7 |
* | Encrypted Media: Remove memcpy of decoded video frame in ContentDecryptorDele... | xhwang@chromium.org | 2012-11-29 | 1 | -31/+31 |
* | Migrate Graphics2D to new design, as part of the whole Pepper resource redesign. | brettw@chromium.org | 2012-11-29 | 12 | -57/+100 |
* | Refactor the way singleton-style resources are exposed via PPB_Instance | raymes@chromium.org | 2012-11-29 | 2 | -26/+31 |
* | ppapi: Opt-in to receive synthetic mouse events for touch-events. | sadrul@chromium.org | 2012-11-28 | 2 | -7/+10 |
* | Refactor BrowserFont to new design | victorhsieh@chromium.org | 2012-11-27 | 2 | -16/+0 |
* | Make scaled paints to the backing store work on Windows and Linux | jbauman@chromium.org | 2012-11-27 | 2 | -14/+1 |
* | webkit/ppapi: Notify the container when a plugin is accepting wheel events ju... | yusukes@chromium.org | 2012-11-26 | 2 | -6/+21 |
* | Deprecate and remove unused PPB_Flash functions. | raymes@chromium.org | 2012-11-26 | 5 | -34/+0 |
* | Add data_size to PP_EncryptedBlockInfo. | xhwang@chromium.org | 2012-11-21 | 1 | -6/+11 |
* | Put pepper threading support behind a command line flag. | brettw@chromium.org | 2012-11-20 | 2 | -0/+4 |
* | Fix the DidChangeView notification for Pepper plugins. | yzshen@chromium.org | 2012-11-20 | 2 | -23/+26 |
* | Reuse PPB_Buffer_Impl in ContentDecryptorDelegate. | xhwang@chromium.org | 2012-11-19 | 2 | -16/+115 |
* | Upstream the pagescalefactor fix for plugin placeholder on android | qinmin@chromium.org | 2012-11-17 | 2 | -6/+29 |
* | Fix possible resource leak in MakeBufferResource(). | xhwang@chromium.org | 2012-11-17 | 1 | -44/+66 |
* | Merge branch 'master' into perms_print | brettw@chromium.org | 2012-11-16 | 2 | -1/+4 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -2/+2 |
* | Refactor the URLResponseInfo to use new design | brettw@chromium.org | 2012-11-16 | 6 | -190/+157 |
* | Refactor video capture to new design, as part of the whole Pepper resource re... | victorhsieh@chromium.org | 2012-11-16 | 5 | -451/+6 |
* | Provide a safer FileIO Read API | victorhsieh@chromium.org | 2012-11-16 | 2 | -6/+6 |
* | Break path whereby AssociatedURLLoader::~AssociatedURLLoader() is re-entered ... | tsepez@chromium.org | 2012-11-16 | 1 | -0/+6 |
* | Implement the Flash menu as a new-style Pepper resource. | brettw@chromium.org | 2012-11-15 | 7 | -278/+1 |
* | Remove PluginList::RemovePlugin() and directly remove old plug-ins from plug-... | bauerb@chromium.org | 2012-11-15 | 3 | -21/+2 |
* | Security fix: integer overflow on checking image size | victorhsieh@chromium.org | 2012-11-15 | 1 | -3/+2 |
* | Revert 167727 - Add PPAPI permissions for file chooser, PDF, testing, video c... | brettw@chromium.org | 2012-11-14 | 2 | -4/+1 |
* | Revert 167312 - Add CHECKs to diagnose a Pepper Flash crash. | yzshen@chromium.org | 2012-11-14 | 1 | -8/+0 |
* | Escape filesystem paths properly in Pepper filesystem URLs. | ericu@chromium.org | 2012-11-14 | 1 | -3/+4 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Add PPAPI permissions for file chooser, PDF, testing, video capture, and vide... | brettw@chromium.org | 2012-11-14 | 2 | -1/+4 |
* | Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual... | reed@google.com | 2012-11-14 | 4 | -15/+10 |
* | Add CHECKs to diagnose a Pepper Flash crash. | yzshen@chromium.org | 2012-11-13 | 1 | -0/+8 |
* | ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to... | danakj@chromium.org | 2012-11-10 | 1 | -1/+2 |
* | For ppb_graphics3d, return an invalid resource if the gpu has | nfullagar@chromium.org | 2012-11-10 | 5 | -9/+28 |
* | Remove PPB_Flash_TCPSocket which hasn't been in use since M20. | raymes@chromium.org | 2012-11-10 | 1 | -1/+0 |