Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
Tor Browser
Commits
75bd009f
Commit
75bd009f
authored
May 30, 2020
by
Mihai Alexandru Michis
Browse files
Backed out changeset 4311c3df8803 (bug 1597562) for causing failures in aboutmemory.
CLOSED TREE
parent
b02425c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
dom/ipc/ContentChild.cpp
View file @
75bd009f
...
...
@@ -1345,11 +1345,7 @@ mozilla::ipc::IPCResult ContentChild::RecvRequestMemoryReport(
const
bool
&
aMinimizeMemoryUsage
,
const
Maybe
<
mozilla
::
ipc
::
FileDescriptor
>&
aDMDFile
)
{
nsCString
process
;
if
(
aAnonymize
)
{
GetProcessName
(
process
);
}
else
{
process
=
NS_ConvertUTF16toUTF8
(
GetRemoteType
());
}
GetProcessName
(
process
);
AppendProcessId
(
process
);
MemoryReportRequestClient
::
Start
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment