| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 176792 | dpapad@chromium.org | 2013-01-17 | 6 | -708/+1 |
* | Refactor FileIO to the new resource host system. | bbudge@chromium.org | 2013-01-15 | 6 | -1/+708 |
* | Make RendererPpapiHostImpl work with NaCl instances, which change modules. | bbudge@chromium.org | 2013-01-12 | 1 | -2/+2 |
* | More conversion from uint to size_t for shared memory allocation sizes. | cevans@chromium.org | 2013-01-11 | 2 | -2/+2 |
* | Distinguish plugin disconnections from plugin crashes. | yzshen@chromium.org | 2013-01-10 | 1 | -4/+8 |
* | Update some #includes in content/renderer/pepper for headers in the new Platf... | pilgrim@chromium.org | 2013-01-10 | 4 | -7/+7 |
* | Use an explicit PID for duplicating Pepper handles rather than the Channel's. | brettw@chromium.org | 2013-01-04 | 8 | -12/+35 |
* | Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al... | jam@chromium.org | 2013-01-02 | 10 | -46/+45 |
* | Remove the old PPB_Flash proxy. | raymes@chromium.org | 2012-12-26 | 1 | -1/+0 |
* | Ensure that all resources are torn down before the routing. | brettw@chromium.org | 2012-12-21 | 1 | -0/+4 |
* | Move PepperFlash Hosts from content/ to chrome/ | raymes@google.com | 2012-12-21 | 3 | -318/+0 |
* | &vec.front() on an empty vector will crash on Windows, last I knew. | cevans@chromium.org | 2012-12-19 | 1 | -1/+1 |
* | Refactor 4 PPB_Flash functions to the new PPAPI resource model. | raymes@chromium.org | 2012-12-19 | 2 | -1/+226 |
* | Add ResolveProxy to the content API. | raymes@chromium.org | 2012-12-19 | 1 | -5/+2 |
* | Refactored PPB_Flash GetSettings to the new pepper resource model | raymes@chromium.org | 2012-12-19 | 2 | -13/+0 |
* | StreamDeviceInfo is basically a MediaStreamDevice but with two extra variable... | xians@chromium.org | 2012-12-18 | 1 | -3/+3 |
* | This refactors PPB_Flash GetLocalTimeZoneOffset to the new PPAPI resource mod... | raymes@chromium.org | 2012-12-17 | 2 | -8/+0 |
* | plugins: use new WebPluginContainer::setWebLayer API for compositing. | piman@chromium.org | 2012-12-17 | 2 | -0/+5 |
* | Only unbind a Graphics2D on destruction when we're actually bound. | brettw@chromium.org | 2012-12-14 | 1 | -5/+5 |
* | Pepper and IPC plumbing to display message to NaCl user | dschuff@chromium.org | 2012-12-14 | 1 | -0/+5 |
* | Revert 172806 | raymes@chromium.org | 2012-12-13 | 2 | -194/+1 |
* | Refactor 4 PPB_Flash functions to the new PPAPI resource model. | raymes@chromium.org | 2012-12-13 | 2 | -1/+194 |
* | Renderer process can allocate anonymous shared memory without help from brows... | apatrick@chromium.org | 2012-12-13 | 1 | -13/+1 |
* | Introduce PPB_VideoCapture_Dev v0.3: | yzshen@chromium.org | 2012-12-10 | 2 | -62/+24 |
* | Implement an IsAllowed function in the pepper PPB_Broker_Trusted API | raymes@chromium.org | 2012-12-10 | 1 | -1/+8 |
* | Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m... | raymes@chromium.org | 2012-12-08 | 2 | -101/+0 |
* | Revert 171408 | raymes@chromium.org | 2012-12-06 | 2 | -0/+101 |
* | Preparing content/ for the removal of scoped_refptr::release() | piman@chromium.org | 2012-12-06 | 2 | -2/+4 |
* | Revert 171389 | raymes@chromium.org | 2012-12-06 | 2 | -101/+0 |
* | Revert 171080 | raymes@chromium.org | 2012-12-06 | 2 | -0/+101 |
* | Revert 171234. Broke test_shell_tests on WebKit Mac Canaries. | senorblanco@google.com | 2012-12-05 | 3 | -831/+50 |
* | Inline ppb_graphics_2d_impl to the host. | victorhsieh@chromium.org | 2012-12-05 | 3 | -50/+831 |
* | Add a gyp flag to allow removing dependency on ppapi. | nileshagrawal@chromium.org | 2012-12-05 | 2 | -99/+83 |
* | Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code: | yzshen@chromium.org | 2012-12-05 | 8 | -69/+590 |
* | The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C... | raymes@chromium.org | 2012-12-04 | 2 | -101/+0 |
* | Associate audio streams with their source/destination RenderView. | miu@chromium.org | 2012-12-04 | 5 | -11/+31 |
* | Refactor 3 PPB_Flash functions to the new resource model. | raymes@chromium.org | 2012-12-04 | 7 | -72/+94 |
* | Fix Graphics2D in NaCl. | brettw@chromium.org | 2012-12-03 | 1 | -11/+11 |
* | Add raymes and yzshen to pepper host OWNERS | brettw@chromium.org | 2012-11-29 | 1 | -0/+2 |
* | Migrate Graphics2D to new design, as part of the whole Pepper resource redesign. | brettw@chromium.org | 2012-11-29 | 11 | -0/+392 |
* | Refactor BrowserFont to new design | victorhsieh@chromium.org | 2012-11-27 | 2 | -0/+19 |
* | Deprecate and remove unused PPB_Flash functions. | raymes@chromium.org | 2012-11-26 | 2 | -7/+0 |
* | Merge branch 'master' into perms_print | brettw@chromium.org | 2012-11-16 | 1 | -10/+4 |
* | Refactor the URLResponseInfo to use new design | brettw@chromium.org | 2012-11-16 | 2 | -0/+14 |
* | Refactor video capture to new design, as part of the whole Pepper resource re... | victorhsieh@chromium.org | 2012-11-16 | 5 | -69/+587 |
* | Implement the Flash menu as a new-style Pepper resource. | brettw@chromium.org | 2012-11-15 | 6 | -90/+58 |
* | Revert 167727 - Add PPAPI permissions for file chooser, PDF, testing, video c... | brettw@chromium.org | 2012-11-14 | 1 | -4/+10 |
* | cc: Remove cc::settings, move them to LayerTreeSettings. | danakj@chromium.org | 2012-11-14 | 1 | -1/+2 |
* | Add PPAPI permissions for file chooser, PDF, testing, video capture, and vide... | brettw@chromium.org | 2012-11-14 | 1 | -10/+4 |
* | Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual... | reed@google.com | 2012-11-14 | 2 | -2/+2 |