Open
Bug 1861397
Opened 2 years ago
Updated 2 years ago
Cleanup Is<SomeProcess>Type functions vs. direct use of <SOME_PROCESS>_TYPE macros
Categories
(Core :: DOM: Content Processes, task, P3)
Core
DOM: Content Processes
Tracking
()
NEW
People
(Reporter: jstutte, Unassigned)
References
Details
We have a mixture of using the types directly like here and having the concurrent IsXXXType functions for some of them, all rarely used IIUC. I can see some value to wrap those that need a StringBeginsWith, but then I'd probably recommend to have them all and use them always.
| Reporter | ||
Updated•2 years ago
|
Severity: -- → S4
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•