Commit Graph

64 Commits

Author SHA1 Message Date
Tom Tromey
7351af74b9 Bug 1355233 - quote unmatched open paren in function tokens correctly; r=gl
When rewriting in the rule view, the rewriter quotes unmatched open
parens to avoid some edits affecting the rest of the style sheet.  This
was bug 1321970.  However, that change didn't correctly handle the case
of a function token, where the paren in question appears at the end, not
the start, of the token.

MozReview-Commit-ID: GjA40M2KsvX
2017-04-17 08:00:58 -06:00
Daisuke Akatsuka
a723d357d8 Bug 1210796 - Part 2: Visualize each properties. r=pbro
MozReview-Commit-ID: Hjb1QyOMNZR
2017-04-18 12:15:54 +09:00
Xidorn Quan
0f2df09dac Bug 1355734 - Remove text-decoration-line: -moz-anchor-decoration. r=heycam,masayuki
MozReview-Commit-ID: 4TmVncV1K5G
2017-04-13 16:17:03 +08:00
Mayank Srivastav
2ef5980a23 Bug 1156019 - Fix the issue of background-size property, regenerated properties css database & updated tests. r=xidorn
MozReview-Commit-ID: ACRxUEWBbSM
2017-04-07 11:01:00 -04:00
bechen
0b9a35ad45 Bug 1318542 - fix testcases due to new pseudo element ::cue. r=heycam
MozReview-Commit-ID: F10y2zTtBoT
2017-04-05 10:50:58 +08:00
Rahul Chaudhary
67ebe412d6 Bug 1332090 - Added a contrast ratio component to the Color Widget. r=pbro
MozReview-Commit-ID: 9FA0h9ST62E
2017-02-20 22:27:22 -05:00
Mats Palmgren
f275f18e3e Bug 1333482 part 9 - [css-ui] Regenerate the DevTools properties database. r=dholbert
MozReview-Commit-ID: Zz6nNpLl1S
2017-03-23 22:11:29 -07:00
Tom Tromey
befd2a0581 Bug 1321970 - escape unmatched parens in property rewriter; r=gl
MozReview-Commit-ID: 2rs07e8O0ab
2017-03-16 07:46:53 +01:00
J. Ryan Stinnett
47d40079e2 Bug 1326100 - Restore notable inline comments in DevTools. r=tromey
MozReview-Commit-ID: 6cLDkoCt0al
2017-03-20 16:22:55 -05:00
Jeremy Chen
b26344e0ed Bug 1348899 - update devtools' property db for CSS3 multicol column-span. r=dholbert
This patch is auto generated by 'mach devtools-css-db' after we implemented
the style-system support for CSS3 multicol column-span in Bug 1339298.

MozReview-Commit-ID: 5Dl8BTHCHu5
2017-03-21 09:15:08 +08:00
Xidorn Quan
0bcaa746f1 Bug 1346669 - Make font-synthesis not a subprop of font shorthand. r=jfkthame
MozReview-Commit-ID: KUX72Gr4SYs
2017-03-13 12:36:19 +11:00
Jeremy Chen
02306b32ae Bug 1343512 - Let CSS text-justify property ride the train. r=xidorn
As title, so no ifndef MOZ_RELEASE guard here.
If we discover some serious issues, we can always pref it off
on RELEASE channel.

