- c842306 PPB_VideoDecoder_Dev::Initialize is now synchronous! by [email protected] · 14 years ago
- e7e3803 Remove explicit keyword from multi-argument (w/o default values) constructors by [email protected] · 14 years ago
- a5ab5f3 Update PPB_Flash_TCPSocket implementation to support force async callback. by [email protected] · 14 years ago
- f4edc3f Re-added decoder id to PPP_VideoDecoder_Dev methods by [email protected] · 14 years ago
- d912c69 Convert input event to interface version 1.0. Rename some of the mouse and by [email protected] · 14 years ago
- 13a8f49 Reland http://codereview.chromium.org/7452002/ again by [email protected] · 14 years ago
- 38d035e Revert 93223 - Reland http://codereview.chromium.org/7452002/ by [email protected] · 14 years ago
- a19358d Reland http://codereview.chromium.org/7452002/ by [email protected] · 14 years ago
- d153c809 Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0. by [email protected] · 14 years ago
- 61e3ef3 Remove HandleInputEvent from PPP_Instance and freeze to 1.0. by [email protected] · 14 years ago
- bd78a64 Binding Graphics3D with Instance and OpenGLES2 interface. by [email protected] · 14 years ago
- aa0c865 Allow creation of input events. Revert changes to testing interface for by [email protected] · 14 years ago
- cbe3e07 Update the widget API to use the new InputEvent resource rather than the old by [email protected] · 14 years ago
- c88cbfa Create a way to iterate over instances in a module in the C++ wrapper. by [email protected] · 14 years ago
- 4de44a0 Removing file io, file ref, and file sytem from dev. by [email protected] · 14 years ago
- 05671a8 Implemented cpp interface for PPB_Graphics3D_Dev. Needed to port gpu demos. by [email protected] · 14 years ago
- 6ceb120 Remove redundant size and type information from VideoDecode PPAPI by [email protected] · 14 years ago
- 558acf6 Remove common.h from the build. This only included the bool converters which by [email protected] · 14 years ago
- cc0eb0e Clean up the file dev interfaces. The combination of some dev and some non by [email protected] · 14 years ago
- ce2d72c Enable fire-and-forget Destroy of HW video decoder, and misc other improvements. by [email protected] · 14 years ago
- 657f4ef Remove untrusted scripting support. by [email protected] · 14 years ago
- 33983ac Removed MemAlloc and MemFree from PPB_Core by [email protected] · 14 years ago
- 436fd41 Overhauled OmxVideoDecodeAccelerator's state machine implementation and related code. by [email protected] · 14 years ago
- 25ffe85f Updating the C++ PPAPI to use non-dev File interfaces. by [email protected] · 14 years ago
- 80d4f4d Make pp::CompletionCallback have a default constructor (which blocks), by [email protected] · 14 years ago
- 2e0fe8d Move the default Scrollbar implementation to 0.4 and update the C++ wrapper. by [email protected] · 14 years ago
- 417d2d1 Add an example for using the URLLoader in streaming mode. This also avoids the by [email protected] · 14 years ago
- 80bfbb9d PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock. by [email protected] · 14 years ago
- ca5069f Fix return statement in ppapi/cpp/input_event.cc by [email protected] · 14 years ago
- c7c0020 C++ File IO documentation. This is more-or-less a copy and paste from the C docs. by [email protected] · 14 years ago
- 8a855a0 Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead. by [email protected] · 14 years ago
- 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
- 79c945d Minor changes to Doxygen files by [email protected] · 14 years ago
- 493d142 Add interfaces for requesting and receiving input event resources. by [email protected] · 14 years ago
- b15cce5 Formatting changes. Review URL: http://codereview.chromium.org/7307014 by [email protected] · 14 years ago
- 14710e2 Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc and by [email protected] · 14 years ago
- 373a95a Re-land the reverted CL: by [email protected] · 14 years ago
- 917e86a Add a flag field to PP_CompletionCallback to control if the callback should by [email protected] · 14 years ago
- ba8a9e4 Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. by [email protected] · 14 years ago
- 24498a8 Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. by [email protected] · 14 years ago
- 126f4fb This CL is oringialy http://codereview.chromium.org/7210027 by [email protected] · 14 years ago
- 8ccd594 Don't copy the Graphics2D when binding a new one. This brings the by [email protected] · 14 years ago
- d0270d1 New documentation for ppb_graphics_2d.h, graphics_2d.h, and image_data.h by [email protected] · 14 years ago
- a62be6e audio.h: Fixed path by [email protected] · 14 years ago
- 0b94c61 Make scrollbar GetThickness take a resource argument. This allows simlper by [email protected] · 14 years ago
- 2715d7d Remove GetSelectedText. This is never called. It was leftover from before we by [email protected] · 14 years ago
- 014b1a5 Make the exception for ExecuteScript a regular Var instead of a VarPrivate. by [email protected] · 14 years ago
- 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
- c42bef0 ppapi: Fix the copy constructor for pp::Buffer_Dev. by [email protected] · 14 years ago
- 81fc59f Add proper support for copy-constructed pp::Buffer_Dev's. by [email protected] · 14 years ago
- 13db263 Remove incorrect comments from the audio config headers. by [email protected] · 14 years ago
- f5142aa Implement AssignGLESBuffers for VideoDecode PPAPI by [email protected] · 14 years ago
- 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
- a8eaeca PPAPI: Update the C++ PPP_Printing_Dev wrapper. by [email protected] · 14 years ago
- e0b3ea1 Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI by [email protected] · 14 years ago
- d2f7776 Implement AssignGLESBuffers for VideoDecode PPAPI by [email protected] · 14 years ago
- 3252338 Implement out-of-process proxy for PPB_Buffer_Dev. by [email protected] · 14 years ago
- d2c3d1a New documentation for resource.h, core.h, and common.h by [email protected] · 14 years ago
- 100b168 New documentation for rect.h and size.h by [email protected] · 14 years ago
- 3be46e9 New documentation for audio.h and audio_config.h by [email protected] · 14 years ago
- 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
- 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
- b47815f PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't by [email protected] · 14 years ago
- 8d2f827 Implementation for Pepper C++ Video Decoder API (wrapper on top of C API). by [email protected] · 14 years ago
- f0cfbb9 Script is always a string, so it was silly of me to make it VarPrivate. by [email protected] · 14 years ago
- b354e63 Fix up a couple of things we missed for the ppapi scripting yak shave. by [email protected] · 14 years ago
- e3d3a94 Remove scripting from pp::Var with an opt-in compiler predefine. by [email protected] · 14 years ago
- 4c2109d Add initialization callback support for Video Decoder PPAPI. by [email protected] · 14 years ago
- 95cfdc8 Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag). by [email protected] · 14 years ago
- d259a8e Support getting the font list in Pepper. This currently only works out of by [email protected] · 14 years ago
- 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
- aff70f6 Updated PPAPI Video Decoder CPP interface to reflect the status of C API. by [email protected] · 14 years ago
- d43f86e Add some missing header files and fix a template parameter to fix compiler warnings. by [email protected] · 14 years ago
- 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
- 37ac29a Pepper: Enable custom content-transfer-encoding header to be set in URL requests. by [email protected] · 14 years ago
- 8cef206 Rename Instance_Trusted to Instance_Private, wire it up in Chrome. by [email protected] · 14 years ago
- 2f13a8c Added documentation for the point.h file as an example for engineers to follow. by [email protected] · 14 years ago
- 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
- 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
- 9b6db26 Create a VarPrivate interface to contain the scripting helper functions of Var. by [email protected] · 14 years ago
- 5f2cb1c9 Reupload of http://codereview.chromium.org/6801053/ by [email protected] · 14 years ago
- 087ce74 Add GetPluginURL to PPB_URLUtil_Dev by [email protected] · 14 years ago
- acda308 Checking in major revision of Pepper video decode APIs. by [email protected] · 14 years ago
- 748ce71 Fix up some types in the API. by [email protected] · 14 years ago
- 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
- 0cf986f Initialize a few uninitialized member variables and structs in PPAPI. by [email protected] · 14 years ago
- 054e9b6 Fixed header guard. by [email protected] · 14 years ago
- 238ca86 Pepper: Add SetRecordDownloadProgress() to pp::URLRequestInfo (C++ wrapper). by [email protected] · 14 years ago
- 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
- 5349184 Pepper: Add a property to URLRequestInfo to skip header validation. by [email protected] · 14 years ago
- c32a97f Clarify/fix fullscreen semantics, and add GetScreenSize by [email protected] · 14 years ago
- 75eaa83 Pepper: spelling correction: Resove -> Resolve by [email protected] · 14 years ago
- b45c651 Add PPB_URLUtil_Dev::GetDocumentURL by [email protected] · 14 years ago
- 9d9f1bb PPB_Flash cleanup part 1: move the net connector stuff to its own files. by [email protected] · 14 years ago
- 4deeb43 Implement proxying for FileRef and FileChooser. by [email protected] · 15 years ago
- 9b4cb19 Basic implementation of Pepper Transport API. by [email protected] · 15 years ago
- 88272c9 Revert 75003 - Basic implementation of Pepper Transport API. by [email protected] · 15 years ago
- 6cc251f Basic implementation of Pepper Transport API. by [email protected] · 15 years ago
- b29aa74 Pepper/Flapper: First pass at context menu implementation. by [email protected] · 15 years ago
- 56e8cc3 Remove dev/audio, dev/audio_config, and dev/audio_trusted by [email protected] · 15 years ago