зеркало из https://github.com/mozilla/gecko-dev.git
1be3156679
This patch is the result of auditing all places that look at the presence or absence of a display port to handle minimal display ports (HasDisplayPort, GetDisplayPort, etc). Broadly speaking the places were in two categories: 1) things related to painting, that want to consider minimal display ports as display ports for purposes of things like sending over metadata and separating out layers. 2) things that care about async scrolling, and so actually want to have a properly sized display port. Type 1) were not changed by this patch. Type 2) were changed to consider minimal display ports as not display ports. Again, we are aiming to leave behaviour unchanged. Differential Revision: https://phabricator.services.mozilla.com/D103856 |
||
---|---|---|
.. | ||
base | ||
build | ||
docs | ||
forms | ||
generic | ||
inspector | ||
ipc | ||
mathml | ||
media | ||
painting | ||
printing | ||
reftests | ||
style | ||
svg | ||
tables | ||
tools | ||
xul | ||
moz.build |