gecko-dev/layout
Emilio Cobos Álvarez 154963d4ec Bug 1802533 - Make insertAnonymousContent() not reframe the whole frame tree the first time it's added to the document. r=TYLin
Given the STR I was almost close to WONTFIX this, but it seems worth
fixing regardless, if only because this also happens in content pages
and it's something I've been bitten by before (try to debug a layout
bug, inspect the element, then realize the bug is "fixed" because we
reframed everything).

This is mostly a performance optimization, so it doesn't seem super-easy
to test, particularly since you can't quite just change styles of NAC
easily...

I'll try to remove that block altogether in a follow-up.

Differential Revision: https://phabricator.services.mozilla.com/D163151
2022-11-29 18:57:50 +00:00
..
base Bug 1802533 - Make insertAnonymousContent() not reframe the whole frame tree the first time it's added to the document. r=TYLin 2022-11-29 18:57:50 +00:00
build Bug 1800295 - Delete the Viaduct XPCOM interface, r=chutten,markh 2022-11-15 17:25:46 +00:00
docs Bug 1800091 - Update reftests running tests documentation. r=tnikkel 2022-11-11 14:10:34 +00:00
forms Bug 1802225 - Remove Layers.{h,cpp}. r=tnikkel,geckoview-reviewers,jgilbert,media-playback-reviewers,padenot,m_kato 2022-11-29 01:52:03 +00:00
generic Bug 1802142 - Remove layer="" attribute support from XUL elements. r=tnikkel,layout-reviewers 2022-11-29 04:52:33 +00:00
inspector Bug 1791777 - patch 1 - Implement CSS parsing for the @font-palette-values rule. r=emilio 2022-10-07 23:00:43 +00:00
ipc
mathml Bug 1802336 - Align none/mprescripts on MathML Core. r=emilio 2022-11-25 13:30:13 +00:00
media
painting Bug 1802225 - Rename LayerAttributes.h to ScrollbarData.h. r=tnikkel 2022-11-29 01:52:03 +00:00
printing Bug 1800684 - Remove print_via_parent. r=dshin 2022-11-15 16:19:30 +00:00
reftests Bug 1801512 - Respect the Control Panel FontSmoothingGamma value, if present. r=lsalzman 2022-11-26 20:39:18 +00:00
style Bug 1778510: Add a ShouldResistFingerprinting flag to JS RealmOptions r=jandem 2022-11-29 13:34:13 +00:00
svg Bug 1802225 - Remove Layers.{h,cpp}. r=tnikkel,geckoview-reviewers,jgilbert,media-playback-reviewers,padenot,m_kato 2022-11-29 01:52:03 +00:00
tables Bug 1673677: Ensure nested orthogonal table's baseline is equivalent to `contain: layout`. r=dholbert 2022-11-17 15:01:16 +00:00
tools Bug 1541508 - Use Services.env in layout/ r=layout-reviewers,emilio 2022-11-25 19:09:08 +00:00
xul Bug 1802142 - Remove layer="" attribute support from XUL elements. r=tnikkel,layout-reviewers 2022-11-29 04:52:33 +00:00
moz.build