summaryrefslogtreecommitdiffstats
path: root/layout
Commit message (Collapse)AuthorAgeLines
* Basilisk - the cmd line - help (the columns alignment, error improvements)janekptacijarabaci2018-02-28-2/+2
| | | | https://github.com/MoonchildProductions/moebius/pull/58
* Don't build EME-specific subroutines without EME.wolfbeast2018-02-24-0/+2
| | | | | | | | | | | - Checks for restricted or encrypted content - Dispatching 'encrypted' events - Dispatching 'key needed' events - HTML Media Element media keys system - EME telemetry - HTML Media Element EME API This is the main bulk for #26, isolating EME-specific code.
* JS - make window.pageYOffset/pageXOffset/scrollX/scrollY doublejanekptacijarabaci2018-02-21-5/+5
|
* Remove windows-xp and windows-vista from @media(-moz-os-version)wolfbeast2018-02-20-6/+0
|
* Never shrink line heights as a result of minimumFontSize.wolfbeast2018-02-13-1/+2
| | | | See: MoonchildProductions/Pale-Moon#1614.
* Bug 1261175.wolfbeast2018-02-07-0/+6
|
* Add -moz-windows-accent-color-is-darkwolfbeast2018-02-04-0/+13
| | | | #31 point 4
* Make the '-moz-windows-accent-color-applies' media query live to Windows 10 ↵wolfbeast2018-02-04-0/+3
| | | | settings changes.
* Add -moz-win-accentcolor(text)wolfbeast2018-02-04-0/+4
| | | | #31 points 1 and 2
* Add `@media(-moz-windows-accent-color-applies)`wolfbeast2018-02-04-0/+18
| | | | #31 point 3
* Remove checks for GCC < 4.9trav902018-02-04-2/+1
|
* Only create a single display transform for SVG frames with single child ↵wolfbeast2018-02-03-13/+36
| | | | | | transforms. This improves performance on repeated scaling of vectors.
* CSS gradients: add a special case for transparent stops.wolfbeast2018-02-02-0/+38
| | | | | | | This causes transparent stops to behave like "true transparent" instead of "transparent black", even in RGBA space. i.e.: the gradient will transition to a transparent version of the color adjacent to the transparent color stop (on either side if not on the edge).
* CSS: Stop using premultiplied color space for gradients.wolfbeast2018-02-02-90/+4
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1598453