| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable NaCl inbrowser_test_runner_parallel test | dschuff@chromium.org | 2012-12-14 | 1 | -1/+4 |
* | Pepper and IPC plumbing to display message to NaCl user | dschuff@chromium.org | 2012-12-14 | 3 | -1/+35 |
* | Improve NaCl startup error reporting in plugin and IPC proxy. | bbudge@chromium.org | 2012-12-14 | 4 | -30/+16 |
* | Revert 172805 | apatrick@google.com | 2012-12-14 | 5 | -31/+48 |
* | Add permissions checking for Flash and network state. | brettw@chromium.org | 2012-12-13 | 1 | -12/+0 |
* | Use different UMA stat for a nacl manifest which is missing the user's arch | dschuff@chromium.org | 2012-12-13 | 5 | -36/+38 |
* | Add idl version of ppb_flash_menu.idl | noelallen@chromium.org | 2012-12-13 | 6 | -41/+179 |
* | Revert 172806 | raymes@chromium.org | 2012-12-13 | 9 | -161/+271 |
* | Refactor 4 PPB_Flash functions to the new PPAPI resource model. | raymes@chromium.org | 2012-12-13 | 9 | -271/+161 |
* | Made the registration and deletion of transfer buffers async. | apatrick@chromium.org | 2012-12-13 | 5 | -48/+31 |
* | PPAPI: Move PPB_Console out of dev. | ncbray@chromium.org | 2012-12-13 | 34 | -136/+216 |
* | PPAPI: Check permissions for VarDeprecated and PPP_Class | dmichael@chromium.org | 2012-12-12 | 4 | -3/+36 |
* | PPAPI: change PRESUBMIT.py to not complain about TODOs in .cc files. | ncbray@chromium.org | 2012-12-12 | 1 | -1/+1 |
* | Change PPB_ContentDecryptor_Private::KeyMessage to pass the message as a PP_V... | tomfinegan@chromium.org | 2012-12-12 | 10 | -34/+26 |
* | Fix some types at the IPC layer. Sizes should be unsigned. | cevans@chromium.org | 2012-12-12 | 7 | -9/+9 |
* | NaCl: Re-enable the "inbrowser_test_runner" test suite | mseaborn@chromium.org | 2012-12-11 | 1 | -1/+3 |
* | Revert 172261 | battre@chromium.org | 2012-12-11 | 6 | -472/+714 |
* | PPAPI: Convert FileIO tests to new style & test background threads | dmichael@chromium.org | 2012-12-11 | 6 | -714/+472 |
* | PPAPI/NaCl: Make NaClIPCAdapter pass handles for Resource Messages | dmichael@chromium.org | 2012-12-11 | 2 | -9/+58 |
* | Autogenerate thunk .cc file for PPB_Flash_DeviceID | teravest@chromium.org | 2012-12-11 | 2 | -8/+15 |
* | Fix in process PPAPI decryption. | tomfinegan@chromium.org | 2012-12-11 | 5 | -26/+48 |
* | Convert flash font file to use the browser font trusted code. | brettw@chromium.org | 2012-12-10 | 11 | -18/+25 |
* | Remove PPB_Instance 0.5 | brettw@chromium.org | 2012-12-10 | 3 | -68/+1 |
* | Add PPAPI permissions for the testing interface | brettw@chromium.org | 2012-12-10 | 1 | -0/+3 |
* | Add Pepper permissions checks for FlashMessageLoop and Broker | brettw@chromium.org | 2012-12-10 | 2 | -0/+9 |
* | Introduce PPB_VideoCapture_Dev v0.3: | yzshen@chromium.org | 2012-12-10 | 16 | -183/+550 |
* | Implement an IsAllowed function in the pepper PPB_Broker_Trusted API | raymes@chromium.org | 2012-12-10 | 15 | -7/+240 |
* | ppapi: Update the calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-12-08 | 1 | -7/+7 |
* | Make --enable-pnacl flag use the built-in PNaCl instead of the component updater | dschuff@chromium.org | 2012-12-08 | 5 | -47/+66 |
* | NaCl: Extend nacl_integration to test the old SRPC-based PPAPI proxy | mseaborn@chromium.org | 2012-12-08 | 1 | -0/+5 |
* | Add permission checks for PPB_Buffer. | bbudge@chromium.org | 2012-12-08 | 1 | -0/+2 |
* | Add permission checks to PPAPI APIs implemented by PPB_Instance_Proxy. | bbudge@chromium.org | 2012-12-08 | 1 | -6/+49 |
* | Add tracing support to NaCl | jbauman@chromium.org | 2012-12-08 | 5 | -0/+15 |
* | Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m... | raymes@chromium.org | 2012-12-08 | 35 | -646/+777 |
* | Auto generate thunk .cc file for PPB_FileSystem. | teravest@chromium.org | 2012-12-08 | 4 | -12/+27 |
* | Remove PPB_Flash_File_ModuleLocal_2_0. | raymes@chromium.org | 2012-12-07 | 6 | -118/+1 |
* | Use PP_BrowserFont_Trusted_Description | brettw@chromium.org | 2012-12-07 | 13 | -100/+141 |
* | Revert 171858 | raymes@chromium.org | 2012-12-07 | 4 | -1/+110 |
* | Remove PPB_Flash_File_ModuleLocal_2_0. | raymes@chromium.org | 2012-12-07 | 4 | -110/+1 |
* | Use MRU cache for ppapi local time zone offset queries. | hshi@chromium.org | 2012-12-07 | 1 | -22/+41 |
* | Change ppapi::proxy::SerializedHandles to use RefCountedThreadSafe. | raymes@chromium.org | 2012-12-07 | 1 | -2/+3 |
* | Trivial individual generation fix | noelallen@chromium.org | 2012-12-07 | 1 | -1/+1 |
* | Autogenerate thunk .cc file for PPB_FileIO. | teravest@chromium.org | 2012-12-07 | 3 | -49/+59 |
* | Add other account to owners | noelallen@chromium.org | 2012-12-07 | 1 | -0/+2 |
* | Build the NaCl ARM IRT with arm-flavored newlib/libstdcpp | dschuff@chromium.org | 2012-12-07 | 1 | -0/+2 |
* | Make BrowserFont take an InstanceHandle. | brettw@chromium.org | 2012-12-07 | 2 | -9/+9 |
* | PPAPI: make browser tests to fail fast if a NaCl module does not load. | ncbray@chromium.org | 2012-12-06 | 1 | -0/+23 |
* | Revert 171408 | raymes@chromium.org | 2012-12-06 | 37 | -777/+685 |
* | Added test and fixed bugs with release dependency | noelallen@chromium.org | 2012-12-06 | 17 | -98/+205 |
* | Explicitly support FileIO interface 1.0, to restore functioning SRPC | nfullagar@chromium.org | 2012-12-06 | 5 | -12/+10 |