summaryrefslogtreecommitdiffstats
path: root/layout/base/nsPresContext.cpp
Commit message (Collapse)AuthorAgeLines
* 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