| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix pp::View and pp::BrowserFontTrusted wrapper version checks. | wez@chromium.org | 2012-06-01 | 2 | -50/+53 |
* | PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.cc | dmichael@chromium.org | 2012-05-31 | 3 | -2/+3 |
* | WebSocket Pepper API: allow to close connection without code and reason | toyoshim@chromium.org | 2012-05-31 | 3 | -3/+32 |
* | Remove PPB_Transport_Dev API. | sergeyu@chromium.org | 2012-05-30 | 19 | -1111/+0 |
* | Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc | rch@chromium.org | 2012-05-30 | 3 | -3/+2 |
* | PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc | dmichael@chromium.org | 2012-05-30 | 3 | -2/+3 |
* | Modified the pepper file chooser API to support filtering files by extensions. | raymes@chromium.org | 2012-05-30 | 14 | -50/+53 |
* | Add the necessary plumbing mechanisms to ensure proper WebGL support inside t... | scshunt@google.com | 2012-05-29 | 6 | -22/+42 |
* | NaCl: Remove the plugin's internal definition of GetUrandomFD() | mseaborn@chromium.org | 2012-05-29 | 4 | -30/+4 |
* | Pepper Flash settings integration: implement "deauthorize content licenses". | yzshen@chromium.org | 2012-05-27 | 3 | -6/+243 |
* | NaCl: Provide the /dev/urandom FD via NaCl's new embedding interface | mseaborn@chromium.org | 2012-05-24 | 1 | -0/+6 |
* | NaCl: Remove unused #include of nrd_xfer_effector.h | mseaborn@chromium.org | 2012-05-24 | 1 | -1/+0 |
* | Coverity: Fix pass by value error in IMEInputEvent_Dev. | kmadhusu@chromium.org | 2012-05-24 | 2 | -2/+2 |
* | Browser Plugin: Fixed silly typo in PpapiCommandBufferProxy. | fsamuel@chromium.org | 2012-05-22 | 1 | -1/+2 |
* | [Coverity] Fix uninitialized member, pass-by-val. | groby@chromium.org | 2012-05-22 | 2 | -10/+12 |
* | Modify gyp files that depend on native_client/build/untrusted.gypi to special... | bradchen@google.com | 2012-05-22 | 2 | -0/+52 |
* | ppapi: Fix typo when entering FileRef. | ihf@chromium.org | 2012-05-22 | 1 | -2/+2 |
* | PPAPI/NaCl: Reenable untrusted IPC proxy gyp flag | dmichael@chromium.org | 2012-05-22 | 1 | -0/+16 |
* | Add PPB_ImageData to untrusted NaCl build. | bbudge@chromium.org | 2012-05-21 | 4 | -19/+19 |
* | Test for Pepper IME events. | kinaba@chromium.org | 2012-05-21 | 14 | -85/+946 |
* | Get PPB_Audio interface building as untrusted code. | bbudge@chromium.org | 2012-05-19 | 5 | -32/+38 |
* | Browser Plugin: PpapiCommandBufferProxy should see a lost context if the embe... | fsamuel@chromium.org | 2012-05-19 | 5 | -18/+38 |
* | PPAPI/NaCl: Partial revert of r137751 to fix WebKit build | dmichael@chromium.org | 2012-05-18 | 1 | -5/+0 |
* | Rename nacl::RefCounted to nacl::RefCountedThreadSafe, to make it easier to a... | rsleevi@chromium.org | 2012-05-18 | 17 | -62/+96 |
* | Migrate WebKit "global script" font prefs. | falken@chromium.org | 2012-05-18 | 5 | -27/+61 |
* | PPAPI/NaCl: Make a gyp flag for including the untrusted IPC proxy. | dmichael@chromium.org | 2012-05-17 | 2 | -0/+5 |
* | Update scons file missing from r137481 | dschuff@chromium.org | 2012-05-16 | 1 | -0/+2 |
* | Refactor Pnacl coordinator | dschuff@chromium.org | 2012-05-16 | 9 | -498/+689 |
* | [Print Preview] Modified PP_PrintSettings_Dev interface to support auto fit t... | kmadhusu@chromium.org | 2012-05-16 | 2 | -8/+28 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting... | thestig@chromium.org | 2012-05-16 | 8 | -9/+6 |
* | Added audio callback tests. This also puts in place a check and only runs the... | raymes@chromium.org | 2012-05-15 | 2 | -16/+193 |
* | Add an instance parameter to PPB_NaCl_Private::LaunchSelLdr. | bbudge@chromium.org | 2012-05-15 | 6 | -20/+48 |
* | Change ppb_audio(_input)_shared to Shutdown the sync socket when terminating ... | raymes@chromium.org | 2012-05-15 | 4 | -29/+34 |
* | PPAPI/NaCl: Fix IPC ppapi proxy build | dmichael@chromium.org | 2012-05-15 | 1 | -2/+0 |
* | Change the way _EXPORT macros look. | thakis@chromium.org | 2012-05-15 | 3 | -0/+12 |
* | Use new TestCompletionCallback scheme to simplify tests implementation. | toyoshim@chromium.org | 2012-05-14 | 1 | -182/+169 |
* | WebSocket Pepper API: PPB_WebSocket crashes when server close the connection. | toyoshim@chromium.org | 2012-05-14 | 1 | -0/+18 |
* | Fixed PPAPI_UDPSocketPrivate::GetRecvFromAddress | ygorshenin@chromium.org | 2012-05-12 | 2 | -1/+6 |
* | Make ppapi_shared depend on gles2_utils. | thakis@chromium.org | 2012-05-12 | 1 | -0/+1 |
* | Quote WebPreferences in namespace webkit_glue. | wangxianzhu@chromium.org | 2012-05-11 | 2 | -4/+6 |
* | Broker out PPAPI handle duplication | jschuh@chromium.org | 2012-05-11 | 13 | -47/+64 |
* | Copy nacl::RefCounted from native_client's repo into Chromium | rsleevi@chromium.org | 2012-05-11 | 1 | -0/+233 |
* | Add "libraries" directory to SDK | noelallen@google.com | 2012-05-11 | 1 | -0/+10 |
* | Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu... | tsepez@chromium.org | 2012-05-10 | 10 | -133/+8 |
* | NaCl: Stop building ppapi_proxy (libppruntime) as a user library | mseaborn@chromium.org | 2012-05-10 | 1 | -1/+2 |
* | NaCl: Remove Plugin::XYZZY() dead code hack | mseaborn@chromium.org | 2012-05-10 | 2 | -21/+0 |
* | remove WEBKIT_USING_CG | jamesr@chromium.org | 2012-05-10 | 2 | -18/+2 |
* | Remove NOTIMPLEMENTED() from PpapiCommandBufferProxy::Echo because it's too | fsamuel@chromium.org | 2012-05-10 | 1 | -1/+0 |
* | NaCl: Fix ppapi_geturl_browser_test to run using the IRT | mseaborn@chromium.org | 2012-05-10 | 1 | -10/+2 |
* | Add myself to ppapi/native_client/OWNERS | mseaborn@chromium.org | 2012-05-09 | 1 | -0/+1 |