MozReview-Commit-ID: 9ODz6SKdBeL
2017-03-06 14:30:18 +08:00
Daniel Holbert
477e9f5a8c Bug 1343665 part 2: Regenerate devtools' generated properties db, now that layout.css.object-fit-and-position.enabled is removed. r=mats
MozReview-Commit-ID: 19F7rkKzmIN
2017-03-02 10:04:11 -08:00
jeremychen@mozilla.com
8e500e1044 Bug 276079 - parse and compute CSS text-justify property. r=xidorn
MozReview-Commit-ID: K3bh0H2SPnE
2017-03-01 20:58:25 +08:00
Carsten "Tomcat" Book
e1b6f23c86 Merge mozilla-central to mozilla-inbound 2017-02-09 11:38:08 +01:00
Stanford Lockhart
b19d006244 Bug 1332091 - Part 1: Add colour value editors for Hex, RGBA, HSLA, and a selection box to go between them. r=gl 2017-02-09 01:35:52 -05:00
Xidorn Quan
875f054fff Bug 1333675 followup - Remove prefixed values for unicode-bidi from devtools.
MozReview-Commit-ID: J6ewcNe1cSn
2017-02-09 12:38:49 +11:00
Astley Chen
364ae0f1ac Bug 1331296 : Part 5 - Update DevTool CSS property database. r=tromey
MozReview-Commit-ID: Ec49CX8iJNT
2017-01-18 10:50:37 +08:00
Sebastian Hengst
c6d9ef3e98 Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
Tim Nguyen
548b6bdbef Bug 1330099 - Enable object-shorthand eslint rule. r=jryans
MozReview-Commit-ID: 3wA25rfznBv
2017-01-11 21:22:15 +00:00
Tom Tromey
17e25d65e8 Bug 1328016 - add parseNamedDeclarations and use in rule view; r=pbro
MozReview-Commit-ID: 25LvVRvbpIm
2017-01-03 13:14:08 -07:00
gtatum@mozilla.com
f6265c23b9 Bug 1309065 - Be smarter about filling in the client-side css properties db; r=tromey
MozReview-Commit-ID: BOYwveTH1Hy
2016-10-11 20:30:24 +00:00
Wes Kocher
32d62c3316 Backed out changeset 2aef437d23b7 (bug 1309065) for failures in test_css-properties-db.js a=backout 2016-12-28 13:42:19 -08:00
gtatum@mozilla.com
bfd9bbaafe Bug 1309065 - Be smarter about filling in the client-side css properties db; r=tromey
MozReview-Commit-ID: BOYwveTH1Hy
2016-10-11 20:30:24 +00:00
Xidorn Quan
7749bec582 Bug 1063162 part 2 - Implement caret-color property. r=dholbert
MozReview-Commit-ID: DH7CX1d477R
2016-12-22 11:04:15 +11:00
JerryShih
28fdaf5354 Bug 1310681 - pass css-color-4 color function supporting info to devtool css OutputParser and SwatchColorPickerTooltip. r=tromey
Pass css-color-4 supporting status from css-property db to OutputParser and SwatchColorPickerTooltip.

