Find
C
ase-sensitive
R
egexp search
Path
Showing
4cbe9648
from
2026-04-06
:
Bug
2029319
- Fix intermittent shared tabs intent verification due to non-deterministic ordering in shareTabsFromTabsTrayTest r=ajoltan
firefox-main
/
toolkit
/
components
/
finalizationwitness
Navigation
Enable keyboard shortcuts
Revision control
Coverage:
89 %
2026-03-30
:
89 %
2026-03-30
:
89 %
2026-03-31
:
89 %
2026-04-01
:
89 %
2026-04-01
:
89 %
2026-04-01
:
89 %
2026-04-02
:
89 %
2026-04-02
:
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 %
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
-