Brad Werth
042dcb26b0
Bug 1423378 Part 3: Duplicate repeat auto-fit test into a repeat auto-fill test (with slightly different expected values). r=mats
...
MozReview-Commit-ID: AWmXfpRx7zG
--HG--
rename : dom/grid/test/chrome/test_grid_repeats.html => dom/grid/test/chrome/test_grid_repeat_auto_fit.html
2017-12-20 10:54:46 -08:00
Mats Palmgren
7097d46173
Bug 1423378 Part 2: Update tests to check line names around empty auto-fit grids. r=bradwerth
2017-12-16 14:56:00 +02:00
Brad Werth
b61d32f5ef
Bug 1423378 Part 1: Specially treat the explicit line names following a repeat auto-fit or auto-fill declaration to ensure they are always applied to the following line. r=mats
...
MozReview-Commit-ID: iFM5J6wRL6
2017-12-05 14:51:06 -08:00
Brad Werth
716259d509
Bug 1425954 Part 2: Update grid tests to check reporting of duplicated line names. r=mats
...
MozReview-Commit-ID: E0x7GXY9gUu
--HG--
extra : rebase_source : 0fdd4865cfd98fd93f6f7e41c0eb101ed3bc4ae0
2017-12-18 15:25:02 -08:00
Brad Werth
e583e7216c
Bug 1425954 Part 1: Strip out duplicate names when reporting line names via grid chrome API. r=mats
...
MozReview-Commit-ID: 9DW6EOFEpR6
--HG--
extra : rebase_source : 0a17162035230c48c9b4376eff4471275ee00724
2017-12-18 15:42:21 -08:00
Brad Werth
6ac9ae0497
Bug 1415670 Part 3: Extend Grid tests to check negativeNumber property. r=mats
...
MozReview-Commit-ID: 9tsjwCPNzmO
--HG--
extra : rebase_source : a91b26bc74c67b6ed73207f5d8c174e1218fb1b8
2017-11-08 16:38:31 -08:00
Brad Werth
f2b7fe179b
Bug 1415670 Part 2: Calculate negativeNumber for each GridLine. r=mats
...
MozReview-Commit-ID: D56jk7MbeIa
--HG--
extra : rebase_source : 344eff097ccce60224533c12ed68401934d7536a
2017-11-08 14:06:51 -08:00
Brad Werth
b5a67ff8c1
Bug 1415670 Part 1: Add a negativeNumber property to GridLine in webidl. r=smaug
...
MozReview-Commit-ID: E3IycnsN6Ep
--HG--
extra : rebase_source : 47e6db76091c237aa3d40341427ff6c406405806
2017-11-08 13:25:16 -08:00
Bogdan Tara
09195ba0cc
Backed out 3 changesets (bug 1415670) for failing chrome test dom/grid/test/chrome/test_grid_implicit.html r=backout on a CLOSED TREE
...
Backed out changeset 812aaf31c577 (bug 1415670)
Backed out changeset ec9fa6d9dca9 (bug 1415670)
Backed out changeset 92d2a5673bbc (bug 1415670)
2017-12-04 21:58:13 +02:00
Brad Werth
ffbb9de0eb
Bug 1415670 Part 3: Extend Grid tests to check negativeNumber property. r=mats
...
MozReview-Commit-ID: 9tsjwCPNzmO
--HG--
extra : rebase_source : 39c1c63a28a5126f1fc237a1fb765a0cdd822a0b
2017-11-08 16:38:31 -08:00
Brad Werth
884393d1ec
Bug 1415670 Part 2: Calculate negativeNumber for each GridLine. r=mats
...
MozReview-Commit-ID: D56jk7MbeIa
--HG--
extra : rebase_source : 9ebbf7877126ca90fbb929e0472aff235221b898
2017-11-08 14:06:51 -08:00
Brad Werth
8d764e78da
Bug 1416350 - Part 3: Add test to verify line numbers of grids with leading implicit tracks. r=mats
...
MozReview-Commit-ID: 8S8HMKhtWUP
--HG--
extra : rebase_source : 8fd4ed904a6d809af80f332a8e91155cf5a82394
extra : histedit_source : c9b06c066b4094ab4403c2ae8ed01b91ef3779a5
2017-11-10 14:10:33 -08:00
Brad Werth
a0fd338be1
Bug 1416350 - Part 2: Correct logic for Grid API line numbering with leading implicit tracks. r=mats
...
MozReview-Commit-ID: 4tiwdqhb5hb
--HG--
extra : rebase_source : 58db5f92938cce5c7a658c2e89c8cde286452ea1
extra : histedit_source : 863399fbebc805b5d9a4718c5d77aefeca43dbdb
2017-11-10 09:46:22 -08:00
Brad Werth
c9f2a7741b
Bug 1373678 Part 3: Add line number checks to test_grid_implicit.html. r=dholbert
...
MozReview-Commit-ID: Bv5M3mtVyz5
--HG--
extra : rebase_source : 27bf6d55e046ea61212741cbb3126094dfcc8395
2017-06-16 11:03:33 -07:00
Brad Werth
b1c8efe670
Bug 1373678 Part 2: Convert tabs to spaces in grid tests. r=dholbert
...
MozReview-Commit-ID: FLLZnDqnTez
--HG--
extra : rebase_source : 4a189fe4ef031d5d41d1ba89d7a31d68d95a06ac
2017-06-16 10:47:39 -07:00
Brad Werth
0ea02461da
Bug 1373678 Part 1: Reduce grid line numbers by count of leading implicit lines, minimum 0. r=dholbert
...
MozReview-Commit-ID: 7RdautCGTn4
--HG--
extra : rebase_source : 537ec239115aa322c267a4a1519fe9a2574cc894
2017-06-16 11:19:36 -07:00
Joel Maher
f297f17181
Bug 1339232 - annotate more dom/* moz.build files with BUG_COMPONENT. r=overholt
...
MozReview-Commit-ID: 2HbPxGkrVfv
2017-03-01 08:20:25 -05:00
Andi-Bogdan Postelnicu
454d1e68fa
Bug 1308208 - remove redundant null check from GridLines::SetLineInfo. r=baku
...
MozReview-Commit-ID: 55lIk7Klh4I
--HG--
extra : rebase_source : b60609990e5a9c88cb9a6227af1f210cf1333ca1
2016-10-06 19:05:46 +03:00
Brad Werth
ac8eac6caa
Bug 1300877 - Expose removed grid auto-fit tracks to devtools API. r=mats, r=ehsan
...
MozReview-Commit-ID: 3E1au3BQyLw
--HG--
rename : dom/grid/test/chrome/test_grid_track_state.html => dom/grid/test/chrome/test_grid_repeats.html
2016-09-21 11:49:29 -07:00
Daniel Holbert
08f2ae369a
(no bug) Drop whitespace on blank lines in test_grid_track_state.html (no review, whitespace-only)
...
MozReview-Commit-ID: 94YxIgaDaho
2016-09-23 10:53:56 -07:00
Brad Werth
4ca89baabe
Bug 1281446 - Resolved value of grid-template-columns/rows now lists removed auto-fit tracks as 0px. r=mats
...
--HG--
extra : rebase_source : 1590c0690945a702ab519b6aa66c90e2a2e86222
2016-09-08 08:40:06 -07:00
Brad Werth
0c33f1af41
Bug 1297189 - Expose implicit grid areas via dev tools API. r=mats, r=bz
2016-09-02 16:28:27 -07:00
Brad Werth
3d92babadf
Bug 1289200 - Adds GridAreas to grid css dev tools API. r=bz, mats
2016-08-23 13:34:51 -07:00
Tom Tromey
5538d692d3
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
...
This removes the unnecessary setting of c-basic-offset from all
python-mode files.
This was automatically generated using
perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
... on the affected files.
The bulk of these files are moz.build files but there a few others as
well.
MozReview-Commit-ID: 2pPf3DEiZqx
--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Brad Werth
dde35eb992
Bug 1241932 - Expose decoded CSS grid line properties via a Chrome API. r=mats
2016-07-07 11:38:12 -07:00
Brad Werth
e0d3269112
Bug 1241932 - Expose decoded CSS grid track properties in a Chrome API. r=heycam, r=khuey
...
--HG--
extra : rebase_source : 0c2a49236a2c71233a1ce6a92e50663b8a9f6238
2016-07-06 11:45:18 -07:00
Carsten "Tomcat" Book
1bb9877c16
Backed out changeset 3de5b79d7373 (bug 1241932) for bustage
2016-07-06 06:00:03 +02:00
Carsten "Tomcat" Book
2de695aebf
Backed out changeset e98d1ac584d6 (bug 1241932)
2016-07-06 05:59:52 +02:00
Brad Werth
1656f9d629
Bug 1241932 - Expose decoded CSS grid line properties via a Chrome API. r=mats
2016-07-05 13:35:52 -07:00
Brad Werth
dd6149d032
Bug 1241932 - Expose decoded CSS grid track properties in a Chrome API. r=heycam, r=khuey
2016-06-24 12:20:05 -07:00