summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/layout/FloatingObjects.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename enums/functions that collide in chromium style in core/layout/.danakj2016-02-271-8/+8
* Rename ValueToString<*>::string to ValueToType<*>::toStringchrishtr2016-02-261-2/+2
* Refactor the treatment of shape-outside objects in float overlapping checksrobhogan2016-02-011-20/+88
* Continue converting to explicit LayoutUnit constructorsleviw2016-01-301-3/+3
* Remove config.h inclusion from third_party/WebKit/Source/core/layout/.tkent2015-12-211-1/+0
* [Line Layout API] Add LineLayoutItem::isEqual methodpilgrim2015-11-091-1/+1
* Revert "Always let the direct containing block paint floats" and follow-upwangxianzhu2015-11-021-7/+13
* Use sub-pixel precision for positioning floatsrobhogan2015-10-231-19/+17
* Revert of Refactor the treatment of shape-outside objects in float overlappin...dtu@chromium.org2015-07-301-95/+29
* Always let the direct containing block paint floatswangxianzhu@chromium.org2015-07-271-13/+7
* Refactor the treatment of shape-outside objects in float overlapping checksrobhogan@gmail.com2015-07-271-29/+95
* Fix virtual/override/final usage in Source/core/layout/.tkent@chromium.org2015-07-131-4/+4
* Create LineLayout apipilgrim@chromium.org2015-07-091-2/+3
* Convert RenderBlockFlow code to use FloatingObject referencessunil.ratnu@samsung.com2015-06-121-36/+36
* C++11: Replace 0 with nullptr where applicable in layout code.wkorman@chromium.org2015-06-081-4/+4
* Formatting contexts should always expand to enclose floatsrobhogan@gmail.com2015-06-071-16/+46
* Rename renderer to layoutObject in the layout/ directory.dsinclair@chromium.org2015-04-301-36/+36
* Rename RendererToFloatMap and TrackedRendererListHashSet.dsinclair@chromium.org2015-04-141-1/+1
* Rename renderer() to layoutObject().dsinclair@chromium.org2015-03-071-6/+6
* Rename rendering/RenderBlock* to layout/LayoutBlock*.dsinclair@chromium.org2015-02-261-6/+6
* Rename rendering/RenderView to layout/LayoutView.dsinclair@chromium.org2015-02-251-1/+1
* Move rendering/RenderBox to layout/LayoutBox.dsinclair@chromium.org2015-02-241-5/+5
* Move non-Render* files from rendering/ to layout/.dsinclair@chromium.org2015-02-071-0/+535