MozReview-Commit-ID: N1ffWOlf9f
2016-10-21 14:59:07 -04:00
Sebastian Hengst
fb193b9c59 Backed out changeset 148e65bd3f3b (bug 1063162) 2016-12-22 17:43:34 +01:00
Xidorn Quan
dba629b7be Bug 1063162 part 2 - Implement caret-color property. r=dholbert
MozReview-Commit-ID: DH7CX1d477R
2016-12-22 11:04:15 +11:00
Jonathan Kew
3d7ede66d7 Bug 1321022 followup, refresh devtools css db to fix xpcshell errors. 2016-12-03 14:48:09 +00:00
Jonathan Kew
205e46b4e9 Bug 1321022 pt 4.1 - Regenerate the devtools property db (auto-generated using ./mach devtools-css-db). r=dholbert 2016-12-03 12:18:37 +00:00
Astley Chen
080c0974f4 Bug 1276808 - Update DevTool properties-db.js file. r=tromey
MozReview-Commit-ID: 8zYYy4iB9Nb
2016-11-29 08:39:34 +08:00
Mats Palmgren
6c3889bc72 Bug 1319958 (followup) - Add the place-content/items/self shorthands to devtools. r=bustage 2016-11-28 01:51:32 +01:00
Boris Zbarsky
c19f725ca8 Bug 1315368. Back out changeset bf190e326bfd (bug 790997) because what it implements doesn't actually follow the CSS syntax editor's draft and breaks some sites in the process. r=dbaron 2016-11-05 00:23:16 -04:00
Mats Palmgren
a4358a8d44 Bug 1313254 part 3 - [css-align] Change "last-baseline" to "last baseline" in devtools/ (scripted change). r=gregtatum 2016-11-05 02:57:07 +01:00
Manish Goregaokar
f35d90e274 Bug 1311959 - Remove marker-offset; r=tromey,xidorn
MozReview-Commit-ID: 72Fse0z1BiY
2016-10-21 15:34:46 +05:30
JerryShih
b43a3199ab Bug 1302787 - add a mode for css-color-4 color parser to accept the old style syntax only. r=ttromey
MozReview-Commit-ID: GBxnc1H1qIb
2016-10-17 02:12:05 -04:00
JerryShih
8c7a39f2c9 Bug 1302787 - remove the now-unused requireComma() function in devtool colorUtils. r=ttromey
MozReview-Commit-ID: GuUWNZPcX7C
2016-10-17 02:12:05 -04:00
JerryShih
7177bc6fd5 Bug 1302787 - implement css-color-4 color function changes in devtool parser. r=ttromey
MozReview-Commit-ID: JQQJcDsXFlp
2016-10-17 02:12:05 -04:00
Iris Hsiao
685245288b Backed out changeset 02c03ca774ee (bug 1302787) 2016-10-17 12:05:36 +08:00
Iris Hsiao
564c4b812e Backed out changeset 0b3435dc45f8 (bug 1302787) 2016-10-17 12:05:32 +08:00
Iris Hsiao
4051f10534 Backed out changeset 281ed6b1d3b4 (bug 1302787) 2016-10-17 12:05:23 +08:00
JerryShih
90ffd2b624 Bug 1302787 - Add a mode for css-color-4 color parser to accept the old style syntax only. r=tromey 2016-10-16 03:15:37 +08:00
JerryShih
33d2429dd7 Bug 1302787 - Remove the now-unused requireComma() function in devtool colorUtils. r=tromey
MozReview-Commit-ID: 7BObHaVao2A
2016-10-16 03:15:37 +08:00
JerryShih
4430b46c2a Bug 1302787 - Implement css-color-4 color function changes in devtool parser. r=tromey
MozReview-Commit-ID: LrGcHDPUpez
2016-10-16 03:15:37 +08:00
Greg Tatum
84dd3ed162 Bug 1309040 - Update mach devtools-css-db to be more accurate in generating the db; r=tromey
This patch removes the preferences from the css properties db as they
are not needed anymore. It also makes the generation process more
robust when the properties-db.js has been deleted. Finally the comments
have been updated to reflect the recent change in approach to the
devtools-css-db.

MozReview-Commit-ID: H31QGYTjy34
2016-10-11 10:16:27 -05:00
Neerja Pancholi
2cb6d0a42d Bug 1300895 - Unprefix CSS multi-column properties, but add back prefixed aliases via nsCSSPropAliasList.h r=dbaron
Also make necessary updates to tests like:
1. unprefixing in property_database.js and added new aliases there
2. unprefixing in test_transitions_per_property.html
3. update nsComputedDomStylePropertyList.h
4. update devtools' property database

MozReview-Commit-ID: B3kOFrM9EL
2016-10-10 13:16:57 -07:00
Sebastian Hengst
9fffdbeb0e Backed out changeset b7c0df58a2f4 (bug 1300895) for xpcshell failure in /test_css-properties-db.js. r=backout 2016-10-11 00:44:45 +02:00
Neerja Pancholi
3912197452 Bug 1300895 - Unprefix CSS multi-column properties, but add back prefixed aliases via nsCSSPropAliasList.h r=dbaron
Also make necessary updates to tests like:
1. unprefixing in property_database.js and added new aliases there
2. unprefixing in test_transitions_per_property.html
3. update devtools' property database

MozReview-Commit-ID: B3kOFrM9EL
2016-10-10 13:16:57 -07:00
Greg Tatum
7f00d2f6e7 Bug 1308651 - Make css properties db diffable and human readable; r=tromey
MozReview-Commit-ID: LfYeALhHVaw
2016-10-10 10:08:33 -05:00
Greg Tatum
4e62012256 Bug 1303748 - Fix color cycling in CssColor by adding more HSL precision; r+tromey r=tromey
MozReview-Commit-ID: EtNj5IdOnKr
2016-09-28 09:31:26 -05:00