summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/WebFrameWidgetImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate uncalled will___LiveResize and inLiveResize from RenderViewImpl thr...markdittmer2016-03-071-2/+0
* Sets a transparent background for out-of-process subframeslfg2016-02-261-6/+14
* CC Animation: Move files from cc_blink to Source/platform/animationloyso2016-02-101-3/+3
* Fix requestAnimationFrame for out-of-process iframes.lfg2015-12-111-1/+1
* Return a enumeration of the state of handling of InputEvents.dtapuska2015-12-031-7/+7
* Replace "pinchViewport" with "visualViewport" in variable names, etc.jbroman2015-11-131-1/+1
* Remove deprecated methods from WebView and WebWidget.jbroman2015-11-051-1/+0
* Rename legacy 'Layout' methods across Blink and cc.wkorman2015-11-031-1/+1
* Fix wrong usage of Vector<WebFrameWidgetImpl> andperia2015-10-151-1/+4
* Remove WebBeginFrameArgs, we only ever use lastFrameTimeMonotonic.esprehn2015-10-151-1/+1
* Remove "Deprecated" from all paint and compositing class names.chrishtr2015-10-021-2/+2
* Expose WebView::textInputTypejdduke2015-09-291-0/+1
* Allow out of process iframes to display context menuskenrb@chromium.org2015-09-171-0/+6
* Remove suppressInvalidations and suppressCompositorScheduling, they don't do ...esprehn@chromium.org2015-08-281-1/+0
* Oilpan: Move WebFrameWidgetImpl into Oilpan heap.yutak@chromium.org2015-08-191-5/+15
* Add a WebFrameWidget implementation that wraps WebView.dcheng@chromium.org2015-08-081-0/+3
* We've been using the visual viewport terminology externally for a while now.bokan@chromium.org2015-07-311-0/+1
* Remove unused WebWidget::will{Enter,Exit}FullScreen methods.dcheng@chromium.org2015-07-251-2/+0
* Detach the WebFrameWidget from its local root on close().dcheng@chromium.org2015-07-101-8/+5
* Remove WebWidget::isTrackingRepaints(), nothing calls it.esprehn@chromium.org2015-07-091-1/+0
* Implement layoutAndPaintAsync() for WebPagePopupImpl and WebFrameWidgetImplwangxianzhu@chromium.org2015-05-071-0/+1
* [DevTools] Use WebLayerTreeView::layerTreeId() for instrumentation.dgozman@chromium.org2015-04-251-0/+2
* Animations: Introduce compositor AnimationPlayer and AnimationTimeline.loyso@chromium.org2015-04-011-0/+3
* Remove old pinch-zoom paths from Blinkbokan@chromium.org2015-03-231-6/+0
* Removing 'int' version of applyViewportDeltasbokan@chromium.org2015-03-201-6/+0
* [DevTools] Pause input events in WebFrameWidgetImpl while debugging.dgozman@chromium.org2015-03-201-0/+4
* Rename layout/Layer* to paint/DeprecatedPaintLayer*jchaffraix@chromium.org2015-03-191-2/+2
* Add setVisibilityState API to WebFrameWidgetkenrb@chromium.org2015-02-271-0/+2
* Move rendering/RenderLayer* to layout/dsinclair@chromium.org2015-02-041-2/+2
* Make WebWidget::applyViewportDeltas takes in WebFloatSize viewport deltamiletus@chromium.org2015-01-291-1/+6
* Introduce WebFrameWidget to Blinkkenrb@chromium.org2015-01-051-0/+210