forked from mirrors/gecko-dev
Bug 1723674 added a new nsID::GenerateUUID() static factory function to generate UUIDs without the overhead of querying and instantiating an nsIUUIDGenerator object. nsContentUtils::GenerateUUID() is a utility function that amortizes that overhead by holding an nsIUUIDGenerator singleton. That's no longer necessary because code that calls nsContentUtils::GenerateUUID() can now just call nsID::GenerateUUID(). No nsIUUDGenerator is needed. Differential Revision: https://phabricator.services.mozilla.com/D132866 |
||
|---|---|---|
| .. | ||
| moz.build | ||
| PerformanceMetricsCollector.cpp | ||
| PerformanceMetricsCollector.h | ||
| PerformanceTypes.h | ||
| PerformanceUtils.cpp | ||
| PerformanceUtils.h | ||