Find
C
ase-sensitive
R
egexp search
Path
Showing
37ae122d
from
2026-04-09
:
Bug
2030685
: make test-update-integrity tasks resilient to new locale and platform additions r=releng-reviewers,taskgraph-reviewers,jcristau
firefox-main
/
toolkit
/
components
/
finalizationwitness
Navigation
Enable keyboard shortcuts
Revision control
Coverage:
89 %
2026-04-02
:
89 %
2026-04-03
:
89 %
2026-04-04
:
89 %
2026-04-04
:
89 %
2026-04-05
:
89 %
2026-04-05
:
89 %
2026-04-06
:
89 %
2026-04-06
:
89 %
2026-04-06
:
89 %
2026-04-07
:
89 %
2026-04-07
:
89 %
2026-04-07
:
89 %
2026-04-08
:
89 %
2026-04-08
:
89 %
2026-04-08
:
89 %
2026-04-09
:
89 %
2026-04-09
:
89 %
2026-04-09
:
89 %
2026-04-09
:
89 %
Name
Description
Size
Coverage
FinalizationWitnessService.cpp
An event meant to be dispatched to the main thread upon finalization of a FinalizationWitness, unless method |forget()| has been called. Held as private data by each instance of FinalizationWitness. Important note: we maintain the invariant that these private data slots are already addrefed.
6845
89 %
FinalizationWitnessService.h
XPConnect initializer, for use in the main thread.
903
-
moz.build
653
-
nsIFinalizationWitnessService.idl
Create a new Finalization Witness. A finalization witness is an object whose sole role is to broadcast when it is garbage-collected. Once the witness is created, call method its method |forget()| to prevent the broadcast. @param aTopic The topic that the witness will broadcast using Services.obs. @param aString The string that the witness will broadcast. @return An object with a single method |forget()|.
1242
-