1. f40c0a5e Migrate WaitableEvent to enum-based constructor in ppapi/ by gab · 9 years ago
  2. b19326e Fix include path for moved thread_task_runner_handle.h header in ppapi/ by gab · 9 years ago
  3. 09b4003 ipc: Rename GetFileHandleForProcess->GetPlatformFileForTransit. by erikchen · 9 years ago
  4. a34d1132 Add RetainedRef uses where needed. by vmpstr · 9 years ago
  5. a0f614d Replace base::Tuple in //ppapi with std::tuple by tzik · 9 years ago
  6. 390ab1e base: eliminate TupleTraits and TupleTypes by mdempsky · 9 years ago
  7. e029c413 Switch to standard integer types in ppapi/. by avi · 10 years ago
  8. 8ca5918 Fixed all overloaded virtual methods on Windows. by mgiuca · 10 years ago
  9. 23490d4 ppapi: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  10. fc29ad99 Further clean up pepper's use of SharedMemory. by erikchen · 10 years ago
  11. 236d317 Replace more ObserverList with base::ObserverList. by brettw · 10 years ago
  12. 4fc32d5 Update pepper to not assume that SharedMemoryHandle is an int. by erikchen · 10 years ago
  13. d5ca2bc Move Tuple to base namespace. by brettw · 10 years ago
  14. 12262cf content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
  15. b11ca7b Don't lock ProxyLock on the IO thread by dmichael · 10 years ago
  16. 4ef352d base: Stop passing a non-const ref to ObserverListBase::Iterator. by danakj · 10 years ago
  17. bd96c1e PPAPI: Make tests that disable the proxy lock re-enable it by dmichael · 11 years ago
  18. a70de92 Revert of PPAPI: Make tests that disable the proxy lock re-enable it (patchset #2 id:20001 of https://codereview.chromium.org/908363002/) by dmichael · 11 years ago
  19. 25ea5b20 PPAPI: Make tests that disable the proxy lock re-enable it by dmichael · 11 years ago
  20. 95c2a1b7 Update legacy Tuple-using code. by Avi Drissman · 11 years ago
  21. 1c62eeb Revert of PPAPI: Make GetProxiedInterface not re-enter the plugin (patchset #2 id:20001 of https://codereview.chromium.org/704913002/) by kareng · 11 years ago
  22. a17de8fa PPAPI: Make GetProxiedInterface not re-enter the plugin by dmichael · 11 years ago
  23. 079d184 Enforce handle ownership in base::Process. by rvargas · 11 years ago
  24. 6b328f3d PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
  25. 1ea0de3 Revert of PPAPI: Never re-enter JavaScript for PostMessage. (patchset #5 id:80001 of https://codereview.chromium.org/589213003/) by dmichael · 11 years ago
  26. 3fe4cee PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
  27. 50c6f1a Revert of PPAPI: Never re-enter JavaScript for PostMessage. (patchset #4 id:60001 of https://codereview.chromium.org/589213003/) by bbudge · 11 years ago
  28. f73075c9 PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
  29. fee3a51 PPAPI: Fix GetBrowserInterface race conditions by dmichael · 11 years ago
  30. 1d38f6f0 Revert of PPAPI: Fix GetBrowserInterface race conditions (patchset #6 id:100001 of https://codereview.chromium.org/568793002/) by raymes · 11 years ago
  31. d1b2c8f PPAPI: Fix GetBrowserInterface race conditions by dmichael · 11 years ago
  32. 6d3ae97 Remove implicit conversions from scoped_refptr to T* in ppapi/ by Daniel Cheng · 11 years ago
  33. b1d571af PPAPI: Purposely leak ProxyLock, fix shutdown race by [email protected] · 12 years ago
  34. aafb1d4 Revert "PPAPI: Purposely leak ProxyLock, fix shutdown race" by [email protected] · 12 years ago
  35. c869c0e8 PPAPI: Purposely leak ProxyLock, fix shutdown race by [email protected] · 12 years ago
  36. 1d14806 move BrowserFontResource_Trusted to content/child by [email protected] · 12 years ago
  37. 1575659 Update include paths in ppapi/proxy for base/process changes. by [email protected] · 12 years ago
  38. 1b77701 Do not forget to detach message loop from thread in ppapi_unittests. by [email protected] · 12 years ago
  39. cadac62 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by [email protected] · 12 years ago
  40. 7ccb707 Update includes of message_loop_proxy. by [email protected] · 12 years ago
  41. 47cb253f Implementation of URLLoader using PluginResource/ResourceHost. by [email protected] · 12 years ago
  42. d2881d8 ppapi: Use base::MessageLoop. by [email protected] · 12 years ago
  43. b73c659 PPAPI: Remove threading options; it's always on by [email protected] · 12 years ago
  44. 41e52fb5 Revert 191420 "PPAPI: Remove threading options; it's always on" by [email protected] · 12 years ago
  45. 460d2fd PPAPI: Remove threading options; it's always on by [email protected] · 12 years ago
  46. 7d792aba Revert 189518 "PPAPI: Remove threading options; it's always on" by [email protected] · 12 years ago
  47. f9bc5791e PPAPI: Remove threading options; it's always on by [email protected] · 12 years ago
  48. b465d46 Revert 187427 "PPAPI: Remove threading options; it's always on" by [email protected] · 12 years ago
  49. 6fb8da6 PPAPI: Remove threading options; it's always on by [email protected] · 12 years ago
  50. a65fe6e Revert 187340 "PPAPI: Remove threading options; it's always on" by [email protected] · 12 years ago
  51. b88fcf63 PPAPI: Remove threading options; it's always on by [email protected] · 12 years ago
  52. 0dfb613 Revert 186925 since it breaks many of the builds on the bots (e.g. by [email protected] · 12 years ago
  53. 5c5dd24 PPAPI: Remove threading options; it's always on by [email protected] · 12 years ago
  54. 27178204b Fix the comment of PPB_MessageLoop.PostWork() by [email protected] · 13 years ago
  55. 7ef6b79b Pepper: Introduce ThreadAwareCallback. by [email protected] · 13 years ago
  56. 108fd34 Use an explicit PID for duplicating Pepper handles rather than the Channel's. by [email protected] · 13 years ago
  57. 73e20db PPAPI: Check permissions for VarDeprecated and PPP_Class by [email protected] · 13 years ago
  58. 22fdaa6 Refactor PPB_Flash_Fullscreen to the new resource model. by [email protected] · 13 years ago
  59. e34e809 Pepper proxy: make the browser sender handle the proxy lock properly. by [email protected] · 13 years ago
  60. b75673fe Fix ppapi TwoWayTest so that it constructs a unique IPC::ChannelHandle. by [email protected] · 13 years ago
  61. 195d4cde Hook up PpapiPermissions in more places. by [email protected] · 13 years ago
  62. d57fd38 Various fixes to make ppapi_unittests pass again. by [email protected] · 13 years ago
  63. 93df81e Bluetooth API: improve discovery by [email protected] · 13 years ago
  64. eccf8031 This implements the PPB_FileChooser resource as a new-style IPC-only resource. by [email protected] · 13 years ago
  65. 72a1072 This adds an interface for setting crash data from a plugin. It also provides an implementation for setting crash URLs. by [email protected] · 13 years ago
  66. ba7cc8c PPAPI/NaCl: Reinitialize some stuff when the ipc proxy starts. by [email protected] · 13 years ago
  67. 2306303a Propogate the UI language on the command line and expose to Flash. by [email protected] · 13 years ago
  68. f0ecb55 Broker out PPAPI handle duplication by [email protected] · 13 years ago
  69. bc2eeb4 Add a way to query whether a given instance is off-the-record by [email protected] · 13 years ago
  70. 8be4584 This adds a hang monitor for Pepper plugins. It monitors sync messages on the I/O thread of the renderer and sends a message to the browser if it's blocked for too long. by [email protected] · 13 years ago
  71. 3ec40f2 Relanding this with fixes to the mac dbg builder by [email protected] · 14 years ago
  72. cd78185 Revert 118385 since this seems to break mac-debug build. by [email protected] · 14 years ago
  73. d914b2b Remove the Webkit thread in the PPAPI plugin process and perform the text and font operations by [email protected] · 14 years ago
  74. 7309756 Reland 9034035: Make it possible to have 1 PpapiGlobals per thread. by [email protected] · 14 years ago
  75. cd34c7e Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update unit tests. by [email protected] · 14 years ago
  76. 2916256 Make it possible to have 1 PpapiGlobals per thread. Update unit tests. by [email protected] · 14 years ago
  77. 6fc87e0 Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastructure. by [email protected] · 14 years ago
  78. 794d83cd Add a new globals object for PPAPI tracking information. by [email protected] · 14 years ago
  79. faa2a45b Revert 106142 - Add a new globals object for PPAPI tracking information. by [email protected] · 14 years ago
  80. 77ac44f1 Add a new globals object for PPAPI tracking information. by [email protected] · 14 years ago
  81. fa4dd291 Fix the PPAPI unittests by hooking up the new proxy function. by [email protected] · 14 years ago
  82. 1f6581c Convert ppapi/* to use base::Bind. by [email protected] · 14 years ago
  83. 99ff993 Use precompiled headers for most large projects where the .gyp file by [email protected] · 14 years ago
  84. f0a04c4 Create ppapi_proxy.dll and ppapi_shared.dll. by [email protected] · 14 years ago
  85. 4d2efd2 Convert the pp::proxy namespace to the ppapi::proxy namespace. by [email protected] · 14 years ago
  86. 7f8b26b Add a unified resource tracker shared between the proxy and the impl. by [email protected] · 14 years ago
  87. 2bbd2c67 Unify var tracking between webkit and the proxy. by [email protected] · 14 years ago
  88. 7f801d8 Reland http://codereview.chromium.org/7312008/ by [email protected] · 14 years ago
  89. 4c85f66 Revert 91859 - Porting ppapi_tests framework to postMessage. by [email protected] · 14 years ago
  90. 368ca47 Porting ppapi_tests framework to postMessage. by [email protected] · 14 years ago
  91. 373a95a Re-land the reverted CL: by [email protected] · 14 years ago
  92. 912f3d6c Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5. by [email protected] · 14 years ago
  93. 39f8389 Delete a few unused functions. by [email protected] · 14 years ago
  94. a08ebea Share PPAPI out-of-process plugins between renderer processes. by [email protected] · 15 years ago
  95. 465faa2 Rent syncemove all uses of the global Dispatcher Get function. by [email protected] · 15 years ago
  96. f24448db Refactor PPAPI proxy resource handling to maintain which host they came from, by [email protected] · 15 years ago