summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/LayoutPart.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all fast-path paint invalidation mapping into PaintInvalidationStatewangxianzhu2016-03-261-2/+2
* Avoid paintInvalidationContainer parameter of invalidatePaintIfNeeded()wangxianzhu2016-03-181-1/+1
* Rework embeddedContentBox into embeddedReplacedContentdavve2016-03-131-1/+1
* Create frame paint properties during layout tree property generationpdr2016-03-011-1/+2
* Don't include render-throttled iframes in hit testing.szager2016-01-291-0/+7
* Add more missing closing namespace comments.Nico Weber2016-01-251-1/+1
* Crash in LayoutObject::isRooted during paint invalidationjchaffraix2016-01-051-2/+7
* Remove config.h inclusion from third_party/WebKit/Source/core/layout/.tkent2015-12-211-1/+0
* Don't call LayoutPart::widgetPositionsUpdated unnecessarily.chrishtr2015-12-151-11/+5
* Simplify computation of the invalidation rect for scrolling, and clipchrishtr2015-11-061-1/+1
* Throttle rendering pipeline for invisible framesskyostil2015-10-191-0/+8
* Remove "Deprecated" from all paint and compositing class names.chrishtr2015-10-021-5/+5
* Let LayoutObjects be const to painterswangxianzhu2015-10-011-2/+2
* When touch rect is hit-tested against an iframe with scrolledmiletus@chromium.org2015-09-081-2/+15
* Remove all support for <applet> handling in Chrome.dcheng@chromium.org2015-09-021-1/+1
* Convert some call sites to use explicit LayoutRect->FloatRect conversion.chrishtr@chromium.org2015-08-251-1/+1
* Hit-test should not descend into iframe unnecessarilymiletus@chromium.org2015-08-191-24/+26
* Reland "Add a FrameView lifecycle method that just updates layout"wangxianzhu@chromium.org2015-07-071-1/+1
* Revert of Add a FrameView lifecycle method that just updates layout, style an...tapted@chromium.org2015-07-061-1/+1
* Add a FrameView lifecycle method that just updates layout, style and composit...chrishtr@chromium.org2015-07-031-1/+1
* Traverse into child LayoutViews during invalidateTreeIfNeededwangxianzhu@chromium.org2015-07-011-0/+11
* Make updateLayoutAndStyleForPainting() O(N) in terms of frame number in Layou...miletus@chromium.org2015-06-181-1/+2
* Implement a Hit Test Cache for same point hits.dtapuska@chromium.org2015-06-171-3/+8
* Deregister image client in LayoutObject::willBeDestroyed()trchen@chromium.org2015-06-161-1/+1
* Revert "Implement a Hit Test Cache for same point hits."dtapuska@chromium.org2015-06-151-2/+1
* Implement a Hit Test Cache for same point hits.dtapuska@chromium.org2015-06-121-1/+2
* C++11: Replace 0 with nullptr where applicable in layout code.wkorman@chromium.org2015-06-081-1/+1
* Resolve FIXME for LayoutPart calling clearNode()dsinclair@chromium.org2015-05-211-0/+9
* Oilpan: remove incorrect LayoutPart transition type usage.huayong.xu@samsung.com2015-05-181-1/+1
* Rename renderer to layoutObject in the layout/ directory.dsinclair@chromium.org2015-04-301-2/+2
* Refactor the code for WebPlugin layout and invalidation.schenney@chromium.org2015-04-141-18/+0
* Reland: Delay paint invalidation in Widget-derived classesschenney@chromium.org2015-04-071-0/+13
* Revert of Delay paint invalidation in Widget-derived classes (patchset #2 id:...schenney@chromium.org2015-04-031-13/+0
* Refactor HitTestResult to store the HitTestRequestramya.v@samsung.com2015-04-011-11/+11
* Add a layout method to WebPlugin.schenney@chromium.org2015-03-311-0/+5
* Rename LayoutStyle to ComputedStyledstockwell@chromium.org2015-03-311-1/+1
* Delay paint invalidation in Widget-derived classesschenney@chromium.org2015-03-271-0/+13
* Add a LayoutAnalyzer::Scope to all of the LayoutObject::layout() overrides so...benjhayden@chromium.org2015-03-231-1/+2
* Blink: Replace all "plug-in" with "plugin".tommycli@chromium.org2015-03-191-1/+1
* Rename layout/Layer* to paint/DeprecatedPaintLayer*jchaffraix@chromium.org2015-03-191-5/+5
* Rename rendering/RenderView to layout/LayoutView.dsinclair@chromium.org2015-02-251-3/+3
* Implement elementsFromPointpdr@chromium.org2015-02-231-2/+2
* Move the remaining rendering/svg/RenderSVG* files to layout.dsinclair@chromium.org2015-02-171-1/+1
* Move and rename RenderPart to LayoutPart.mstensho@opera.com2015-02-171-0/+318