Results (1 - 10 of 636)
- [198255]: Remove overflow: -webkit-marquee ...
- ... This patch is based on Blink patch from jchaffraix@chromium.org (https://src.chromium.org/viewvc/blink?revision=151756&view=revision) Source/WebCore: * css/CSSParser.cpp: (WebCore::isValidKeywordPropertyAndValue): * css/CSSPrimitiveValueMappings.h: (WebCore::CSSPrimitiveValue:: ...
- By Mar 15, 2016, 6:51:12 PM —
- [182147]: [CSS Grid Layout] Upgrade align-self and align-items parsing to CSS 3 ...
- ... From Blink r164817 and r165264 by <jchaffraix@chromium.org> Source/WebCore: Broaden justify-self's parsing name This is in preparation of migrating align-self, align-items and justify-items to the CSS 3 Alignment syntax. The current naming was too tied to justify-self an ...
- By Mar 30, 2015, 11:33:39 AM —
- [176218]: [CSS Grid Layout] Upgrade align-self and align-items parsing to CSS 3 ...
- ... LayoutTests: From Blink r164817 and r165264 by <jchaffraix@chromium.org> Broaden justify-self's parsing name and upgrade align-self and align-items parsing to CSS 3. * css3/flexbox/css-properties-expected.txt: * css3/flexbox/css-properties.html: * css3/parse-align-items-expected.txt: A ...
- By Nov 17, 2014, 11:52:42 AM —
- [171010]: [CSS Grid Layout] Implement justify-self css property ...
- ... From Blink r164685 by <jchaffraix@chromium.org> Source/WebCore: Test: fast/css/parse-justify-self.html * css/CSSComputedStyleDeclaration.cpp: (WebCore::ComputedStyleExtractor::propertyValue): * css/CSSParser.cpp: (WebCore::isValidKeywordPropertyAndValue): (WebC ...
- By Jul 11, 2014, 1:26:00 PM —
- [170474]: [CSS Grid Layout] Properly support for z-index on grid items ...
- ... From Blink r157620 by <jchaffraix@chromium.org> and r172402 by <wangxianzhu@chromium.org>. Source/WebCore: The specification says that grid should match flexbox and force grid items to be stacking context if z-index is set, regardless of 'position'. After this c ...
- By Jun 26, 2014, 12:30:01 AM —
- [169372]: Setting up OrderIterator shouldn't require an extra Vector ...
- ... From Blink r153971 by <jchaffraix@chromium.org> This patches reuse the OrderIterator's Vector. It provides a helper class OrderIteratorPopulator, used for manipulating the Vector directly. Which allows to consolidate the code into a single implementation across ...
- By May 27, 2014, 12:17:52 AM —
- [169334]: [CSS Grid Layout] Children of grid containers must be turned into grid ...
- ... From Blink r150472 by <jchaffraix@chromium.org> Source/WebCore: According to specs each child of a grid container must become a grid item meaning that grid items are grid level boxes and thus, do not participate in the block formatting context but in the grid fo ...
- By May 26, 2014, 2:48:55 AM —
- [167942]: REGRESSION (r167879): Heap-use-after-free in ...
- ... From Blink r154582 by <jchaffraix@chromium.org> Source/WebCore: This is a regression from the changes in OrderIterator. The issue is that we don't invalidate our iterator when a child is removed. This means that we could hold onto free'd memory until the next la ...
- By Apr 29, 2014, 10:34:34 AM —
- [167879]: OrderIterator refactoring to avoid extra loops ...
- ... orPopulator part is based on a patch from Blink r153971 by <jchaffraix@chromium.org>. Current implementation is O(number of children * number of order values). Now it will just do a sort operation and then a regular loop. So if you have different order values in a flexbox or grid the performance wi ...
- By Apr 28, 2014, 1:27:06 AM —
- [166923]: [CSS Grid Layout] Handle min/max height in the grid element ...
- ... Merged from Blink r161876 by <jchaffraix@chromium.org> Tests: fast/css-grid-layout/flex-content-sized-columns-resize.html fast/css-grid-layout/grid-element-min-max-height.html * rendering/RenderGrid.cpp: (WebCore::RenderGrid::layoutGridItems): LayoutTests: Ad ...
- By Apr 8, 2014, 5:05:33 AM —
Note:
See TracSearch
for help on searching.