CombinedStacks.cpp |
|
8279 |
CombinedStacks.h |
This class is conceptually a list of ProcessedStack objects, but it
represents them more efficiently by keeping a single global list of modules.
|
3069 |
ProcessedStack.cpp |
|
5957 |
ProcessedStack.h |
|
3916 |
TelemetryIOInterposeObserver.cpp |
Get size of hash table with file stats
|
5619 |
TelemetryIOInterposeObserver.h |
IOInterposeObserver recording statistics of main-thread I/O during execution,
aimed at consumption by TelemetryImpl
|
3748 |
UntrustedModules.cpp |
aIgnored |
19909 |
UntrustedModules.h |
This function returns a promise that asynchronously processes and gathers
untrusted module data. The promise is either resolved with the JS object
ping payload, or is rejected upon failure.
If the processing succeeds, the Glean "third-party-modules" ping is
submitted before the promise resolves with the JS object payload.
|
1596 |
UntrustedModulesBackupService.cpp |
static |
2890 |
UntrustedModulesBackupService.h |
|
2285 |
UntrustedModulesDataSerializer.cpp |
Limits the length of a string by removing the middle of the string, replacing
with ellipsis.
e.g. LimitStringLength("hello world", 6) would result in "he...d"
@param aStr [in,out] The string to transform
@param aMaxFieldLength [in] The maximum length of the resulting string.
|
19488 |
UntrustedModulesDataSerializer.h |
Retrieves the JS object.
@param aRet [out] This gets assigned to the newly created object.
|
3053 |