3 Commits
Author SHA1 Message Date
Claudio DeSouza 8896149685 SetAllocatorDumpNameAllowlistForTesting spanified
The only call to this function was passing `nullptr` which is the
equivalent of an empty span.

Chromium change:
https://chromium.googlesource.com/chromium/src/+/58bfcc525abee92abce83078a14519cf86142e49

commit 58bfcc525abee92abce83078a14519cf86142e49
Author: Jan Keitel <jkeitel@google.com>
Date:   Fri Aug 16 16:43:55 2024 +0000

    Fix unsafe buffer warnings in memory_infra_background_allowlist.cc.

    Bug: 40284755
2024-09-10 14:42:45 -04:00
cdesouza-chromium 7814e17784 [clang-tidy] Modernise namespaces (#24272)
Modernising all namespaces in brave to use nested concat namespace
declarations.

This change is part of a large effort to modernise the brave codebase
across the board with `clang-tidy`, in order to allow future use of
`clang-duty`during code reviews. The idea is to apply a few modernisers
across the codebase in order to have less noise when trying to use
clang-tidy with some sort of autmoation.
2024-06-21 17:12:18 +01:00
Mikhail f6c50a76ce Moves IsMemoryAllocatorDumpNameInAllowlist to BraveProcessMemoryDumpTest (#23754)
Make BraveProcessMemoryDumpTest
2024-05-22 22:51:10 +01:00