| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the necessary plumbing mechanisms to ensure proper WebGL support inside t... | scshunt@google.com | 2012-05-29 | 2 | -4/+7 |
* | Test for Pepper IME events. | kinaba@chromium.org | 2012-05-21 | 2 | -0/+154 |
* | Migrate WebKit "global script" font prefs. | falken@chromium.org | 2012-05-18 | 4 | -23/+57 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting... | thestig@chromium.org | 2012-05-16 | 5 | -6/+6 |
* | Change ppb_audio(_input)_shared to Shutdown the sync socket when terminating ... | raymes@chromium.org | 2012-05-15 | 4 | -29/+34 |
* | Change the way _EXPORT macros look. | thakis@chromium.org | 2012-05-15 | 1 | -0/+4 |
* | Quote WebPreferences in namespace webkit_glue. | wangxianzhu@chromium.org | 2012-05-11 | 2 | -4/+6 |
* | remove WEBKIT_USING_CG | jamesr@chromium.org | 2012-05-10 | 2 | -18/+2 |
* | Move gles2 extensions out of dev. | nfullagar@google.com | 2012-05-07 | 2 | -18/+18 |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 3 | -20/+15 |
* | Add an API to determine if the system will support acceleration | brettw@chromium.org | 2012-05-02 | 2 | -2/+8 |
* | Move the rest of the Flash functions to the thunk system. | brettw@chromium.org | 2012-04-30 | 3 | -2/+12 |
* | Delete FunctionGroupBase from Pepper. | brettw@chromium.org | 2012-04-30 | 7 | -78/+23 |
* | Move text input API to Instance. | brettw@chromium.org | 2012-04-27 | 1 | -5/+0 |
* | If shared memory cannot be mapped, the audio thread should not be started as ... | raymes@chromium.org | 2012-04-26 | 3 | -16/+23 |
* | NOTREACHED() in VarTracker::ReleaseVar() can be reached. Remove it. | tsepez@chromium.org | 2012-04-25 | 1 | -3/+1 |
* | Move the FlashClipboard API into the Flash one. | brettw@chromium.org | 2012-04-25 | 4 | -2/+61 |
* | Convert the PPB_Flash interface to use the thunk system. | brettw@chromium.org | 2012-04-24 | 3 | -0/+17 |
* | [Coverity] Fixed resource leak. | groby@chromium.org | 2012-04-23 | 1 | -1/+2 |
* | Add #ifdefs to separate NaCl and non-NaCl PPAPI Proxy code. | bbudge@chromium.org | 2012-04-18 | 1 | -1/+3 |
* | Notify audio host that audio rendering in Pepper plugin is done. | raymond.liu@intel.com | 2012-04-18 | 1 | -1/+29 |
* | PPAPI: Compile out thread checks when pepper threading is turned on. | dmichael@chromium.org | 2012-04-13 | 1 | -0/+6 |
* | Make the text input not require round-trips when the text is updated. | brettw@chromium.org | 2012-04-12 | 2 | -0/+8 |
* | Fixed some PP_X509Certificate_Private_Field enum values. | raymes@chromium.org | 2012-04-12 | 1 | -0/+4 |
* | This adds the following to functions to the ppapi TCPSocket interface: | raymes@chromium.org | 2012-04-12 | 4 | -12/+94 |
* | Fix line endings. No code change. | brettw@chromium.org | 2012-04-11 | 2 | -4/+4 |
* | Add new MouseCursor interface for setting the mouse cursor. | brettw@chromium.org | 2012-04-08 | 2 | -0/+47 |
* | Update PPB_AudioInput_Shared to work with the new format of the shared memory... | yzshen@chromium.org | 2012-04-05 | 2 | -2/+13 |
* | Ppapi audio: don't terminate thread on all negative pending_data. | ihf@chromium.org | 2012-04-05 | 2 | -3/+8 |
* | Add the PPAPI X509 Certificate interface and implementation. | raymes@chromium.org | 2012-04-04 | 4 | -1/+212 |
* | Add ShareGroup to GLES2Implemenation | gman@chromium.org | 2012-03-29 | 1 | -0/+1 |
* | Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt... | wez@chromium.org | 2012-03-28 | 1 | -9/+11 |
* | Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS. | viettrungluu@chromium.org | 2012-03-28 | 2 | -2/+0 |
* | Pass PP_CompletionCallback by reference | tbreisacher@chromium.org | 2012-03-28 | 2 | -5/+6 |
* | New file chooser interface that uses the new PP_ArrayOutput feature. This als... | brettw@chromium.org | 2012-03-26 | 2 | -0/+177 |
* | Add CreateFromIPv[46]Address() in PPB_NetAddress_Private. | sergeyu@chromium.org | 2012-03-22 | 1 | -1/+57 |
* | PepperPlatformAudioInputImpl: support audio input device selection. | yzshen@chromium.org | 2012-03-21 | 1 | -12/+25 |
* | Fixed PPAPINaClTest.TCPServerSocketPrivate. | ygorshenin@chromium.org | 2012-03-21 | 1 | -1/+3 |
* | Avoid accessing VarTracker from multiple threads. | yzshen@chromium.org | 2012-03-21 | 2 | -1/+27 |
* | Out-of-process implementation of the PPB_NetworkMonitor_Private interface. | sergeyu@chromium.org | 2012-03-20 | 3 | -37/+69 |
* | Add a private PPB_Talk_Private interface. | varunjain@chromium.org | 2012-03-19 | 2 | -0/+2 |
* | Add OpenGL occlusion query support to pepper. | jbauman@chromium.org | 2012-03-16 | 2 | -10/+49 |
* | Added out-of-process support for server sockets. | ygorshenin@chromium.org | 2012-03-15 | 3 | -21/+11 |
* | Pepper IME API for surrounding text retrieval. | kinaba@chromium.org | 2012-03-15 | 1 | -0/+1 |
* | HostResolver is exposed to plugin. | ygorshenin@chromium.org | 2012-03-15 | 4 | -0/+203 |
* | Fix read size 0 in shared ppb_file_io. | noelallen@chromium.org | 2012-03-13 | 1 | -5/+5 |
* | Implement PPB_NetworkMonitor_Private Pepper interface. | sergeyu@chromium.org | 2012-03-13 | 1 | -1/+1 |
* | PPB_AudioInput_Dev: support multiple audio input devices - Part 1. | yzshen@chromium.org | 2012-03-07 | 2 | -35/+265 |
* | Coverity: Fix several pass-by-values. | jhawkins@chromium.org | 2012-03-06 | 2 | -9/+11 |
* | Add NetworkList/NetworkMonitor hooks and C++ wrappers. | sergeyu@chromium.org | 2012-03-05 | 3 | -0/+167 |