| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove files that were shuffled to the NaCl repo for less chrome/nacl depende... | elijahtaylor@google.com | 2011-06-27 | 2 | -76/+0 |
* | Move the video decoder and video layer to the new API/thunk system. | brettw@chromium.org | 2011-06-18 | 1 | -1/+0 |
* | Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The c... | bbudge@chromium.org | 2011-06-16 | 2 | -3/+20 |
* | Add proper support for copy-constructed pp::Buffer_Dev's. | fischman@chromium.org | 2011-06-14 | 1 | -0/+11 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 1 | -1/+1 |
* | Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI | davemoore@chromium.org | 2011-06-10 | 1 | -1/+1 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 1 | -1/+1 |
* | Implement out-of-process proxy for PPB_Buffer_Dev. | fischman@chromium.org | 2011-06-10 | 2 | -2/+29 |
* | Proxy PPB_Var, fix o-o-p string var id tracking. | dmichael@chromium.org | 2011-06-08 | 3 | -11/+291 |
* | Make PPAPI tests call the destructor for TestCase. TestingInstance constructs... | bbudge@google.com | 2011-06-07 | 2 | -1/+7 |
* | Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i... | polina@google.com | 2011-06-06 | 4 | -9/+16 |
* | Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi... | thakis@chromium.org | 2011-06-04 | 4 | -16/+9 |
* | PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't | polina@google.com | 2011-06-04 | 4 | -9/+16 |
* | Fix PPAPITest.DirectoryReader: | yzshen@chromium.org | 2011-05-31 | 1 | -52/+90 |
* | Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system. | brettw@chromium.org | 2011-05-27 | 6 | -1/+158 |
* | Fix PPAPITest.Transport flakiness. | sergeyu@chromium.org | 2011-05-26 | 1 | -26/+46 |
* | Add initialization callback support for Video Decoder PPAPI. | vrk@google.com | 2011-05-25 | 1 | -1/+1 |
* | Adjust PPAPI tests so they can also be run in the NaCl build using PyAuto. | cstefansen@google.com | 2011-05-23 | 5 | -18/+66 |
* | Fix PP_FileOpenFlags_Dev handling: | yzshen@chromium.org | 2011-05-23 | 3 | -18/+234 |
* | Fix PPAPI ui_tests. | piman@google.com | 2011-05-20 | 4 | -7/+8 |
* | Add a test that passes an extra parameter, make sure nothing happens. | dmichael@chromium.org | 2011-05-18 | 2 | -0/+27 |
* | Fix event dispatching for PPB_Messaging::PostMessage. I asked Adam about the... | dmichael@chromium.org | 2011-05-13 | 2 | -30/+97 |
* | Implement VideoDecoder IPC hooks from plugin to GPU process | vrk@google.com | 2011-05-13 | 1 | -2/+2 |
* | Update VideoDecode PPAPI structs to be consistent with media structures, part 1 | vrk@google.com | 2011-05-10 | 2 | -8/+4 |
* | Make the Pepper proxy support in-process font rendering. | brettw@chromium.org | 2011-05-10 | 1 | -1/+0 |
* | ppapi: remove accidental #include of a .cc file | evan@chromium.org | 2011-05-09 | 1 | -1/+0 |
* | Properly set the testing_interface_ member. Previously this was not being | brettw@chromium.org | 2011-05-04 | 10 | -50/+26 |
* | Implement PseudoTCP support in P2P Transport Pepper API. | sergeyu@chromium.org | 2011-05-02 | 4 | -22/+100 |
* | Add UMA private PPAPI interface for UMA logging from NaCl plugin | elijahtaylor@google.com | 2011-04-29 | 3 | -0/+88 |
* | Pepper video layer API | hclam@chromium.org | 2011-04-29 | 1 | -1/+2 |
* | Minor fixes to enable manual running of all PPAPI tests ("Run all tests" | cstefansen@google.com | 2011-04-28 | 6 | -34/+44 |
* | Delete a few unused functions. | thakis@chromium.org | 2011-04-25 | 1 | -7/+0 |
* | Add an initial crypto interface to fill a given buffer with random data. This | brettw@chromium.org | 2011-04-20 | 1 | -0/+1 |
* | Make AddRefObject a sync message to avoid a race condition between (1) | brettw@chromium.org | 2011-04-19 | 2 | -1/+96 |
* | Rename Instance_Trusted to Instance_Private, wire it up in Chrome. | dmichael@chromium.org | 2011-04-19 | 2 | -3/+5 |
* | Keep the module in scope when executing scripts. This prevents a crash when the | brettw@chromium.org | 2011-04-18 | 2 | -0/+101 |
* | Add trusted Instance C interfaces with scripting-related functions. | dmichael@chromium.org | 2011-04-15 | 1 | -0/+2 |
* | Draft version of the HW video decode tester and few other changes. | scherkus@chromium.org | 2011-04-14 | 2 | -0/+80 |
* | Modify the webkit::ppapi::URLLoader to use the underlying AssociatedURLLoader... | bbudge@chromium.org | 2011-04-14 | 2 | -0/+22 |
* | Implement P2P Transport Dev using P2PTransportImpl. | sergeyu@chromium.org | 2011-04-12 | 5 | -26/+201 |
* | 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c... | polina@google.com | 2011-04-11 | 8 | -105/+105 |
* | Reupload of http://codereview.chromium.org/6801053/ | dmichael@chromium.org | 2011-04-08 | 1 | -0/+2 |
* | Fixing PPB_Graphics2D::Describe | brettw@chromium.org | 2011-04-06 | 1 | -3/+6 |
* | Add GetPluginURL to PPB_URLUtil_Dev | piman@google.com | 2011-03-31 | 3 | -0/+11 |
* | Checking in major revision of Pepper video decode APIs. | scherkus@chromium.org | 2011-03-31 | 3 | -13/+12 |
* | Make PPAPI PostMessage behave asynchronously. | dmichael@google.com | 2011-03-26 | 1 | -4/+20 |
* | A proposal and implementation for an initial postMessage interface. These in... | dmichael@google.com | 2011-03-23 | 6 | -14/+257 |
* | Remove PPB_Var interface's scripting functionality. | neb@chromium.org | 2011-03-23 | 7 | -291/+3 |
* | Add an (unimplemented) API for getting the available list of font families on | brettw@chromium.org | 2011-03-19 | 1 | -0/+1 |
* | Add a console interface for logging to the JS console from a PPAPI plugin. | brettw@chromium.org | 2011-03-11 | 1 | -0/+1 |