1. c842306 PPB_VideoDecoder_Dev::Initialize is now synchronous! by [email protected] · 14 years ago
  2. e7e3803 Remove explicit keyword from multi-argument (w/o default values) constructors by [email protected] · 14 years ago
  3. a5ab5f3 Update PPB_Flash_TCPSocket implementation to support force async callback. by [email protected] · 14 years ago
  4. f4edc3f Re-added decoder id to PPP_VideoDecoder_Dev methods by [email protected] · 14 years ago
  5. d912c69 Convert input event to interface version 1.0. Rename some of the mouse and by [email protected] · 14 years ago
  6. 13a8f49 Reland http://codereview.chromium.org/7452002/ again by [email protected] · 14 years ago
  7. 38d035e Revert 93223 - Reland http://codereview.chromium.org/7452002/ by [email protected] · 14 years ago
  8. a19358d Reland http://codereview.chromium.org/7452002/ by [email protected] · 14 years ago
  9. d153c809 Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0. by [email protected] · 14 years ago
  10. 61e3ef3 Remove HandleInputEvent from PPP_Instance and freeze to 1.0. by [email protected] · 14 years ago
  11. bd78a64 Binding Graphics3D with Instance and OpenGLES2 interface. by [email protected] · 14 years ago
  12. aa0c865 Allow creation of input events. Revert changes to testing interface for by [email protected] · 14 years ago
  13. cbe3e07 Update the widget API to use the new InputEvent resource rather than the old by [email protected] · 14 years ago
  14. c88cbfa Create a way to iterate over instances in a module in the C++ wrapper. by [email protected] · 14 years ago
  15. 4de44a0 Removing file io, file ref, and file sytem from dev. by [email protected] · 14 years ago
  16. 05671a8 Implemented cpp interface for PPB_Graphics3D_Dev. Needed to port gpu demos. by [email protected] · 14 years ago
  17. 6ceb120 Remove redundant size and type information from VideoDecode PPAPI by [email protected] · 14 years ago
  18. 558acf6 Remove common.h from the build. This only included the bool converters which by [email protected] · 14 years ago
  19. cc0eb0e Clean up the file dev interfaces. The combination of some dev and some non by [email protected] · 14 years ago
  20. ce2d72c Enable fire-and-forget Destroy of HW video decoder, and misc other improvements. by [email protected] · 14 years ago
  21. 657f4ef Remove untrusted scripting support. by [email protected] · 14 years ago
  22. 33983ac Removed MemAlloc and MemFree from PPB_Core by [email protected] · 14 years ago
  23. 436fd41 Overhauled OmxVideoDecodeAccelerator's state machine implementation and related code. by [email protected] · 14 years ago
  24. 25ffe85f Updating the C++ PPAPI to use non-dev File interfaces. by [email protected] · 14 years ago
  25. 80d4f4d Make pp::CompletionCallback have a default constructor (which blocks), by [email protected] · 14 years ago
  26. 2e0fe8d Move the default Scrollbar implementation to 0.4 and update the C++ wrapper. by [email protected] · 14 years ago
  27. 417d2d1 Add an example for using the URLLoader in streaming mode. This also avoids the by [email protected] · 14 years ago
  28. 80bfbb9d PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock. by [email protected] · 14 years ago
  29. ca5069f Fix return statement in ppapi/cpp/input_event.cc by [email protected] · 14 years ago
  30. c7c0020 C++ File IO documentation. This is more-or-less a copy and paste from the C docs. by [email protected] · 14 years ago
  31. 8a855a0 Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead. by [email protected] · 14 years ago
  32. ea505a9d Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencies to PPB_FileIO, PPB_FileRef, and PPB_FileSystem. by [email protected] · 14 years ago
  33. 79c945d Minor changes to Doxygen files by [email protected] · 14 years ago
  34. 493d142 Add interfaces for requesting and receiving input event resources. by [email protected] · 14 years ago
  35. b15cce5 Formatting changes. Review URL: http://codereview.chromium.org/7307014 by [email protected] · 14 years ago
  36. 14710e2 Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc and by [email protected] · 14 years ago
  37. 373a95a Re-land the reverted CL: by [email protected] · 14 years ago
  38. 917e86a Add a flag field to PP_CompletionCallback to control if the callback should by [email protected] · 14 years ago
  39. ba8a9e4 Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. by [email protected] · 14 years ago
  40. 24498a8 Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. by [email protected] · 14 years ago
  41. 126f4fb This CL is oringialy http://codereview.chromium.org/7210027 by [email protected] · 14 years ago
  42. 8ccd594 Don't copy the Graphics2D when binding a new one. This brings the by [email protected] · 14 years ago
  43. d0270d1 New documentation for ppb_graphics_2d.h, graphics_2d.h, and image_data.h by [email protected] · 14 years ago
  44. a62be6e audio.h: Fixed path by [email protected] · 14 years ago
  45. 0b94c61 Make scrollbar GetThickness take a resource argument. This allows simlper by [email protected] · 14 years ago
  46. 2715d7d Remove GetSelectedText. This is never called. It was leftover from before we by [email protected] · 14 years ago
  47. 014b1a5 Make the exception for ExecuteScript a regular Var instead of a VarPrivate. by [email protected] · 14 years ago
  48. 25d6efe Improve documentation of PPP_Instance and PPP_ShutdownModule. In particular, this adds discussion of the fast shutdown mode where the cleanup functions won't get called. by [email protected] · 14 years ago
  49. c42bef0 ppapi: Fix the copy constructor for pp::Buffer_Dev. by [email protected] · 14 years ago
  50. 81fc59f Add proper support for copy-constructed pp::Buffer_Dev's. by [email protected] · 14 years ago
  51. 13db263 Remove incorrect comments from the audio config headers. by [email protected] · 14 years ago
  52. f5142aa Implement AssignGLESBuffers for VideoDecode PPAPI by [email protected] · 14 years ago
  53. f7196b1 This guarantees that the underlying PP_Var is all initialized. There was a red test bot in NaCl (lucid-newlib-64-dbg); the problem was caused by garbage values (non-0) in pp:Var being usedto index into the proxy var cache. by [email protected] · 14 years ago
  54. a8eaeca PPAPI: Update the C++ PPP_Printing_Dev wrapper. by [email protected] · 14 years ago
  55. e0b3ea1 Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI by [email protected] · 14 years ago
  56. d2f7776 Implement AssignGLESBuffers for VideoDecode PPAPI by [email protected] · 14 years ago
  57. 3252338 Implement out-of-process proxy for PPB_Buffer_Dev. by [email protected] · 14 years ago
  58. d2c3d1a New documentation for resource.h, core.h, and common.h by [email protected] · 14 years ago
  59. 100b168 New documentation for rect.h and size.h by [email protected] · 14 years ago
  60. 3be46e9 New documentation for audio.h and audio_config.h by [email protected] · 14 years ago
  61. 92bcd64 Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't by [email protected] · 14 years ago
  62. 9f9fee6 Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't by [email protected] · 14 years ago
  63. b47815f PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't by [email protected] · 14 years ago
  64. 8d2f827 Implementation for Pepper C++ Video Decoder API (wrapper on top of C API). by [email protected] · 14 years ago
  65. f0cfbb9 Script is always a string, so it was silly of me to make it VarPrivate. by [email protected] · 14 years ago
  66. b354e63 Fix up a couple of things we missed for the ppapi scripting yak shave. by [email protected] · 14 years ago
  67. e3d3a94 Remove scripting from pp::Var with an opt-in compiler predefine. by [email protected] · 14 years ago
  68. 4c2109d Add initialization callback support for Video Decoder PPAPI. by [email protected] · 14 years ago
  69. 95cfdc8 Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag). by [email protected] · 14 years ago
  70. d259a8e Support getting the font list in Pepper. This currently only works out of by [email protected] · 14 years ago
  71. 35a85c0 Adding documentation directory, new Doxyfile, DoxygenLayout.xml. These changes were approved by David Michael a week or two ago, just couldn't check them in. by [email protected] · 14 years ago
  72. aff70f6 Updated PPAPI Video Decoder CPP interface to reflect the status of C API. by [email protected] · 14 years ago
  73. d43f86e Add some missing header files and fix a template parameter to fix compiler warnings. by [email protected] · 14 years ago
  74. 80c71de Defer asynchronous loading when the buffer in PPB_URLLoader_Impl exceeds an optionally-specified threshold and re-enable it when the buffer drops below a lower threshold. by [email protected] · 14 years ago
  75. 37ac29a Pepper: Enable custom content-transfer-encoding header to be set in URL requests. by [email protected] · 14 years ago
  76. 8cef206 Rename Instance_Trusted to Instance_Private, wire it up in Chrome. by [email protected] · 14 years ago
  77. 2f13a8c Added documentation for the point.h file as an example for engineers to follow. by [email protected] · 14 years ago
  78. 84d5b45 Add CORS options to URL requests. This information will be used by the URLLoader to create the AssociatedURLLoader that sends the request. by [email protected] · 14 years ago
  79. 996bdbd 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error code comments. Update all code that uses this error code. Keep the old code for now flagging it as deprecated. Update copyrights. by [email protected] · 14 years ago
  80. 9b6db26 Create a VarPrivate interface to contain the scripting helper functions of Var. by [email protected] · 14 years ago
  81. 5f2cb1c9 Reupload of http://codereview.chromium.org/6801053/ by [email protected] · 14 years ago
  82. 087ce74 Add GetPluginURL to PPB_URLUtil_Dev by [email protected] · 14 years ago
  83. acda308 Checking in major revision of Pepper video decode APIs. by [email protected] · 14 years ago
  84. 748ce71 Fix up some types in the API. by [email protected] · 14 years ago
  85. df50bde Change a parameter name from message_data to message based on a review comment from http://codereview.chromium.org/6716005/. by [email protected] · 14 years ago
  86. 0cf986f Initialize a few uninitialized member variables and structs in PPAPI. by [email protected] · 14 years ago
  87. 054e9b6 Fixed header guard. by [email protected] · 14 years ago
  88. 238ca86 Pepper: Add SetRecordDownloadProgress() to pp::URLRequestInfo (C++ wrapper). by [email protected] · 14 years ago
  89. 9888f13 A proposal and implementation for an initial postMessage interface. These interfaces will allow JavaScript to send data asynchronously to a module instance, and the module instance to asynchronously send data to a JavaScript message handler. by [email protected] · 14 years ago
  90. 5349184 Pepper: Add a property to URLRequestInfo to skip header validation. by [email protected] · 14 years ago
  91. c32a97f Clarify/fix fullscreen semantics, and add GetScreenSize by [email protected] · 14 years ago
  92. 75eaa83 Pepper: spelling correction: Resove -> Resolve by [email protected] · 14 years ago
  93. b45c651 Add PPB_URLUtil_Dev::GetDocumentURL by [email protected] · 14 years ago
  94. 9d9f1bb PPB_Flash cleanup part 1: move the net connector stuff to its own files. by [email protected] · 14 years ago
  95. 4deeb43 Implement proxying for FileRef and FileChooser. by [email protected] · 15 years ago
  96. 9b4cb19 Basic implementation of Pepper Transport API. by [email protected] · 15 years ago
  97. 88272c9 Revert 75003 - Basic implementation of Pepper Transport API. by [email protected] · 15 years ago
  98. 6cc251f Basic implementation of Pepper Transport API. by [email protected] · 15 years ago
  99. b29aa74 Pepper/Flapper: First pass at context menu implementation. by [email protected] · 15 years ago
  100. 56e8cc3 Remove dev/audio, dev/audio_config, and dev/audio_trusted by [email protected] · 15 years ago