Sign in
webkit
/
WebKit
/
3e5ce6fd50f521a6cebd0c6f06b9e9cddd4e7e7b
/
Source
/
WebCore
/
rendering
/
RenderBlockFlow.cpp
c002ad2
Clean up iOS text autosizing code https://bugs.webkit.org/show_bug.cgi?id=157489
by simon.fraser@apple.com
· 9 years ago
36676e5
Enable IOS_TEXT_AUTOSIZING on Mac and make it testable
by simon.fraser@apple.com
· 9 years ago
a4a8904
Regions, Shapes and Tracks don't need runtime features
by dino@apple.com
· 9 years ago
0db51a6
Refactor findExplodedTextNodeAtPoint to move core functionality in RenderBlockFlow.
by enrica@apple.com
· 9 years ago
4195a70
[WK2] [OS X] Create API for switching RTL scrollbar policy
by mmaxfield@apple.com
· 9 years ago
5c4302b
RenderElement::style() should return const RenderStyle
by antti@apple.com
· 9 years ago
454418f
Inline RenderStyle into RenderElement
by antti@apple.com
· 9 years ago
de6dae7b
RenderStyle should not be reference counted
by antti@apple.com
· 9 years ago
bee81ac
Element::idForStyleResolution() is a foot-gun
by cdumez@apple.com
· 9 years ago
6912ab1
Crash under needsAppleMailPaginationQuirk()
by cdumez@apple.com
· 9 years ago
14520e4
Hangable punctuation measurement using the wrong indices.
by hyatt@apple.com
· 9 years ago
09804f4
Use references instead of pointers for absolute positioning code
by mmaxfield@apple.com
· 9 years ago
21a4dcb
Delete dead SVG Font code https://bugs.webkit.org/show_bug.cgi?id=154718
by mmaxfield@apple.com
· 9 years ago
af573be
[OS X] Scrollbars of overflow:scroll divs should appear on the left on RTL systems
by mmaxfield@apple.com
· 9 years ago
6b422a7
Add support for the "last" value of hanging-punctuation
by hyatt@apple.com
· 9 years ago
41c12c9
Add support for the "first" value of the hanging-punctuation property.
by hyatt@apple.com
· 9 years ago
64761fe
Use IndentTextOrNot instead of passing isFirstLine/shouldIndentText as bool.
by zalan@apple.com
· 9 years ago
4d97a00
Background of an absolutely positioned inline element inside text-indented parent is positioned statically.
by zalan@apple.com
· 9 years ago
8ee1af5
Subpixel rendering: Make focusring painting subpixel aware.
by zalan@apple.com
· 9 years ago
d423bcc
Outline should contribute to visual overflow.
by zalan@apple.com
· 9 years ago
441ab1d
Support break-after, break-before and break-inside.
by hyatt@apple.com
· 9 years ago
fcaf5c2
ASSERTION FAILED: canHaveChildren() || canHaveGeneratedChildren() in WebCore::RenderElement::insertChildInternal
by zalan@apple.com
· 9 years ago
9ac63c4
ASSERTION FAILED: !newRelayoutRoot.container() || !newRelayoutRoot.container()->needsLayout() in WebCore::FrameView::scheduleRelayoutOfSubtree
by zalan@apple.com
· 9 years ago
13aae08
Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601
by aestes@apple.com
· 9 years ago
6816b13
RenderBlockFlow::xPositionForFloatIncludingMargin/yPositionForFloatIncludingMargin/flipFloatForWritingModeForChild
by zalan@apple.com
· 9 years ago
84ccfa1
RenderBlockFlow::*logical*ForFloat should take FloatingObject reference.
by zalan@apple.com
· 9 years ago
c1d54fa
Avoid useless copies in range-loops that are using 'auto'
by cdumez@apple.com
· 9 years ago
f63871d
Rename RenderObject::isRoot() to isDocumentElementRenderer()
by simon.fraser@apple.com
· 9 years ago
214b716
Split FontDescription into lower and higher level types
by antti@apple.com
· 10 years ago
9a79c62
[New Block-Inside-Inline Model] Implement margin collapsing across contiguous anonymous inline blocks.
by hyatt@apple.com
· 10 years ago
72311dc
[New Block-Inside-Inline Model] Self-collapsing block check needs to account for anonymous inline blocks
by hyatt@apple.com
· 10 years ago
a93d7ef
Migrate GraphicsContexts from pointers to references
by mmaxfield@apple.com
· 10 years ago
825fc9a
Make outline: auto repaint rect inflate more explicit.
by zalan@apple.com
· 10 years ago
163bc1c
Disconnect LayoutStateDisabler logic and RenderView pointer.
by zalan@apple.com
· 10 years ago
6ad70c2
Unreviewed, rolling out r185512. https://bugs.webkit.org/show_bug.cgi?id=145932
by commit-queue@webkit.org
· 10 years ago
8f0732a
Use modern for-loops in WebCore/rendering - 1
by commit-queue@webkit.org
· 10 years ago
c2472ea
Overhanging float sets are not cleaned up properly when floating renderer is destroyed.
by zalan@apple.com
· 10 years ago
76760c7
Fix typo in RenderBox::instrinsicScrollbarLogicalWidth()
by rego@igalia.com
· 10 years ago
6272977
REGRESSION(180076): [Mac, iOS] Correct possible null dereference in printing code
by bfulgham@apple.com
· 10 years ago
f7d624c
Rename hasOverride{Height,Width}() to hasOverrideLogicalContent{Height,Width}()
by rego@igalia.com
· 10 years ago
8bf2a91
Simple line layout: Add <br> support.
by zalan@apple.com
· 10 years ago
ec53cb7
Unreviewed, rolling out r182536. https://bugs.webkit.org/show_bug.cgi?id=143523
by commit-queue@webkit.org
· 10 years ago
dc88523
Simple line layout: Add <br> support.
by zalan@apple.com
· 10 years ago
03e6103
Remove "go ahead and" from comments
by simon.fraser@apple.com
· 10 years ago
21c6080
[New Block-Inside-Inline Model] Floats need to be allowed to intrude into anonymous inline-blocks.
by hyatt@apple.com
· 10 years ago
dafe597
[New Block-Inside-Inline Model] Make sure line breaks occur before and after the anonymous inline-block.
by hyatt@apple.com
· 10 years ago
5f90774
Use out-of-band messaging for RenderBox::firstLineBaseline() and RenderBox::inlineBlockBaseline()
by mmaxfield@apple.com
· 10 years ago
a52ab46
Inline block children do not have correct baselines if their children are also block elements
by mmaxfield@apple.com
· 10 years ago
9f4af63
REGRESSION(r176978): Inline-blocks with overflowing contents have ascents that are too large
by mmaxfield@apple.com
· 10 years ago
c9f9613
Allow tree dumping functions to be used in release builds by switching a flag
by simon.fraser@apple.com
· 10 years ago
939d441
Unreviewed, rolling out r181139. https://bugs.webkit.org/show_bug.cgi?id=142394
by commit-queue@webkit.org
· 10 years ago
c73e56f
Allow tree dumping functions to be used in release builds by switching a flag
by simon.fraser@apple.com
· 10 years ago
6c9d5d3
Fix for unsplittable content being paginated by columns.
by hyatt@apple.com
· 10 years ago
b595343
[Mac, iOS] Adjust pagination behavior for Mail.app printing use
by bfulgham@apple.com
· 10 years ago
ccad374
Tables don't repaginate properly when the pagination height changes or the pagination offset changes.
by hyatt@apple.com
· 10 years ago
a12fee2
Shrink RenderBlock. <https://webkit.org/b/141129>
by akling@apple.com
· 10 years ago
c54cbc9
Rename Font to FontCascade https://bugs.webkit.org/show_bug.cgi?id=140442
by antti@apple.com
· 10 years ago
7065868
Floats Don't Overhang Their Block Formatting Contex
by jfernandez@igalia.com
· 10 years ago
689f761
Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587>
by akling@apple.com
· 10 years ago
e37da96
Continuously repainting large parts of Huffington Post.
by zalan@apple.com
· 10 years ago
9c29e69
REGRESSION(r155906): Page content disappears on Tuaw article after loading
by bjonesbe@adobe.com
· 10 years ago
93f23d2
Refactor of rebuildFloatingObjectSetFromIntrudingFloats function after r176957.
by jfernandez@igalia.com
· 10 years ago
a1986f5
Roll out r175352. <https://webkit.org/b/139146>
by akling@apple.com
· 10 years ago
136f170
[CSS Grid Layout] Grid items must set a new formatting context.
by jfernandez@igalia.com
· 10 years ago
d0fd8ee
RenderElement::removeChild() doesn't need a return value.
by akling@apple.com
· 10 years ago
29a2eb6
Simple line layout: Introduce text fragment continuation.
by zalan@apple.com
· 10 years ago
cb5ab70
Images/replaced elements that are as tall as a page should be on their own page
by hyatt@apple.com
· 10 years ago
4d7e9a2
Multicolumn layout with negative line spacing and orphans causes pieces of letters to be shown at the bottom of columns
by mmaxfield@apple.com
· 10 years ago
90a4204
Improve Ruby selection (getting rid of overlap and improving gap filling)
by hyatt@apple.com
· 10 years ago
7814173
Add ptr() method to Ref class https://bugs.webkit.org/show_bug.cgi?id=138361
by cdumez@apple.com
· 10 years ago
c28103d5
Fix several warnings reported by clang static analyzer in WebCore
by cdumez@apple.com
· 10 years ago
f8e26e7
Use references in calculateMinimumPageHeight() for non-optional arguments
by mmaxfield@apple.com
· 10 years ago
efa4c70
Generalize dirtying of parent's line boxes when taking a renderer out of tree.
by akling@apple.com
· 10 years ago
5d7ffdf
Remove invalid float from RootInlineBox.
by zalan@apple.com
· 10 years ago
890dc01
Move RenderBlock::beingDestroyed() to RenderObject.
by akling@apple.com
· 10 years ago
79d16bb
Move continuation teardown from subclasses to RenderBoxModelObject.
by akling@apple.com
· 10 years ago
3abcc79
Use is<>() / downcast<>() for all remaining RenderObject subclasses
by cdumez@apple.com
· 10 years ago
0abff8b
Use is<>() / downcast<>() for RenderBox
by cdumez@apple.com
· 10 years ago
c0a88a6
ASSERTION FAILED in WebCore::RenderFlowThread::getRegionRangeForBox
by abucur@adobe.com
· 10 years ago
57d544c
Use is<>() / downcast<>() for InlineBox subclasses
by cdumez@apple.com
· 10 years ago
f802215
Use is<>() / downcast<>() for RenderInline
by cdumez@apple.com
· 10 years ago
8faf772
Use is<>() / downcast<>() for Table render objects
by cdumez@apple.com
· 10 years ago
34e77ab
Use is<>() / downcast<>() for RenderBlockFlow
by cdumez@apple.com
· 10 years ago
e943779
Use is<>() / downcast<>() for RenderBlock objects
by cdumez@apple.com
· 10 years ago
35094bd
Use is<>() / downcast<>() for RenderText / RenderTextFragment
by cdumez@apple.com
· 10 years ago
a9c60c9
Have is<>(T*) function do a null check on the pointer argument
by cdumez@apple.com
· 10 years ago
cd13153
Stop using legacy NODE_TYPE_CASTS() macro for HTML Elements
by cdumez@apple.com
· 10 years ago
59fdc8a
Use is<HTML*Element>() instead of isHTML*Element() - Part 1
by cdumez@apple.com
· 10 years ago
ac6956c
Move computeInlinePreferredLogicalWidths() from RenderBlock to RenderBlockFlow
by zalan@apple.com
· 11 years ago
8751526
Initial letters should clear one another.
by hyatt@apple.com
· 11 years ago
3518b14
Dump SimpleLineLayout info in showRenderTree() output
by simon.fraser@apple.com
· 11 years ago
c2e1552
Add support for the initial-letter CSS property to first-letter
by hyatt@apple.com
· 11 years ago
fac337f
Improve showRenderTree() output. https://bugs.webkit.org/show_bug.cgi?id=136244
by zalan@apple.com
· 11 years ago
376339c
Subpixel layout: Rename LayoutRect's device pixel snapping functions.
by zalan@apple.com
· 11 years ago
42947e7
Remove ENABLE(SUBPIXEL_LAYOUT). https://bugs.webkit.org/show_bug.cgi?id=136077
by zalan@apple.com
· 11 years ago
99757c6
2014-07-31 Andrei Bucur <abucur@adobe.com>
by abucur@adobe.com
· 11 years ago
e36543a
REGRESSION(r164133): Selection disappears after scrolling on nytimes.com
by zalan@apple.com
· 11 years ago
7c5101d
ASSERTION FAILED: generatingElement() in WebCore::RenderNamedFlowFragment::regionOversetState
by mihnea@adobe.com
· 11 years ago
0cefe4f
Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500
by dbates@webkit.org
· 11 years ago
fdb1281
[New Multicolumn] Writing mode changes on the <html> and RenderView need to
by hyatt@apple.com
· 11 years ago
Next »