Sign in
webkit
/
WebKit
/
b0b17cd4e28f44060209656c17a2717f002ce9fa
/
Source
/
WebCore
/
rendering
b0b17cd
Introduce RENDER_OBJECT_TYPE_CASTS to replace manual toFoo() in child render object
by gyuyoung.kim@samsung.com
· 11 years ago
d5a0641
SVGFilterBuilder should not be ref-counted. <https://webkit.org/b/123222>
by akling@apple.com
· 11 years ago
bee70ee
Make more StringImpl construction functions return PassRef.
by akling@apple.com
· 11 years ago
5bbaebd
Even more PassRef<RenderStyle>! <https://webkit.org/b/123147>
by akling@apple.com
· 11 years ago
a9d20da
Refactor LineBreaker::nextSegmentBreak, add BreakingContext that holds all its state
by zoltan@webkit.org
· 11 years ago
849c851
Unreviewed, rolling out r157826.
by commit-queue@webkit.org
· 11 years ago
9312a53
[WebGL] Implement a software rendering option on Mac
by dino@apple.com
· 11 years ago
0e4c456
Merge SVGRenderBlock::styleWillChange() into styleDidChange().
by akling@apple.com
· 11 years ago
12840dc
CTTE: Modernize RenderBlock a bit https://bugs.webkit.org/show_bug.cgi?id=123162
by weinig@apple.com
· 11 years ago
d5c0ebe
Even more PassRef<RenderStyle>! <https://webkit.org/b/123147>
by akling@apple.com
· 11 years ago
a2c7f24
Rename deleteLineBoxTree to deleteLines
by antti@apple.com
· 11 years ago
1cfee97
{ClipPathOperation, FilterOperation}::getOperationType() should not include 'get'
by timothy_horton@apple.com
· 11 years ago
397a527
[CSS Shapes] Match adjustLogicalLineTopAndLogicalHeightIfNeeded's implementation with Blink's
by zoltan@webkit.org
· 11 years ago
0e632aa
Rename some line box functions to be just about lines
by antti@apple.com
· 11 years ago
4036507
[WinCairo] Compile error. https://bugs.webkit.org/show_bug.cgi?id=123161
by commit-queue@webkit.org
· 11 years ago
0e81bc7
[CSS Regions] Possible performance regression after r157567
by abucur@adobe.com
· 11 years ago
01e66fb
CTTE: RenderMathMLFraction always has a MathMLInlineContainerElement.
by akling@apple.com
· 11 years ago
7fcd426
Fix some more code to use RenderElement instead of RenderObject.
by akling@apple.com
· 11 years ago
77b6201
Merge SVG renderers' styleWillChange() into styleDidChange().
by akling@apple.com
· 11 years ago
b0826e0
Remove some unnecessary null checks in RenderElement::setStyle().
by akling@apple.com
· 11 years ago
0f04fec
[CSSRegions] Use RenderStyle::hasFlowFrom when needed
by mihnea@adobe.com
· 11 years ago
05fa0d5
Bad cast with toRenderBoxModelObject in RenderBlock::updateFirstLetter()
by joone.hur@intel.com
· 11 years ago
1493d30
[CSS Shapes][CSS Regions] Don't apply shape-inside when we have multiple auto-height regions and the height is not resolved
by zoltan@webkit.org
· 11 years ago
54da166
RenderScrollbarPart doesn't need styleWillChange().
by akling@apple.com
· 11 years ago
83e1948
[CSS Regions] The layers from the flow thread should be collected under the regions' layers.
by commit-queue@webkit.org
· 11 years ago
5ad36a8
Merge RenderListMarker::styleWillChange() into styleDidChange().
by akling@apple.com
· 11 years ago
611b929
Move m_lineBoxes from RenderBlock to RenderBlockFlow (Part 5)
by weinig@apple.com
· 11 years ago
eac56f7
CTTE: Tighten up type usage around InputType::innerTextElement()
by weinig@apple.com
· 11 years ago
19f6a18
Move m_lineBoxes from RenderBlock to RenderBlockFlow (Part 4)
by weinig@apple.com
· 11 years ago
3f23b38
Move m_lineBoxes from RenderBlock to RenderBlockFlow (Part 3)
by weinig@apple.com
· 11 years ago
1714091
Move m_lineBoxes from RenderBlock to RenderBlockFlow (Part 2)
by weinig@apple.com
· 11 years ago
e8eb70e
Start passing RenderStyle around with PassRef. <https://webkit.org/b/123051>
by akling@apple.com
· 11 years ago
cef4e1e
Move m_lineBoxes from RenderBlock to RenderBlockFlow (Part 1)
by weinig@apple.com
· 11 years ago
c3523f8
Remove spaces between template angle brackets
by andersca@apple.com
· 11 years ago
d8cf774
Unreviewed build fix for --no-svg option.
by changseok.oh@collabora.com
· 11 years ago
55b0c6a
CTTE: RenderMathMLSpace always has a MathMLTextElement.
by akling@apple.com
· 11 years ago
5ac8867
CTTE: RenderMathMLOperator always has a MathMLElement.
by akling@apple.com
· 11 years ago
1962374
CTTE: RenderMathMLFenced always has a MathMLInlineContainerElement.
by akling@apple.com
· 11 years ago
2cc646b
Remove unnecessary check for RenderLayer and rename ensureLayer to createLayer in RenderLayerModelObject.
by vivek.vg@samsung.com
· 11 years ago
2d9d64b
"border-collapse: collapse;" for table removes part of its border (was: Border disappears when close to some elements)
by robert@webkit.org
· 11 years ago
3174c83
[CSS Shapes] Improve the performance of image valued shapes with large shape-margins
by hmuller@adobe.com
· 11 years ago
a11083f
DataRef<T> should use Ref<T> internally. <https://webkit.org/b/122953>
by akling@apple.com
· 11 years ago
be79cf1
[CSS Regions] Anonymous nested regions
by mihnea@adobe.com
· 11 years ago
feb9016
Take RenderObjects out of the arena. <https://webkit.org/b/122895>
by akling@apple.com
· 11 years ago
8915597
Emphasis marks has wrong color. https://bugs.webkit.org/show_bug.cgi?id=122829
by commit-queue@webkit.org
· 11 years ago
c42b4b9
Move code for finding rendered character offset to RenderTextLineBoxes
by antti@apple.com
· 11 years ago
49d4d3b
RenderElement::removeChild() should take child as a reference.
by akling@apple.com
· 11 years ago
cbd6399
Move test for contained caret offset to RenderTextLineBoxes
by antti@apple.com
· 11 years ago
6d72bb3
RenderElement::isChildAllowed() should take const references.
by akling@apple.com
· 11 years ago
5e0c945
Add support for the column-fill property
by commit-queue@webkit.org
· 11 years ago
61cebcb
Skip unnecessary null check in RenderText::textLength().
by akling@apple.com
· 11 years ago
cdd03a5
[CSS Shapes] Move RenderBlock::layoutShapeInsideInfo into RenderBlock.cpp
by zoltan@webkit.org
· 11 years ago
51b98e2
RenderText should cache RenderStyle in locals more.
by akling@apple.com
· 11 years ago
43c473f
Source/WebCore: in safari,the background-color of input[type="search"] can't work
by commit-queue@webkit.org
· 11 years ago
92ab4ea
Source/WebCore: AX: fieldset should have GroupRole and legend should be description.
by rniwa@webkit.org
· 11 years ago
23c3e74
REGRESSION(r157408): Crashes in RenderFullScreen::wrapRenderer().
by akling@apple.com
· 11 years ago
b5abde3
[CSS Shapes] Image valued shape-outside shapes should update the layout after the image has been loaded
by hmuller@adobe.com
· 11 years ago
42e1063
Pass Document directly to anonymous renderer constructors.
by akling@apple.com
· 11 years ago
48a6a02
[CSS Shapes] Shape-Margin should be animatable
by betravis@adobe.com
· 11 years ago
dfdaa96
[CSS Grid Layout] Implement support for <flex>
by svillar@igalia.com
· 11 years ago
075023f
Broken text rendering when input field has selection.
by commit-queue@webkit.org
· 11 years ago
41db3c1
Unexpected word wrapping for wrapped content then raw content.
by zalan@apple.com
· 11 years ago
0043df7
[CSS Grid Layout] 2 span positions are not resolved correctly
by svillar@igalia.com
· 11 years ago
1414155
Use RenderElement instead of RenderObject in more places.
by akling@apple.com
· 11 years ago
c68fe75
RenderLayerBacking should have RenderLayer& backpointer.
by akling@apple.com
· 11 years ago
5726468
Make element predicates and type casts work more consistently on more types
by darin@apple.com
· 11 years ago
e9c9016
Text::renderer() should return RenderText
by antti@apple.com
· 11 years ago
eaab3bd
Devirtualize RenderView::viewRect(). <https://webkit.org/b/122730>
by akling@apple.com
· 11 years ago
0b5763f
Move setPseudoStyle() to RenderImage (from RenderElement.)
by akling@apple.com
· 11 years ago
ceef1ea
CTTE: RenderSlider always has an HTMLInputElement. <https://webkit.org/b/122728>
by akling@apple.com
· 11 years ago
48e1064
Rename InlineBox::remove() to removeFromParent
by antti@apple.com
· 11 years ago
61c4cde
Make absoluteQuads/Rects functions return Vectors
by antti@apple.com
· 11 years ago
48945b1
Move absoluteRects/Quads to RenderTextLineBoxes
by antti@apple.com
· 11 years ago
6a1e108
RenderLayer: Check SVG bit instead of element namespace in isTransparent().
by akling@apple.com
· 11 years ago
95bc682
Move code to find elements in slider shadow tree into RangeInputType class, since it creates that tree
by darin@apple.com
· 11 years ago
635cf32
Rename toParentMediaElement to parentMediaElement, since it's not a type cast
by darin@apple.com
· 11 years ago
419a1fd
Move positionForPoint to RenderTextLineBoxes
by antti@apple.com
· 11 years ago
e51bc86
Remove unused ScrollingCoordinator hooks. <https://webkit.org/b/122701>
by akling@apple.com
· 11 years ago
2d7354d
Move line dirtying code to RenderTextLineBoxes
by antti@apple.com
· 11 years ago
8a0fab3
Move more code to RenderTextLineBoxes
by antti@apple.com
· 11 years ago
670fea1
Replace static cast ASSERTs with ASSERT_WITH_SECURITY_IMPLICATION
by akling@apple.com
· 11 years ago
2207aeb
Replace bounds checking ASSERTs with ASSERT_WITH_SECURITY_IMPLICATION
by akling@apple.com
· 11 years ago
b0b707f
Factor line box code from RenderText to a class
by antti@apple.com
· 11 years ago
3218a1b
Replace RenderText::renderedTextLength with hasRenderedText
by antti@apple.com
· 11 years ago
9c058d2
Make LayoutState not arena-allocated. <https://webkit.org/b/122649>
by akling@apple.com
· 11 years ago
f761714
Make RenderLayer not arena-allocated. <https://webkit.org/b/87523>
by akling@apple.com
· 11 years ago
5b173ca
Move firstPositiveWidth/adjustLogicalLineTop functions where they're actually used
by zoltan@webkit.org
· 11 years ago
2eb5f4d
Change most call sites to call ICU directly instead of through WTF::Unicode
by darin@apple.com
· 11 years ago
b64932a
[CSS Shapes] Use the floatingObject's logical coordinates to determine its size in computeLogicalLocationForFloat
by zoltan@webkit.org
· 11 years ago
ca9a5e6
[CSS Shapes] Shape-Image-Threshold should be animatable
by betravis@adobe.com
· 11 years ago
22a65e2
Unreviewed, rolling out r157297.
by commit-queue@webkit.org
· 11 years ago
1115416
Make RenderLayer not arena-allocated. <https://webkit.org/b/87523>
by akling@apple.com
· 11 years ago
d07b231
REGRESSION (r155607): Javascript site does not load visually on panerabread.com
by zalan@apple.com
· 11 years ago
edce0ee
Scrollbars are updated on the main thread rather than the scrolling thread
by bdakin@apple.com
· 11 years ago
f0df16e
[CSS Shapes] clampToUnsigned() should return unsigned, not int
by hmuller@adobe.com
· 11 years ago
3554083
[CSS Shapes] New positioning model: Shape cropped to margin box
by bjonesbe@adobe.com
· 11 years ago
9c18878
Move RenderObject::layout() to RenderElement. <https://webkit.org/b/122537>
by akling@apple.com
· 11 years ago
8edb6f8
[CSS Grid Layout] Implement support for grid-template
by svillar@igalia.com
· 11 years ago
1700761
Layout assertion failure in WebCore::RenderView::paint
by simon.fraser@apple.com
· 11 years ago
1ccd3a1
Move float logical location/dimension methods to RenderBlockFlow
by bjonesbe@adobe.com
· 11 years ago
Next »