зеркало из https://github.com/mozilla/gecko-dev.git
782cf5d3ad
In most situations, JSONWriter users already know string lengths (either directly, or through `nsCString` and friends), so we should keep this information through JSONWriter and not recompute it again. This also allows using JSONWriter with sub-strings (e.g., from a bigger buffer), without having to create null-terminated strings. Public JSONWriter functions have overloads that accept literal strings. Differential Revision: https://phabricator.services.mozilla.com/D86192 |
||
---|---|---|
.. | ||
tests | ||
CrashReport.cpp | ||
CrashReport.h | ||
DeprecationReportBody.cpp | ||
DeprecationReportBody.h | ||
EndpointForReportChild.cpp | ||
EndpointForReportChild.h | ||
EndpointForReportParent.cpp | ||
EndpointForReportParent.h | ||
FeaturePolicyViolationReportBody.cpp | ||
FeaturePolicyViolationReportBody.h | ||
PEndpointForReport.ipdl | ||
Report.cpp | ||
Report.h | ||
ReportBody.cpp | ||
ReportBody.h | ||
ReportDeliver.cpp | ||
ReportDeliver.h | ||
ReportingHeader.cpp | ||
ReportingHeader.h | ||
ReportingObserver.cpp | ||
ReportingObserver.h | ||
ReportingUtils.cpp | ||
ReportingUtils.h | ||
TestingDeprecatedInterface.cpp | ||
TestingDeprecatedInterface.h | ||
moz.build |