| Commit message (Expand) | Author | Age | Files | Lines |
* | bindings: Ignores the last undefined arguments when counting the args. | yukishiino | 2015-12-02 | 1 | -2/+2 |
* | CSS Counters not properly updated on style changes | ramya.v@samsung.com | 2015-06-24 | 2 | -0/+42 |
* | Notify the counter code about layout object removals BEFORE removing. | mstensho@opera.com | 2015-06-04 | 2 | -0/+26 |
* | Removed CSS_COUNTER_NAME | sashab@chromium.org | 2015-05-20 | 3 | -4/+59 |
* | Fix counters() separator serialization | rob.buis@samsung.com | 2015-04-28 | 2 | -4/+4 |
* | Rename/move counter rendering code to layout. | dsinclair@chromium.org | 2015-01-27 | 2 | -2/+2 |
* | RenderCounter::updateCounter should trigger a relayout. | fmalita@chromium.org | 2015-01-10 | 2 | -0/+43 |
* | Use Shadow DOM to display fallback content for images | robhogan@gmail.com | 2014-12-09 | 1 | -0/+0 |
* | Revert "Use Shadow DOM to display fallback content for images" | pdr@chromium.org | 2014-11-24 | 1 | -0/+0 |
* | Use Shadow DOM to display fallback content for images | robhogan@gmail.com | 2014-11-22 | 1 | -0/+0 |
* | Remove tests which are only testing getPropertyCSSValue, etc. | timloh@chromium.org | 2014-11-03 | 2 | -86/+0 |
* | Revert of Use Shadow DOM to display fallback content for images (patchset #28... | robhogan@gmail.com | 2014-11-01 | 1 | -0/+0 |
* | This replaces the use of painting in RenderImage to display an image's alt text | robhogan@gmail.com | 2014-11-01 | 1 | -0/+0 |
* | Auto-rebaseline for r182261 | wangxianzhu@chromium.org | 2014-09-18 | 2 | -54/+0 |
* | Let Selection.collapse remember a raw Position instead of a canonicalized one. | yoichio@chromium.org | 2014-06-09 | 1 | -1/+1 |
* | Replace Selection.setPosition with Selection.collapse in layout tests. | yoichio@chromium.org | 2014-05-07 | 1 | -1/+1 |
* | Remove carriage returns from LayoutTests (02) | enne@chromium.org | 2014-03-28 | 6 | -177/+177 |
* | Partial revert of r161493. | ojan@chromium.org | 2013-11-08 | 5 | -12/+12 |
* | Move finishJSTest to fire at onload. | ojan@chromium.org | 2013-11-07 | 5 | -12/+12 |
* | Move fast/js/resources files to resources. | ojan@chromium.org | 2013-11-05 | 11 | -11/+11 |
* | Delete js-test-post.js. | ojan@chromium.org | 2013-11-02 | 3 | -3/+0 |
* | Make js-test-post a noop. | ojan@chromium.org | 2013-11-01 | 8 | -0/+24 |
* | Make CSSStyleSheet.insertRule() / deleteRule() arguments mandatory | ch.dumez@sisa.samsung.com | 2013-09-02 | 1 | -1/+1 |
* | Move all generic Chromium expected results to the generic location | steveblock@chromium.org | 2013-04-12 | 2 | -0/+54 |
* | Add methods to CounterDirectives to clean up StyleBuilder and RenderCounter. | commit-queue@webkit.org | 2012-09-07 | 2 | -0/+18 |
* | CSSStyleDeclaration.cssText should not contain extraneous whitespace in final... | commit-queue@webkit.org | 2012-08-24 | 2 | -10/+10 |
* | Use testRunner instead of layoutTestController in the remaining layout tests | rniwa@webkit.org | 2012-08-04 | 1 | -2/+2 |
* | Source/WebCore: Fixes condition where inserting a CounterNode subtree which c... | cdn@chromium.org | 2012-06-20 | 2 | -0/+72 |
* | Use testRunner instead of layoutTestController in fast/canvas, clip, compact,... | rniwa@webkit.org | 2012-06-19 | 33 | -117/+117 |
* | [DRT] LTC:: counterValueForElementById() could be moved to Internals. | kaustubh@motorola.com | 2012-06-12 | 27 | -190/+190 |
* | Crash from line break iterators in counter content | commit-queue@webkit.org | 2012-02-14 | 2 | -0/+20 |
* | Source/WebCore: Add RefPtrs for parent and sibling counter nodes | cdn@chromium.org | 2012-02-06 | 2 | -0/+20 |
* | CSS 2.1 failure: numerous counter-increment-* tests fail | robert@webkit.org | 2011-12-10 | 4 | -0/+759 |
* | JS Test Harness: Remove need to load external css file to reduce flakiness | arv@chromium.org | 2011-11-16 | 2 | -2/+2 |
* | JS Test Harness: Make successfullyParsed optional | arv@chromium.org | 2011-10-25 | 3 | -5/+0 |
* | CSS Counters have wrong values | carol@webkit.org | 2011-10-20 | 2 | -0/+36 |
* | JS Test Harness: Insert the stylesheet dynamically | arv@chromium.org | 2011-10-19 | 4 | -49/+54 |
* | JS Test Harness: Make console and description elements optional in the HTML | arv@chromium.org | 2011-10-15 | 2 | -4/+2 |
* | Source/WebCore: Hold refptr to identified previous sibling within findPlaceFo... | cdn@chromium.org | 2011-10-04 | 2 | -0/+33 |
* | Clean up CSS Counter code | adamk@chromium.org | 2011-09-21 | 4 | -0/+96 |
* | Fix cssText property of counter-valued CSSPrimitiveValue and avoid uninitiali... | adamk@chromium.org | 2011-09-14 | 2 | -0/+52 |
* | Source/WebCore: Fixes several bugs when adding CounterNodes to a tree which c... | cdn@chromium.org | 2011-09-13 | 2 | -0/+32 |
* | 2011-05-12 Carol Szabo <carol@webkit.org> | inferno@chromium.org | 2011-05-12 | 2 | -0/+32 |
* | 2011-04-28 Julien Chaffraix <jchaffraix@codeaurora.org> | commit-queue@webkit.org | 2011-04-29 | 2 | -0/+77 |
* | 2011-03-23 Carol Szabo <carol.szabo@nokia.com> | carol.szabo@nokia.com | 2011-03-24 | 2 | -0/+53 |
* | 2011-03-23 Carol Szabo <carol.szabo@nokia.com> | carol.szabo@nokia.com | 2011-03-23 | 2 | -0/+96 |
* | 2011-02-16 Carol Szabo <carol.szabo@nokia.com> | inferno@chromium.org | 2011-02-16 | 2 | -0/+19 |
* | 2011-02-04 Carol Szabo <carol.szabo@nokia.com> | carol.szabo@nokia.com | 2011-02-05 | 2 | -0/+62 |
* | 2011-02-01 Carol Szabo <carol.szabo@nokia.com> | carol.szabo@nokia.com | 2011-02-01 | 2 | -0/+53 |
* | 2010-12-30 Justin Schuh <jschuh@chromium.org> | jschuh@chromium.org | 2010-12-31 | 2 | -0/+13 |