summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/FullscreenController.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add WebMediaPlayer::exitedFullscreen() and call it from HTMLMediaElementwatk2016-02-171-10/+2
* Fix scroll restoration when exiting fullscreen mode.bokan2016-01-281-8/+14
* Remove config.h inclusion from third_party/WebKit/Source/web/.tkent2015-12-221-1/+0
* Make the FloatSize constructor from an IntSize explicit.chrishtr2015-11-191-1/+1
* Revert "Implement FullScreen using top layer."dsinclair2015-10-211-17/+3
* Implement FullScreen using top layer.dsinclair2015-10-131-3/+17
* Restore background transparency when leaving fullscreen videowatk@chromium.org2015-08-071-2/+4
* Let the WebMediaPlayer decide whether to use overlay video.watk@chromium.org2015-08-041-5/+3
* We've been using the visual viewport terminology externally for a while now.bokan@chromium.org2015-07-311-3/+3
* Remove WebViewImpl helper methods for setting scroll offset.bokan@chromium.org2015-06-031-2/+2
* Moved PageScaleConstraintsSet out of Source/web and into Source/corebokan@chromium.org2015-05-281-0/+1
* Fix an issue that fullscreen constraint is not resized after view size changeqinmin@chromium.org2015-04-291-8/+16
* Update the fullscreen code to use LayoutObject.dsinclair@chromium.org2015-04-231-3/+3
* (Reland) Properly clamp page scale factor to 1 in fullscreen and reset layout...trchen@chromium.org2015-03-101-0/+9
* Revert of Properly clamp page scale factor to 1 in fullscreen and reset layou...dpranke@chromium.org2015-03-051-9/+0
* Properly clamp page scale factor to 1 in fullscreen and reset layout sizetrchen@chromium.org2015-03-041-0/+9
* Move RenderFlexibleBox and derived classes to layout/jchaffraix@chromium.org2015-02-261-1/+1
* InlinedVisitor: Migrate web to use inlined tracingkouhei@chromium.org2015-02-201-1/+1
* Remove temporary code in FullscreenController and WebWidgetClient.mlamouri@chromium.org2015-01-271-14/+5
* Add enterFullscreen/exitFullscreen to WebFrameClient.mlamouri@chromium.org2014-12-121-2/+15
* exitFullScreenForElement() should not take a null element.mlamouri@chromium.org2014-12-121-0/+2
* Call enterfullscreen() when creating the WebMediaPlayer for fullscreen elementqinmin@chromium.org2014-11-101-1/+1
* Show video layer in fullscreen for WebRTCqinmin@chromium.org2014-10-311-4/+7
* Fix crash when resizing fullscreened document elements.aelias@chromium.org2014-10-211-2/+2
* Fix crash with fullscreen elements inside frames.aelias@chromium.org2014-10-151-0/+10
* Move Frame to the Oilpan heap.sigbjornf@opera.com2014-09-191-2/+8
* Merge willEnter/willExitFullScreen into didEnter/didExitFullScreenphilipj@opera.com2014-09-021-59/+34
* Make Fullscreen::fullyExitFullscreen() staticphilipj@opera.com2014-08-191-1/+1
* Remove webkitIsFullScreen everywhere except in bindingsphilipj@opera.com2014-08-181-1/+1
* Rename FullscreenElementStack to just Fullscreenphilipj@opera.com2014-08-181-7/+7
* Cleanup namespace usage in Source/web[A-V]*.cppdeepak.sa@samsung.com2014-08-141-5/+3
* Webkit setting for embedders that do not support fullscreen.igsolla@chromium.org2014-08-041-3/+0
* Revert of Remove WebSettings::setDisallowFullscreenForNonMediaElements(bool) ...igsolla@chromium.org2014-07-281-0/+3
* Remove WebSettings::setDisallowFullscreenForNonMediaElements(bool)philipj@opera.com2014-07-241-3/+0
* Rename WebCore namespace to blink in bindings and webabarth@chromium.org2014-07-181-3/+3
* Unprefix most methods on FullscreenElementStackphilipj@opera.com2014-07-171-4/+4
* Move LayoutTestSupport functions into a LayoutTestSupport classabarth@chromium.org2014-07-151-1/+1
* Introduce FullscreenElementStack::fullyExitFullscreen()philipj@opera.com2014-07-151-3/+3
* Don't show video fullscreen until DidEnterFullscreen() is called, and disable...qinmin@chromium.org2014-07-081-23/+14
* Revert "Don't show video fullscreen until DidEnterFullscreen() is called, and...senorblanco@chromium.org2014-07-041-14/+23
* Don't show video fullscreen until DidEnterFullscreen() is called, and disable...qinmin@chromium.org2014-07-031-23/+14
* Qualify RuntimeEnabledFeatures.h and remove unnecessary include dir.c.shu@samsung.com2014-06-181-1/+1
* Fix fullscreen media control position issue when switching orientationtrchen@chromium.org2014-05-291-0/+2
* Eliminate MediaPlayer & MediaPlayerClient abstractionssrirama.m@samsung.com2014-05-281-4/+4
* Revert of Don't show video fullscreen until DidEnterFullscreen() is called (h...qinmin@chromium.org2014-05-131-11/+23
* Don't show video fullscreen until DidEnterFullscreen() is calledqinmin@chromium.org2014-05-121-23/+11
* Fix more relative #includes in Source/web.yutak@chromium.org2014-04-241-2/+2
* Fix relative #includes in Source/web.yutak@chromium.org2014-04-241-2/+2
* [Pinch-to-zoom] Moved scale factor into PinchViewportbokan@chromium.org2014-04-151-3/+5
* Replace Element::isMediaElement() with isHTMLMediaElementphilipj@opera.com2014-03-151-3/+3