| Commit message (Expand) | Author | Age | Files | Lines |
* | Embed the PNACL_VERSION into the pnacl_public_pnacl_json file. | jvoung@chromium.org | 2013-08-08 | 2 | -32/+49 |
* | Handle incognito mode for PNaCl translation cache. | dschuff@chromium.org | 2013-08-08 | 1 | -1/+1 |
* | Add success status to ReportTranslationFinished in ppb_nacl_private and IPC | dschuff@chromium.org | 2013-08-07 | 2 | -11/+22 |
* | Rename PP_TextInputType to PP_TextInputType_Dev | nona@chromium.org | 2013-08-07 | 2 | -6/+2 |
* | Remove nacl_irt_x86_32.nexe from Win64 build | jschuh@chromium.org | 2013-08-06 | 1 | -1/+1 |
* | NaCl: Update revision in DEPS, r11912 -> r11930 | dschuff@chromium.org | 2013-08-06 | 1 | -3/+2 |
* | PNaCl on-demand installs: Make a separate async IPC to check if PNaCl is inst... | jvoung@chromium.org | 2013-08-06 | 3 | -12/+38 |
* | Revert 215696 "NaCl: Update revision in DEPS, r11912 -> r11926" | jam@chromium.org | 2013-08-06 | 1 | -2/+3 |
* | Delete the unused CRX and webstore Zip modes from pnacl_component_crx_gen. | jvoung@chromium.org | 2013-08-05 | 5 | -413/+18 |
* | NaCl: Update revision in DEPS, r11912 -> r11926 | dschuff@chromium.org | 2013-08-05 | 1 | -3/+2 |
* | Fix gyp conditions in native_client.gyp | dschuff@chromium.org | 2013-08-05 | 1 | -6/+4 |
* | Use gyp variables for NaCl untrusted build paths instead of hardcoding them. | dschuff@chromium.org | 2013-08-04 | 3 | -197/+132 |
* | Fix revision information for PPB_AudioInput_Dev. | yzshen@chromium.org | 2013-08-02 | 1 | -18/+18 |
* | PNaCl: Allow "filename" and "fdio" IRT interfaces only via "dev" query strings | mseaborn@chromium.org | 2013-08-02 | 1 | -2/+8 |
* | PPAPI: Move IMEInputEvent and TextInput to stable. | nona@chromium.org | 2013-08-01 | 1 | -0/+105 |
* | Enable pnacl by default | sehr@chromium.org | 2013-07-26 | 4 | -10/+4 |
* | PNaCl: Add a whitelist of IRT interfaces to allow under PNaCl | mseaborn@chromium.org | 2013-07-26 | 1 | -0/+68 |
* | PNaCl: Simplify IRT wrapper a little by removing a global variable | mseaborn@chromium.org | 2013-07-26 | 1 | -13/+6 |
* | Remove some old support for PNaCl Scons browser tests. | jvoung@google.com | 2013-07-25 | 6 | -68/+16 |
* | PNaCl: Fix IRT wrapper to return proper error value | mseaborn@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | PNaCl: Remove Scons builds of the PPAPI shims and PNaCl translator extension | mseaborn@chromium.org | 2013-07-25 | 3 | -117/+0 |
* | Make inttypes.h and similar macro usage C++11-friendly. | thakis@chromium.org | 2013-07-25 | 11 | -64/+68 |
* | Hide knowledge of webkit::ppapi::Plugin from chrome. This is part of moving p... | jam@chromium.org | 2013-07-24 | 4 | -14/+15 |
* | Show more different NaCl loading errors. | halyavin@google.com | 2013-07-22 | 7 | -11/+48 |
* | Change PNaCl NMF parser to accept "optlevel" instead of "-O" and change default. | jvoung@chromium.org | 2013-07-20 | 4 | -49/+36 |
* | Remove default in-memory filename strings for PNaCl llc and ld. | jvoung@google.com | 2013-07-18 | 2 | -13/+1 |
* | NaCl: Remove "ppapi" from the #include search path for src/trusted/plugin | mseaborn@chromium.org | 2013-07-18 | 1 | -3/+0 |
* | Add explicit "ppapi/" to #includes in ppapi/native_client/src/trusted | mseaborn@chromium.org | 2013-07-18 | 32 | -103/+111 |
* | Add explicit "ppapi/" to #includes in ppapi/native_client/tests | mseaborn@chromium.org | 2013-07-17 | 26 | -55/+63 |
* | Add explicit "ppapi/" to #includes in ppapi/native_client/src/untrusted | mseaborn@chromium.org | 2013-07-17 | 10 | -14/+14 |
* | Remove two unused header files from ppapi/native_client/ | mseaborn@chromium.org | 2013-07-17 | 2 | -257/+0 |
* | Remove EnableBackgroundSelLdrLaunch since we no longer launch off main thread. | jvoung@chromium.org | 2013-07-15 | 2 | -9/+0 |
* | PNaCl: Have plugin's LoadNaClModuleCommon start sel_ldr from the main thread. | jvoung@chromium.org | 2013-07-13 | 4 | -82/+172 |
* | Renderer and IPC implementation for new PNaCl translation cache | dschuff@chromium.org | 2013-07-10 | 5 | -22/+47 |
* | [NaCl SDK] test_sdk actually runs the tests (using browser_tester). | binji@chromium.org | 2013-07-10 | 2 | -1/+45 |
* | Add a new parameter |latency| to PPB_AudioInput_Callback. | yzshen@chromium.org | 2013-07-03 | 1 | -4/+73 |
* | When running nacl integration tests, keep the CHROME_DEVEL_SANDBOX env var | jochen@chromium.org | 2013-07-01 | 1 | -1/+3 |
* | Update includes and delete remaining strings forwarding headers. | avi@chromium.org | 2013-06-27 | 1 | -2/+2 |
* | Disable flaky NaCl test on windows | petewil@chromium.org | 2013-06-27 | 1 | -1/+4 |
* | PNaCl: Add PPB_NaCl_Private interface to report translation finished | dschuff@chromium.org | 2013-06-26 | 2 | -0/+14 |
* | Add events with custom timestamps and thread id to PPAPI dev tracing interface. | grosse@chromium.org | 2013-06-26 | 1 | -0/+4 |
* | Fix PnaclCoordinator error handling in the new cache flow | dschuff@chromium.org | 2013-06-26 | 2 | -1/+6 |
* | PPAPI: Move PPB_NetworkProxy out of Dev | dmichael@chromium.org | 2013-06-25 | 1 | -22/+22 |
* | PPAPI: Introduce PPB_NetworkProxy_Dev | dmichael@chromium.org | 2013-06-24 | 1 | -0/+22 |
* | Move PPB_HostResolver out of dev. | yzshen@chromium.org | 2013-06-24 | 1 | -52/+52 |
* | Move PPB_UDPSocket out of dev. | yzshen@chromium.org | 2013-06-24 | 1 | -64/+64 |
* | Move PPB_TCPSocket out of dev. | yzshen@chromium.org | 2013-06-22 | 1 | -70/+70 |
* | Move PPB_NetAddress out of dev. | yzshen@chromium.org | 2013-06-22 | 1 | -58/+58 |
* | Update comments of the Pepper networking APIs. | yzshen@chromium.org | 2013-06-22 | 1 | -3/+3 |
* | NaCl: have browser_tester set-up the sandbox environment | jln@chromium.org | 2013-06-21 | 1 | -0/+6 |