gecko-dev/layout
Glenn Watson 0cc2ef2ac9 Bug 1641751 - Part 3 - Refactor some texture cache code for future eviction changes. r=Bert,kvark
* Maintain a running total of bytes allocated in both standalone and
  shared cache regions. This is used as a threshold to know when to
  force a mid-frame eviction. Previously, as soon as the currently
  allocated set of shared textures were full, we'd force an eviction.
  This means that in typical use cases, we were forcing an eviction
  as soon as the texture cache is > 16 MB, which is inefficient.

* Separate out picture cache eviction from the normal cache eviction
  path. This will be important in the next patch which will change
  the eviction algorithm for all shared / standalone entries.

* Remove Eviction::Eager as a policy option for shared and standalone
  textures. As part of this, switch render task cache entries to use
  Eviction::Auto. This is a better option anyway, there is no real
  benefit to evicting render tasks as soon as possible - they should
  be expired based on usage, just as for normal cache entries.

Differential Revision: https://phabricator.services.mozilla.com/D77983
2020-06-05 00:53:17 +00:00
..
base Bug 1641033 - nsRefreshDriver vsync observer should always post task to main thread. r=jrmuizel 2020-06-04 10:43:19 +00:00
build Bug 1639833 - IntrisincStoragePrincipal should always be partitioned - part 2 - Expose PartitionedPrincipal, r=dimi 2020-06-03 06:09:52 +00:00
docs Bug 1628958 Part 1 - Add Layout & CSS section to Mozilla Source Tree Documentation. r=firefox-source-docs-reviewers,sylvestre 2020-04-15 18:07:24 +00:00
forms Backed out 3 changesets (bug 1638153) for perma failures on cross-origin-objects.html. CLOSED TREE 2020-06-01 23:51:35 +03:00
generic Bug 1643212 - Use the expanded scroll port to constrain the dirty rect in ScrollFrameHelper::BuildDisplayList(). r=tnikkel 2020-06-04 22:46:43 +00:00
inspector Bug 1642221 - Rename SheetLoadData::mLoaderPrincipal to mTriggeringPrincipal. r=jwatt 2020-05-31 17:11:57 +00:00
ipc
mathml Bug 1630935 - Refactor FontFamilyName + FontFamilyList + nsMathMLChar. r=emilio 2020-06-04 13:18:21 +00:00
media
painting Bug 1641246 - Remove nsDisplayResolution. r=botond 2020-05-27 22:17:09 +00:00
printing Bug 1600623. Add telemetry probes for print dialog/preview opens/cancels and print target type. r=bobowen,mbalfanz 2020-06-03 21:21:14 +00:00
reftests Bug 1641751 - Part 3 - Refactor some texture cache code for future eviction changes. r=Bert,kvark 2020-06-05 00:53:17 +00:00
style Bug 1643279 - Fix specificity of select rules in forms.css. r=jwatt 2020-06-04 12:30:53 +00:00
svg Bug 1608515: Update the SVG IsContainingWindowElementOfType impl for Fission r=barret,dholbert 2020-06-03 15:24:54 +00:00
tables Bug 1626129 - Apply skip sides for nsTableCellFrame's border and padding, and use it to calculate available space to reflow children. r=dbaron 2020-05-18 00:47:05 +00:00
tools Bug 1641733 - Trigger print via FrameLoader.print in the parant process instead of in the content process. r=jwatt 2020-06-04 21:09:30 +00:00
xul Backed out 3 changesets (bug 1638153) for perma failures on cross-origin-objects.html. CLOSED TREE 2020-06-01 23:51:35 +03:00
moz.build Bug 1628958 Part 1 - Add Layout & CSS section to Mozilla Source Tree Documentation. r=firefox-source-docs-reviewers,sylvestre 2020-04-15 18:07:24 +00:00