summaryrefslogtreecommitdiffstats
path: root/components/plugins
Commit message (Expand)AuthorAgeFilesLines
* Replace RE2 import with a dependencybattre2015-12-211-1/+1
* Reland: Plugin Power Saver: Improve Poster behavior for essential plugins.tommycli2015-12-181-5/+15
* Plugin Power Saver: Fix a use-after-free / ambiguous lifetime bugs.tommycli2015-12-181-1/+9
* Revert of Plugin Power Saver: Improve Poster behavior for essential plugins. ...jam2015-12-141-12/+5
* Plugin Power Saver: Improve Poster behavior for essential plugins.tommycli2015-12-111-5/+12
* Create a WebFrameWidget for WebViewPlugin.lfg2015-12-102-1/+13
* [PPS] Minor cleanup for scoped guard.groby2015-12-071-7/+4
* base: get rid of deprecated TrimWhitespace() functiontfarina2015-12-061-2/+2
* Remove PluginLoadObserver and related logic, it was only used for NPAPI.japhet2015-12-041-7/+0
* Return a enumeration of the state of handling of InputEvents.dtapuska2015-12-032-8/+10
* Add more components to "gn check"brettw2015-11-271-0/+4
* Plugin Power Saver: remove dead flagsdbeam2015-11-103-44/+0
* Rename legacy 'Layout' methods across Blink and cc.wkorman2015-11-031-1/+3
* Fix mobile YouTube plugin.brettw2015-11-021-1/+1
* Plugin Power Saver: Don't defer Widevine / others in background tabs.tommycli2015-10-281-3/+1
* Plugin Power Saver: Implement pixel tests for plugin placeholders.tommycli2015-10-272-23/+28
* Plugin Power Saver: Do not always throttle plugins with posters.tommycli2015-10-232-16/+28
* Delete policyDocumentLoaderjaphet2015-10-191-2/+2
* Plugin Power Saver: Fix play-icon positioning when poster specified.tommycli2015-10-161-6/+12
* Potential fix and extensive CHECKs for plugin crashschenney2015-10-151-0/+1
* Remove WebDocument::createEvent.esprehn2015-09-281-11/+1
* Mark functions overriding Blink with "override" in components/.avi2015-09-281-45/+43
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Plugin Power Saver: Improve origin handling esp. with OOPIF.tommycli2015-09-151-1/+4
* Unobserve the RenderView before DeleteSoon.rickyz2015-09-151-3/+4
* Pass target document to initialize message eventsgurun2015-08-191-7/+8
* 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