summaryrefslogtreecommitdiffstats
path: root/layout/base/nsPresContext.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1705 - Part 3: Rename ScrollbarStyles to ScrollStyles.Moonchild2021-01-06-14/+14
| | | | | | | | | | | ScrollbarStyles contains values of overflow, (over)scroll-behavior, etc. The only one which is marginally related to scroll _bars_ is overflow, which can be used to hide scrollbar (by making an element not scrollable) or enforce the scrollbar to display. It makes more sense to be called ScrollStyles as it's mainly concerning behavior of scrolling, not scrollbars. Also, with the addition of scrollbar width properties, the current name can be confusing.
* Issue #1655: Update MediaQueryList to the current draft spec.Moonchild2020-09-23-23/+3
| | | | | | | This make MediaQueryList inherit from EventTarget and adds MediaQueryListEvent as an interface as well as the onchange() method. This should not affect compatibility with other code; the event object is a MediaQueryListEvent instance, which is recognized as a MediaListQuery instance.
* Attach FrameProperties to each frame instead of using a shared hashtablewin7-72019-06-26-2/+1
| | | | Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame.
* Bug 1379762 part 1. Don't call MediaFeaturesChanged if our override device ↵janekptacijarabaci2018-05-15-4/+9
| | | | | | pixel ratio is set to its current value Issue #357
* moebius#138: Optimize operations on root of deeply-nested frame treejanekptacijarabaci2018-04-24-4/+5
| | | | https://github.com/MoonchildProductions/moebius/pull/138
* Make the '-moz-windows-accent-color-applies' media query live to Windows 10 ↵wolfbeast2018-02-04-0/+3
| | | | settings changes.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+3159