summaryrefslogtreecommitdiffstats
path: root/devtools/shared/css
Commit message (Collapse)AuthorAgeLines
* Issue #1705 - Part 4: Add scrollbar-width CSS keyword to CSS parser.Moonchild2021-01-06-0/+1
| | | | | This should be all parts needed to add a brand new enum keyword including getting the computed style from it...
* Issue #1673 - Part 4: Unprefix -moz-tab-size.athenian2002020-10-28-2/+19
| | | | While we do fail a couple of tests, the other mainstream browsers also fail them and I think our implementation of tab-size is good enough to be unprefixed at this point. Having this patch also makes testing easier.
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPMoonchild2020-10-20-0/+23
|\
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵athenian2002020-10-18-3/+2
| |\ | | | | | | | | | caret_color
| * | Issue #1668 - Part 1: Implement support for caret-color property.athenian2002020-10-18-0/+23
| | | | | | | | | | | | | | | | | | This CSS property allows input carets (that blinking input cursor you see in text fields), to be given a custom color. This was implemented in Firefox 53, and it was such a minor feature that no one ever missed it, but I don't see any harm in implementing this. https://bugzilla.mozilla.org/show_bug.cgi?id=1063162
* | | Issue #1671 - Unprefix ::-moz-selectionMoonchild2020-10-20-0/+1
| |/ |/| | | | | | | | | | | | | This actually keeps both pseudo-elements for now, since the prefixed version is still used internally, but we need the unprefixed version for web compat. Note: while unprefixing a non-spec-compliant pseudo here, it's exactly in line with what other browsers do. Nobody is following the spec here and at least we'll be doing what everyone else is with our unprefixed version.
* | [devtools] Teach devtools about overflow-wrap: anywhereMoonchild2020-10-03-0/+2
| | | | | | | | Tag #1666
* | Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-2/+0
| |
* | Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-1/+0
|/ | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* Revert "Merge pull request #1357 from athenian200/form-disabled-issue"athenian2002020-05-20-0/+2
| | | | | This reverts commit ed88b99849156004c04e4a0c87ea9b2360ef19b6, reversing changes made to c4b0715baaffc541670fd1158557aa7e61e521d3.
* Issue #1356 - Remove -moz-user-input disabled to improve event handling.athenian2002020-01-16-2/+0
|
* Issue #1230 - Part 2: Align devtools to the changes in css-gridGaming4JC2019-09-28-2/+4
| | | | | Ref: 1398537 part 4 - [css-multicol] Implement percentages for 'column-gap' (automated update of devtools).
* Handle URL token in a closer way to the CSS3 specJustOff2019-04-20-0/+21
|
* moebius#90: CSS - implement text-justify propertyjanekptacijarabaci2018-04-01-0/+21
|
* Support for css-color-4 (finish)janekptacijarabaci2018-02-02-11/+21
| | | | Issue #4
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+13349