1. 0ba5061 Wrap one missing memcpy in safe wrapper to allow it to work early. by Will Harris · 6 years ago
  2. 4e586281 Add one more test for CIG in sandbox. by Will Harris · 6 years ago
  3. a415b3bf Reland "Reland "Sandbox: Add support for CIG pre-launch."" by Will Harris · 6 years ago
  4. 8f21eb7 Move NT definitions used in chrome_cleaner to nt_internals.h by Joe Mason · 6 years ago
  5. 3ad59d98 Revert "Reland "Sandbox: Add support for CIG pre-launch."" by Makoto Shimazu · 6 years ago
  6. 7d5fe940 Reland "Sandbox: Add support for CIG pre-launch." by Will Harris · 6 years ago
  7. e218a8d Revert "Sandbox: Add support for CIG pre-launch." by Findit · 6 years ago
  8. 9e89ae37 Sandbox: Add support for CIG pre-launch. by Will Harris · 6 years ago
  9. 323d285 Remove *Kernel32Loaded APIs from TargetServices. by Will Harris · 6 years ago
  10. fc74834 minor typo in comment. No functional changes. by Alex Gough · 6 years ago
  11. e253792 Refactors copying of data to child processes by Alex Gough · 6 years ago
  12. e094d8f Allowing ftruncate through sandbox in coverage build. by Sajjad Mirza · 6 years ago
  13. ebae8c0 Disable ACG on x86-on-ARM64 systems. by Will Harris · 6 years ago
  14. 68e8816 Upgrade ProcessMitigationsWin32KDispatcher to new shared memory api. by Matthew Cary · 6 years ago
  15. 3fc88fb Upgrade windows sandbox test shared memory API. by Matthew Cary · 6 years ago
  16. 5f7698c Add NtGetPathFromHandle to Sandbox NT utils. by Will Harris · 6 years ago
  17. aa609b6 Cleanup Windows sandbox integration tests a bit. by Will Harris · 6 years ago
  18. 0807714 Allow shared memory IPC client to work before kernel32 is fully loaded. by Will Harris · 6 years ago
  19. f6fd391 [Android] Permit __NR_membarrier in the Seccomp sandbox. by Robert Sesek · 6 years ago
  20. 3ef7d84a Inclusive language in //sandbox Windows components by Alex Gough · 6 years ago
  21. 3d06915 Disabling prctl unit test in coverage builds. by Sajjad Mirza · 6 years ago
  22. 5896605 Allowing prctl through sandbox in coverage build. by Sajjad Mirza · 6 years ago
  23. 65a25ae8 [GCPW] Disable GCPW signin dialog if Chrome is not running under winlogon by Tien Mai · 6 years ago
  24. cde0b63 Remove expiry date param to FieldTrial factory functions. by Alexei Svitkine · 6 years ago
  25. 535df75 Fix handle search failure for handle slot stuff by Tom Tan · 6 years ago
  26. 784d95f fix: FilePolicyTest failures on Windows on Arm by Richard Townsend · 6 years ago
  27. 1a9b0f2 Remove non-source sources from binary targets by Tom Anderson · 6 years ago
  28. 5210f90 macOS V2 Sandbox: Remove unused test. by Greg Kerr · 6 years ago
  29. 11429f6 Reland "Update Linux Seccomp syscall restrictions to EPERM posix_spawn/vfork" by Matthew Denton · 6 years ago
  30. bdbaaf4 Remove base::subtle::MemoryBarrier by Tomasz Moniuszko · 6 years ago
  31. 8613938 No-op change to sbox_validation_tests to undup isolate results. by John Budorick · 6 years ago
  32. 58174ddd Revert "Update Linux Seccomp syscall restrictions to EPERM posix_spawn/vfork" by Anders Hartvoll Ruud · 6 years ago
  33. 65046b8 Update Linux Seccomp syscall restrictions to EPERM posix_spawn/vfork by Matthew Denton · 6 years ago
  34. aed9bea Change enum Version to enum class Version by Bruce Dawson · 6 years ago
  35. 128c5e6 macOS V2 Sandbox: Handle EOF in main startup. by Greg Kerr · 6 years ago
  36. 6096893 Fix a handful of HTTP URLs to HTTPS. by David Benjamin · 6 years ago
  37. 03fefaf Allow *_PI futex syscalls when mutex priority inheritance is enabled by Ken MacKay · 6 years ago
  38. d07ef71 Update include paths for //base/hash/md5.h by Daniel Cheng · 6 years ago
  39. 9a02134 Revert "Disable ParameterRestrictions.ptrace* tests on Android < N." by Findit · 6 years ago
  40. fc93308 Disable ParameterRestrictions.ptrace* tests on Android < N. by Robert Sesek · 6 years ago
  41. 7c9572c Disable two failing sandbox_linux_unittests on Android L & M. by arthursonzogni · 6 years ago
  42. 2c6f3da [Windows Sandbox] Remove SANDBOX_INERT flag by Richard Baranyi · 6 years ago
  43. 76ee79eb Don't set PYTHONPATH in the parent process in tests. by David Benjamin · 6 years ago
  44. c2d9773 fix backup includes for PTRACE_GET_THREAD_AREA on arm/arm64 by Jeremy Apthorp · 6 years ago
  45. 9422b158 Remove extra semicolon after member function definition by Tom Tan · 7 years ago
  46. ba830b1 Disable ParameterRestrictions.ptrace_setregs_blocked by Ella Ge · 7 years ago
  47. dc3837a Remove more semicolons in Windows sandbox. by Yuly Novikov · 7 years ago
  48. fcffa40b Remove more straggler semicolons on Windows. by Nico Weber · 7 years ago
  49. c2d97e6 Remove semicolons in 32-bit and fuzzer Windows builds. by Nico Weber · 7 years ago
  50. 32a5b8e8 Remove most remaining semicolons in a release win build. by Nico Weber · 7 years ago
  51. e86ed9b3 Remove all remaining semicolons in a release mac build. by Nico Weber · 7 years ago
  52. 8a33234 Backup includes for PTRACE_GET_THREAD_AREA by Daniel Bratell · 7 years ago
  53. 508a907 [Android] Restrict ptrace() operations to just the read ones needed by Crashpad. by Robert Sesek · 7 years ago
  54. 67c7311 Use base::BindOnce for PostTask callbacks. by kylechar · 7 years ago
  55. 65004ec Remove a few unnecessary semicolons. by Nico Weber · 7 years ago
  56. 9a8e828b8 sandbox: Check that CPU feature detection works in 64 bit mode on Android. by Benoît Lizé · 7 years ago
  57. e0b4471 //sandbox: Convert base::(U)Int(64)ToString(16) to NumberToString(16) by Raul Tambre · 7 years ago
  58. 40c2f15 Fix thread cache after clone() in CanCreateProcessInNewUserNS by Andrey Malets · 7 years ago
  59. e99d32b [Sandbox] Fix integer overflow in CreateFromBuffer by jdoerrie · 7 years ago
  60. 40226f3e android: allow setsockopt with SO_PASSCRED by Joshua Peraza · 7 years ago
  61. d512a49 Use base::size rather than arraysize in sandbox/. by Avi Drissman · 7 years ago
  62. d6db857b Fix bad __mips64__ conversions from r618650. by Lei Zhang · 7 years ago
  63. 1e785858 Remove __mips32__ and __mips64__ defines from base/macros.h. by Lei Zhang · 7 years ago
  64. 05e97f9 Change a DCHECK in sandbox interception to allow multiple loads. by Will Harris · 7 years ago
  65. dc7d6b8 Comment tweaks. by Peter Mayo · 7 years ago
  66. 3f29599 Uprev //base/third_party/symbolize by tzik · 7 years ago
  67. 27a86e09 Add Windows ARM64 support to Chromium sandbox. by Tom Tan · 7 years ago
  68. 75a7cdf Move the base/sys_info* files to base/system/ by Sebastien Marchand · 7 years ago
  69. 2995d5e macOS V2 Sandbox: Plumb errno string through logging. by Greg Kerr · 7 years ago
  70. 76af091 Fix security_SandboxLinuxUnittests with glibc 2.27 by Yunlian Jiang · 7 years ago
  71. 35bdc0f PRESUBMIT.py: Remove uses of EnsureCQIncludeTrybotsAreAdded. by Edward Lemur · 7 years ago
  72. 1d6dbc6 Sandbox: Use the size of an exact object instead of an explicitly specified type. by Max Moroz · 7 years ago
  73. 2c8f8d6 Modify AllocAndGetFullPath to return smart pointer by Richard Baranyi · 7 years ago
  74. 415957a Modify AllocAndCopyName to return smart pointer by Richard Baranyi · 7 years ago
  75. 5f4d1e3 macOS sandbox: Capture sandbox::logging aborts as crash annotations. by Greg Kerr · 7 years ago
  76. 2f75e06 Fix compilation failure in sandbox_ipc_fuzzer on Windows by Jonathan Metzman · 7 years ago
  77. b6709dfe Remove support for obsolete bionic versions. by Torne (Richard Coles) · 7 years ago
  78. a522218b Fix some nits in sandbox_policy_base.cc. by Lei Zhang · 7 years ago
  79. 92dc522 Zero the out-parameter when blocking NtMapViewOfSection() in the sandbox. by Wez · 7 years ago
  80. d195b82e Fix some implicit 64-bit -> 32-bit casts in sandbox. by Will Harris · 7 years ago
  81. 8722b3d Document BrokerFilePermission params. by Jorge Lucangeli Obes · 7 years ago
  82. 28fbf7ee Fix //sandbox/linux PRESUBMIT for android_arm64_dbg_recipe. by Robert Sesek · 7 years ago
  83. 7499662 workaround sandbox_linux_unittests test failure by Yi Fan · 7 years ago
  84. d2787ed sandbox: Add StatOnlyWithIntermediateDirs() by Drew Davenport · 7 years ago
  85. b1cd8fe1a Create new //sandbox/mac:system_services target for disabling launchservicesd. by Robert Sesek · 7 years ago
  86. 4fc85b2 Android: whitelist MADV_RANDOM and MADV_NORMAL. by Matthew Cary · 7 years ago
  87. a818905 Reland "Add a new BPF helper syscall_broker::BrokerProcess::IsSyscallAllowed()." by Robert Sesek · 7 years ago
  88. c2877ab8 Revert "Add a new BPF helper syscall_broker::BrokerProcess::IsSyscallAllowed()." by Morten Stenshorne · 7 years ago
  89. 7217c9c Add a new BPF helper syscall_broker::BrokerProcess::IsSyscallAllowed(). by Robert Sesek · 7 years ago
  90. 3518f36 Ensure StrCat means StrCat by Danil Chapovalov · 7 years ago
  91. 5844384 Strengthen MITIGATION_DLL_SEARCH_ORDER on non-component builds. by Will Harris · 7 years ago
  92. c7b993b Reland "Stop removing rpath_for_built_shared_libraries from chrome_sandbox" by Tom Anderson · 7 years ago
  93. b560e27 Prepare to stop using -std=gnu* by Tom Anderson · 7 years ago
  94. 17b41949 Harmonize the sandbox memory limit across platforms. by Chris Palmer · 7 years ago
  95. f03d97c95 Mojo EDK -> Core: Misc top-levels by Ken Rockot · 7 years ago
  96. 49fee82 [Windows sandbox] Remove local define no longer needed. by Penny MacNeil · 7 years ago
  97. cea7267 fix race in HandleLocalTime function by Ivan Afanasyev · 7 years ago
  98. d2a6d6bc Revert "Stop removing rpath_for_built_shared_libraries from chrome_sandbox" by Thomas Anderson · 7 years ago
  99. 4091aa0 Disable some dynamic code sandboxing tests with ASan by Reid Kleckner · 7 years ago
  100. b558ba5 [sandbox] Remove address space limits on Linux. by Chris Palmer · 7 years ago