Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Issue 1851213002: Remove sandbox on Windows. (Closed)

Created:
4 years, 8 months ago by Will Harris
Modified:
3 years, 7 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, sadrul, Matt Giuca, tapted, Peter Beverloo, grt+watch_chromium.org, caitkp+watch_chromium.org, jam, rickyz+watch_chromium.org, piman+watch_chromium.org, wfh+watch_chromium.org, darin-cc_chromium.org, creis+watch_chromium.org, tfarina, mkwst+moarreviews-renderer_chromium.org, kalyank, mkwst+moarreviews-shell_chromium.org, jochen+watch_chromium.org, felt
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove sandbox on Windows. This has significant binary size and performance improvements, as well as fixing a number of long standing bugs. Experiments show that this reduces launch time and binary size by 10%. Note: I had to remove chrome_elf too, since there were some dependencies there +robertshield. I haven't done the GN build yet, that will be in a follow-up CL. BUG=598392, 594829, 593482, 592320, 592212, 590782, 589177, 588190, 586401, 583038, 583037, 580916, 580800, 572131, 571523, 568836, 559803, 558924, 551665, 550361, 549319, 549308, 523278, 515669, 505813, 504880, 501975, 499523, 498949, 496922, 493414, 487400, 483691, 479903, 476708, 472324, 468713, 464430, 462760, 459166, 456193, 455496, 452613, 446964, 431940, 420296, 419104, 419084, 415503, 413889, 407757, 390785, 356150, 355567, 327360, 322710, 74242 TEST=Launch Chrome. Notice it's faster and smaller.

Patch Set 1 #

Patch Set 2 : add reqd sandbox_win64 dep #

Patch Set 3 : remove unneeded tests #

Patch Set 4 : fixes #

