summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/completion_callback.h
Commit message (Expand)AuthorAgeFilesLines
* Work around linker error of multiple definitions of pp::BlockUntilComplete.scottmg@google.com2012-05-041-1/+5
* Inserted missing documentation for parameters. Also fixed a confusing sentenc...jond@google.com2012-04-261-1/+3
* New file chooser interface that uses the new PP_ArrayOutput feature. This als...brettw@chromium.org2012-03-261-1/+5
* Add C++ wrappers for output parameters.brettw@chromium.org2012-03-141-1/+96
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-061-550/+1
* Revert 116281 - Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-041-1/+550
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-041-550/+1
* WebSocket Pepper API: C++ bindings implementation.toyoshim@chromium.org2011-12-161-0/+2
* Add a three parameter (plus method) callback factory.sehr@google.com2011-11-021-0/+106
* Add note about blocking completion callbacks on the main thread.dmichael@chromium.org2011-08-311-4/+7
* Changed all @code to <code> and @endcode to </code> as per dmichael. Adding P...jond@google.com2011-08-301-4/+4
* I think I need a rubber stamp LGTM from you.jond@google.com2011-08-221-125/+322
* ppapi: fix outdated comment in cpp header.polina@google.com2011-08-121-2/+1
* Make pp::CompletionCallback have a default constructor (which blocks),jvoung@google.com2011-07-131-3/+5
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-301-9/+96
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-4/+4
* Make the Graphics2D flush call an asynchronous operation. This tracks thebrettw@chromium.org2010-11-121-1/+2
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-011-0/+313