summaryrefslogtreecommitdiffstats
path: root/components/plugins
Commit message (Expand)AuthorAgeFilesLines
* Plugins: Enforce that replacement plugins always succeed initialization.tommycli2016-03-221-0/+2
* blink: Rename modules/ method to prefix with get when they collide.Dana Jansens2016-03-091-2/+2
* Decouple scheduling animation of webview plugins from layout.chrishtr2016-03-082-7/+5
* Reland: Plugin Power Saver: Remove Size Recheck hack in plugin placeholders.tommycli2016-03-042-81/+38
* Update a webview plugin's WebView's lifecycle immediately after resizing.chrishtr2016-03-042-2/+20
* Revert of Plugin Power Saver: Remove Size Recheck hack in plugin placeholders...wfh2016-02-252-38/+81
* Remove some redundant frame parameters from WebFrameClient.avi2016-02-172-5/+3
* Don't allow dirtying layout during paint of a plugin placeholder.chrishtr2016-02-092-2/+11
* Plugin Power Saver: Remove Size Recheck hack in plugin placeholders.tommycli2016-02-012-81/+38
* Don't schedule additional frames inside WebViewImpl::resize().chrishtr2016-01-212-6/+0
* Switch to standard integer types in components/, part 3 of 4.avi2015-12-255-0/+7
* 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