Mats Palmgren
|
24a358a2ab
|
Bug 1146051 part 7 - [css-grid] Make LineRange::mStart/mEnd into a union with both a signed/unsigned members to make it clear when we're working with translated line numbers and when not. r=dholbert
|
2015-04-30 18:42:50 +00:00 |
|
Mats Palmgren
|
3ae5b47142
|
Bug 1146051 part 6b - [css-grid] Clamp grid lines after resolving 'auto'. r=dholbert
|
2015-04-30 18:42:50 +00:00 |
|
Mats Palmgren
|
4ba75372a2
|
Bug 1146051 part 6 - [css-grid] Make the grid zero-based after resolving definite lines. r=dholbert
|
2015-04-30 18:42:50 +00:00 |
|
Mats Palmgren
|
dc2067848b
|
Bug 1146051 part 5b - [css-grid] Clamp resolved definite lines for abs.pos. to the untranslated grid bounds. r=dholbert
|
2015-04-30 18:42:50 +00:00 |
|
Mats Palmgren
|
c8a2278f13
|
Bug 1146051 part 5 - [css-grid] Resolve definite lines such that they expand the implicit grid also to the top/left as needed. Also, implement the 'If not enough lines with that name exist, all lines in the implicit grid are assumed to have that name' spec change when resolving <custom-ident> with <integer> or span. r=dholbert
|
2015-04-30 18:42:50 +00:00 |
|
Mats Palmgren
|
635cc6504b
|
Bug 1146051 part 4 - [css-grid] Translate the grid so that the top-/left-most implicit line becomes 1,1. r=dholbert
|
2015-04-30 18:42:50 +00:00 |
|
Mats Palmgren
|
33a238006b
|
Bug 1146051 part 1 - [css-grid] Change the representation of 'auto' from zero to kAutoLine - an arbitrary number outside the range we clamp definite lines to. r=dholbert
|
2015-04-30 18:42:50 +00:00 |
|
Mats Palmgren
|
8fd95f7f1c
|
Bug 1147423 part 1 - [css-grid] Use a signed integer type for some line variables in preparation for negative implicit lines. r=dholbert
|
2015-04-30 18:42:50 +00:00 |
|
Mats Palmgren
|
5df9dd88b7
|
Bug 1107786 - part 1, [css-grid] Implement layout and painting per the CSS 'order' property for normal flow grid items. r=dholbert
|
2015-03-26 18:57:39 +00:00 |
|
Mats Palmgren
|
3bd916b0c5
|
Bug 1145968 - [css-grid] Make grid items paint as inline-blocks and create a stacking context when 'z-index' != 'auto'. r=dholbert
|
2015-03-26 18:57:39 +00:00 |
|
Mats Palmgren
|
d7f28003bb
|
Bug 1107783 - part 1, [css-grid] Implement abs.pos. grid item placement and reflow. r=dholbert
|
2015-03-26 18:57:39 +00:00 |
|
Ehsan Akhgari
|
33bb32f549
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Mats Palmgren
|
717c81e207
|
Bug 1139539 - part 2, [css-grid] Implement grid item containing block calculations and reflow (initial version). r=dholbert
|
2015-03-18 09:02:32 +00:00 |
|
Mats Palmgren
|
4dd4d8a9bd
|
Bug 1139539 - part 1, [css-grid] Implement primitive grid track sizing. r=dholbert
Basically just 11.4 "Initialize Track Sizes" in:
http://dev.w3.org/csswg/css-grid/#algo-init
|
2015-03-18 09:02:32 +00:00 |
|
Mats Palmgren
|
1a62846639
|
Bug 1107778 - part 1, [css-grid] implement automatic grid item placement. r=dholbert
|
2015-03-18 09:02:32 +00:00 |
|
Mats Palmgren
|
585565d3f9
|
Bug 1009776 - part 4, [css-grid] Add a cell map to keep track of which grid cells are occupied. r=dholbert
|
2015-03-18 09:02:32 +00:00 |
|
Mats Palmgren
|
f9df94c077
|
Bug 1009776 - part 3, [css-grid] Store the grid item's grid area on a frame property. r=dholbert
|
2015-03-18 09:02:32 +00:00 |
|
Mats Palmgren
|
66a339d79d
|
Bug 1009776 - part 2, [css-grid] Add a method to inflate the implicit grid to include a given grid area. r=dholbert
|
2015-03-18 09:02:32 +00:00 |
|
Mats Palmgren
|
b600c202a4
|
Bug 1009776 - part 1, [css-grid] Implement line-based placement. r=dholbert
|
2015-03-18 09:02:32 +00:00 |
|
Seth Fowler
|
c8568ec73a
|
Bug 1128356 - Add template functions for common frame property destructors. r=dbaron
|
2015-02-04 15:22:27 -08:00 |
|
Mats Palmgren
|
af72adfc78
|
Bug 1009282 - [css-grid] Add primitive support for implicit named areas. r=dholbert
|
2015-01-14 21:59:59 +00:00 |
|
Ehsan Akhgari
|
95a75d8cc2
|
Bug 1060985 - Fix more bad implicit constructors in layout; r=roc
|
2014-08-31 23:36:37 -04:00 |
|
Mats Palmgren
|
beb1dea11c
|
Bug 508665 - part 4, Make nsCSSFrameConstructor use nsContainerFrame* for frames used as parent frames. r=roc
|
2014-05-24 22:20:40 +00:00 |
|
Mats Palmgren
|
c0d1ff26ed
|
Bug 1009272 - [css-grid] Add some sanity checks for the grid container child frame lists. r=dholbert
|
2014-05-19 23:57:00 +00:00 |
|
Wes Kocher
|
33ddbc6a5f
|
Backed out changeset 40c010000007 (bug 1009272) for B2G build bustage
|
2014-05-19 17:20:05 -07:00 |
|
Mats Palmgren
|
99f67807e9
|
Bug 1009272 - [css-grid] Add some sanity checks for the grid container child frame lists. r=dholbert
|
2014-05-19 23:57:00 +00:00 |
|
Mats Palmgren
|
ab4c3ccbd2
|
Bug 1008969 - part 2, Add a basic nsGridContainerFrame::Reflow() method. r=dholbert
|
2014-05-13 00:47:54 +00:00 |
|
Wes Kocher
|
b368d46380
|
Backed out changeset 46cf8e706620 (bug 1008969) for depending on bug 1008917 which was already backed out to fix a CLOSED TREE
|
2014-05-12 15:57:53 -07:00 |
|
Mats Palmgren
|
28bf633328
|
Bug 1008969 - part 2, Add a basic nsGridContainerFrame::Reflow() method. r=dholbert
|
2014-05-12 21:16:05 +00:00 |
|
Mats Palmgren
|
db3ee89f8d
|
Bug 1008969 - part 0, make nsGridContainerFrame final for now, and remove some unnecessary boilerplate code, etc. r=dholbert
|
2014-05-12 21:16:05 +00:00 |
|
Simon Sapin
|
c999db9386
|
Bug 975501 part 2: Add display:{inline-,}grid behind a pref, and a stub nsGridContainerFrame. r=dholbert
|
2014-02-26 23:45:29 -08:00 |
|