1. 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
  2. ffb1cc0 PPAPI: Format ppapi/thunk using clang-format. by Dave Michael · 11 years ago
  3. a17de8fa PPAPI: Make GetProxiedInterface not re-enter the plugin by dmichael · 11 years ago
  4. 360175c Implement PpapiCommandBufferProxy::GetCapabilities by piman · 11 years ago
  5. 2d4bf3a Pepper: Expose visible_rect to PPB_VideoDecoder.GetPicture. by Bill Budge · 11 years ago
  6. 5eaf06e8 gpu: Match autogen files to code style. by dongseong.hwang · 11 years ago
  7. 5527fa1 PepperGL: Enable client side arrays support. by penghuang · 11 years ago
  8. b44a1337 Revert of Hold the Pepper proxy lock for all Pepper GL calls. (patchset #3 id:40001 of https://codereview.chromium.org/692683003/) by kareng · 11 years ago
  9. 057f7a6 Hold the Pepper proxy lock for all Pepper GL calls. by penghuang · 11 years ago
  10. 1189b9b Add packaged app test for NaCl/Pepper. by teravest · 11 years ago
  11. b0c30620 Non-SFI mode: Build ppapi libraries for nacl_helper_nonsfi. by hidehiko · 11 years ago
  12. e6e95d9 Remove last non-third_party typeofs on Mac. by thakis · 11 years ago
  13. 5d16ece Add support for using custom PNaCl translator within the chromium gyp build. by dschuff · 11 years ago
  14. d7fee8e With this CL, the time for PepperVideoSourceHost::SendGetFrameReply drops from about 4ms to 0.7ms for each 720p frame. by magjed · 11 years ago
  15. 8fcb4bfd PPAPI: Make TestMessageHandler.Exceptions work by dmichael · 11 years ago
  16. 09981a9 GN: Fix Android component build by cjhopman · 11 years ago
  17. 9e14e49 Fix Flash fullscreen focus regressions, and add interactive_ui_tests. by miu · 11 years ago
  18. d5aa1535 NaCl: Ensure that sysconf() is declared: add missing #include of <unistd.h> by mseaborn · 11 years ago
  19. a409ccc Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. by morrita · 11 years ago
  20. 079d184 Enforce handle ownership in base::Process. by rvargas · 11 years ago
  21. a703ee15f Cleanup: Remove trailing whitespaces in gyp files. by thestig · 11 years ago
  22. 99867ef Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC. by pkasting · 11 years ago
  23. d226e36 Fix NaCl again. TBR=raymes by John Abd-El-Malek · 11 years ago
  24. 7e31938 Fix nacl_integration script since it needs to be updated after test_env.py updates. by John Abd-El-Malek · 11 years ago
  25. 22dd929 gpu: Compositor management of GpuMemoryBuffer instances. by reveman · 11 years ago
  26. db1ad09 Add [email protected] to IPC OWNERS files. by mkwst · 11 years ago
  27. 75a8773 Remove yzshen from pepper OWNERS files by dmichael · 11 years ago
  28. 0edd109 Revert of Revert of Fix the ppapi test for FlashDRM (patchset #1 id:1 of https://codereview.chromium.org/632133002/) by jackhou · 11 years ago
  29. 886aecc Revert of Fix the ppapi test for FlashDRM (patchset #1 id:1 of https://codereview.chromium.org/626883002/) by jackhou · 11 years ago
  30. 5a4fc250 Fix the ppapi test for FlashDRM by raymes · 11 years ago
  31. 699af3c replace OVERRIDE and FINAL with override and final in ppapi/ by mostynb · 11 years ago
  32. 203dbe4 NaCl: Replace launch/start param flags with a NaClAppProcessType enum. by jvoung · 11 years ago
  33. 4224304 gpu: Remove Echo and SwapCompletion GL interfaces by sievers · 11 years ago
  34. 2c3e181 Non-SFI: Add out_newlib32_nonsfi variable in pnacl_irt_shim.gyp. by hidehiko · 11 years ago
  35. c6d94336 command_buffer: infer all generated c/c++ source files to clang-format by kkinnunen · 11 years ago
  36. 92ee4a3 Pass lsan GYP variable to swarming's test_env so that we can disable the sandbox when it's set. by jam · 11 years ago
  37. 6b328f3d PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
  38. 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
  39. 9be4c268e PPAPI: Move PPB_Messaging 1.2 to stable by dmichael · 11 years ago
  40. e5ac633 PPAPI: Add more error testing for postMessageAndAwaitResponse by dmichael · 11 years ago
  41. 3fe4cee PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
  42. a19e4877 Adding tracking to verify the theory that jankiness of ExtensionMessageFilter::OnExtensionAddListener is because of the observer invocation. by vadimt · 11 years ago
  43. 24cc138 NaCl: Update revision in DEPS, r13759 -> r13783 by dschuff · 11 years ago
  44. 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
  45. 44b96754 PPAPI: Disallow blocking callbacks while handling a blocking message by dmichael · 11 years ago
  46. edf03bca Add a test to verify the waveform from the Pepper MediaStream API is as by amistry · 11 years ago
  47. 51edc1f0 Cleanup: Remove unused dependency on NaCl src/trusted/gio target by mseaborn · 11 years ago
  48. f73075c9 PPAPI: Never re-enter JavaScript for PostMessage. by dmichael · 11 years ago
  49. e5389527 Replace forward_dependent_configs with public_deps by Brett Wilson · 11 years ago
  50. 3d06708 Fix URLRequest pepper unit test by landell · 11 years ago
  51. 241405e remove empty gl.gyp file by mostynb · 11 years ago
  52. fee3a51 PPAPI: Fix GetBrowserInterface race conditions by dmichael · 11 years ago
  53. b873791 PPAPI: Add C++ wrapper for MessageHandler stuff. by dmichael · 11 years ago
  54. f193baa Remove brettw from content/OWNERS by brettw · 11 years ago
  55. 970fa0cf PPAPI: Make PPP_MessageHandler work in PNaCl by Dave Michael · 11 years ago
  56. 024dba2f Pepper UDP socket: buffer received packets in the plugin process to improve performance. by yzshen · 11 years ago
  57. 71be558 Move PPB_VideoDecoder from 'Dev' to Stable. by bbudge · 11 years ago
  58. 5c5b6414 Build only the appropriate x86 arches for nacl (chrome side). by bradnelson · 11 years ago
  59. 1d38f6f0 Revert of PPAPI: Fix GetBrowserInterface race conditions (patchset #6 id:100001 of https://codereview.chromium.org/568793002/) by raymes · 11 years ago
  60. d1b2c8f PPAPI: Fix GetBrowserInterface race conditions by dmichael · 11 years ago
  61. eaea4278 Fix potential race-condition _beginthread by drbasic · 11 years ago
  62. 36e91cd PPAPI: Make CallWhileUnlocked more permissive. by dmichael · 11 years ago
  63. b16b57b Non-SFI mode: Quick workaround of unexpected CHECK failure. by hidehiko · 11 years ago
  64. 82f0d05 Clean up trusted plugin includes. by Justin TerAvest · 11 years ago
  65. cffdd03 Pepper: Stop using SRPC for irt_open_resource(). by Justin TerAvest · 11 years ago
  66. aa60b4e Remove Plugin::DocumentCanRequest. by teravest · 11 years ago
  67. d719be8 Stabilize PPB_View.GetScrollOffset by raymes · 11 years ago
  68. 4263a74 Make component build Chrome link. by Brett Wilson · 11 years ago
  69. a206fb49 When use the Pepper MapTexSubImage2DCHROMIUM() and the Compositor API together, it may cause memory leak, and then run out of memory. The problem is because the Compositor API uses sync point to sync texture producer and the Chrome compositor, it does not need any IPC, so the PpapiCommandBufferProxy::last_state_[1] will not get updated, so the client does not known when the GPU process finishes accessing the memory, and then the memory can not be reused forever. This change add a shared state in PpapiCommandBufferProxy. It allows PpapiCommandBufferProxy updating state from a shared memory without an IPC. It fix this issue. by penghuang · 11 years ago
  70. 7bba553 Generate Pepper IDL for OpenGLES2 by hamaji · 11 years ago
  71. a9d7732 Remove the unused remnants of NPObject from Pepper by raymes · 11 years ago
  72. 443eb4ca Add [email protected] to ipc OWNERS files by Will Harris · 11 years ago
  73. 8f80ad0b Add lots of testonly annotations to the GN build. by Brett Wilson · 11 years ago
  74. 1e9a7b1 Update Pepper interface for EME by jrummell · 11 years ago
  75. 9af4262 Convert GN visibility variables to lists. by brettw · 11 years ago
  76. 731b352 NaCl: add missing GYP dependancies on pthread_lib. by ncbray · 11 years ago
  77. 2515b7d Replace NPObject usage in ppapi with gin by raymes · 11 years ago
  78. f3e9e0cb NaCl: Detect plugin crashes via EOF on Chromium IPC. by Justin TerAvest · 11 years ago
  79. 6993b87 Drop NaCl support for posting stdout/stderr to JS. by teravest · 11 years ago
  80. dc463a9 Revert of Replace NPObject usage in ppapi with gin (patchset #28 id:540001 of https://codereview.chromium.org/459553003/) by raymes · 11 years ago
  81. 9111ba5a Replace NPObject usage in ppapi with gin by raymes · 11 years ago
  82. a88f5b60 Manual fixups in PPAPI for scoped_refptr operator T* removal. by dcheng · 11 years ago
  83. a7c03d48 Revert of Replace NPObject usage in ppapi with gin (patchset #27 of https://codereview.chromium.org/459553003/) by raymes · 11 years ago
  84. b7e8c60b Replace NPObject usage in ppapi with gin by raymes · 11 years ago
  85. e7c36a1 Remove cevans@ from OWNERS files. by thestig · 11 years ago
  86. 93b2c74 Revert of Replace NPObject usage in ppapi with gin (patchset #26 of https://codereview.chromium.org/459553003/) by raymes · 11 years ago
  87. 2f8807f pdf: Create a separate component for using the pdf pepper plugin. by Sadrul Habib Chowdhury · 11 years ago
  88. 6fe3f977 Replace NPObject usage in ppapi with gin by raymes · 11 years ago
  89. c411803 PepperWebSocketHost should not call blink::WebSocket APIs after closed. by yhirano · 11 years ago
  90. dfb32745 Revert of Remove unused PPB_View_Dev (patchset #3 of https://codereview.chromium.org/498123002/) by dmichael · 11 years ago
  91. 78fdb5a2 Minor changes to allow Pepper InstancePrivate tests to pass with gin by raymes · 11 years ago
  92. 423f4a12e Remove unused PPB_View_Dev by raymes · 11 years ago
  93. 6d3ae97 Remove implicit conversions from scoped_refptr to T* in ppapi/ by Daniel Cheng · 11 years ago
  94. c399366 Revert of Minor changes to allow Pepper InstancePrivate tests to pass with gin (patchset #3 of https://codereview.chromium.org/472693002/) by jyasskin · 11 years ago
  95. 41480ebd Minor changes to allow Pepper InstancePrivate tests to pass with gin by raymes · 11 years ago
  96. 4d6acaf Pepper: PPB_VideoDecoder software-only mode. by bbudge · 11 years ago
  97. 9cfb9ff5 Pepper: Report NaCl exit status over Chromium IPC. by [email protected] · 11 years ago
  98. ab8bcef PPAPI: make generator output a pointer to an array correctly. by [email protected] · 11 years ago
  99. c8f326a Pepper: Make pending_sync_msgs_ local to IO thread. by [email protected] · 11 years ago
  100. c2fa29f5 NaCl: Send fatal log messages via shared memory. by [email protected] · 11 years ago