1. 48cd2255 ppapi: Update the calls from RunAllPending() to RunUntilIdle(). by [email protected] · 13 years ago
  2. ea54aa7 Make --enable-pnacl flag use the built-in PNaCl instead of the component updater by [email protected] · 13 years ago
  3. e11224d NaCl: Extend nacl_integration to test the old SRPC-based PPAPI proxy by [email protected] · 13 years ago
  4. 7df0697 Add permission checks for PPB_Buffer. BUG=116317 TEST=browser_tests by [email protected] · 13 years ago
  5. 7135c07 Add permission checks to PPAPI APIs implemented by PPB_Instance_Proxy. by [email protected] · 13 years ago
  6. 92fe610 Add tracing support to NaCl by [email protected] · 13 years ago
  7. 0c92b0d Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource model by [email protected] · 13 years ago
  8. 8f2a08d5 Auto generate thunk .cc file for PPB_FileSystem. by [email protected] · 13 years ago
  9. 904de37 Remove PPB_Flash_File_ModuleLocal_2_0. by [email protected] · 13 years ago
  10. d0e3b4a Use PP_BrowserFont_Trusted_Description by [email protected] · 13 years ago
  11. ded1636 Revert 171858 by [email protected] · 13 years ago
  12. 7e78f75 Remove PPB_Flash_File_ModuleLocal_2_0. by [email protected] · 13 years ago
  13. c26e0b4ac Use MRU cache for ppapi local time zone offset queries. by [email protected] · 13 years ago
  14. b685fce Change ppapi::proxy::SerializedHandles to use RefCountedThreadSafe. by [email protected] · 13 years ago
  15. f6e92e2 by [email protected] · 13 years ago
  16. 324eec7 Autogenerate thunk .cc file for PPB_FileIO. by [email protected] · 13 years ago
  17. 4d4f2709 Add other account to owners by [email protected] · 13 years ago
  18. 236d168d Build the NaCl ARM IRT with arm-flavored newlib/libstdcpp by [email protected] · 13 years ago
  19. 1a1399b8 Make BrowserFont take an InstanceHandle. by [email protected] · 13 years ago
  20. 52d6a08 PPAPI: make browser tests to fail fast if a NaCl module does not load. by [email protected] · 13 years ago
  21. 8b73c2e4 Revert 171408 by [email protected] · 13 years ago
  22. 6faeb20 Added test and fixed bugs with release dependency by [email protected] · 13 years ago
  23. d1c6cae Explicitly support FileIO interface 1.0, to restore functioning SRPC by [email protected] · 13 years ago
  24. cd57d08 Revert 171389 by [email protected] · 13 years ago
  25. d146b8bf Revert 171080 by [email protected] · 13 years ago
  26. fd29519 Improve HostResource comments for use in plugins. by [email protected] · 13 years ago
  27. ce19e7b5 Encrypted Media: Support pp::Buffer_Dev reuse in PpbBufferAllocator. by [email protected] · 13 years ago
  28. 8f08038 Fix invalid HTML markup in test_cast.html by [email protected] · 13 years ago
  29. 4f01c76 Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code: by [email protected] · 13 years ago
  30. db70c13 Add ability to create pending resource hosts. by [email protected] · 13 years ago
  31. 6d613d6 Encrypted Media: Allows empty key message to be fired. by [email protected] · 13 years ago
  32. 2432c058 The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. Calls for both these interfaces are now made directly to the browser. This removes the in-process implementation for these interfaces also (as they are flash-only). Tests are added for PPB_Flash_File_ModuleLocal. by [email protected] · 13 years ago
  33. 793202c Autogenerate thunk .cc file for PPB_Audio. by [email protected] · 13 years ago
  34. adf7cd5 PPAPI: Hook up Browser resource host stuff for NaCl by [email protected] · 13 years ago
  35. 778a4025 Add a flag to LaunchSelLdr to skip grabbing a routing_id. by [email protected] · 13 years ago
  36. bc45003 NaCl: Link proper TLS accessor implementation into untrusted ARM IRT. by [email protected] · 13 years ago
  37. a9f2a621 Refactor 3 PPB_Flash functions to the new resource model. by [email protected] · 13 years ago
  38. 2ed9c04 Fix create_nmf warnings by [email protected] · 13 years ago
  39. ad7c11c NaCl: Stop disabling the sandbox on Linux for testing in nacl_integration by [email protected] · 13 years ago
  40. 473ef7d Fix Graphics2D in NaCl. by [email protected] · 13 years ago
  41. 8682da99 Fix NaCl IPC proxy startup for ARM. by [email protected] · 13 years ago
  42. 2792f53 [ppapi] Simple deadlock detector for proxy lock. by [email protected] · 13 years ago
  43. 22fdaa6 Refactor PPB_Flash_Fullscreen to the new resource model. by [email protected] · 13 years ago
  44. a397169 Add a gyp action for laying out the pnacl translator nexes into PRODUCT_DIR. by [email protected] · 13 years ago
  45. af638096 Fix VAOs and client side arrays by [email protected] · 13 years ago
  46. 08e65c1 Migrate Graphics2D to new design, as part of the whole Pepper resource redesign. by [email protected] · 13 years ago
  47. 109dcfb Refactor the way singleton-style resources are exposed via PPB_Instance by [email protected] · 13 years ago
  48. 2f107f8 Autogenerate thunk .cc file for PPB_ResourceArray_Dev. by [email protected] · 13 years ago
  49. 32eb1c5 Make PPAPI headers compilable with -Wstrict-prototypes by [email protected] · 13 years ago
  50. 3dc1f21 ppapi: Opt-in to receive synthetic mouse events for touch-events. by [email protected] · 13 years ago
  51. f20cc69 Convert the Pepper Talk API to use the new resource system. by [email protected] · 13 years ago
  52. 6680d578 IDLize PPP_Scrollbar_Dev. by [email protected] · 13 years ago
  53. c1d2b7d7 IDL: Ignore C++ style "From" comments. by [email protected] · 13 years ago
  54. 7d51a725 Disambiguate 'headers' targets in khronos and mesa. by [email protected] · 13 years ago
  55. e34e809 Pepper proxy: make the browser sender handle the proxy lock properly. by [email protected] · 13 years ago
  56. 5562d44 IDLize PPB_DirectoryReader_Dev. by [email protected] · 13 years ago
  57. 7e928110 Add more 'Dev' interfaces to the NaCl IPC proxy. BUG=116317 TEST=none by [email protected] · 13 years ago
  58. aa509437 Revert 169707 - Revert 169703 - IDLize PPB_Graphics3DTrusted. by [email protected] · 13 years ago
  59. e3526b4 Revert 169703 - IDLize PPB_Graphics3DTrusted. by [email protected] · 13 years ago
  60. 668cc13 IDLize PPB_Graphics3DTrusted. by [email protected] · 13 years ago
  61. d437530b Refactor BrowserFont to new design by [email protected] · 13 years ago
  62. fc31d30 Add PPB_FileChooser_Dev to the NaCl IPC proxy. by [email protected] · 13 years ago
  63. bc6afba1 Deprecate and remove unused PPB_Flash functions. by [email protected] · 13 years ago
  64. 05bb365e Autogenerate thunk .cc file for PPB_Find_Dev. by [email protected] · 13 years ago
  65. d058bca Cache GL state. by [email protected] · 13 years ago
  66. e816cc5 [PPAPI NaCl] Fix broken dependency for ppapi_nacl_tests. by [email protected] · 13 years ago
  67. 2468aae Add data_size to PP_EncryptedBlockInfo. by [email protected] · 13 years ago
  68. 13cc22f3 Fix generation of the wrong API header name. by [email protected] · 13 years ago
  69. e0d6b1f Add support for GL_CHROMIUM_pixel_transfer_buffer_object. by [email protected] · 13 years ago
  70. 0e020489 Revert 168165 - Revert "Revert 167613 - Cache more GL state both service and client side." by [email protected] · 13 years ago
  71. 9ffb05d3 Encapsulate khronos include paths in khronos.gyp, by [email protected] · 13 years ago
  72. 919ebec Autogenerate thunk .cc file for PPB_DeviceRef_Dev. by [email protected] · 13 years ago
  73. 52fc6d1 NaCl: Make some C files compilable with -Wstrict-prototypes by [email protected] · 13 years ago
  74. cba2c430 Autogenerate thunk .cc file for PPB_Console_Dev. by [email protected] · 13 years ago
  75. 6dac731 Added a ResourceMessageFilter for handling resource messages on another thread. by [email protected] · 13 years ago
  76. 2ba8d10b Put pepper threading support behind a command line flag. by [email protected] · 13 years ago
  77. d4365e7c Fix the DidChangeView notification for Pepper plugins. by [email protected] · 13 years ago
  78. 837f2650 Improve NaCl plugin error reporting when using IPC proxy. by [email protected] · 13 years ago
  79. ad854a8ca Fixing undefined pthread undefined references in nacl. by [email protected] · 13 years ago
  80. 24d70dea3 Remove more host-side code from NaCl IPC proxy. by [email protected] · 13 years ago
  81. 8a22198 Revert 168557 - Improve NaCl plugin error reporting when using IPC proxy. by [email protected] · 13 years ago
  82. 2abe9b29 Improve NaCl plugin error reporting when using IPC proxy. by [email protected] · 13 years ago
  83. 23e0eb4d Make breakpad_crash_test accept multiple error messages so it can be re-enabled. by [email protected] · 13 years ago
  84. 0ee99068 ipc: Remove ipc_listener.h from ipc_channel.h and update the files. by [email protected] · 13 years ago
  85. 8c311f0 Add support for generating thunk source from IDL. by [email protected] · 13 years ago
  86. d68b1bd Revert unintentional forced 2048 buffer size for PPAPI. by [email protected] · 13 years ago
  87. e13284d0 Merge branch 'master' into perms_print by [email protected] · 13 years ago
  88. 844fecb Refactor the URLResponseInfo to use new design by [email protected] · 13 years ago
  89. 5909c79 Add a lock statement to the text input Pepper interface. by [email protected] · 13 years ago
  90. 878412f Revert "Revert 167613 - Cache more GL state both service and client side." by [email protected] · 13 years ago
  91. cc12387 Refactor video capture to new design, as part of the whole Pepper resource redesign. by [email protected] · 13 years ago
  92. bcc801f Provide a safer FileIO Read API by [email protected] · 13 years ago
  93. e98aebff Add ppapi_test for ppb_talk_private by [email protected] · 13 years ago
  94. d8ebb32 Increase Windows XP hardware buffer size to 4096. by [email protected] · 13 years ago
  95. d4ab9471 PPAPI: Take PPB_MessageLoop out of Dev by [email protected] · 13 years ago
  96. 97399a66 Re-enable breakpad crash test. by [email protected] · 13 years ago
  97. 47e2411 Add some notes to audio input. by [email protected] · 13 years ago
  98. 17cd29a Merge branch 'master' into perms_video by [email protected] · 13 years ago
  99. 97f5813 Implement the Flash menu as a new-style Pepper resource. by [email protected] · 13 years ago
  100. 761d741b Merge branch 'master' into perms_pdf by [email protected] · 13 years ago