Open
Bug 1757339
Opened 4 years ago
Updated 4 years ago
Reorganize files in mozglue/misc
Categories
(Core :: MFBT, task)
Core
MFBT
Tracking
()
NEW
People
(Reporter: mozbugz, Unassigned)
Details
Spawned from https://phabricator.services.mozilla.com/D139669#inline-768604
Some ideas to rearrange files:
- At least use the same base name for .h and .cpp, so it's clearer where things are declared and defined. Currently we have headers like PlatformMutex.h being implemented in Mutex_posix.cpp (and others), with bits in MutexPlatformData_posix.h (and others).
- Consider combining per-platform files.
Other suggestions welcome.
You need to log in
before you can comment on or make changes to this bug.
Description
•