Patch Set 5 : fix nacl compile issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -45138 lines) Patch
M ash/ash.gyp View 1 2 3 4 2 chunks +0 lines, -10 lines 0 comments Download
M build/all.gyp View 1 2 3 4 3 chunks +0 lines, -7 lines 0 comments Download
M build/gn_migration.gypi View 1 2 3 4 3 chunks +0 lines, -12 lines 0 comments Download
M chrome/app/chrome_exe_main_win.cc View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/app/chrome_main_delegate.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/app/main_dll_loader_win.cc View 1 2 3 4 2 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/chrome_browser_main_win.cc View 1 2 3 4 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 2 chunks +0 lines, -22 lines 0 comments Download
D chrome/browser/chrome_elf_init_win.h View 1 2 3 4 1 chunk +0 lines, -22 lines 0 comments Download
D chrome/browser/chrome_elf_init_win.cc View 1 2 3 4 1 chunk +0 lines, -208 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/blacklist_load_analyzer_win.cc View 1 2 3 4 1 chunk +1 line, -76 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/environment_data_collection_win.cc View 1 2 3 4 3 chunks +1 line, -10 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/chrome_dll.gypi View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_exe.gypi View 1 2 3 4 5 chunks +0 lines, -38 lines 0 comments Download
M chrome/chrome_installer.gypi View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/service/service_utility_process_host.cc View 1 2 3 4 3 chunks +3 lines, -13 lines 0 comments Download
D chrome_elf/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -205 lines 0 comments Download
D chrome_elf/DEPS View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
D chrome_elf/OWNERS View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
D chrome_elf/blacklist.gypi View 1 2 3 4 1 chunk +0 lines, -69 lines 0 comments Download
D chrome_elf/blacklist/OWNERS View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
D chrome_elf/blacklist/blacklist.h View 1 2 3 4 1 chunk +0 lines, -84 lines 0 comments Download
D chrome_elf/blacklist/blacklist.cc View 1 2 3 4 1 chunk +0 lines, -457 lines 0 comments Download
D chrome_elf/blacklist/blacklist_interceptions.h View 1 2 3 4 1 chunk +0 lines, -43 lines 0 comments Download
D chrome_elf/blacklist/blacklist_interceptions.cc View 1 2 3 4 1 chunk +0 lines, -283 lines 0 comments Download
D chrome_elf/blacklist/test/blacklist_test.cc View 1 2 3 4 1 chunk +0 lines, -348 lines 0 comments Download
D chrome_elf/blacklist/test/blacklist_test_dll_1.cc View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
D chrome_elf/blacklist/test/blacklist_test_dll_1.def View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
D chrome_elf/blacklist/test/blacklist_test_dll_2.cc View 1 2 3 4 1 chunk +0 lines, -19 lines 0 comments Download
D chrome_elf/blacklist/test/blacklist_test_dll_2.def View 1 2 3 4 1 chunk +0 lines, -8 lines 0 comments Download
D chrome_elf/blacklist/test/blacklist_test_dll_3.cc View 1 2 3 4 1 chunk +0 lines, -14 lines 0 comments Download
D chrome_elf/blacklist/test/blacklist_test_dll_3.lib View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
D chrome_elf/blacklist/test/blacklist_test_main.cc View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
D chrome_elf/blacklist/test/blacklist_test_main_dll.h View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
D chrome_elf/blacklist/test/blacklist_test_main_dll.cc View 1 2 3 4 1 chunk +0 lines, -20 lines 0 comments Download
D chrome_elf/blacklist/test/blacklist_test_main_dll.def View 1 2 3 4 1 chunk +0 lines, -16 lines 0 comments Download
D chrome_elf/breakpad.h View 1 2 3 4 1 chunk +0 lines, -34 lines 0 comments Download
D chrome_elf/breakpad.cc View 1 2 3 4 1 chunk +0 lines, -192 lines 0 comments Download
D chrome_elf/chrome_elf.def View 1 2 3 4 1 chunk +0 lines, -12 lines 0 comments Download
D chrome_elf/chrome_elf.gyp View 1 2 3 4 1 chunk +0 lines, -164 lines 0 comments Download
D chrome_elf/chrome_elf.ver View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
D chrome_elf/chrome_elf_constants.h View 1 2 3 4 1 chunk +0 lines, -44 lines 0 comments Download
D chrome_elf/chrome_elf_constants.cc View 1 2 3 4 1 chunk +0 lines, -30 lines 0 comments Download
D chrome_elf/chrome_elf_main.h View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
D chrome_elf/chrome_elf_main.cc View 1 2 3 4 1 chunk +0 lines, -29 lines 0 comments Download
D chrome_elf/chrome_elf_unittests.isolate View 1 2 3 4 1 chunk +0 lines, -22 lines 0 comments Download
D chrome_elf/chrome_elf_util.h View 1 2 3 4 1 chunk +0 lines, -44 lines 0 comments Download
D chrome_elf/chrome_elf_util.cc View 1 2 3 4 1 chunk +0 lines, -224 lines 0 comments Download
D chrome_elf/chrome_elf_util_unittest.cc View 1 2 3 4 1 chunk +0 lines, -190 lines 0 comments Download
D chrome_elf/dll_hash.gypi View 1 2 3 4 1 chunk +0 lines, -31 lines 0 comments Download
D chrome_elf/dll_hash/dll_hash.h View 1 2 3 4 1 chunk +0 lines, -13 lines 0 comments Download
D chrome_elf/dll_hash/dll_hash.cc View 1 2 3 4 1 chunk +0 lines, -16 lines 0 comments Download
D chrome_elf/dll_hash/dll_hash_main.cc View 1 2 3 4 1 chunk +0 lines, -28 lines 0 comments Download
D chrome_elf/elf_imports_unittest.cc View 1 2 3 4 1 chunk +0 lines, -126 lines 0 comments Download
D chrome_elf/thunk_getter.h View 1 2 3 4 1 chunk +0 lines, -16 lines 0 comments Download
D chrome_elf/thunk_getter.cc View 1 2 3 4 1 chunk +0 lines, -149 lines 0 comments Download
M components/crash/content/app/breakpad_win.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M components/nacl/broker/nacl_broker_listener.cc View 1 2 3 4 3 chunks +2 lines, -13 lines 0 comments Download
M components/nacl/browser/nacl_process_host.cc View 1 2 3 4 1 chunk +0 lines, -14 lines 0 comments Download
M components/nacl/loader/nacl_helper_win_64.cc View 1 2 3 4 2 chunks +0 lines, -6 lines 0 comments Download
M components/nacl/loader/nacl_main_platform_delegate_win.cc View 1 2 3 4 1 chunk +0 lines, -11 lines 0 comments Download
M components/nacl/renderer/manifest_service_channel.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M components/nacl/renderer/plugin/pnacl_translate_thread.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M content/browser/browser_main_loop.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/child_process_launcher.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 3 4 2 chunks +0 lines, -69 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.cc View 1 2 3 4 2 chunks +1 line, -36 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 2 chunks +1 line, -11 lines 0 comments Download
M content/browser/utility_process_host_impl.cc View 1 2 3 4 2 chunks +1 line, -20 lines 0 comments Download
M content/common/sandbox_init_win.cc View 1 2 3 4 1 chunk +3 lines, -30 lines 0 comments Download
M content/common/sandbox_util.cc View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M content/common/sandbox_win.h View 1 2 3 4 1 chunk +7 lines, -30 lines 0 comments Download
M content/common/sandbox_win.cc View 1 2 3 4 5 chunks +9 lines, -752 lines 0 comments Download
M content/content.gyp View 1 2 3 4 1 chunk +0 lines, -19 lines 0 comments Download
M content/content_app.gypi View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/gpu/gpu_main.cc View 1 2 3 4 4 chunks +1 line, -20 lines 0 comments Download
M content/plugin/plugin_main.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/ppapi_plugin/ppapi_plugin_main.cc View 1 2 3 4 3 chunks +1 line, -9 lines 0 comments Download
M content/ppapi_plugin/ppapi_thread.cc View 1 2 3 4 3 chunks +0 lines, -45 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 4 2 chunks +0 lines, -9 lines 0 comments Download
M content/public/browser/content_browser_client.cc View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M content/public/common/sandbox_init.h View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
M content/public/test/test_launcher.cc View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M content/renderer/renderer_main_platform_delegate_win.cc View 1 2 3 4 4 chunks +1 line, -43 lines 0 comments Download
M content/shell/browser/shell_content_browser_client.h View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M content/shell/browser/shell_content_browser_client.cc View 1 2 3 4 2 chunks +0 lines, -22 lines 0 comments Download
M content/utility/utility_main.cc View 1 2 3 4 2 chunks +0 lines, -16 lines 0 comments Download
M sandbox/sandbox.gyp View 1 2 3 4 2 chunks +5 lines, -6 lines 0 comments Download
D sandbox/win/BUILD.gn View 1 2 3 4 1 chunk +0 lines, -312 lines 0 comments Download
D sandbox/win/OWNERS View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
D sandbox/win/sandbox_poc/main_ui_window.h View 1 2 3 4 1 chunk +0 lines, -196 lines 0 comments Download
D sandbox/win/sandbox_poc/main_ui_window.cc View 1 2 3 4 1 chunk +0 lines, -663 lines 0 comments Download
D sandbox/win/sandbox_poc/pocdll/exports.h View 1 2 3 4 1 chunk +0 lines, -89 lines 0 comments Download
D sandbox/win/sandbox_poc/pocdll/fs.cc View 1 2 3 4 1 chunk +0 lines, -54 lines 0 comments Download
D sandbox/win/sandbox_poc/pocdll/handles.cc View 1 2 3 4 1 chunk +0 lines, -186 lines 0 comments Download
D sandbox/win/sandbox_poc/pocdll/invasive.cc View 1 2 3 4 1 chunk +0 lines, -194 lines 0 comments Download
D sandbox/win/sandbox_poc/pocdll/network.cc View 1 2 3 4 1 chunk +0 lines, -66 lines 0 comments Download
D sandbox/win/sandbox_poc/pocdll/pocdll.cc View 1 2 3 4 1 chunk +0 lines, -22 lines 0 comments Download
D sandbox/win/sandbox_poc/pocdll/pocdll.vcproj View 1 2 3 4 1 chunk +0 lines, -218 lines 0 comments Download
D sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc View 1 2 3 4 1 chunk +0 lines, -102 lines 0 comments Download
D sandbox/win/sandbox_poc/pocdll/registry.cc View 1 2 3 4 1 chunk +0 lines, -49 lines 0 comments Download
D sandbox/win/sandbox_poc/pocdll/spyware.cc View 1 2 3 4 1 chunk +0 lines, -68 lines 0 comments Download
D sandbox/win/sandbox_poc/pocdll/utils.h View 1 2 3 4 1 chunk +0 lines, -66 lines 0 comments Download
D sandbox/win/sandbox_poc/resource.h View 1 2 3 4 1 chunk +0 lines, -30 lines 0 comments Download
D sandbox/win/sandbox_poc/sandbox.h View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
D sandbox/win/sandbox_poc/sandbox.cc View 1 2 3 4 1 chunk +0 lines, -184 lines 0 comments Download
D sandbox/win/sandbox_poc/sandbox.ico View 1 2 3 4 Binary file 0 comments Download
D sandbox/win/sandbox_poc/sandbox.rc View 1 2 3 4 1 chunk +0 lines, -136 lines 0 comments Download
D sandbox/win/sandbox_poc/sandbox_poc.vcproj View 1 2 3 4 1 chunk +0 lines, -202 lines 0 comments Download
D sandbox/win/sandbox_standalone.sln View 1 2 3 4 1 chunk +0 lines, -127 lines 0 comments Download
D sandbox/win/sandbox_win.gypi View 1 2 3 4 1 chunk +0 lines, -404 lines 0 comments Download
D sandbox/win/src/acl.h View 1 2 3 4 1 chunk +0 lines, -51 lines 0 comments Download
D sandbox/win/src/acl.cc View 1 2 3 4 1 chunk +0 lines, -146 lines 0 comments Download
D sandbox/win/src/address_sanitizer_test.cc View 1 2 3 4 1 chunk +0 lines, -106 lines 0 comments Download
D sandbox/win/src/app_container.h View 1 2 3 4 1 chunk +0 lines, -70 lines 0 comments Download
D sandbox/win/src/app_container.cc View 1 2 3 4 1 chunk +0 lines, -184 lines 0 comments Download
D sandbox/win/src/app_container_test.cc View 1 2 3 4 1 chunk +0 lines, -161 lines 0 comments Download
D sandbox/win/src/app_container_unittest.cc View 1 2 3 4 1 chunk +0 lines, -58 lines 0 comments Download
D sandbox/win/src/broker_services.h View 1 2 3 4 1 chunk +0 lines, -112 lines 0 comments Download
D sandbox/win/src/broker_services.cc View 1 2 3 4 1 chunk +0 lines, -582 lines 0 comments Download
D sandbox/win/src/crosscall_client.h View 1 2 3 4 1 chunk +0 lines, -526 lines 0 comments Download
D sandbox/win/src/crosscall_params.h View 1 2 3 4 1 chunk +0 lines, -287 lines 0 comments Download
D sandbox/win/src/crosscall_server.h View 1 2 3 4 1 chunk +0 lines, -228 lines 0 comments Download
D sandbox/win/src/crosscall_server.cc View 1 2 3 4 1 chunk +0 lines, -314 lines 0 comments Download
D sandbox/win/src/eat_resolver.h View 1 2 3 4 1 chunk +0 lines, -50 lines 0 comments Download
D sandbox/win/src/eat_resolver.cc View 1 2 3 4 1 chunk +0 lines, -88 lines 0 comments Download
D sandbox/win/src/file_policy_test.cc View 1 2 3 4 1 chunk +0 lines, -669 lines 0 comments Download
D sandbox/win/src/filesystem_dispatcher.h View 1 2 3 4 1 chunk +0 lines, -74 lines 0 comments Download
D sandbox/win/src/filesystem_dispatcher.cc View 1 2 3 4 1 chunk +0 lines, -318 lines 0 comments Download
D sandbox/win/src/filesystem_interception.h View 1 2 3 4 1 chunk +0 lines, -53 lines 0 comments Download
D sandbox/win/src/filesystem_interception.cc View 1 2 3 4 1 chunk +0 lines, -369 lines 0 comments Download
D sandbox/win/src/filesystem_policy.h View 1 2 3 4 1 chunk +0 lines, -113 lines 0 comments Download
D sandbox/win/src/filesystem_policy.cc View 1 2 3 4 1 chunk +0 lines, -435 lines 0 comments Download
D sandbox/win/src/handle_closer.h View 1 2 3 4 1 chunk +0 lines, -76 lines 0 comments Download
D sandbox/win/src/handle_closer.cc View 1 2 3 4 1 chunk +0 lines, -197 lines 0 comments Download
D sandbox/win/src/handle_closer_agent.h View 1 2 3 4 1 chunk +0 lines, -47 lines 0 comments Download
D sandbox/win/src/handle_closer_agent.cc View 1 2 3 4 1 chunk +0 lines, -203 lines 0 comments Download
D sandbox/win/src/handle_closer_test.cc View 1 2 3 4 1 chunk +0 lines, -300 lines 0 comments Download
D sandbox/win/src/handle_dispatcher.h View 1 2 3 4 1 chunk +0 lines, -41 lines 0 comments Download
D sandbox/win/src/handle_dispatcher.cc View 1 2 3 4 1 chunk +0 lines, -92 lines 0 comments Download
D sandbox/win/src/handle_inheritance_test.cc View 1 2 3 4 1 chunk +0 lines, -48 lines 0 comments Download
D sandbox/win/src/handle_interception.h View 1 2 3 4 1 chunk +0 lines, -24 lines 0 comments Download
D sandbox/win/src/handle_interception.cc View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download
D sandbox/win/src/handle_policy.h View 1 2 3 4 1 chunk +0 lines, -39 lines 0 comments Download
D sandbox/win/src/handle_policy.cc View 1 2 3 4 1 chunk +0 lines, -92 lines 0 comments Download
D sandbox/win/src/handle_policy_test.cc View 1 2 3 4 1 chunk +0 lines, -114 lines 0 comments Download
D sandbox/win/src/integrity_level_test.cc View 1 2 3 4 1 chunk +0 lines, -85 lines 0 comments Download
D sandbox/win/src/interception.h View 1 2 3 4 1 chunk +0 lines, -286 lines 0 comments Download
D sandbox/win/src/interception.cc View 1 2 3 4 1 chunk +0 lines, -553 lines 0 comments Download
D sandbox/win/src/interception_agent.h View 1 2 3 4 1 chunk +0 lines, -87 lines 0 comments Download
D sandbox/win/src/interception_agent.cc View 1 2 3 4 1 chunk +0 lines, -235 lines 0 comments Download
D sandbox/win/src/interception_internal.h View 1 2 3 4 1 chunk +0 lines, -78 lines 0 comments Download
D sandbox/win/src/interception_unittest.cc View 1 2 3 4 1 chunk +0 lines, -260 lines 0 comments Download
D sandbox/win/src/interceptors.h View 1 2 3 4 1 chunk +0 lines, -56 lines 0 comments Download
D sandbox/win/src/interceptors_64.h View 1 2 3 4 1 chunk +0 lines, -184 lines 0 comments Download
D sandbox/win/src/interceptors_64.cc View 1 2 3 4 1 chunk +0 lines, -292 lines 0 comments Download
D sandbox/win/src/internal_types.h View 1 2 3 4 1 chunk +0 lines, -76 lines 0 comments Download
D sandbox/win/src/ipc_ping_test.cc View 1 2 3 4 1 chunk +0 lines, -58 lines 0 comments Download
D sandbox/win/src/ipc_tags.h View 1 2 3 4 1 chunk +0 lines, -41 lines 0 comments Download
D sandbox/win/src/ipc_unittest.cc View 1 2 3 4 1 chunk +0 lines, -632 lines 0 comments Download
D sandbox/win/src/job.h View 1 2 3 4 1 chunk +0 lines, -67 lines 0 comments Download
D sandbox/win/src/job.cc View 1 2 3 4 1 chunk +0 lines, -120 lines 0 comments Download
D sandbox/win/src/job_unittest.cc View 1 2 3 4 1 chunk +0 lines, -204 lines 0 comments Download
D sandbox/win/src/lpc_policy_test.cc View 1 2 3 4 1 chunk +0 lines, -152 lines 0 comments Download
D sandbox/win/src/named_pipe_dispatcher.h View 1 2 3 4 1 chunk +0 lines, -44 lines 0 comments Download
D sandbox/win/src/named_pipe_dispatcher.cc View 1 2 3 4 1 chunk +0 lines, -103 lines 0 comments Download
D sandbox/win/src/named_pipe_interception.h View 1 2 3 4 1 chunk +0 lines, -36 lines 0 comments Download
D sandbox/win/src/named_pipe_interception.cc View 1 2 3 4 1 chunk +0 lines, -72 lines 0 comments Download
D sandbox/win/src/named_pipe_policy.h View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download
D sandbox/win/src/named_pipe_policy.cc View 1 2 3 4 1 chunk +0 lines, -86 lines 0 comments Download
D sandbox/win/src/named_pipe_policy_test.cc View 1 2 3 4 1 chunk +0 lines, -128 lines 0 comments Download
D sandbox/win/src/policy_broker.h View 1 2 3 4 1 chunk +0 lines, -27 lines 0 comments Download
D sandbox/win/src/policy_broker.cc View 1 2 3 4 1 chunk +0 lines, -131 lines 0 comments Download
D sandbox/win/src/policy_engine_opcodes.h View 1 2 3 4 1 chunk +0 lines, -388 lines 0 comments Download
D sandbox/win/src/policy_engine_opcodes.cc View 1 2 3 4 1 chunk +0 lines, -446 lines 0 comments Download
D sandbox/win/src/policy_engine_params.h View 1 2 3 4 1 chunk +0 lines, -202 lines 0 comments Download
D sandbox/win/src/policy_engine_processor.h View 1 2 3 4 1 chunk +0 lines, -148 lines 0 comments Download
D sandbox/win/src/policy_engine_processor.cc View 1 2 3 4 1 chunk +0 lines, -110 lines 0 comments Download
D sandbox/win/src/policy_engine_unittest.cc View 1 2 3 4 1 chunk +0 lines, -105 lines 0 comments Download
D sandbox/win/src/policy_low_level.h View 1 2 3 4 1 chunk +0 lines, -193 lines 0 comments Download
D sandbox/win/src/policy_low_level.cc View 1 2 3 4 1 chunk +0 lines, -360 lines 0 comments Download
D sandbox/win/src/policy_low_level_unittest.cc View 1 2 3 4 1 chunk +0 lines, -621 lines 0 comments Download
D sandbox/win/src/policy_opcodes_unittest.cc View 1 2 3 4 1 chunk +0 lines, -372 lines 0 comments Download
D sandbox/win/src/policy_params.h View 1 2 3 4 1 chunk +0 lines, -67 lines 0 comments Download
D sandbox/win/src/policy_target.h View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download
D sandbox/win/src/policy_target.cc View 1 2 3 4 1 chunk +0 lines, -119 lines 0 comments Download
D sandbox/win/src/policy_target_test.cc View 1 2 3 4 1 chunk +0 lines, -407 lines 0 comments Download
D sandbox/win/src/process_mitigations.h View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download
D sandbox/win/src/process_mitigations.cc View 1 2 3 4 1 chunk +0 lines, -352 lines 0 comments Download
D sandbox/win/src/process_mitigations_test.cc View 1 2 3 4 1 chunk +0 lines, -735 lines 0 comments Download
D sandbox/win/src/process_mitigations_win32k_dispatcher.h View 1 2 3 4 1 chunk +0 lines, -31 lines 0 comments Download
D sandbox/win/src/process_mitigations_win32k_dispatcher.cc View 1 2 3 4 1 chunk +0 lines, -57 lines 0 comments Download
D sandbox/win/src/process_mitigations_win32k_interception.h View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download
D sandbox/win/src/process_mitigations_win32k_interception.cc View 1 2 3 4 1 chunk +0 lines, -29 lines 0 comments Download
D sandbox/win/src/process_mitigations_win32k_policy.h View 1 2 3 4 1 chunk +0 lines, -34 lines 0 comments Download
D sandbox/win/src/process_mitigations_win32k_policy.cc View 1 2 3 4 1 chunk +0 lines, -24 lines 0 comments Download
D sandbox/win/src/process_policy_test.cc View 1 2 3 4 1 chunk +0 lines, -523 lines 0 comments Download
D sandbox/win/src/process_thread_dispatcher.h View 1 2 3 4 1 chunk +0 lines, -66 lines 0 comments Download
D sandbox/win/src/process_thread_dispatcher.cc View 1 2 3 4 1 chunk +0 lines, -278 lines 0 comments Download
D sandbox/win/src/process_thread_interception.h View 1 2 3 4 1 chunk +0 lines, -100 lines 0 comments Download
D sandbox/win/src/process_thread_interception.cc View 1 2 3 4 1 chunk +0 lines, -488 lines 0 comments Download
D sandbox/win/src/process_thread_policy.h View 1 2 3 4 1 chunk +0 lines, -94 lines 0 comments Download
D sandbox/win/src/process_thread_policy.cc View 1 2 3 4 1 chunk +0 lines, -264 lines 0 comments Download
D sandbox/win/src/registry_dispatcher.h View 1 2 3 4 1 chunk +0 lines, -49 lines 0 comments Download
D sandbox/win/src/registry_dispatcher.cc View 1 2 3 4 1 chunk +0 lines, -171 lines 0 comments Download
D sandbox/win/src/registry_interception.h View 1 2 3 4 1 chunk +0 lines, -38 lines 0 comments Download
D sandbox/win/src/registry_interception.cc View 1 2 3 4 1 chunk +0 lines, -226 lines 0 comments Download
D sandbox/win/src/registry_policy.h View 1 2 3 4 1 chunk +0 lines, -59 lines 0 comments Download
D sandbox/win/src/registry_policy.cc View 1 2 3 4 1 chunk +0 lines, -227 lines 0 comments Download
D sandbox/win/src/registry_policy_test.cc View 1 2 3 4 1 chunk +0 lines, -289 lines 0 comments Download
D sandbox/win/src/resolver.h View 1 2 3 4 1 chunk +0 lines, -107 lines 0 comments Download
D sandbox/win/src/resolver.cc View 1 2 3 4 1 chunk +0 lines, -64 lines 0 comments Download
D sandbox/win/src/resolver_32.cc View 1 2 3 4 1 chunk +0 lines, -94 lines 0 comments Download
D sandbox/win/src/resolver_64.cc View 1 2 3 4 1 chunk +0 lines, -66 lines 0 comments Download
D sandbox/win/src/restricted_token.h View 1 2 3 4 1 chunk +0 lines, -196 lines 0 comments Download
D sandbox/win/src/restricted_token.cc View 1 2 3 4 1 chunk +0 lines, -438 lines 0 comments Download
D sandbox/win/src/restricted_token_test.cc View 1 2 3 4 1 chunk +0 lines, -80 lines 0 comments Download
D sandbox/win/src/restricted_token_unittest.cc View 1 2 3 4 1 chunk +0 lines, -643 lines 0 comments Download
D sandbox/win/src/restricted_token_utils.h View 1 2 3 4 1 chunk +0 lines, -79 lines 0 comments Download
D sandbox/win/src/restricted_token_utils.cc View 1 2 3 4 1 chunk +0 lines, -305 lines 0 comments Download
D sandbox/win/src/sandbox.h View 1 2 3 4 1 chunk +0 lines, -164 lines 0 comments Download
D sandbox/win/src/sandbox.cc View 1 2 3 4 1 chunk +0 lines, -48 lines 0 comments Download
D sandbox/win/src/sandbox.vcproj View 1 2 3 4 1 chunk +0 lines, -658 lines 0 comments Download
D sandbox/win/src/sandbox_factory.h View 1 2 3 4 1 chunk +0 lines, -51 lines 0 comments Download
D sandbox/win/src/sandbox_globals.cc View 1 2 3 4 1 chunk +0 lines, -18 lines 0 comments Download
D sandbox/win/src/sandbox_nt_util.h View 1 2 3 4 1 chunk +0 lines, -196 lines 0 comments Download
D sandbox/win/src/sandbox_nt_util.cc View 1 2 3 4 1 chunk +0 lines, -676 lines 0 comments Download
D sandbox/win/src/sandbox_nt_util_unittest.cc View 1 2 3 4 1 chunk +0 lines, -47 lines 0 comments Download
D sandbox/win/src/sandbox_policy.h View 1 2 3 4 1 chunk +0 lines, -267 lines 0 comments Download
D sandbox/win/src/sandbox_policy_base.h View 1 2 3 4 1 chunk +0 lines, -178 lines 0 comments Download
D sandbox/win/src/sandbox_policy_base.cc View 1 2 3 4 1 chunk +0 lines, -777 lines 0 comments Download
D sandbox/win/src/sandbox_rand.h View 1 2 3 4 1 chunk +0 lines, -16 lines 0 comments Download
D sandbox/win/src/sandbox_rand.cc View 1 2 3 4 1 chunk +0 lines, -22 lines 0 comments Download
D sandbox/win/src/sandbox_utils.h View 1 2 3 4 1 chunk +0 lines, -25 lines 0 comments Download
D sandbox/win/src/sandbox_utils.cc View 1 2 3 4 1 chunk +0 lines, -32 lines 0 comments Download
D sandbox/win/src/security_level.h View 1 2 3 4 1 chunk +0 lines, -221 lines 0 comments Download
D sandbox/win/src/service_resolver.h View 1 2 3 4 1 chunk +0 lines, -159 lines 0 comments Download
D sandbox/win/src/service_resolver.cc View 1 2 3 4 1 chunk +0 lines, -46 lines 0 comments Download
D sandbox/win/src/service_resolver_32.cc View 1 2 3 4 1 chunk +0 lines, -478 lines 0 comments Download
D sandbox/win/src/service_resolver_64.cc View 1 2 3 4 1 chunk +0 lines, -252 lines 0 comments Download
D sandbox/win/src/service_resolver_unittest.cc View 1 2 3 4 1 chunk +0 lines, -268 lines 0 comments Download
D sandbox/win/src/sharedmem_ipc_client.h View 1 2 3 4 1 chunk +0 lines, -139 lines 0 comments Download
D sandbox/win/src/sharedmem_ipc_client.cc View 1 2 3 4 1 chunk +0 lines, -153 lines 0 comments Download
D sandbox/win/src/sharedmem_ipc_server.h View 1 2 3 4 1 chunk +0 lines, -134 lines 0 comments Download
D sandbox/win/src/sharedmem_ipc_server.cc View 1 2 3 4 1 chunk +0 lines, -430 lines 0 comments Download
D sandbox/win/src/sid.h View 1 2 3 4 1 chunk +0 lines, -29 lines 0 comments Download
D sandbox/win/src/sid.cc View 1 2 3 4 1 chunk +0 lines, -26 lines 0 comments Download
D sandbox/win/src/sid_unittest.cc View 1 2 3 4 1 chunk +0 lines, -71 lines 0 comments Download
D sandbox/win/src/sidestep/ia32_modrm_map.cpp View 1 2 3 4 1 chunk +0 lines, -92 lines 0 comments Download
D sandbox/win/src/sidestep/ia32_opcode_map.cpp View 1 2 3 4 1 chunk +0 lines, -1159 lines 0 comments Download
D sandbox/win/src/sidestep/mini_disassembler.h View 1 2 3 4 1 chunk +0 lines, -156 lines 0 comments Download
D sandbox/win/src/sidestep/mini_disassembler.cpp View 1 2 3 4 1 chunk +0 lines, -395 lines 0 comments Download
D sandbox/win/src/sidestep/mini_disassembler_types.h View 1 2 3 4 1 chunk +0 lines, -197 lines 0 comments Download
D sandbox/win/src/sidestep/preamble_patcher.h View 1 2 3 4 1 chunk +0 lines, -111 lines 0 comments Download
D sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp View 1 2 3 4 1 chunk +0 lines, -181 lines 0 comments Download
D sandbox/win/src/sidestep_resolver.h View 1 2 3 4 1 chunk +0 lines, -75 lines 0 comments Download
D sandbox/win/src/sidestep_resolver.cc View 1 2 3 4 1 chunk +0 lines, -204 lines 0 comments Download
D sandbox/win/src/sync_dispatcher.h View 1 2 3 4 1 chunk +0 lines, -42 lines 0 comments Download
D sandbox/win/src/sync_dispatcher.cc View 1 2 3 4 1 chunk +0 lines, -82 lines 0 comments Download
D sandbox/win/src/sync_interception.h View 1 2 3 4 1 chunk +0 lines, -46 lines 0 comments Download
D sandbox/win/src/sync_interception.cc View 1 2 3 4 1 chunk +0 lines, -163 lines 0 comments Download
D sandbox/win/src/sync_policy.h View 1 2 3 4 1 chunk +0 lines, -52 lines 0 comments Download
D sandbox/win/src/sync_policy.cc View 1 2 3 4 1 chunk +0 lines, -246 lines 0 comments Download
D sandbox/win/src/sync_policy_test.h View 1 2 3 4 1 chunk +0 lines, -18 lines 0 comments Download
D sandbox/win/src/sync_policy_test.cc View 1 2 3 4 1 chunk +0 lines, -149 lines 0 comments Download
D sandbox/win/src/target_interceptions.h View 1 2 3 4 1 chunk +0 lines, -35 lines 0 comments Download
D sandbox/win/src/target_interceptions.cc View 1 2 3 4 1 chunk +0 lines, -100 lines 0 comments Download
D sandbox/win/src/target_process.h View 1 2 3 4 1 chunk +0 lines, -144 lines 0 comments Download
D sandbox/win/src/target_process.cc View 1 2 3 4 1 chunk +0 lines, -371 lines 0 comments Download
D sandbox/win/src/target_services.h View 1 2 3 4 1 chunk +0 lines, -71 lines 0 comments Download
D sandbox/win/src/target_services.cc View 1 2 3 4 1 chunk +0 lines, -258 lines 0 comments Download
D sandbox/win/src/threadpool_unittest.cc View 1 2 3 4 1 chunk +0 lines, -97 lines 0 comments Download
D sandbox/win/src/top_level_dispatcher.h View 1 2 3 4 1 chunk +0 lines, -51 lines 0 comments Download
D sandbox/win/src/top_level_dispatcher.cc View 1 2 3 4 1 chunk +0 lines, -147 lines 0 comments Download
D sandbox/win/src/unload_dll_test.cc View 1 2 3 4 1 chunk +0 lines, -93 lines 0 comments Download
D sandbox/win/src/win2k_threadpool.h View 1 2 3 4 1 chunk +0 lines, -61 lines 0 comments Download
D sandbox/win/src/win2k_threadpool.cc View 1 2 3 4 1 chunk +0 lines, -66 lines 0 comments Download
D sandbox/win/src/win_utils.h View 1 2 3 4 1 chunk +0 lines, -117 lines 0 comments Download
D sandbox/win/src/win_utils.cc View 1 2 3 4 1 chunk +0 lines, -428 lines 0 comments Download
D sandbox/win/src/win_utils_unittest.cc View 1 2 3 4 1 chunk +0 lines, -111 lines 0 comments Download
D sandbox/win/src/window.h View 1 2 3 4 1 chunk +0 lines, -40 lines 0 comments Download
D sandbox/win/src/window.cc View 1 2 3 4 1 chunk +0 lines, -161 lines 0 comments Download
D sandbox/win/tests/common/controller.h View 1 2 3 4 1 chunk +0 lines, -172 lines 0 comments Download
D sandbox/win/tests/common/controller.cc View 1 2 3 4 1 chunk +0 lines, -376 lines 0 comments Download
D sandbox/win/tests/common/test_utils.h View 1 2 3 4 1 chunk +0 lines, -19 lines 0 comments Download
D sandbox/win/tests/common/test_utils.cc View 1 2 3 4 1 chunk +0 lines, -73 lines 0 comments Download
D sandbox/win/tests/integration_tests/integration_tests.cc View 1 2 3 4 1 chunk +0 lines, -25 lines 0 comments Download
D sandbox/win/tests/integration_tests/integration_tests_test.cc View 1 2 3 4 1 chunk +0 lines, -308 lines 0 comments Download
D sandbox/win/tests/integration_tests/sbox_integration_tests.vcproj View 1 2 3 4 1 chunk +0 lines, -242 lines 0 comments Download
D sandbox/win/tests/unit_tests/sbox_unittests.vcproj View 1 2 3 4 1 chunk +0 lines, -258 lines 0 comments Download
D sandbox/win/tests/unit_tests/unit_tests.cc View 1 2 3 4 1 chunk +0 lines, -23 lines 0 comments Download
D sandbox/win/tests/validation_tests/commands.h View 1 2 3 4 1 chunk +0 lines, -48 lines 0 comments Download
D sandbox/win/tests/validation_tests/commands.cc View 1 2 3 4 1 chunk +0 lines, -290 lines 0 comments Download
D sandbox/win/tests/validation_tests/sbox_validation_tests.vcproj View 1 2 3 4 1 chunk +0 lines, -216 lines 0 comments Download
D sandbox/win/tests/validation_tests/suite.cc View 1 2 3 4 1 chunk +0 lines, -233 lines 0 comments Download
D sandbox/win/tests/validation_tests/unit_tests.cc View 1 2 3 4 1 chunk +0 lines, -23 lines 0 comments Download
D sandbox/win/tools/finder/finder.h View 1 2 3 4 1 chunk +0 lines, -144 lines 0 comments Download
D sandbox/win/tools/finder/finder.cc View 1 2 3 4 1 chunk +0 lines, -61 lines 0 comments Download
D sandbox/win/tools/finder/finder.vcproj View 1 2 3 4 1 chunk +0 lines, -201 lines 0 comments Download
D sandbox/win/tools/finder/finder_fs.cc View 1 2 3 4 1 chunk +0 lines, -117 lines 0 comments Download
D sandbox/win/tools/finder/finder_kernel.cc View 1 2 3 4 1 chunk +0 lines, -248 lines 0 comments Download
D sandbox/win/tools/finder/finder_registry.cc View 1 2 3 4 1 chunk +0 lines, -93 lines 0 comments Download
D sandbox/win/tools/finder/main.cc View 1 2 3 4 1 chunk +0 lines, -147 lines 0 comments Download
D sandbox/win/tools/finder/ntundoc.h View 1 2 3 4 1 chunk +0 lines, -275 lines 0 comments Download
D sandbox/win/tools/launcher/launcher.cc View 1 2 3 4 1 chunk +0 lines, -270 lines 0 comments Download
D sandbox/win/tools/launcher/launcher.vcproj View 1 2 3 4 1 chunk +0 lines, -177 lines 0 comments Download
D sandbox/win/wow_helper.sln View 1 2 3 4 1 chunk +0 lines, -19 lines 0 comments Download
D sandbox/win/wow_helper/service64_resolver.h View 1 2 3 4 1 chunk +0 lines, -75 lines 0 comments Download
D sandbox/win/wow_helper/service64_resolver.cc View 1 2 3 4 1 chunk +0 lines, -346 lines 0 comments Download
D sandbox/win/wow_helper/target_code.h View 1 2 3 4 1 chunk +0 lines, -41 lines 0 comments Download
D sandbox/win/wow_helper/target_code.cc View 1 2 3 4 1 chunk +0 lines, -34 lines 0 comments Download
D sandbox/win/wow_helper/wow_helper.cc View 1 2 3 4 1 chunk +0 lines, -87 lines 0 comments Download
D sandbox/win/wow_helper/wow_helper.exe View 1 2 3 4 Binary file 0 comments Download
D sandbox/win/wow_helper/wow_helper.pdb View 1 2 3 4 Binary file 0 comments Download
D sandbox/win/wow_helper/wow_helper.vcproj View 1 2 3 4 1 chunk +0 lines, -223 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 1 2 3 4 34 chunks +0 lines, -414 lines 0 comments Download
M testing/buildbot/chromium.memory.fyi.json View 1 2 3 4 5 chunks +0 lines, -11 lines 0 comments Download
M testing/buildbot/chromium.win.json View 1 2 3 4 13 chunks +0 lines, -142 lines 0 comments Download
M testing/buildbot/chromium_trybot.json View 1 2 3 4 2 chunks +0 lines, -24 lines 0 comments Download
M testing/buildbot/chromium_win8_trybot.json View 1 2 3 4 1 chunk +1 line, -4 lines 0 comments Download
M testing/buildbot/gn_isolate_map.pyl View 1 2 3 4 2 chunks +0 lines, -16 lines 0 comments Download
M ui/app_list/app_list.gyp View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M ui/views/examples/examples.gyp View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
Will Harris
PTAL
4 years, 8 months ago (2016-04-01 22:10:24 UTC) #6
robertshield
On 2016/04/01 22:10:24, Will Harris wrote: > PTAL Excellent, it's about time we remove the ...
4 years, 8 months ago (2016-04-01 22:37:38 UTC) #7
brucedawson
lgtm
4 years, 8 months ago (2016-04-02 01:05:35 UTC) #9
grt (UTC plus 2)
drive-by lgtm.
4 years, 8 months ago (2016-04-02 11:59:44 UTC) #11
Will Harris
This is the second failure I've seen with breakpad, I'm not even sure why it's ...
4 years, 8 months ago (2016-04-02 17:58:38 UTC) #12
scottmg
On 2016/04/02 17:58:38, Will Harris wrote: > This is the second failure I've seen with ...
4 years, 8 months ago (2016-04-04 19:47:04 UTC) #13
Will Harris
On 2016/04/04 19:47:04, scottmg wrote: > On 2016/04/02 17:58:38, Will Harris wrote: > > This ...
4 years, 8 months ago (2016-04-04 19:58:30 UTC) #14
dglazkov
3 years, 10 months ago (2017-02-10 03:36:23 UTC) #15
I am not a fan of the patch. Could we maybe keep the box, but remove all the
sand? For speed?

Powered by Google App Engine
This is Rietveld 408576698