summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_widget_fullscreen_pepper.cc
Commit message (Expand)AuthorAgeFilesLines
* pepper: Make sure gesture events are mapped to touch events correctly in full...sadrul@chromium.org2013-02-021-61/+89
* Avoid going through WebWidget::composite to composite a RenderWidgetjamesr@chromium.org2013-01-251-9/+15
* Update some #includes in content/renderer for headers in the new Platform dir...pilgrim@chromium.org2013-01-151-2/+2
* Remove checks for transitional WebKit #defines that are always setjamesr@chromium.org2013-01-031-6/+0
* Preparing content/ for the removal of scoped_refptr::release()piman@chromium.org2012-12-061-1/+2
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-101-2/+4
* Make fullscreen Flash use the discrete GPUjbauman@chromium.org2012-11-011-0/+1
* Fix layering violation in FullscreenContainer.yzshen@chromium.org2012-10-221-4/+0
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-3/+7
* Remove implicit flooring Scale() method from Point and Size.danakj@chromium.org2012-10-091-2/+3
* Add gesture event conversion for full-screen pepper.rjkroege@chromium.org2012-10-031-0/+73
* Don't require a recreation of the context when fullscreeningjbauman@chromium.org2012-09-191-0/+5
* Pepper Flash Mac: Fix fullscreen drawing with 3d disabledsail@chromium.org2012-09-141-0/+6
* Fix optimized 2d painting for Pepper Flash:yzshen@chromium.org2012-09-051-1/+4
* Pepper Flash Mac: Fix crash when playing video on MB retinasail@chromium.org2012-09-011-4/+5
* Ensure we don't use SwiftShader to present Flash Fullscreen.jbauman@chromium.org2012-08-271-0/+5
* Prepare render_widget_fullscreen_pepper.cc's WebWidget implementation for htt...abarth@chromium.org2012-08-211-0/+4
* HiDPI: Scale viewport for pepper flash fullscreensail@chromium.org2012-07-261-8/+12
* Allow fullscreen flash to use all OpenGL extensions.jbauman@google.com2012-07-101-1/+1
* Support mouse lock in Flash fullscreen mode.yzshen@chromium.org2012-06-031-1/+56
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-1/+1
* Notify WebWidget when its compositor surface is ready to usejamesr@chromium.org2012-04-201-0/+5
* Put the Pepper stuff in the content namespace.brettw@chromium.org2012-04-031-1/+1
* Merged ContentGLContext into WebGraphicsContext3DCommandBufferImplfsamuel@chromium.org2012-04-021-95/+83
* Move Pepper files.brettw@chromium.org2012-02-221-1/+1
* Fix pepper flash fullscreen.ihf@chromium.org2012-02-101-0/+5
* Move gpu client files to content_common, in content/common/gpu/clientpiman@chromium.org2012-02-071-16/+16
* Provide WillInitiatePaint() as well as DidInitiatePaint() and tweak semantics.wez@chromium.org2012-02-041-2/+2
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-2/+2
* Update includes to new header locationsabarth@chromium.org2011-12-031-1/+1
* aura: fix fullscreen pepper flashpiman@chromium.org2011-12-011-0/+3
* Trigger didCommitAndDrawCompositorFrame on fullscreen Swapbuffersjbauman@chromium.org2011-12-011-0/+4
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-1/+1
* Fixed bugs with Pepper 3D under dynamic GPU switching.kbr@chromium.org2011-10-191-6/+11
* Add an is_fullscreen to ViewMsg_Resize, and make it available as a property ofdarin@chromium.org2011-10-141-2/+3
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-1/+3
* Fix the bug that closing a tab which owns a fullscreen Flash widget causes cr...yzshen@chromium.org2011-10-101-12/+22
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-071-5/+7
* Cleanup usage of RenderThread for code that runs under tests. Before RenderTh...jam@chromium.org2011-10-071-5/+3
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-061-3/+2
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-061-2/+2
* Fix the issue that Pepper Flash doesn't show any image in fullscreen mode.yzshen@chromium.org2011-10-061-2/+6
* PPAPI Flash: when leaving fullscreen video we have not beenihf@chromium.org2011-10-051-1/+1
* Remove old WEBWIDGET_HAS_ANIMATE_CHANGES ifdefs.adamk@chromium.org2011-09-221-5/+0
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-181-0/+4
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-301-5/+4
* Use 3D graphics context shareResources flag to decide whether a context shoul...apatrick@chromium.org2011-08-271-1/+2
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-4/+0
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-0/+4
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-4/+0