1. 1008732f Remove some redundant frame parameters from WebFrameClient. by avi · 10 years ago
  2. 66d3b34 Don't allow dirtying layout during paint of a plugin placeholder. by chrishtr · 10 years ago
  3. f74fd9e Plugin Power Saver: Remove Size Recheck hack in plugin placeholders. by tommycli · 10 years ago
  4. 3d35ba88 Don't schedule additional frames inside WebViewImpl::resize(). by chrishtr · 10 years ago
  5. f57136c1 Switch to standard integer types in components/, part 3 of 4. by avi · 10 years ago
  6. 0739c64 Replace RE2 import with a dependency by battre · 10 years ago
  7. 9c7cbd9 Reland: Plugin Power Saver: Improve Poster behavior for essential plugins. by tommycli · 10 years ago
  8. 9e85653 Plugin Power Saver: Fix a use-after-free / ambiguous lifetime bugs. by tommycli · 10 years ago
  9. 9bbcff1 Revert of Plugin Power Saver: Improve Poster behavior for essential plugins. (patchset #8 id:140001 of https://codereview.chromium.org/1497623002/ ) by jam · 10 years ago
  10. fa5a32e2 Plugin Power Saver: Improve Poster behavior for essential plugins. by tommycli · 10 years ago
  11. ef517df9 Create a WebFrameWidget for WebViewPlugin. by lfg · 10 years ago
  12. b25b0ee1 [PPS] Minor cleanup for scoped guard. by groby · 10 years ago
  13. 023b1dcc base: get rid of deprecated TrimWhitespace() function by tfarina · 10 years ago
  14. 15bd8a8 Remove PluginLoadObserver and related logic, it was only used for NPAPI. by japhet · 10 years ago
  15. 5d2e9c3 Return a enumeration of the state of handling of InputEvents. by dtapuska · 10 years ago
  16. c17eb98 Add more components to "gn check" by brettw · 10 years ago
  17. a6ae8e33dd Plugin Power Saver: remove dead flags by dbeam · 10 years ago
  18. 7265db01 Rename legacy 'Layout' methods across Blink and cc. by wkorman · 10 years ago
  19. 5d99509 Fix mobile YouTube plugin. by brettw · 10 years ago
  20. 565fae3 Plugin Power Saver: Don't defer Widevine / others in background tabs. by tommycli · 10 years ago
  21. f1959fb9 Plugin Power Saver: Implement pixel tests for plugin placeholders. by tommycli · 10 years ago
  22. bae63b9 Plugin Power Saver: Do not always throttle plugins with posters. by tommycli · 10 years ago
  23. b0bae9d8 Delete policyDocumentLoader by japhet · 10 years ago
  24. 2d2a5b9 Plugin Power Saver: Fix play-icon positioning when poster specified. by tommycli · 10 years ago
  25. 8023949 Potential fix and extensive CHECKs for plugin crash by schenney · 10 years ago
  26. 4aae4de1c Remove WebDocument::createEvent. by esprehn · 10 years ago
  27. 1e950bb73 Mark functions overriding Blink with "override" in components/. by avi · 10 years ago
  28. 8c3eb80 base: Template methods on Timer classes instead of the classes themselves. by danakj · 10 years ago
  29. 58e3172c Plugin Power Saver: Improve origin handling esp. with OOPIF. by tommycli · 10 years ago
  30. c2ce7a6e Unobserve the RenderView before DeleteSoon. by rickyz · 10 years ago
  31. b6aedfe Pass target document to initialize message event by sgurun · 10 years ago
  32. 6dfbd8a Plugin Power Saver: Fix WebViewPlugin crash caused by missing nullptr check. by tommycli · 10 years ago
  33. 68b371c Plugin Placeholders: Restore to default disallow loading, explicit allow. by tommycli · 10 years ago
  34. 550dc62 Plugin Power Saver: Fix Mac crash caused by WebViewPlugin double destruction. by tommycli · 10 years ago
  35. 8aad3ba Plugin Power Saver: Keep play button centered when zoom level changes. by tommycli · 10 years ago
  36. fce8d19 Replace ToLower calls to the new format by brettw · 10 years ago
  37. 73d390b Plugin Power Saver: Fix bad behaviors for zoom-usage. by tommycli · 10 years ago
  38. 1d9d498e Remove an unused member in WebViewPlugin by schenney · 10 years ago
  39. 02d5b8a2 Notify a WebViewPlugin's container when layout size has changed by schenney · 10 years ago
  40. 453cd07 Initialize WebViewPlugin with animationNeeded_ true, to avoid painting too early. by chrishtr · 10 years ago
  41. d454482 Stop painting when layout is pending in WebView_Plugin by schenney · 10 years ago
  42. f1bc7958 Set needsLayout on WebViewPlugin's container when initialized by schenney · 10 years ago
  43. ed8969c Remove RenderThread::TaskRunner() by skyostil · 10 years ago
  44. a7ff1b29 Remove some legacy versions of StartsWith and EndsWith. by brettw · 10 years ago
  45. ddbde8f Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #6 id:100001 of https://codereview.chromium.org/1239493005/) by yosin · 10 years ago
  46. edce9a3 Remove some legacy versions of StartsWith and EndsWith. by brettw · 10 years ago
  47. 5ffce36 Plugin Power Saver: Center 'Play' icon for all partially obscured plugins. by tommycli · 10 years ago
  48. a0f05db Change histogram.h includes to histogram_macros.h in components/ by asvitkine · 10 years ago
  49. f9fe0a4 Revert of Add a manual thunk to work around a clang bug. (patchset #1 id:1 of https://codereview.chromium.org/1173363010/) by thakis · 10 years ago
  50. 17b32ad Move EndsWith to base namespace. by brettw · 10 years ago
  51. 281337e Add a manual thunk to work around a clang bug. by thakis · 10 years ago
  52. 424d3f3 Plugin Power Saver: Fix a nullptr crash with plugin placeholder resize. by tommycli · 10 years ago
  53. 425d6965 Reland: Plugin Placeholders: Refactor for platforms that don't support plugins by tommycli · 10 years ago
  54. 4f7f69c Plugin Power Saver: Unthrottle dynamically sized plugins correctly. by tommycli · 10 years ago
  55. bc17d2c8 Move LowerCaseEqualsASCII to base namespace by brettw · 10 years ago
  56. 8a377e6 Add plugins::TestPluginPlaceholder class and allow its use in Blink layout tests. by chrishtr · 10 years ago
  57. e47161e Call setNeedsLayout instead of invalidate when scheduling plugin webview animation. by chrishtr · 10 years ago
  58. 94b986f Revert "Plugin Placeholders: Refactor for platforms that don't support plugins" by vitalybuka · 10 years ago
  59. 860817a Replicate whether a frame is in a document or shadow tree. by dcheng · 10 years ago
  60. 0bd1dad Plugin Placeholders: Refactor for platforms that don't support plugins by tommycli · 10 years ago
  61. 6b28a8e Plugin Power Saver: Fix poster-click flaky test. by tommycli · 10 years ago
  62. 0ec1971 Plugin Power Saver: Enable JS access to throttled plugins. by tommycli · 10 years ago
  63. ee0a49b Plugin Power Saver: Make PPS work well with prerendered pages. by tommycli · 10 years ago
  64. ecc231c3 Don't allow WebViewPlugin to swallow GestureLongPress. by wjmaclean · 10 years ago
  65. f34024f Add a layout method to WebPlugin. by schenney · 10 years ago
  66. b0d4b573 Plugin placeholder cleanup. by bauerb · 10 years ago
  67. fd2d6d70 Plugin Power Saver: Fix double-counting NEVER case in LoadablePluginPlaceholder. by tommycli · 10 years ago
  68. 155ac97 Make DETECT_IMPORTANT_CONTENT the default Plugins content setting based by dbeam · 10 years ago
  69. a147ad0 Remove unnecessary code after fix to plugin painting. by schenney · 10 years ago
  70. 9add7e1 Plugins: Add self to plugins component owners. by tommycli · 10 years ago
  71. 1173ef1 Check for existing frame and view when invalidating paint. by schenney · 10 years ago
  72. c3bbc17 Force layout and invalidation for new plugin content by schenney · 10 years ago
  73. ec81b43 Migrate plugins to support new 'unobscured' rect interface by tommycli · 10 years ago
  74. db0458c Plugin Power Saver: Record PPS UMAs only for users with PPS enabled. by tommycli · 10 years ago
  75. e86b298 Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. by tommycli · 10 years ago
  76. bacf2a1a Plugin Power Saver: Implement srcset syntax for posters. by tommycli · 10 years ago
  77. 260ce72 Plugin Power Saver: Fix PluginPreroller outliving the PluginInstanceThrottler by tommycli · 11 years ago
  78. d7798e1 Plugin Power Saver: Fix implicitly sized and below the fold plugins. by tommycli · 11 years ago
  79. bde0971 Plugin Power Saver: Add UI Overlay to throttled plugin using placeholder. by tommycli · 11 years ago
  80. 09d49819 Plugin Power Saver: Make Unthrottle metric collection more consistent by tommycli · 11 years ago
  81. b20aa01 Plugin Power Saver: Break LoadablePluginPlaceholder off from PluginPlaceholder by tommycli · 11 years ago
  82. 5ec049d Browser Plugin: Make aware of focus direction. by fsamuel · 11 years ago
  83. e872270 Plugin Power Saver: Make PepperPluginInstanceThrottler interface public. by tommycli · 11 years ago
  84. 4aff223 Plugin Power Saver: Defer loading plugins for background tabs. by tommycli · 11 years ago
  85. 59bd86c Plugin Power Saver: Embedder decides whether content is peripheral. by tommycli · 11 years ago
  86. d481c48 Plugin Power Saver: Integrate Poster implementation with Power Saver Heuristic. by tommycli · 11 years ago
  87. 20f2877d Plugin Power Saver: Implement 'poster' functionality. by tommycli · 11 years ago
  88. 0ee408a v8::Handle<T> is just an alias of v8::Local<T> so, replacing v8::Handle with v8::Local in src/components by anujk.sharma · 11 years ago
  89. 00ea022b Standardize usage of virtual/override/final in components/ by dcheng · 11 years ago
  90. fe59f48 replace OVERRIDE and FINAL with override and final in components/ by mostynb · 11 years ago
  91. 3774498 Don't use setFixedLayoutSize in WebViewPlugin. by mkosiba · 11 years ago
  92. e88496b Fix plugin placeholder invalidation issue by wangxianzhu · 11 years ago
  93. df80704 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by [email protected] · 11 years ago
  94. eee3522 Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by [email protected] · 11 years ago
  95. cb1f4ac Move StringToLowerASCII to base namespace by [email protected] · 11 years ago
  96. ce9926c Add more components to the GN build. by [email protected] · 11 years ago
  97. b3a97b5 Move webpreferences.* from webkit/ to content/ by [email protected] · 11 years ago
  98. 8eb330f Fix a DCHECK() crash in PluginPlaceholder. by [email protected] · 11 years ago
  99. a95539cf WebViewPlugin: Apply Prefs to WebSettings before creating WebLocalFrame by [email protected] · 11 years ago
  100. e3ba8c6 Update didClearWindowObject API in webview plugin by [email protected] · 11 years ago