Bug 1757339 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

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 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.
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.

Back to Bug 1757339 Comment 0