| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 9 | -79/+218 |
* | This guarantees that the underlying PP_Var is all initialized. There was a r... | dspringer@chromium.org | 2011-06-10 | 1 | -2/+2 |
* | PPAPI: Update the C++ PPP_Printing_Dev wrapper. | thestig@chromium.org | 2011-06-10 | 3 | -4/+16 |
* | Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI | davemoore@chromium.org | 2011-06-10 | 9 | -218/+79 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 9 | -79/+218 |
* | Implement out-of-process proxy for PPB_Buffer_Dev. | fischman@chromium.org | 2011-06-10 | 15 | -38/+182 |
* | New documentation for resource.h, core.h, and common.h | jond@google.com | 2011-06-09 | 3 | -34/+120 |
* | Remove rendundant use of product_name in gyp files. | evan@chromium.org | 2011-06-09 | 1 | -2/+0 |
* | Proxy PPB_Var, fix o-o-p string var id tracking. | dmichael@chromium.org | 2011-06-08 | 13 | -70/+518 |
* | roll clang 131935:132017 | thakis@chromium.org | 2011-06-08 | 2 | -2/+2 |
* | New documentation for rect.h and size.h | jond@google.com | 2011-06-07 | 2 | -27/+244 |
* | Make PPAPI tests call the destructor for TestCase. TestingInstance constructs... | bbudge@google.com | 2011-06-07 | 2 | -1/+7 |
* | New documentation for audio.h and audio_config.h | jond@google.com | 2011-06-07 | 2 | -23/+113 |
* | Fix 'C' header generation | noelallen@google.com | 2011-06-07 | 4 | -57/+133 |
* | Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i... | polina@google.com | 2011-06-06 | 8 | -62/+93 |
* | Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi... | thakis@chromium.org | 2011-06-04 | 8 | -93/+62 |
* | PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't | polina@google.com | 2011-06-04 | 8 | -62/+93 |
* | Implementation for Pepper C++ Video Decoder API (wrapper on top of C API). | vmr@chromium.org | 2011-06-03 | 3 | -50/+60 |
* | Fix a bug in the Broker proxy thunk that breaks the Connect callback when run... | ddorwin@chromium.org | 2011-06-02 | 1 | -2/+2 |
* | Fixed handling of a non-NULL attrib_list in PPB_Surface3D Proxy's Create(). | ddorwin@chromium.org | 2011-06-02 | 1 | -5/+8 |
* | Add idl_c_proto for generating 'C' style prototypes from IDL | noelallen@google.com | 2011-06-02 | 8 | -29/+470 |
* | Script is always a string, so it was silly of me to make it VarPrivate. | dmichael@chromium.org | 2011-06-01 | 2 | -3/+2 |
* | Convert more interfaces to the new thunk system. This goes up to and including | brettw@chromium.org | 2011-06-01 | 50 | -541/+1366 |
* | Revert 87415 - Convert more interfaces to the new thunk system. This goes up ... | thestig@chromium.org | 2011-06-01 | 50 | -1366/+541 |
* | Convert more interfaces to the new thunk system. This goes up to and including | brettw@chromium.org | 2011-06-01 | 50 | -541/+1366 |
* | Fix PPAPITest.DirectoryReader: | yzshen@chromium.org | 2011-05-31 | 1 | -52/+90 |
* | Cleaned up PostMessage documentation | jond@google.com | 2011-05-31 | 2 | -40/+49 |
* | Small fix on Pepper Video Decoder API data types. | vmr@chromium.org | 2011-05-31 | 1 | -4/+16 |
* | Give FunctionGroupBase a virtual destructor. | thakis@chromium.org | 2011-05-31 | 1 | -0/+2 |
* | Fix up a couple of things we missed for the ppapi scripting yak shave. | dmichael@chromium.org | 2011-05-28 | 3 | -3/+13 |
* | Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system. | brettw@chromium.org | 2011-05-27 | 34 | -312/+941 |
* | Remove scripting from pp::Var with an opt-in compiler predefine. | dmichael@chromium.org | 2011-05-27 | 2 | -30/+50 |
* | Add a new function to run and claer a completion callback. This is a common | brettw@chromium.org | 2011-05-27 | 6 | -18/+28 |
* | Fix PPAPITest.Transport flakiness. | sergeyu@chromium.org | 2011-05-26 | 1 | -26/+46 |
* | Remove extra comma added in r86896. | msw@chromium.org | 2011-05-26 | 1 | -1/+1 |
* | Add PP_Bool conversion functions to pp_bool.h as disussed on the mailing list. | brettw@chromium.org | 2011-05-26 | 1 | -0/+16 |
* | Add new PDF plugin resources for print preview. | thestig@chromium.org | 2011-05-26 | 1 | -1/+4 |