summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper/pepper_plugin_instance_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Check if the RenderView is alive before setting the plugin find handlerraymes2015-05-181-1/+1
* Revert of Fix WebViewPlugin::scheduleAnimation crash (patchset #2 id:20001 of...trchen2015-05-131-2/+0
* Fix WebViewPlugin::scheduleAnimation crashtrchen2015-05-121-0/+2
* Clear client when releasing the TextureLayer in pepperpiman2015-05-051-1/+4
* Revert of Pepper: Fix reentrancy problem in PepperPluginInstanceImpl. (patchs...bbudge2015-05-041-3/+0
* Use Local instead of Handle in src/content/*deepak.s2015-04-301-6/+6
* Append input event type as trace event's namemiletus2015-04-231-3/+3
* Changes PepperPluginInstanceImpl::IsRectTopmost to not usebbudge2015-04-171-0/+3
* Rename content::RenderWidget::is_fullscreen() methodmikhail.pozdnyakov2015-04-141-1/+1
* Use the existing user gesture token for PPAPI URL requestsjochen2015-04-081-2/+5
* Native Client: Remove histogram code from the trusted NaCl plugin.bbudge2015-04-031-2/+10
* media: Rename SessionError to LegacySessionError.xhwang2015-04-021-6/+7
* Plugin Power Saver: Throttle 'large' plugins that appear small.tommycli2015-04-011-16/+31
* Remove deprecated PPB_Messaging_1_1dmichael2015-03-261-10/+0
* Pepper: Cache the document URL in PepperPluginInstanceImpldmichael2015-03-191-1/+3
* Split cc/base into separate GN source_set and clean depsjamesr2015-03-161-1/+1
* Printing: PDFs should only be fit to page if there is a size mismatch.thestig2015-03-111-0/+4
* Print Preview: Support the duplex preset in PDFs.thestig2015-03-051-2/+15
* Fix for 'Rotate clockwise/counter clockwise' should not present in context me...deepak.m12015-03-021-1/+1
* Pepper: Remove PPB_FileMappingdmichael2015-02-271-1/+0
* Pepper: Allow DidCreate to safely delete the plugin instancedmichael2015-02-271-0/+7
* Plugin Power Saver: Throttled Plugins should block TCPSocket reads.tommycli2015-02-191-0/+5
* Plugin Power Saver: Fix implicitly sized and below the fold plugins.tommycli2015-02-091-0/+3
* Plugin Power Saver: Add UI Overlay to throttled plugin using placeholder.tommycli2015-02-051-0/+10
* Plugin Power Saver: Fix Flash JS usage UMA.thestig2015-01-291-1/+3
* Mechanical rename of tracing includes for /content [2/3]primiano2015-01-281-1/+1
* media: Rename WebSessionId to SessionId.xhwang2015-01-221-14/+13
* Plugin Power Saver: Make PepperPluginInstanceThrottler interface public.tommycli2015-01-161-48/+33
* Add |legacy_destination_url| back to SessionMessage for EMEjrummell2015-01-141-3/+4
* replace COMPILE_ASSERT with static_assert in content/mostynb2015-01-131-90/+88
* Plugin Power Saver: Add plugin JavaScript usage metrics.tommycli2015-01-081-2/+15
* Changes to support CDM_7jrummell2015-01-081-18/+9
* Plugin Power Saver: Fix black video frame on plugin resumetommycli2014-12-191-4/+11
* Avoid accessing the plugin element from PepperTryCatchVar in case it is destr...raymes2014-12-171-4/+0
* Remove ViewFlushedPaintjbauman2014-12-101-11/+0
* Plugin Power Saver: Embedder decides whether content is peripheral.tommycli2014-12-101-6/+7
* Plugin Power Saver: Integrate Poster implementation with Power Saver Heuristic.tommycli2014-12-031-1/+2
* Support NumCopies print presetn.bansal2014-11-191-1/+21
* Plugin Power Saver: Fix NULL-ptr crash in PepperPluginInstanceImpl.tommycli2014-11-181-1/+1
* [content/renderer] Convert VLOGs to DVLOGsanujk.sharma2014-11-141-2/+2
* Plugin Power Saver: Refactor Plugin Instance Throttling codetommycli2014-11-131-168/+10
* Plugin Power Saver: Collect size histogram on Flash Plugins users click.tommycli2014-11-101-7/+75
* Plugin Power Saver: Add some UMAs to test plugins in wild.tommycli2014-11-071-19/+53
* Plugin Power Saver: Fix (probably rare) crash in PepperPluginInstanceImpl.tommycli2014-11-051-26/+27
* Measure the number of frame loads with Flash.thestig2014-11-031-1/+10
* Plugin Power Saver: Implement size-based heuristic for peripheral content.tommycli2014-11-031-31/+34
* Plugin Power Saver: Restrict Power Saver to cross-origin.tommycli2014-10-241-7/+24
* Standardize usage of virtual/override/final in content/renderer/dcheng2014-10-211-4/+3
* PPAPI: Make V8VarConverter longer-liveddmichael2014-10-101-3/+6
* Replace FINAL and OVERRIDE with their C++11 counterparts in content/renderermohan.reddy2014-10-081-3/+3