gecko-dev/layout/build
Makoto Kato afd374a967 Bug 1856084 - Destroy nsLanguageAtomService even if nsLayoutStatics isn't destroyed. r=platform-i18n-reviewers,dminor
When looking pernos debug session, since `nsLayoutStatics` isn't destroyed,
`nsLanguageAtomService` isn't destroyed. It seems to be some objects are
leaked according to stdout and stderr on debug build.

So we should destroy this service to avoid other debug assertion even if
`nsLayoutStatics` isn't destroyed.

Differential Revision: https://phabricator.services.mozilla.com/D192607
2023-11-03 03:56:41 +00:00
..
components.conf Bug 1641389 - Remove image.webp.enabled pref, always on by default. r=necko-reviewers,tnikkel,valentin 2023-09-15 19:36:34 +00:00
moz.build Bug 1677718 - Completely remove AppCache API implementation r=necko-reviewers,emilio,jesup 2023-06-02 07:55:23 +00:00
nsContentDLF.cpp Bug 1844752, initialize nsNodeInfoManager::mPrincipal with the correct principal when available, r=dom-core,emilio,peterv 2023-07-31 23:44:15 +00:00
nsContentDLF.h
nsLayoutCID.h
nsLayoutModule.cpp Bug 1773770: Part 1 - Remove defunct layout module. r=mccr8 2022-06-30 09:12:15 +00:00
nsLayoutModule.h Bug 1514936, part 2 - Drop the outer arguments from static components. r=xpcom-reviewers,nika 2022-05-17 20:24:19 +00:00
nsLayoutStatics.cpp Bug 1856084 - Destroy nsLanguageAtomService even if nsLayoutStatics isn't destroyed. r=platform-i18n-reviewers,dminor 2023-11-03 03:56:41 +00:00
nsLayoutStatics.h