summaryrefslogtreecommitdiffstats
path: root/components/plugins
Commit message (Expand)AuthorAgeFilesLines
* Plugin Power Saver: Fix WebViewPlugin crash caused by missing nullptr check.tommycli2015-08-171-1/+3
* Plugin Placeholders: Restore to default disallow loading, explicit allow.tommycli2015-08-142-2/+2
* Plugin Power Saver: Fix Mac crash caused by WebViewPlugin double destruction.tommycli2015-08-142-0/+6
* Plugin Power Saver: Keep play button centered when zoom level changes.tommycli2015-08-123-10/+26
* Replace ToLower calls to the new formatbrettw2015-08-101-4/+5
* Plugin Power Saver: Fix bad behaviors for zoom-usage.tommycli2015-08-043-7/+13
* Remove an unused member in WebViewPluginschenney2015-07-311-1/+0
* Notify a WebViewPlugin's container when layout size has changedschenney2015-07-292-13/+8
* Initialize WebViewPlugin with animationNeeded_ true, to avoid painting too ea...chrishtr2015-07-241-2/+3
* Stop painting when layout is pending in WebView_Pluginschenney2015-07-232-2/+13
* Set needsLayout on WebViewPlugin's container when initializedschenney2015-07-211-0/+9
* Remove RenderThread::TaskRunner()skyostil2015-07-201-4/+2
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-162-4/+7
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-162-7/+4
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-162-4/+7
* Plugin Power Saver: Center 'Play' icon for all partially obscured plugins.tommycli2015-07-144-28/+33
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-161-1/+1
* Revert of Add a manual thunk to work around a clang bug. (patchset #1 id:1 of...thakis2015-06-142-7/+0
* Move EndsWith to base namespace.brettw2015-06-122-4/+4
* Add a manual thunk to work around a clang bug.thakis2015-06-122-0/+7
* Plugin Power Saver: Fix a nullptr crash with plugin placeholder resize.tommycli2015-06-111-0/+4
* Reland: Plugin Placeholders: Refactor for platforms that don't support pluginstommycli2015-06-119-210/+215
* Plugin Power Saver: Unthrottle dynamically sized plugins correctly.tommycli2015-06-104-0/+83
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-1/+2
* Add plugins::TestPluginPlaceholder class and allow its use in Blink layout te...chrishtr2015-06-011-1/+4
* Call setNeedsLayout instead of invalidate when scheduling plugin webview anim...chrishtr2015-05-261-1/+1
* Revert "Plugin Placeholders: Refactor for platforms that don't support plugins"vitalybuka2015-05-238-135/+154
* Replicate whether a frame is in a document or shadow tree.dcheng2015-05-221-1/+1
* Plugin Placeholders: Refactor for platforms that don't support pluginstommycli2015-05-188-154/+135
* Plugin Power Saver: Fix poster-click flaky test.tommycli2015-05-122-0/+34
* Plugin Power Saver: Enable JS access to throttled plugins.tommycli2015-05-086-8/+30
* Plugin Power Saver: Make PPS work well with prerendered pages.tommycli2015-05-052-14/+11
* Don't allow WebViewPlugin to swallow GestureLongPress.wjmaclean2015-05-051-0/+5
* Add a layout method to WebPlugin.schenney2015-04-302-2/+7
* Plugin placeholder cleanup.bauerb2015-04-302-6/+18
* Plugin Power Saver: Fix double-counting NEVER case in LoadablePluginPlaceholder.tommycli2015-04-292-52/+28
* Make DETECT_IMPORTANT_CONTENT the default Plugins content setting baseddbeam2015-04-203-0/+44
* Remove unnecessary code after fix to plugin painting.schenney2015-04-141-6/+0
* Plugins: Add self to plugins component owners.tommycli2015-04-131-0/+1
* Check for existing frame and view when invalidating paint.schenney2015-04-091-2/+2
* Force layout and invalidation for new plugin contentschenney2015-04-071-0/+6
* Migrate plugins to support new 'unobscured' rect interfacetommycli2015-03-302-7/+9
* Plugin Power Saver: Record PPS UMAs only for users with PPS enabled.tommycli2015-03-261-5/+5
* Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.tommycli2015-03-163-11/+11
* Plugin Power Saver: Implement srcset syntax for posters.tommycli2015-03-092-2/+15
* Plugin Power Saver: Fix PluginPreroller outliving the PluginInstanceThrottlertommycli2015-02-242-21/+10
* Plugin Power Saver: Fix implicitly sized and below the fold plugins.tommycli2015-02-092-18/+21
* Plugin Power Saver: Add UI Overlay to throttled plugin using placeholder.tommycli2015-02-053-20/+89
* Plugin Power Saver: Make Unthrottle metric collection more consistenttommycli2015-01-232-6/+28
* Plugin Power Saver: Break LoadablePluginPlaceholder off from PluginPlaceholdertommycli2015-01-215-364/+426