1. 07945f63 Convert Pass()→std::move() in //content/renderer by dcheng · 10 years ago
  2. 1023d01 Switch to standard integer types in content/renderer/. by avi · 10 years ago
  3. 9e85653 Plugin Power Saver: Fix a use-after-free / ambiguous lifetime bugs. by tommycli · 10 years ago
  4. 15bd8a8 Remove PluginLoadObserver and related logic, it was only used for NPAPI. by japhet · 10 years ago
  5. 5d2e9c3 Return a enumeration of the state of handling of InputEvents. by dtapuska · 10 years ago
  6. 8023949 Potential fix and extensive CHECKs for plugin crash by schenney · 10 years ago
  7. 088ae04 Fix UAF in PepperWebPluginImpl by raymes · 10 years ago
  8. 2e6f538 Fix crash due to flash re-entrancy during instnace creation/scripting by raymes · 10 years ago
  9. ee3c803 Change return type of the printPage (Part#5) by habib.virji · 10 years ago
  10. 910c326 Change return type of PrintPage by habib.virji · 10 years ago
  11. 7095383 Change return type of PrintPage by habib.virji · 10 years ago
  12. 994380bf Remove unused in-process pepper APIs by raymes · 10 years ago
  13. 5f48323 Revert of Fix WebViewPlugin::scheduleAnimation crash (patchset #2 id:20001 of https://codereview.chromium.org/1137663006/) by trchen · 10 years ago
  14. 5377f4d5 Pepper: Fix nullptr crash in PepperWebPluginImpl::updateGeometry. by tommycli · 10 years ago
  15. 6a9b5b1 Fix WebViewPlugin::scheduleAnimation crash by trchen · 10 years ago
  16. 750d68f Use Local instead of Handle in src/content/* by deepak.s · 10 years ago
  17. c3ace4f Plugin Power Saver: Throttle 'large' plugins that appear small. by tommycli · 10 years ago
  18. ec81b43 Migrate plugins to support new 'unobscured' rect interface by tommycli · 10 years ago
  19. 260ce72 Plugin Power Saver: Fix PluginPreroller outliving the PluginInstanceThrottler by tommycli · 10 years ago
  20. 5ec049d Browser Plugin: Make aware of focus direction. by fsamuel · 11 years ago
  21. e872270 Plugin Power Saver: Make PepperPluginInstanceThrottler interface public. by tommycli · 11 years ago
  22. 59bd86c Plugin Power Saver: Embedder decides whether content is peripheral. by tommycli · 11 years ago
  23. 64c4daa Support NumCopies print preset by n.bansal · 11 years ago
  24. 2515b7d Replace NPObject usage in ppapi with gin by raymes · 11 years ago
  25. 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
  26. 9111ba5a Replace NPObject usage in ppapi with gin by raymes · 11 years ago
  27. a7c03d48 Revert of Replace NPObject usage in ppapi with gin (patchset #27 of https://codereview.chromium.org/459553003/) by raymes · 11 years ago
  28. b7e8c60b Replace NPObject usage in ppapi with gin by raymes · 11 years ago
  29. 93b2c74 Revert of Replace NPObject usage in ppapi with gin (patchset #26 of https://codereview.chromium.org/459553003/) by raymes · 11 years ago
  30. 6fe3f977 Replace NPObject usage in ppapi with gin by raymes · 11 years ago
  31. ad63b5c PPAPI: Run clang_format.py on content/renderer/pepper by [email protected] · 11 years ago
  32. c8c56758 Add transfer size paramater to didFinishLoading [2/3] by [email protected] · 12 years ago
  33. 6dd625e Make PepperWebPlugin not use RenderView. by [email protected] · 12 years ago
  34. d019e1a38 Make ContentRendererClient's OverrideCreatePlugin and CreatePluginReplacement take only a RenderFrame. by [email protected] · 12 years ago
  35. 271ff579 Switch plugin creation to use RenderFrame instead of RenderView by [email protected] · 12 years ago
  36. 7a4e253 Start transitioning Pepper plugin code to using RenderFrame instead of RenderView. by [email protected] · 12 years ago
  37. 180ef24 Rename WebKit namespace to blink (part 3) by [email protected] · 12 years ago
  38. 49323b3 No need to preface ppapi namespace with "::" for content/renderer/pepper since that code is in the content namespace now. by [email protected] · 12 years ago
  39. ea2fb97 Remove PepperHelperImpl. by [email protected] · 12 years ago
  40. 7ef794a5 Rename PepperPluginDelegateImpl to PepperHelperImpl after getting rid of the PluginDelegate interface. by [email protected] · 12 years ago
  41. a8462d1 Remove PluginDelegate completely. In a followup I'll rename PepperPluginDelegateImpl to something clearer. by [email protected] · 12 years ago
  42. 4de8c308 Remove a bunch of methods from PluginDelegate and have the callers do the work themselves, now that they're in content. by [email protected] · 12 years ago
  43. 7940b8e Cut dependencies on WebKit::WebView::zoom(Factor|Level)ToZoom(Level|Factor) by [email protected] · 12 years ago
  44. adab233 Put the pepper files which were moved in r213578 to the content namespace. by [email protected] · 12 years ago[Renamed (73%) from content/renderer/pepper/ppapi_webplugin_impl.cc]
  45. 20790a22 Move webkit/plugins/ppapi to content/renderer/pepper. by [email protected] · 12 years ago[Renamed (96%) from webkit/plugins/ppapi/ppapi_webplugin_impl.cc]
  46. ef695867 Create a public API around webkit::ppapi::PluginInstance and use it in chrome. After this, webkit/plugins/ppapi can move to content/renderer/ppapi by [email protected] · 12 years ago
  47. 3c71576ce Hide knowledge of webkit::ppapi::PluginDelegate from chrome. This is part of moving ppapi implementation from webkit/plugins/ppapi to content/renderer. by [email protected] · 12 years ago
  48. f045c6c Use a direct include of the message_loop header in webkit/, part 2. by [email protected] · 12 years ago
  49. ad67777 webkit: Migrate from googleurl/ includes to url/ ones. by [email protected] · 12 years ago
  50. 2255a933 Update Blink include paths by [email protected] · 12 years ago
  51. 9b55d80 Update webkit/ to use WeakPtr<T>::get() instead of implicit "operator T*" by [email protected] · 12 years ago
  52. ff875be5 Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  53. c1088446 Update refernces to Blink's Platform API (webkit) by [email protected] · 12 years ago
  54. 5a49a6a Only clear script objects during PPAPI WebPluginImpl teardown if it was initialized. by [email protected] · 12 years ago
  55. afd04fc Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (Chrome) by [email protected] · 12 years ago
  56. 4bc2d022 Revert 202364 "Track NPObject ownership by the originating plugi..." by [email protected] · 12 years ago
  57. 8c18303f Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (Chrome) by [email protected] · 12 years ago
  58. 47cb253f Implementation of URLLoader using PluginResource/ResourceHost. by [email protected] · 12 years ago
  59. 4cc586b webkit: Use base::MessageLoop. by [email protected] · 12 years ago
  60. 926f8fd Add custom entry fields for a sub-resource URL. The plan is to use this with plugins, image decoders, etc to track the last resource which was being parsed at the time of the crash. by [email protected] · 12 years ago
  61. ec129c8c Update some #includes in webkit/plugins for headers in the new Platform directory by [email protected] · 13 years ago
  62. 83d12c8d Implement an IsAllowed function in the pepper PPB_Broker_Trusted API by [email protected] · 13 years ago
  63. 373c6ce Fix optimized 2d painting for Pepper Flash: by [email protected] · 13 years ago
  64. bb66793e Override isPlaceholder() for NPAPI and PPAPI plugins. by [email protected] · 13 years ago
  65. 2f21727 Clean up: Remove unused printBegin() function. by [email protected] · 13 years ago
  66. a965432 [Print Preview] Modified PP_PrintSettings_Dev interface to support auto fit to page functionality. by [email protected] · 13 years ago
  67. 42f7a8e Browser Plugin: Make WebPluginImpl's WebPlugin implementation public and expose its container by [email protected] · 13 years ago
  68. 6ac77cb Show a replacement plug-in for loading errors. by [email protected] · 13 years ago
  69. 4166c61b Revert 134620 - Show a replacement plug-in for loading errors. by [email protected] · 13 years ago
  70. 7459e41 Show a replacement plug-in for loading errors. by [email protected] · 13 years ago
  71. 13e343c Re-land http://codereview.chromium.org/9403039/, r124106 by [email protected] · 13 years ago
  72. c224933c Revert 124106, turns memory bots red across the bord (linux, cros). by [email protected] · 13 years ago
  73. bdef866f PPAPI: Really force-free NPObjects on Instance destruction. by [email protected] · 13 years ago
  74. 81375e87 Allow plugins to add rotate commands to Chrome context menus. by [email protected] · 14 years ago
  75. f120413 ppapi: Add a little comment about GetInstanceObject "leaking" a reference by [email protected] · 14 years ago
  76. 2d877a1b Use references instead of pointers for WebPlugin::getFormValue(). by [email protected] · 14 years ago
  77. 3034b681 Update these includes to use the new header locations by [email protected] · 14 years ago
  78. b71d03d Add ppapi implementation of IsScalingDisabled. by [email protected] · 14 years ago
  79. 06e0a34 Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point it by [email protected] · 14 years ago
  80. 09cb52e Check for a crashed plugin before creating resources to send to the plugin by [email protected] · 14 years ago
  81. 3962ea9 Revert 98767 - Reimplement the Pepper fullscreen API to use webkitRequestFullScreen and friends. by [email protected] · 14 years ago
  82. af28142 Reimplement the Pepper fullscreen API to use webkitRequestFullScreen and friends. by [email protected] · 14 years ago
  83. bbf076f1 Remove webkit::ppapi::Resource. by [email protected] · 14 years ago
  84. ce701cd Move Var and StringVar to the ppapi/shared_impl so they can be used in the by [email protected] · 14 years ago
  85. 8ae6b1e Fix re-entrancy case in WebPluginImpl::scriptableObject. by [email protected] · 14 years ago
  86. eeb3a53 Getting form value from NPAPI plugins. by [email protected] · 14 years ago
  87. 780e83b7 WebKit roll 83160:83167. by [email protected] · 14 years ago
  88. 087ce74 Add GetPluginURL to PPB_URLUtil_Dev by [email protected] · 14 years ago
  89. c7d5601f Migrated chromium to new didReceiveData method in WebURLLoaderClient by [email protected] · 14 years ago
  90. cd90f04 Fix up some reference counting when WebPluginImpl::scriptableObject is called. by [email protected] · 14 years ago
  91. 9888f13 A proposal and implementation for an initial postMessage interface. These interfaces will allow JavaScript to send data asynchronously to a module instance, and the module instance to asynchronously send data to a JavaScript message handler. by [email protected] · 14 years ago
  92. 4986d8e Removed deprecated function WebPlugin::getBackingTextureId. by [email protected] · 14 years ago
  93. c32a97f Clarify/fix fullscreen semantics, and add GetScreenSize by [email protected] · 14 years ago
  94. c1d9cdc Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers. by [email protected] · 15 years ago
  95. 0bd75368 Move the Pepper implementation from webkit/glue/plugins/pepper_* to by [email protected] · 15 years ago[Renamed (93%) from webkit/glue/plugins/pepper_webplugin_impl.cc]
  96. 5aa6a31 Reland r65152 with mac and linux fix. by [email protected] · 15 years ago
  97. a9a4301 Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor. by [email protected] · 15 years ago
  98. c4cacf1 Integrated Pepper3D v2 with the accelerated compositor. by [email protected] · 15 years ago
  99. 882b8b81 Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land from r64716. This is identical with an an include directory changed in the ppapi repo which I'm hoping was what was confusing everything. by [email protected] · 15 years ago
  100. 572b77f Revert PPAPI change due to Linux compile failures. by [email protected] · 15 years ago