| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land the reverted CL: | yzshen@chromium.org | 2011-07-01 | 26 | -7/+1027 |
* | Mostly minor changes such as adding <code></code> around elements, a little r... | jond@google.com | 2011-06-30 | 9 | -89/+144 |
* | Add a flag field to PP_CompletionCallback to control if the callback should | polina@google.com | 2011-06-30 | 83 | -362/+853 |
* | Rewrote a little, adding some formatting. | jond@google.com | 2011-06-30 | 3 | -104/+116 |
* | Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | dpapad@chromium.org | 2011-06-30 | 24 | -1018/+7 |
* | Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | yzshen@chromium.org | 2011-06-30 | 24 | -7/+1018 |
* | Add owners files to ppapi. | brettw@chromium.org | 2011-06-29 | 4 | -0/+8 |
* | Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5. | dmichael@chromium.org | 2011-06-29 | 18 | -116/+881 |
* | Fix typo in ppb_scrollbar_thunk.cc | sail@chromium.org | 2011-06-29 | 1 | -1/+1 |
* | Implement proper synchronization between HW video decode IPC and CommandBuffer. | fischman@chromium.org | 2011-06-29 | 1 | -17/+1 |
* | Review URL: http://codereview.chromium.org/7276038 | jond@google.com | 2011-06-28 | 2 | -2/+2 |
* | Minor change to Doxyfile (updated to 1.7.4) and removefiles (added one file t... | jond@google.com | 2011-06-28 | 2 | -30/+86 |
* | pp_stdint.h: moved else, include, and endif | jond@google.com | 2011-06-28 | 7 | -230/+270 |
* | Revert the part of r90660 that enables building ppapi examples on win. | fischman@chromium.org | 2011-06-28 | 1 | -2/+7 |
* | Enable building ppapi/examples on Windows. | darin@chromium.org | 2011-06-27 | 4 | -28/+28 |
* | Add virtual destructors for the Pepper API thunks. | brettw@chromium.org | 2011-06-27 | 34 | -12/+83 |
* | This CL is oringialy http://codereview.chromium.org/7210027 | sanga@chromium.org | 2011-06-27 | 12 | -1/+756 |
* | Add diff tool for IDL | noelallen@google.com | 2011-06-27 | 1 | -0/+191 |
* | Remove files that were shuffled to the NaCl repo for less chrome/nacl depende... | elijahtaylor@google.com | 2011-06-27 | 2 | -76/+0 |
* | Clarify header comments. | polina@google.com | 2011-06-27 | 1 | -7/+8 |
* | Don't copy the Graphics2D when binding a new one. This brings the | brettw@google.com | 2011-06-24 | 3 | -44/+85 |
* | New documentation for ppb_graphics_2d.h, graphics_2d.h, and image_data.h | jond@google.com | 2011-06-23 | 2 | -34/+299 |
* | audio.h: Fixed path | jond@google.com | 2011-06-23 | 4 | -6/+6 |
* | Make scrollbar GetThickness take a resource argument. This allows simlper | brettw@chromium.org | 2011-06-23 | 9 | -3/+152 |
* | Fix the ARM build. Apparently it's picky about the difference between NULL | brettw@chromium.org | 2011-06-22 | 1 | -1/+1 |
* | Convert most remaining resources to use the API/thunk system. The significant | brettw@chromium.org | 2011-06-22 | 29 | -733/+1335 |
* | Fixing coverity PASS_BY_VALUE bugs. | dpapad@chromium.org | 2011-06-22 | 4 | -4/+4 |
* | Coverity: Remove dead code in ppapi::AudioImpl::AudioImpl. | thestig@chromium.org | 2011-06-22 | 1 | -4/+1 |
* | Fix PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer to use correct ID. | fischman@chromium.org | 2011-06-21 | 1 | -18/+34 |
* | Fix crashes when loading gles2.cc on browser startup, and during playback. | fischman@chromium.org | 2011-06-21 | 2 | -61/+64 |
* | Minor updates to IDL to match changes in PPAPI headers. | noelallen@google.com | 2011-06-20 | 6 | -34/+70 |
* | Trivial changes to IDL parser. | noelallen@google.com | 2011-06-20 | 2 | -1/+5 |
* | Uncomment PPAPI examples to prevent bit-rot. | fischman@chromium.org | 2011-06-20 | 2 | -125/+164 |
* | Move the video decoder and video layer to the new API/thunk system. | brettw@chromium.org | 2011-06-18 | 14 | -74/+318 |
* | Update PPP_Printing_Dev to always make both versions of types available. | dmichael@chromium.org | 2011-06-17 | 1 | -47/+101 |
* | Convert the URL loading objects to the API/thunk system. | brettw@chromium.org | 2011-06-17 | 11 | -514/+429 |
* | Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The c... | bbudge@chromium.org | 2011-06-16 | 2 | -3/+20 |
* | Remove GetSelectedText. This is never called. It was leftover from before we | brettw@chromium.org | 2011-06-16 | 2 | -6/+0 |
* | Make the exception for ExecuteScript a regular Var instead of a VarPrivate. | brettw@chromium.org | 2011-06-16 | 2 | -3/+2 |
* | Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox, | tony@chromium.org | 2011-06-16 | 3 | -11/+0 |
* | Move fullscreen and instance to the new thunk system. | brettw@chromium.org | 2011-06-15 | 33 | -483/+1026 |
* | Implement flash menu and net connector resources using the API/thunk model. | brettw@chromium.org | 2011-06-15 | 20 | -241/+507 |
* | Improve documentation of PPP_Instance and PPP_ShutdownModule. In particular, ... | brettw@google.com | 2011-06-15 | 3 | -147/+311 |
* | ppapi: Fix the copy constructor for pp::Buffer_Dev. | thestig@chromium.org | 2011-06-15 | 2 | -8/+20 |
* | Modify PPAPI GLES2 example to be an example of VideoDecode_Dev API | vrk@google.com | 2011-06-15 | 4 | -76/+12950 |
* | Hooking MHTML generation to the browser. | jcivelli@chromium.org | 2011-06-14 | 1 | -22/+3 |
* | Add proper support for copy-constructed pp::Buffer_Dev's. | fischman@chromium.org | 2011-06-14 | 3 | -7/+24 |
* | Add missing include for ppb_flash_file.h | yzshen@chromium.org | 2011-06-14 | 1 | -0/+1 |
* | Remove incorrect comments from the audio config headers. | elijahtaylor@google.com | 2011-06-13 | 2 | -5/+1 |
* | Delete deserializer in synthesized message to avoid leak | fischman@chromium.org | 2011-06-13 | 1 | -3/+3 |