1. e029c413 Switch to standard integer types in ppapi/. by avi · 10 years ago
  2. e478443 Update {virtual,override} to follow C++11 style in ppapi. by nick · 10 years ago
  3. 699af3c replace OVERRIDE and FINAL with override and final in ppapi/ by mostynb · 11 years ago
  4. 6d3ae97 Remove implicit conversions from scoped_refptr to T* in ppapi/ by Daniel Cheng · 11 years ago
  5. 511c58e Support using TrackedCallbacks as hints to determine the handling thread of resource reply messages. by [email protected] · 12 years ago
  6. 47cb253f Implementation of URLLoader using PluginResource/ResourceHost. by [email protected] · 12 years ago
  7. 278f5eb9 Add traces to PluginResource/PpapiHost "generic" IPCs by [email protected] · 12 years ago
  8. 0c92b0d Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource model by [email protected] · 13 years ago
  9. 8b73c2e4 Revert 171408 by [email protected] · 13 years ago
  10. cd57d08 Revert 171389 by [email protected] · 13 years ago
  11. d146b8bf Revert 171080 by [email protected] · 13 years ago
  12. 4f01c76 Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code: by [email protected] · 13 years ago
  13. db70c13 Add ability to create pending resource hosts. by [email protected] · 13 years ago
  14. 2432c058 The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. Calls for both these interfaces are now made directly to the browser. This removes the in-process implementation for these interfaces also (as they are flash-only). Tests are added for PPB_Flash_File_ModuleLocal. by [email protected] · 13 years ago
  15. d84e999 Make 0 call sequence numbers be invalid. by [email protected] · 13 years ago
  16. 28df6a0 Make sure PluginResource doesn't live forever because of holding references to itself. by [email protected] · 13 years ago
  17. 9164da3 PluginResource: Avoid having two sets of similar methods for talking with browser and renderer. by [email protected] · 13 years ago
  18. 5878693 Add template SyncCall() to PluginResource. by [email protected] · 13 years ago
  19. e1f5c9b Converted PluginResource reply message handling to use base::Callback by [email protected] · 13 years ago
  20. ff44fc1 Added sync calls to resources. by [email protected] · 13 years ago
  21. 93df81e Bluetooth API: improve discovery by [email protected] · 13 years ago
  22. eccf8031 This implements the PPB_FileChooser resource as a new-style IPC-only resource. by [email protected] · 13 years ago
  23. 7f8b26b Add a unified resource tracker shared between the proxy and the impl. by [email protected] · 14 years ago
  24. be0a84b Move host resource from the proxy to the shared_impl. by [email protected] · 14 years ago
  25. 9ff4fc7 Remove the old type system for proxied resources. These were no longer being used. by [email protected] · 14 years ago
  26. b29f0e30 Move the refcounting from the proxy/impl resource object to the shared resource object base class. by [email protected] · 14 years ago
  27. 51e1aec Convert the PluginResource to be refcounted. by [email protected] · 14 years ago
  28. 0fa46e8 PPB/PPP_VideoCapture_Dev proxy by [email protected] · 14 years ago
  29. 7ace8ad Implement PPAPI VideoDecode out-of-process support by [email protected] · 14 years ago
  30. eeb4e4a Re-land r92885, which was reverted in r92891. by [email protected] · 14 years ago
  31. e5eb5c4 Revert 92885 - Completed the implementation for PPB_Graphics3D interface. by [email protected] · 14 years ago
  32. 914f418 Completed the implementation for PPB_Graphics3D interface. by [email protected] · 14 years ago
  33. 55cdf605 Convert audio-related messages to the new thunk/API system for Pepper. by [email protected] · 14 years ago
  34. 6239d34 This implements the new system for Graphics2D only. by [email protected] · 14 years ago
  35. ae971c2 Implemented PPB_Broker_Proxy. by [email protected] · 14 years ago
  36. 7d3782f Implement proxy for PPB_Flash_NetConnector. by [email protected] · 14 years ago
  37. ce482df Implement the filesystem proxy. This allows the FileRef tests (the ones which by [email protected] · 15 years ago
  38. 4deeb43 Implement proxying for FileRef and FileChooser. by [email protected] · 15 years ago
  39. 7358d57 Implement proxy for FlashMenu and Run/QuitMessageLoop by [email protected] · 15 years ago
  40. f56279c Implement proxy for 3d-related interfaces by [email protected] · 15 years ago
  41. f24448db Refactor PPAPI proxy resource handling to maintain which host they came from, by [email protected] · 15 years ago
  42. 4614f19 First pass at making the proxy handle multiple renderers. This associates the by [email protected] · 15 years ago
  43. ddb1e5a Even more virtual method deinlining. by [email protected] · 15 years ago
  44. 7cf4091 Start deinlining non-empty virtual methods. (This will be automatically checked by [email protected] · 15 years ago
  45. 5d84d01 Implement audio proxy for Pepper. by [email protected] · 15 years ago
  46. 43a4020 Add proxies for some of the PDF & Flash functionality. There are still a few by [email protected] · 15 years ago
  47. 799d1ab Random updates for all added proxy interfaces I've done in the past week. by [email protected] · 15 years ago
  48. c2932f5e Core PPAPI proxy files. This includes the dispatcher which is the control point by [email protected] · 15 years ago
  49. 1a4d9cb Revert PPAPI proxy change with too many files in it. by [email protected] · 15 years ago
  50. 4bcab1c Core PPAPI proxy files. This includes the dispatcher which is the control point by [email protected] · 15 years ago