2014-10-03 |
mmaxfield@apple.com | Clean up interface to Font::expansionOpportunityCount() |
blob | commitdiff | raw |
2014-10-02 |
mmaxfield@apple.com | [Subpixel] Use floats instead of ints for text justific... |
blob | commitdiff | raw | diff to current |
2014-09-03 |
hyatt@apple.com | Add support for the initial-letter CSS property to... |
blob | commitdiff | raw | diff to current |
2014-08-14 |
zoltan@webkit.org | [CSS3-Text] Cosmetics on RenderBlockFlow::textAlignment... |
blob | commitdiff | raw | diff to current |
2014-08-13 |
zoltan@webkit.org | [CSS3-Text] Add rendering support for the none value... |
blob | commitdiff | raw | diff to current |
2014-07-03 |
dbates@webkit.org | Add WTF::move() |
blob | commitdiff | raw | diff to current |
2014-05-20 |
stavila@adobe.com | [CSS Regions] Block incorrectly sized when containing... |
blob | commitdiff | raw | diff to current |
2014-05-20 |
mmaxfield@apple.com | Text decorations do not contribute to visual overflow |
blob | commitdiff | raw | diff to current |
2014-05-19 |
zalan@apple.com | REGRESSION (r133351, sub-pixel layout): Right-to-left... |
blob | commitdiff | raw | diff to current |
2014-05-15 |
commit-queue@webki... | Unreviewed, rolling out r168750. |
blob | commitdiff | raw | diff to current |
2014-05-14 |
abucur@adobe.com | [CSS Regions] Assertion failure in some cases with... |
blob | commitdiff | raw | diff to current |
2014-05-13 |
mmaxfield@apple.com | Text decorations do not contribute to visual overflow... |
blob | commitdiff | raw | diff to current |
2014-04-30 |
mmaxfield@apple.com | Removing unused argument in InlineFlowBox::placeBoxesIn... |
blob | commitdiff | raw | diff to current |
2014-04-29 |
abucur@adobe.com | Store the containing region map inside the flow thread |
blob | commitdiff | raw | diff to current |
2014-04-28 |
commit-queue@webki... | Unreviewed, rolling out r167871. |
blob | commitdiff | raw | diff to current |
2014-04-28 |
abucur@adobe.com | Store the containing region map inside the flow thread |
blob | commitdiff | raw | diff to current |
2014-04-17 |
ddkilzer@apple.com | Tidy up isIsolatedInline() and highestContainingIsolate... |
blob | commitdiff | raw | diff to current |
2014-04-15 |
bjonesbe@adobe.com | [CSS Shapes] Remove some leftover shape-inside code |
blob | commitdiff | raw | diff to current |
2014-04-02 |
ddkilzer@apple.com | Use outermost containing isolate when constructing... |
blob | commitdiff | raw | diff to current |
2014-03-28 |
stavila@adobe.com | In some situations, partial layouts of floating element... |
blob | commitdiff | raw | diff to current |
2014-03-26 |
zoltan@webkit.org | [CSS Shapes] Remove shape-inside support |
blob | commitdiff | raw | diff to current |
2014-03-25 |
mmaxfield@apple.com | InlineIterator position (unsigned int) variable can... |
blob | commitdiff | raw | diff to current |
2014-03-14 |
svillar@igalia.com | Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_... |
blob | commitdiff | raw | diff to current |
2014-02-28 |
mario.prada@samsun... | paragraphs with different directionality in textarea... |
blob | commitdiff | raw | diff to current |
2014-02-20 |
bjonesbe@adobe.com | Rename border/padding/margin width/height to horizontal... |
blob | commitdiff | raw | diff to current |
2014-02-20 |
bjonesbe@adobe.com | Rename RenderBlockFlow::clearFloats and RenderBlockFlow... |
blob | commitdiff | raw | diff to current |
2014-02-12 |
zalan@apple.com | Subpixel rendering: Switch repaint rect from IntRect... |
blob | commitdiff | raw | diff to current |
2014-02-08 |
mitz@apple.com | Remove client-drawn highlights (-webkit-highlight,... |
blob | commitdiff | raw | diff to current |
2014-02-07 |
bjonesbe@adobe.com | FloatingObject m_paginationStrut should be LayoutUnit |
blob | commitdiff | raw | diff to current |
2014-02-05 |
ossy@webkit.org | Remove ENABLE(SVG) guards |
blob | commitdiff | raw | diff to current |
2014-02-03 |
dino@apple.com | Feature flag for shape-inside |
blob | commitdiff | raw | diff to current |
2014-01-28 |
mmaxfield@apple.com | Fixing several incorrect assumptions with handling... |
blob | commitdiff | raw | diff to current |
2014-01-28 |
mmaxfield@apple.com | Fixing several incorrect assumptions with handling... |
blob | commitdiff | raw | diff to current |
2014-01-28 |
joepeck@webkit.org | WebCore: Enable -Wimplicit-fallthrough and add FALLTHRO... |
blob | commitdiff | raw | diff to current |
2014-01-21 |
zoltan@webkit.org | Since MidpointState is a class, it should behave like... |
blob | commitdiff | raw | diff to current |
2014-01-17 |
zoltan@webkit.org | [CSS3] Add rendering support for -webkit-text-align... |
blob | commitdiff | raw | diff to current |
2014-01-13 |
akling@apple.com | Map RootInlineBox to containing region via bit+hashmap. |
blob | commitdiff | raw | diff to current |
2014-01-11 |
mmaxfield@apple.com | CSS word-spacing property does not obey percentages |
blob | commitdiff | raw | diff to current |
2014-01-07 |
zoltan@webkit.org | [CSS Regions][CSS Shapes] ASSERTION FAILED: m_segmentRa... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
weinig@apple.com | Move a few more functions from RenderBlock to RenderBlo... |
blob | commitdiff | raw | diff to current |
2014-01-04 |
weinig@apple.com | Move LineBreaker functions to LineBreaker.cpp |
blob | commitdiff | raw | diff to current |
2013-12-26 |
gyuyoung.kim@samsu... | Set m_pos as private in InlineIterator, and use getter... |
blob | commitdiff | raw | diff to current |
2013-12-08 |
zoltan@webkit.org | Remove statusWithDirection static function from RenderB... |
blob | commitdiff | raw | diff to current |
2013-11-28 |
gyuyoung.kim@samsu... | Rename InlineIterator::m_obj and make it private |
blob | commitdiff | raw | diff to current |
2013-11-26 |
weinig@apple.com | Convert some Shape code to use references |
blob | commitdiff | raw | diff to current |
2013-11-21 |
stavila@adobe.com | [CSS Regions] Implement visual overflow for first ... |
blob | commitdiff | raw | diff to current |
2013-11-18 |
hyatt@apple.com | Add a quirk to not respect center text-align when posit... |
blob | commitdiff | raw | diff to current |
2013-11-15 |
zoltan@webkit.org | Move BreakingContext and LineBreaker into their own... |
blob | commitdiff | raw | diff to current |
2013-11-15 |
commit-queue@webki... | Unreviewed, rolling out r159337. |
blob | commitdiff | raw | diff to current |
2013-11-15 |
stavila@adobe.com | [CSS Regions] Implement visual overflow for first ... |
blob | commitdiff | raw | diff to current |
2013-11-11 |
antti@apple.com | End of line whitespace should collapse with white-space... |
blob | commitdiff | raw | diff to current |
2013-11-10 |
andersca@apple.com | Remove all 'std' using directives from WebCore |
blob | commitdiff | raw | diff to current |
2013-11-07 |
akling@apple.com | Use tighter InlineBox subtypes in some places. |
blob | commitdiff | raw | diff to current |
2013-11-07 |
akling@apple.com | Clean up BidiRun a little bit. |
blob | commitdiff | raw | diff to current |
2013-11-07 |
akling@apple.com | Generate type casting helpers for line boxes and use... |
blob | commitdiff | raw | diff to current |
2013-11-07 |
akling@apple.com | Nothing should return std::unique_ptr<InlineBox>. |
blob | commitdiff | raw | diff to current |
2013-11-06 |
akling@apple.com | RenderBlockFlow should only expose its line boxes as... |
blob | commitdiff | raw | diff to current |
2013-11-06 |
akling@apple.com | Apply more unique_ptr to line box management. |
blob | commitdiff | raw | diff to current |
2013-11-02 |
akling@apple.com | Re-use existing RenderStyle local in textWidth(). |
blob | commitdiff | raw | diff to current |
2013-11-01 |
akling@apple.com | Kill RenderArena. |
blob | commitdiff | raw | diff to current |
2013-11-01 |
akling@apple.com | Take BidiRuns out of the arena. |
blob | commitdiff | raw | diff to current |
2013-10-30 |
akling@apple.com | Take line boxes out of the arena. |
blob | commitdiff | raw | diff to current |
2013-10-29 |
zoltan@webkit.org | Source/WebCore: [CSS Regions][CSS Shapes] Layout error... |
blob | commitdiff | raw | diff to current |
2013-10-29 |
akling@apple.com | RenderElement::style() should return a reference. |
blob | commitdiff | raw | diff to current |
2013-10-28 |
weinig@apple.com | Move RenderBlock functions only used by RenderBlockFlow... |
blob | commitdiff | raw | diff to current |
2013-10-28 |
antti@apple.com | Prepare simple line layout to support multiple runs... |
blob | commitdiff | raw | diff to current |
2013-10-25 |
zoltan@webkit.org | [CSS Regions][CSS Shapes] Update updateShapeAndSegments... |
blob | commitdiff | raw | diff to current |
2013-10-25 |
zoltan@webkit.org | [CSS Regions][CSS Shapes] Update updateShapeAndSegments... |
blob | commitdiff | raw | diff to current |
2013-10-24 |
antti@apple.com | Simple line layout |
blob | commitdiff | raw | diff to current |
2013-10-23 |
zoltan@webkit.org | Refactor LineBreaker::nextSegmentBreak, add BreakingCon... |
blob | commitdiff | raw | diff to current |
2013-10-22 |
weinig@apple.com | CTTE: Modernize RenderBlock a bit |
blob | commitdiff | raw | diff to current |
2013-10-22 |
zoltan@webkit.org | [CSS Shapes] Match adjustLogicalLineTopAndLogicalHeight... |
blob | commitdiff | raw | diff to current |
2013-10-21 |
zoltan@webkit.org | [CSS Shapes][CSS Regions] Don't apply shape-inside... |
blob | commitdiff | raw | diff to current |
2013-10-20 |
weinig@apple.com | Move m_lineBoxes from RenderBlock to RenderBlockFlow... |
blob | commitdiff | raw | diff to current |
2013-10-19 |
weinig@apple.com | Move m_lineBoxes from RenderBlock to RenderBlockFlow... |
blob | commitdiff | raw | diff to current |
2013-10-15 |
zoltan@webkit.org | [CSS Shapes] Move RenderBlock::layoutShapeInsideInfo... |
blob | commitdiff | raw | diff to current |
2013-10-15 |
rniwa@webkit.org | Source/WebCore: AX: fieldset should have GroupRole... |
blob | commitdiff | raw | diff to current |
2013-10-14 |
zalan@apple.com | Unexpected word wrapping for wrapped content then raw... |
blob | commitdiff | raw | diff to current |
2013-10-12 |
akling@apple.com | Replace static cast ASSERTs with ASSERT_WITH_SECURITY_I... |
blob | commitdiff | raw | diff to current |
2013-10-12 |
zoltan@webkit.org | Move firstPositiveWidth/adjustLogicalLineTop functions... |
blob | commitdiff | raw | diff to current |
2013-10-12 |
darin@apple.com | Change most call sites to call ICU directly instead... |
blob | commitdiff | raw | diff to current |
2013-10-10 |
akling@apple.com | Move RenderObject::layout() to RenderElement. |
blob | commitdiff | raw | diff to current |
2013-10-10 |
bjonesbe@adobe.com | Move float logical location/dimension methods to Render... |
blob | commitdiff | raw | diff to current |
2013-10-08 |
bjonesbe@adobe.com | Move m_floatingObjects to RenderBlockFlow from RenderBlock |
blob | commitdiff | raw | diff to current |
2013-10-08 |
abucur@adobe.com | [CSS Regions] Widows don't work if the first line in... |
blob | commitdiff | raw | diff to current |
2013-10-08 |
zalan@apple.com | Unreviewed. Rollout of r156536. ~5% regression in inlin... |
blob | commitdiff | raw | diff to current |
2013-10-04 |
abucur@adobe.com | [CSS Regions] Infinite loop when computing widows |
blob | commitdiff | raw | diff to current |
2013-10-04 |
antti@apple.com | Move setting of some layout bits to RenderElement |
blob | commitdiff | raw | diff to current |
2013-10-03 |
zoltan@webkit.org | [CSS Shapes] Support block content with inline content... |
blob | commitdiff | raw | diff to current |
2013-10-03 |
commit-queue@webki... | Unreviewed, rolling out r156816. |
blob | commitdiff | raw | diff to current |
2013-10-03 |
antti@apple.com | Move setting of some layout bits to RenderElement |
blob | commitdiff | raw | diff to current |
2013-09-29 |
antti@apple.com | Tighten typing in inline rendering |
blob | commitdiff | raw | diff to current |
2013-09-29 |
zandobersek@gmail.com | Unreviewed build fix after r156613 for ports enabling... |
blob | commitdiff | raw | diff to current |
2013-09-29 |
antti@apple.com | Switch inline boxes to use const RenderStyle& |
blob | commitdiff | raw | diff to current |
2013-09-28 |
antti@apple.com | Clean up code for getting first line style |
blob | commitdiff | raw | diff to current |
2013-09-27 |
hyatt@apple.com | Move line grid functionality from RenderBlock into... |
blob | commitdiff | raw | diff to current |
2013-09-27 |
zalan@apple.com | Unexpected word wrapping for wrapped content then raw... |
blob | commitdiff | raw | diff to current |
2013-09-24 |
zoltan@webkit.org | [CSS Shapes] Modify updateSegmentsForShapes function... |
blob | commitdiff | raw | diff to current |
2013-09-24 |
darin@apple.com | Use unique_ptr instead of deleteAllValues in FloatingOb... |
blob | commitdiff | raw | diff to current |
2013-09-23 |
akling@apple.com | CTTE: RenderObject::container() should return a RenderE... |
blob | commitdiff | raw | diff to current |
next |