| Commit message (Expand) | Author | Age | Files | Lines |
* | Refuse to paginate if page height is 0. | mstensho | 2016-01-29 | 3 | -0/+13 |
* | Auto-rebaseline for r369246 | Walter Korman | 2016-01-26 | 1 | -0/+9 |
* | Always antialias clips in ClipDisplayItem. | chrishtr | 2016-01-13 | 1 | -21/+0 |
* | Internals: throw an exception when page height or width is 0. | mstensho | 2016-01-04 | 2 | -0/+30 |
* | PrintContext::pageProperty() shouldn't use 0 as page height. | mstensho | 2015-12-10 | 2 | -0/+29 |
* | Add support for printing multicol containers, and enable it. | mstensho | 2015-12-09 | 6 | -40/+133 |
* | Revert of Should not finish tests while printing. (patchset #3 id:60001 of ht... | tasak | 2015-10-29 | 2 | -24/+0 |
* | Should not finish tests while printing. | tasak | 2015-10-27 | 2 | -0/+24 |
* | Never paginate fixed-positioned objects. | mstensho | 2015-10-26 | 4 | -0/+50 |
* | Bypass containing block size special-code for fixed-positioneds when printing. | mstensho | 2015-10-23 | 2 | -0/+18 |
* | Print absolutely positioned objects correctly when sized against the viewport. | mstensho | 2015-10-23 | 3 | -2/+26 |
* | Manual rebaseline for r355526 https://codereview.chromium.org/1413573004/ | mstensho | 2015-10-22 | 1 | -3/+3 |
* | Set page height for printing tests. | mstensho | 2015-10-22 | 1 | -0/+17 |
* | Re-land : Fixed WebGL printing crash due to failed buffer allocation | junov | 2015-10-02 | 2 | -0/+33 |
* | Revert of Fixed WebGL printing crash due to failed buffer allocation (patchse... | dmurph | 2015-10-02 | 2 | -33/+0 |
* | Fixed WebGL printing crash due to failed buffer allocation | junov | 2015-10-01 | 2 | -0/+33 |
* | Chrome currently doesn't ignore transitions when using "@media print" | nainar | 2015-10-01 | 1 | -0/+27 |
* | Convert tests (except fast/, imported/) using ahem font to ahem.js style | wangxianzhu@chromium.org | 2015-06-26 | 1 | -0/+1 |
* | Deflake tests using ahem font with @font-face. | wangxianzhu@chromium.org | 2015-06-26 | 2 | -0/+2 |
* | ViewPainter should skip background in print economy mode | trchen@chromium.org | 2015-06-24 | 2 | -0/+30 |
* | Prepare LayoutTests for lazy loading testRunner and internals. | esprehn@chromium.org | 2015-06-23 | 1 | -2/+2 |
* | Disable multicol when printing. | mstensho@opera.com | 2015-05-19 | 2 | -0/+40 |
* | Remove testRunner.injectStyleSheet usage from layout tests. | dcheng@chromium.org | 2015-04-04 | 2 | -14/+0 |
* | Fix dominant baseline in vertical flow to be conformant to the CSS spec | kojii@chromium.org | 2015-03-23 | 1 | -1/+1 |
* | Large rebaselines for rendering to layout rename | dsinclair@chromium.org | 2015-03-01 | 2 | -9/+9 |
* | Auto-rebaseline for r189636 | pdr@chromium.org | 2015-02-06 | 1 | -0/+1 |
* | Move rendering/RenderLayer* to layout/ | dsinclair@chromium.org | 2015-02-04 | 1 | -1/+1 |
* | Move RenderTreeAsText to LayoutTreeAsText. | dsinclair@chromium.org | 2015-01-22 | 1 | -2/+2 |
* | Auto-rebaseline for r186671 | wangxianzhu@chromium.org | 2014-12-08 | 2 | -4/+4 |
* | Auto-rebaseline for r186551 | wangxianzhu@chromium.org | 2014-12-05 | 1 | -0/+2 |
* | WebGL: non-accelerated Blink paints front buffer of WebGL. | dongseong.hwang@intel.com | 2014-11-20 | 4 | -94/+130 |
* | Auto-rebaseline for r182920 | wangxianzhu@chromium.org | 2014-09-30 | 1 | -2411/+0 |
* | Change EllipsisBox::paint to use TextPainter. | jbroman@chromium.org | 2014-09-22 | 2 | -0/+41 |
* | Added layout test for printing of WebGL-rendered canvases. | kbr@chromium.org | 2014-06-24 | 2 | -0/+129 |
* | Remove passing testharness expected files that are not required. | mlamouri@chromium.org | 2014-06-15 | 1 | -5/+0 |
* | Use RecalcStyleDeferred for printing. | rune@opera.com | 2014-05-16 | 2 | -0/+27 |
* | Don't use pageLogicalHeight() to resolve percentage values in subframes | davve@opera.com | 2014-05-14 | 2 | -0/+17 |
* | Reland r159735 - support for test harness (text-only) tests w/o expected resu... | dpranke@chromium.org | 2013-12-17 | 1 | -1/+2 |
* | Remove the concept of user stylesheets. | ojan@chromium.org | 2013-11-09 | 1 | -1/+1 |
* | Move fast/js/resources files to resources. | ojan@chromium.org | 2013-11-05 | 20 | -20/+20 |
* | Delete js-test-post.js. | ojan@chromium.org | 2013-11-02 | 20 | -20/+0 |
* | Use correct pseudo type for page selector specificity. | rune@opera.com | 2013-09-18 | 2 | -0/+34 |
* | styleForPage and PageRuleCollector should check whether rootElementSylte is a... | tasak@google.com | 2013-09-11 | 2 | -0/+13 |
* | Run webkit-patch optimize-baselines over the whole tree. | ojan@chromium.org | 2013-04-25 | 1 | -38/+0 |
* | Delete the remaining WontFix test. | ojan@chromium.org | 2013-04-19 | 8 | -120/+0 |
* | Move all generic Chromium expected results to the generic location | steveblock@chromium.org | 2013-04-12 | 7 | -0/+2462 |
* | Move LayoutTests from platform/chromium/... to generic location | steveblock@chromium.org | 2013-04-11 | 2 | -0/+51 |
* | REGRESSION(r128517): Percentage heights in quirks mode collapse when printing | ojan@chromium.org | 2013-01-31 | 7 | -2/+32 |
* | Support for CSS widows and orphans | dino@apple.com | 2012-12-10 | 3 | -3/+5 |
* | [DRT] LTC:: Move printing related APIs from LayoutTestController to Internals | kaustubh@motorola.com | 2012-09-05 | 12 | -156/+156 |