Chromium Code Reviews

Issue 10689170: Move the Windows sandbox to sandbox/win (Closed)

Created:
8 years, 5 months ago by jln (very slow on Chromium)
Modified:
8 years, 5 months ago
Reviewers:
sky, jschuh, jam, M-A Ruel, rvargas (doing something else), cpu_(ooo_6.6-7.5)
CC:
chromium-reviews, pam+watch_chromium.org, cbentzel+watch_chromium.org, sadrul, ben+watch_chromium.org, grt+watch_chromium.org, amit, apatrick_chromium, joi+watch-content_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, robertshield, native-client-reviews_googlegroups.com, tfarina, sky
Visibility:
Public.

Description

Move the Windows sandbox to sandbox/win This is a rather large refactor to move the Windows sandbox to the right place. BUG= TEST= NOTRY=true TBR=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=147151

Patch Set 1 #

Patch Set 2 : Rebase on top of tree #

Total comments: 9

Patch Set 3 : Rebase on top of tree (properly this time) #

Unified diffs Side-by-side diffs Stats (+643 lines, -36291 lines)
M ash/shell/shell_main.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/app/chrome_exe_main_win.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/app/chrome_main_delegate.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/browser/DEPS View 1 chunk +1 line, -1 line 0 comments
M chrome/chrome_tests.gypi View 1 chunk +2 lines, -2 lines 0 comments
M chrome/common/DEPS View 1 chunk +1 line, -1 line 0 comments
M chrome/common/chrome_content_client.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/nacl/DEPS View 1 chunk +1 line, -1 line 0 comments
M chrome/nacl/nacl_exe_win_64.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/nacl/nacl_main_platform_delegate_win.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/renderer/DEPS View 1 chunk +1 line, -1 line 0 comments
M chrome/service/DEPS View 1 chunk +1 line, -1 line 0 comments
M chrome/service/service_main.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/test/DEPS View 1 chunk +2 lines, -2 lines 0 comments
M chrome/test/base/chrome_test_launcher.cc View 1 chunk +1 line, -1 line 0 comments
M chrome/test/security_tests/security_tests.cc View 1 chunk +2 lines, -2 lines 0 comments
M chrome/test/security_tests/security_tests.gyp View 1 chunk +2 lines, -2 lines 0 comments
M chrome_frame/test/chrome_frame_test_utils.cc View 1 chunk +1 line, -1 line 0 comments
M chrome_frame/test/net/fake_external_tab.cc View 1 chunk +1 line, -1 line 0 comments
M content/app/content_main_runner.cc View 1 chunk +1 line, -1 line 0 comments
M content/app/startup_helper_win.cc View 1 chunk +2 lines, -2 lines 0 comments
M content/common/handle_enumerator_win.cc View 1 chunk +1 line, -1 line 0 comments
M content/common/sandbox_init_win.cc View 1 chunk +2 lines, -2 lines 0 comments
M content/common/sandbox_policy.cc View 1 chunk +3 lines, -3 lines 0 comments
M content/gpu/gpu_main.cc View 1 chunk +1 line, -1 line 0 comments
M content/plugin/DEPS View 1 chunk +1 line, -1 line 0 comments
M content/plugin/plugin_main.cc View 1 chunk +1 line, -1 line 0 comments
M content/ppapi_plugin/ppapi_plugin_main.cc View 1 chunk +1 line, -1 line 0 comments
M content/ppapi_plugin/ppapi_thread.cc View 1 chunk +1 line, -1 line 0 comments
M content/renderer/renderer_main_platform_delegate_win.cc View 1 chunk +1 line, -1 line 0 comments
M content/shell/shell_main.cc View 1 chunk +1 line, -1 line 0 comments
M content/test/browser_test_base.cc View 1 chunk +1 line, -1 line 0 comments
M content/test/content_test_launcher.cc View 1 chunk +1 line, -1 line 0 comments
M content/test/test_launcher.cc View 1 chunk +3 lines, -3 lines 0 comments
M content/utility/DEPS View 1 chunk +1 line, -1 line 0 comments
M content/utility/utility_main.cc View 1 chunk +1 line, -1 line 0 comments
M content/worker/DEPS View 1 chunk +1 line, -1 line 0 comments
M content/worker/worker_main.cc View 1 chunk +1 line, -1 line 0 comments
M sandbox/sandbox.gyp View 1 chunk +1 line, -1 line 0 comments
D sandbox/sandbox_poc/main_ui_window.h View 1 chunk +0 lines, -193 lines 0 comments
D sandbox/sandbox_poc/main_ui_window.cc View 1 chunk +0 lines, -668 lines 0 comments
D sandbox/sandbox_poc/pocdll/exports.h View 1 chunk +0 lines, -89 lines 0 comments
D sandbox/sandbox_poc/pocdll/fs.cc View 1 chunk +0 lines, -54 lines 0 comments
D sandbox/sandbox_poc/pocdll/handles.cc View 1 chunk +0 lines, -186 lines 0 comments
D sandbox/sandbox_poc/pocdll/invasive.cc View 1 chunk +0 lines, -196 lines 0 comments
D sandbox/sandbox_poc/pocdll/network.cc View 1 chunk +0 lines, -66 lines 0 comments
D sandbox/sandbox_poc/pocdll/pocdll.cc View 1 chunk +0 lines, -27 lines 0 comments
D sandbox/sandbox_poc/pocdll/pocdll.vcproj View 1 chunk +0 lines, -218 lines 0 comments
D sandbox/sandbox_poc/pocdll/processes_and_threads.cc View 1 chunk +0 lines, -102 lines 0 comments
D sandbox/sandbox_poc/pocdll/registry.cc View 1 chunk +0 lines, -63 lines 0 comments
D sandbox/sandbox_poc/pocdll/spyware.cc View 1 chunk +0 lines, -66 lines 0 comments
D sandbox/sandbox_poc/pocdll/utils.h View 1 chunk +0 lines, -65 lines 0 comments
D sandbox/sandbox_poc/resource.h View 1 chunk +0 lines, -30 lines 0 comments
D sandbox/sandbox_poc/sandbox.h View 1 chunk +0 lines, -10 lines 0 comments
D sandbox/sandbox_poc/sandbox.cc View 1 chunk +0 lines, -182 lines 0 comments
D sandbox/sandbox_poc/sandbox.ico View 0 chunks +-1 lines, --1 lines 0 comments
D sandbox/sandbox_poc/sandbox.rc View 1 chunk +0 lines, -136 lines 0 comments
D sandbox/sandbox_poc/sandbox_poc.vcproj View 1 chunk +0 lines, -202 lines 0 comments
D sandbox/sandbox_standalone.sln View 1 chunk +0 lines, -127 lines 0 comments
D sandbox/sandbox_win.gypi View 1 chunk +0 lines, -342 lines 0 comments
D sandbox/src/Wow64.h View 1 chunk +0 lines, -50 lines 0 comments
D sandbox/src/Wow64.cc View 1 chunk +0 lines, -219 lines 0 comments
D sandbox/src/Wow64_64.cc View 1 chunk +0 lines, -18 lines 0 comments
D sandbox/src/acl.h View 1 chunk +0 lines, -41 lines 0 comments
D sandbox/src/acl.cc View 1 chunk +0 lines, -122 lines 0 comments
D sandbox/src/broker_services.h View 1 chunk +0 lines, -113 lines 0 comments
D sandbox/src/broker_services.cc View 1 chunk +0 lines, -405 lines 0 comments
D sandbox/src/crosscall_client.h View 1 chunk +0 lines, -483 lines 0 comments
D sandbox/src/crosscall_params.h View 1 chunk +0 lines, -293 lines 0 comments
D sandbox/src/crosscall_server.h View 1 chunk +0 lines, -224 lines 0 comments
D sandbox/src/crosscall_server.cc View 1 chunk +0 lines, -283 lines 0 comments
D sandbox/src/dep.h View 1 chunk +0 lines, -25 lines 0 comments
D sandbox/src/dep.cc View 1 chunk +0 lines, -89 lines 0 comments
D sandbox/src/dep_test.cc View 1 chunk +0 lines, -158 lines 0 comments
D sandbox/src/eat_resolver.h View 1 chunk +0 lines, -48 lines 0 comments
D sandbox/src/eat_resolver.cc View 1 chunk +0 lines, -89 lines 0 comments
D sandbox/src/file_policy_test.cc View 1 chunk +0 lines, -598 lines 0 comments
D sandbox/src/filesystem_dispatcher.h View 1 chunk +0 lines, -57 lines 0 comments
D sandbox/src/filesystem_dispatcher.cc View 1 chunk +0 lines, -297 lines 0 comments
D sandbox/src/filesystem_interception.h View 1 chunk +0 lines, -53 lines 0 comments
D sandbox/src/filesystem_interception.cc View 1 chunk +0 lines, -351 lines 0 comments
D sandbox/src/filesystem_policy.h View 1 chunk +0 lines, -107 lines 0 comments
D sandbox/src/filesystem_policy.cc View 1 chunk +0 lines, -387 lines 0 comments
D sandbox/src/handle_closer.h View 1 chunk +0 lines, -75 lines 0 comments
D sandbox/src/handle_closer.cc View 1 chunk +0 lines, -201 lines 0 comments
D sandbox/src/handle_closer_agent.h View 1 chunk +0 lines, -37 lines 0 comments
D sandbox/src/handle_closer_agent.cc View 1 chunk +0 lines, -145 lines 0 comments
D sandbox/src/handle_closer_test.cc View 1 chunk +0 lines, -194 lines 0 comments
D sandbox/src/handle_dispatcher.h View 1 chunk +0 lines, -37 lines 0 comments
D sandbox/src/handle_dispatcher.cc View 1 chunk +0 lines, -90 lines 0 comments
D sandbox/src/handle_interception.h View 1 chunk +0 lines, -24 lines 0 comments
D sandbox/src/handle_interception.cc View 1 chunk +0 lines, -45 lines 0 comments
D sandbox/src/handle_policy.h View 1 chunk +0 lines, -41 lines 0 comments
D sandbox/src/handle_policy.cc View 1 chunk +0 lines, -94 lines 0 comments
D sandbox/src/handle_policy_test.cc View 1 chunk +0 lines, -114 lines 0 comments
D sandbox/src/handle_table.h View 1 chunk +0 lines, -159 lines 0 comments
D sandbox/src/handle_table.cc View 1 chunk +0 lines, -181 lines 0 comments
D sandbox/src/integrity_level_test.cc View 1 chunk +0 lines, -90 lines 0 comments
D sandbox/src/interception.h View 1 chunk +0 lines, -272 lines 0 comments
D sandbox/src/interception.cc View 1 chunk +0 lines, -551 lines 0 comments
D sandbox/src/interception_agent.h View 1 chunk +0 lines, -87 lines 0 comments
D sandbox/src/interception_agent.cc View 1 chunk +0 lines, -233 lines 0 comments
D sandbox/src/interception_internal.h View 1 chunk +0 lines, -76 lines 0 comments
D sandbox/src/interception_unittest.cc View 1 chunk +0 lines, -212 lines 0 comments
D sandbox/src/interceptors.h View 1 chunk +0 lines, -54 lines 0 comments
D sandbox/src/interceptors_64.h View 1 chunk +0 lines, -169 lines 0 comments
D sandbox/src/interceptors_64.cc View 1 chunk +0 lines, -268 lines 0 comments
D sandbox/src/internal_types.h View 1 chunk +0 lines, -75 lines 0 comments
D sandbox/src/ipc_ping_test.cc View 1 chunk +0 lines, -58 lines 0 comments
D sandbox/src/ipc_tags.h View 1 chunk +0 lines, -37 lines 0 comments
D sandbox/src/ipc_unittest.cc View 1 chunk +0 lines, -641 lines 0 comments
D sandbox/src/job.h View 1 chunk +0 lines, -62 lines 0 comments
D sandbox/src/job.cc View 1 chunk +0 lines, -116 lines 0 comments
D sandbox/src/job_unittest.cc View 1 chunk +0 lines, -189 lines 0 comments
D sandbox/src/named_pipe_dispatcher.h View 1 chunk +0 lines, -37 lines 0 comments
D sandbox/src/named_pipe_dispatcher.cc View 1 chunk +0 lines, -66 lines 0 comments
D sandbox/src/named_pipe_interception.h View 1 chunk +0 lines, -36 lines 0 comments
D sandbox/src/named_pipe_interception.cc View 1 chunk +0 lines, -72 lines 0 comments
D sandbox/src/named_pipe_policy.h View 1 chunk +0 lines, -45 lines 0 comments
D sandbox/src/named_pipe_policy.cc View 1 chunk +0 lines, -86 lines 0 comments
D sandbox/src/named_pipe_policy_test.cc View 1 chunk +0 lines, -78 lines 0 comments
D sandbox/src/nt_internals.h View 1 chunk +0 lines, -611 lines 0 comments
D sandbox/src/policy_broker.h View 1 chunk +0 lines, -23 lines 0 comments
D sandbox/src/policy_broker.cc View 1 chunk +0 lines, -118 lines 0 comments
D sandbox/src/policy_engine_opcodes.h View 1 chunk +0 lines, -380 lines 0 comments
D sandbox/src/policy_engine_opcodes.cc View 1 chunk +0 lines, -454 lines 0 comments
D sandbox/src/policy_engine_params.h View 1 chunk +0 lines, -202 lines 0 comments
D sandbox/src/policy_engine_processor.h View 1 chunk +0 lines, -145 lines 0 comments
D sandbox/src/policy_engine_processor.cc View 1 chunk +0 lines, -107 lines 0 comments
D sandbox/src/policy_engine_unittest.cc View 1 chunk +0 lines, -102 lines 0 comments
D sandbox/src/policy_low_level.h View 1 chunk +0 lines, -182 lines 0 comments
D sandbox/src/policy_low_level.cc View 1 chunk +0 lines, -348 lines 0 comments
D sandbox/src/policy_low_level_unittest.cc View 1 chunk +0 lines, -575 lines 0 comments
D sandbox/src/policy_opcodes_unittest.cc View 1 chunk +0 lines, -344 lines 0 comments
D sandbox/src/policy_params.h View 1 chunk +0 lines, -64 lines 0 comments
D sandbox/src/policy_target.h View 1 chunk +0 lines, -45 lines 0 comments
D sandbox/src/policy_target.cc View 1 chunk +0 lines, -127 lines 0 comments
D sandbox/src/policy_target_test.cc View 1 chunk +0 lines, -337 lines 0 comments
D sandbox/src/process_policy_test.cc View 1 chunk +0 lines, -295 lines 0 comments
D sandbox/src/process_thread_dispatcher.h View 1 chunk +0 lines, -47 lines 0 comments
D sandbox/src/process_thread_dispatcher.cc View 1 chunk +0 lines, -245 lines 0 comments
D sandbox/src/process_thread_interception.h View 1 chunk +0 lines, -101 lines 0 comments
D sandbox/src/process_thread_interception.cc View 1 chunk +0 lines, -447 lines 0 comments
D sandbox/src/process_thread_policy.h View 1 chunk +0 lines, -82 lines 0 comments
D sandbox/src/process_thread_policy.cc View 1 chunk +0 lines, -242 lines 0 comments
D sandbox/src/registry_dispatcher.h View 1 chunk +0 lines, -39 lines 0 comments
D sandbox/src/registry_dispatcher.cc View 1 chunk +0 lines, -161 lines 0 comments
D sandbox/src/registry_interception.h View 1 chunk +0 lines, -38 lines 0 comments
D sandbox/src/registry_interception.cc View 1 chunk +0 lines, -176 lines 0 comments
D sandbox/src/registry_policy.h View 1 chunk +0 lines, -57 lines 0 comments
D sandbox/src/registry_policy.cc View 1 chunk +0 lines, -227 lines 0 comments
D sandbox/src/registry_policy_test.cc View 1 chunk +0 lines, -289 lines 0 comments
D sandbox/src/resolver.h View 1 chunk +0 lines, -105 lines 0 comments
D sandbox/src/resolver.cc View 1 chunk +0 lines, -62 lines 0 comments
D sandbox/src/resolver_32.cc View 1 chunk +0 lines, -88 lines 0 comments
D sandbox/src/resolver_64.cc View 1 chunk +0 lines, -69 lines 0 comments
D sandbox/src/restricted_token.h View 1 chunk +0 lines, -198 lines 0 comments
D sandbox/src/restricted_token.cc View 1 chunk +0 lines, -466 lines 0 comments
D sandbox/src/restricted_token_unittest.cc View 1 chunk +0 lines, -530 lines 0 comments
D sandbox/src/restricted_token_utils.h View 1 chunk +0 lines, -83 lines 0 comments
D sandbox/src/restricted_token_utils.cc View 1 chunk +0 lines, -344 lines 0 comments
D sandbox/src/sandbox.h View 1 chunk +0 lines, -156 lines 0 comments
D sandbox/src/sandbox.cc View 1 chunk +0 lines, -51 lines 0 comments
D sandbox/src/sandbox.vcproj View 1 chunk +0 lines, -658 lines 0 comments
D sandbox/src/sandbox_factory.h View 1 chunk +0 lines, -50 lines 0 comments
D sandbox/src/sandbox_nt_types.h View 1 chunk +0 lines, -46 lines 0 comments
D sandbox/src/sandbox_nt_util.h View 1 chunk +0 lines, -173 lines 0 comments
D sandbox/src/sandbox_nt_util.cc View 1 chunk +0 lines, -599 lines 0 comments
D sandbox/src/sandbox_policy.h View 1 chunk +0 lines, -190 lines 0 comments
D sandbox/src/sandbox_policy_base.h View 1 chunk +0 lines, -139 lines 0 comments
D sandbox/src/sandbox_policy_base.cc View 1 chunk +0 lines, -542 lines 0 comments
D sandbox/src/sandbox_types.h View 1 chunk +0 lines, -81 lines 0 comments
D sandbox/src/sandbox_utils.h View 1 chunk +0 lines, -38 lines 0 comments
D sandbox/src/sandbox_utils.cc View 1 chunk +0 lines, -79 lines 0 comments
D sandbox/src/security_level.h View 1 chunk +0 lines, -127 lines 0 comments
D sandbox/src/service_resolver.h View 1 chunk +0 lines, -148 lines 0 comments
D sandbox/src/service_resolver.cc View 1 chunk +0 lines, -42 lines 0 comments
D sandbox/src/service_resolver_32.cc View 1 chunk +0 lines, -424 lines 0 comments
D sandbox/src/service_resolver_64.cc View 1 chunk +0 lines, -193 lines 0 comments
D sandbox/src/service_resolver_unittest.cc View 1 chunk +0 lines, -227 lines 0 comments
D sandbox/src/shared_handles.h View 1 chunk +0 lines, -108 lines 0 comments
D sandbox/src/shared_handles.cc View 1 chunk +0 lines, -67 lines 0 comments
D sandbox/src/sharedmem_ipc_client.h View 1 chunk +0 lines, -136 lines 0 comments
D sandbox/src/sharedmem_ipc_client.cc View 1 chunk +0 lines, -152 lines 0 comments
D sandbox/src/sharedmem_ipc_server.h View 1 chunk +0 lines, -127 lines 0 comments
D sandbox/src/sharedmem_ipc_server.cc View 1 chunk +0 lines, -410 lines 0 comments
D sandbox/src/sid.h View 1 chunk +0 lines, -29 lines 0 comments
D sandbox/src/sid.cc View 1 chunk +0 lines, -26 lines 0 comments
D sandbox/src/sid_unittest.cc View 1 chunk +0 lines, -71 lines 0 comments
D sandbox/src/sidestep/ia32_modrm_map.cpp View 1 chunk +0 lines, -92 lines 0 comments
D sandbox/src/sidestep/ia32_opcode_map.cpp View 1 chunk +0 lines, -1159 lines 0 comments
D sandbox/src/sidestep/mini_disassembler.h View 1 chunk +0 lines, -156 lines 0 comments
D sandbox/src/sidestep/mini_disassembler.cpp View 1 chunk +0 lines, -395 lines 0 comments
D sandbox/src/sidestep/mini_disassembler_types.h View 1 chunk +0 lines, -197 lines 0 comments
D sandbox/src/sidestep/preamble_patcher.h View 1 chunk +0 lines, -109 lines 0 comments
D sandbox/src/sidestep/preamble_patcher_with_stub.cpp View 1 chunk +0 lines, -179 lines 0 comments
D sandbox/src/sidestep_resolver.h View 1 chunk +0 lines, -73 lines 0 comments
D sandbox/src/sidestep_resolver.cc View 1 chunk +0 lines, -200 lines 0 comments
D sandbox/src/sync_dispatcher.h View 1 chunk +0 lines, -38 lines 0 comments
D sandbox/src/sync_dispatcher.cc View 1 chunk +0 lines, -86 lines 0 comments
D sandbox/src/sync_interception.h View 1 chunk +0 lines, -41 lines 0 comments
D sandbox/src/sync_interception.cc View 1 chunk +0 lines, -107 lines 0 comments
D sandbox/src/sync_policy.h View 1 chunk +0 lines, -51 lines 0 comments
D sandbox/src/sync_policy.cc View 1 chunk +0 lines, -114 lines 0 comments
D sandbox/src/sync_policy_test.cc View 1 chunk +0 lines, -145 lines 0 comments
D sandbox/src/target_interceptions.h View 1 chunk +0 lines, -35 lines 0 comments
D sandbox/src/target_interceptions.cc View 1 chunk +0 lines, -100 lines 0 comments
D sandbox/src/target_process.h View 1 chunk +0 lines, -122 lines 0 comments
D sandbox/src/target_process.cc View 1 chunk +0 lines, -355 lines 0 comments
D sandbox/src/target_services.h View 1 chunk +0 lines, -71 lines 0 comments
D sandbox/src/target_services.cc View 1 chunk +0 lines, -188 lines 0 comments
D sandbox/src/threadpool_unittest.cc View 1 chunk +0 lines, -94 lines 0 comments
D sandbox/src/unload_dll_test.cc View 1 chunk +0 lines, -96 lines 0 comments
D sandbox/src/win2k_threadpool.h View 1 chunk +0 lines, -58 lines 0 comments
D sandbox/src/win2k_threadpool.cc View 1 chunk +0 lines, -60 lines 0 comments
D sandbox/src/win_utils.h View 1 chunk +0 lines, -110 lines 0 comments
D sandbox/src/win_utils.cc View 1 chunk +0 lines, -323 lines 0 comments
D sandbox/src/win_utils_unittest.cc View 1 chunk +0 lines, -82 lines 0 comments
D sandbox/src/window.h View 1 chunk +0 lines, -39 lines 0 comments
D sandbox/src/window.cc View 1 chunk +0 lines, -142 lines 0 comments
D sandbox/tests/common/controller.h View 1 chunk +0 lines, -145 lines 0 comments
D sandbox/tests/common/controller.cc View 1 chunk +0 lines, -338 lines 0 comments
D sandbox/tests/common/test_utils.h View 1 chunk +0 lines, -19 lines 0 comments
D sandbox/tests/common/test_utils.cc View 1 chunk +0 lines, -72 lines 0 comments
D sandbox/tests/integration_tests/integration_tests.cc View 1 chunk +0 lines, -18 lines 0 comments
D sandbox/tests/integration_tests/integration_tests_test.cc View 1 chunk +0 lines, -94 lines 0 comments
D sandbox/tests/integration_tests/sbox_integration_tests.vcproj View 1 chunk +0 lines, -242 lines 0 comments
D sandbox/tests/unit_tests/sbox_unittests.vcproj View 1 chunk +0 lines, -258 lines 0 comments
D sandbox/tests/unit_tests/unit_tests.cc View 1 chunk +0 lines, -16 lines 0 comments
D sandbox/tests/validation_tests/commands.h View 1 chunk +0 lines, -37 lines 0 comments
D sandbox/tests/validation_tests/commands.cc View 1 chunk +0 lines, -262 lines 0 comments
D sandbox/tests/validation_tests/sbox_validation_tests.vcproj View 1 chunk +0 lines, -216 lines 0 comments
D sandbox/tests/validation_tests/suite.cc View 1 chunk +0 lines, -200 lines 0 comments
D sandbox/tests/validation_tests/unit_tests.cc View 1 chunk +0 lines, -16 lines 0 comments
D sandbox/tools/finder/finder.h View 1 chunk +0 lines, -143 lines 0 comments
D sandbox/tools/finder/finder.cc View 1 chunk +0 lines, -64 lines 0 comments
D sandbox/tools/finder/finder.vcproj View 1 chunk +0 lines, -201 lines 0 comments
D sandbox/tools/finder/finder_fs.cc View 1 chunk +0 lines, -117 lines 0 comments
D sandbox/tools/finder/finder_kernel.cc View 1 chunk +0 lines, -248 lines 0 comments
D sandbox/tools/finder/finder_registry.cc View 1 chunk +0 lines, -93 lines 0 comments
D sandbox/tools/finder/main.cc View 1 chunk +0 lines, -147 lines 0 comments
D sandbox/tools/finder/ntundoc.h View 1 chunk +0 lines, -275 lines 0 comments
D sandbox/tools/launcher/launcher.cc View 1 chunk +0 lines, -156 lines 0 comments
D sandbox/tools/launcher/launcher.vcproj View 1 chunk +0 lines, -177 lines 0 comments
A + sandbox/win/sandbox_poc/main_ui_window.h View 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/sandbox_poc/main_ui_window.cc View 1 chunk +5 lines, -5 lines 0 comments
A + sandbox/win/sandbox_poc/pocdll/exports.h View 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/sandbox_poc/pocdll/fs.cc View 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/sandbox_poc/pocdll/handles.cc View 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/sandbox_poc/pocdll/invasive.cc View 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/sandbox_poc/pocdll/network.cc View 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/sandbox_poc/pocdll/pocdll.cc View 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/sandbox_poc/pocdll/pocdll.vcproj View 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/sandbox_poc/pocdll/processes_and_threads.cc View 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/sandbox_poc/pocdll/registry.cc View 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/sandbox_poc/pocdll/spyware.cc View 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/sandbox_poc/pocdll/utils.h View 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/sandbox_poc/resource.h View 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/sandbox_poc/sandbox.h View 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/sandbox_poc/sandbox.cc View 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/sandbox_poc/sandbox.ico View 1 2 Binary file 0 comments
A + sandbox/win/sandbox_poc/sandbox.rc View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/sandbox_poc/sandbox_poc.vcproj View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/sandbox_standalone.sln View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/sandbox_win.gypi View 1 2 4 chunks +5 lines, -5 lines 0 comments
A + sandbox/win/src/Wow64.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/Wow64.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments
A + sandbox/win/src/Wow64_64.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/acl.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/acl.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/broker_services.h View 1 2 1 chunk +6 lines, -6 lines 0 comments
A + sandbox/win/src/broker_services.cc View 1 2 1 chunk +6 lines, -6 lines 0 comments
A + sandbox/win/src/crosscall_client.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/crosscall_params.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/crosscall_server.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/crosscall_server.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/dep.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/src/dep.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/dep_test.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/eat_resolver.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/eat_resolver.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/file_policy_test.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments
A + sandbox/win/src/filesystem_dispatcher.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/filesystem_dispatcher.cc View 1 2 1 chunk +12 lines, -12 lines 0 comments
A + sandbox/win/src/filesystem_interception.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/filesystem_interception.cc View 1 2 1 chunk +10 lines, -10 lines 0 comments
A + sandbox/win/src/filesystem_policy.h View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/filesystem_policy.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments
A + sandbox/win/src/handle_closer.h View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/handle_closer.cc View 1 2 1 chunk +6 lines, -6 lines 0 comments
A + sandbox/win/src/handle_closer_agent.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/handle_closer_agent.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/handle_closer_test.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments
A + sandbox/win/src/handle_dispatcher.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/handle_dispatcher.cc View 1 2 1 chunk +10 lines, -10 lines 0 comments
A + sandbox/win/src/handle_interception.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/handle_interception.cc View 1 2 1 chunk +8 lines, -8 lines 0 comments
A + sandbox/win/src/handle_policy.h View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/handle_policy.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments
A + sandbox/win/src/handle_policy_test.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments
A + sandbox/win/src/handle_table.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/handle_table.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/integrity_level_test.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/interception.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/interception.cc View 1 2 1 chunk +9 lines, -9 lines 0 comments
A + sandbox/win/src/interception_agent.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/interception_agent.cc View 1 2 1 chunk +6 lines, -6 lines 0 comments
A + sandbox/win/src/interception_internal.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/interception_unittest.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/interceptors.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/interceptors_64.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/interceptors_64.cc View 1 2 1 chunk +12 lines, -12 lines 0 comments
A + sandbox/win/src/internal_types.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/src/ipc_ping_test.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/ipc_tags.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/src/ipc_unittest.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/job.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/job.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/job_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/named_pipe_dispatcher.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/named_pipe_dispatcher.cc View 1 2 1 chunk +10 lines, -10 lines 0 comments
A + sandbox/win/src/named_pipe_interception.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/named_pipe_interception.cc View 1 2 1 chunk +10 lines, -10 lines 0 comments
A + sandbox/win/src/named_pipe_policy.h View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/named_pipe_policy.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments
A + sandbox/win/src/named_pipe_policy_test.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/nt_internals.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/src/policy_broker.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/policy_broker.cc View 1 2 1 chunk +10 lines, -10 lines 0 comments
A + sandbox/win/src/policy_engine_opcodes.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/policy_engine_opcodes.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/policy_engine_params.h View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/policy_engine_processor.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/policy_engine_processor.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/policy_engine_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/policy_low_level.h View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/policy_low_level.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/policy_low_level_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/policy_opcodes_unittest.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/policy_params.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/policy_target.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/policy_target.cc View 1 2 1 chunk +11 lines, -11 lines 0 comments
A + sandbox/win/src/policy_target_test.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments
A + sandbox/win/src/process_policy_test.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/process_thread_dispatcher.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/process_thread_dispatcher.cc View 1 2 1 chunk +10 lines, -10 lines 0 comments
A + sandbox/win/src/process_thread_interception.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/process_thread_interception.cc View 1 2 1 chunk +10 lines, -10 lines 0 comments
A + sandbox/win/src/process_thread_policy.h View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/process_thread_policy.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments
A + sandbox/win/src/registry_dispatcher.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/registry_dispatcher.cc View 1 2 1 chunk +11 lines, -11 lines 0 comments
A + sandbox/win/src/registry_interception.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/registry_interception.cc View 1 2 1 chunk +8 lines, -8 lines 0 comments
A + sandbox/win/src/registry_policy.h View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/registry_policy.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments
A + sandbox/win/src/registry_policy_test.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments
A + sandbox/win/src/resolver.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/resolver.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/resolver_32.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/resolver_64.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/restricted_token.h View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/restricted_token.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/restricted_token_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/restricted_token_utils.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/restricted_token_utils.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments
A + sandbox/win/src/sandbox.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/sandbox.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/sandbox.vcproj View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/src/sandbox_factory.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/sandbox_nt_types.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/sandbox_nt_util.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/sandbox_nt_util.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/sandbox_policy.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/sandbox_policy_base.h View 1 2 1 chunk +7 lines, -7 lines 0 comments
A + sandbox/win/src/sandbox_policy_base.cc View 1 2 1 chunk +22 lines, -22 lines 0 comments
A + sandbox/win/src/sandbox_types.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/src/sandbox_utils.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/sandbox_utils.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/security_level.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/src/service_resolver.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/service_resolver.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/service_resolver_32.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/service_resolver_64.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/service_resolver_unittest.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/shared_handles.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/src/shared_handles.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/sharedmem_ipc_client.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/sharedmem_ipc_client.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/sharedmem_ipc_server.h View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/sharedmem_ipc_server.cc View 1 2 1 chunk +6 lines, -6 lines 0 comments
A + sandbox/win/src/sid.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/src/sid.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/sid_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/sidestep/ia32_modrm_map.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/sidestep/ia32_opcode_map.cpp View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/sidestep/mini_disassembler.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/sidestep/mini_disassembler.cpp View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/sidestep/mini_disassembler_types.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/src/sidestep/preamble_patcher.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/src/sidestep/preamble_patcher_with_stub.cpp View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/sidestep_resolver.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/sidestep_resolver.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/sync_dispatcher.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/sync_dispatcher.cc View 1 2 1 chunk +10 lines, -10 lines 0 comments
A + sandbox/win/src/sync_interception.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/sync_interception.cc View 1 2 1 chunk +10 lines, -10 lines 0 comments
A + sandbox/win/src/sync_policy.h View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/sync_policy.cc View 1 2 1 chunk +6 lines, -6 lines 0 comments
A + sandbox/win/src/sync_policy_test.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments
A + sandbox/win/src/target_interceptions.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/target_interceptions.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments
A + sandbox/win/src/target_process.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/target_process.cc View 1 2 1 chunk +6 lines, -6 lines 0 comments
A + sandbox/win/src/target_services.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/target_services.cc View 1 2 1 chunk +10 lines, -10 lines 0 comments
A + sandbox/win/src/threadpool_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/unload_dll_test.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/src/win2k_threadpool.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/win2k_threadpool.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/win_utils.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/src/win_utils.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/src/win_utils_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/src/window.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/src/window.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/tests/common/controller.h View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/tests/common/controller.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments
A + sandbox/win/tests/common/test_utils.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/tests/common/test_utils.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/tests/integration_tests/integration_tests.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/tests/integration_tests/integration_tests_test.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/tests/integration_tests/sbox_integration_tests.vcproj View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/tests/unit_tests/sbox_unittests.vcproj View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/tests/unit_tests/unit_tests.cc View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/tests/validation_tests/commands.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/tests/validation_tests/commands.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/tests/validation_tests/sbox_validation_tests.vcproj View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/tests/validation_tests/suite.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/tests/validation_tests/unit_tests.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/tools/finder/finder.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/tools/finder/finder.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/tools/finder/finder.vcproj View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/tools/finder/finder_fs.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/tools/finder/finder_kernel.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments
A + sandbox/win/tools/finder/finder_registry.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments
A + sandbox/win/tools/finder/main.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/tools/finder/ntundoc.h View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/tools/launcher/launcher.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/tools/launcher/launcher.vcproj View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/wow_helper.sln View 1 2 0 chunks +-1 lines, --1 lines 0 comments
A + sandbox/win/wow_helper/service64_resolver.h View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/wow_helper/service64_resolver.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/wow_helper/target_code.h View 1 2 2 chunks +2 lines, -2 lines 0 comments
A + sandbox/win/wow_helper/target_code.cc View 1 2 1 chunk +1 line, -1 line 0 comments
A + sandbox/win/wow_helper/wow_helper.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments
A + sandbox/win/wow_helper/wow_helper.exe View 1 2 Binary file 0 comments
A + sandbox/win/wow_helper/wow_helper.pdb View 1 2 Binary file 0 comments
A + sandbox/win/wow_helper/wow_helper.vcproj View 1 2 0 chunks +-1 lines, --1 lines 0 comments
D sandbox/wow_helper.sln View 1 2 1 chunk +0 lines, -19 lines 0 comments
D sandbox/wow_helper/service64_resolver.h View 1 2 1 chunk +0 lines, -72 lines 0 comments
D sandbox/wow_helper/service64_resolver.cc View 1 2 1 chunk +0 lines, -342 lines 0 comments
D sandbox/wow_helper/target_code.h View 1 2 1 chunk +0 lines, -41 lines 0 comments
D sandbox/wow_helper/target_code.cc View 1 2 1 chunk +0 lines, -34 lines 0 comments
D sandbox/wow_helper/wow_helper.cc View 1 2 1 chunk +0 lines, -123 lines 0 comments
D sandbox/wow_helper/wow_helper.exe View 1 2 0 chunks +-1 lines, --1 lines 0 comments
D sandbox/wow_helper/wow_helper.pdb View 1 2 0 chunks +-1 lines, --1 lines 0 comments
D sandbox/wow_helper/wow_helper.vcproj View 1 2 1 chunk +0 lines, -223 lines 0 comments
M ui/views/examples/examples_main.cc View 1 2 1 chunk +1 line, -1 line 0 comments

Messages

Total messages: 24 (0 generated)
jln (very slow on Chromium)
Hey Justin, would you mind me trying to land this now? There is a little ...
8 years, 5 months ago (2012-07-12 07:29:46 UTC) #1
jschuh
Please run the win and win_rel try jobs as a full clobber. Also, please add ...
8 years, 5 months ago (2012-07-12 16:58:45 UTC) #2
jln (very slow on Chromium)
On 2012/07/12 16:58:45, Justin Schuh wrote: > Please run the win and win_rel try jobs ...
8 years, 5 months ago (2012-07-12 17:27:55 UTC) #3
jschuh
On 2012/07/12 17:27:55, Julien Tinnes wrote: > All the trybots have already been run at ...
8 years, 5 months ago (2012-07-12 17:50:39 UTC) #4
jln (very slow on Chromium)
On 2012/07/12 17:50:39, Justin Schuh wrote: > On 2012/07/12 17:27:55, Julien Tinnes wrote: > > ...
8 years, 5 months ago (2012-07-12 20:26:34 UTC) #5
jln (very slow on Chromium)
Since this CL will deprecate fast, I'm asking OWNER approval ahead of time so that ...
8 years, 5 months ago (2012-07-12 20:43:15 UTC) #6
jschuh
Looks all mechanical, so lgtm on two very important conditions: 1) Please verify that this ...
8 years, 5 months ago (2012-07-12 22:06:33 UTC) #7
jln (very slow on Chromium)
On 2012/07/12 22:06:33, Justin Schuh wrote: > Looks all mechanical, so lgtm on two very ...
8 years, 5 months ago (2012-07-12 23:00:58 UTC) #8
M-A Ruel
On 2012/07/12 23:00:58, Julien Tinnes wrote: > On 2012/07/12 22:06:33, Justin Schuh wrote: > > ...
8 years, 5 months ago (2012-07-13 00:42:25 UTC) #9
jln (very slow on Chromium)
On 2012/07/13 00:42:25, Marc-Antoine Ruel wrote: > 1. subversion supports that. > 2. As I ...
8 years, 5 months ago (2012-07-13 00:46:28 UTC) #10
M-A Ruel
On 2012/07/13 00:46:28, Julien Tinnes wrote: > On 2012/07/13 00:42:25, Marc-Antoine Ruel wrote: > > ...
8 years, 5 months ago (2012-07-13 00:50:34 UTC) #11
jam
content lgtm. not an owner in ui/views... in the future, feel free to TBR changes ...
8 years, 5 months ago (2012-07-13 15:39:14 UTC) #12
cpu_(ooo_6.6-7.5)
lgtm
8 years, 5 months ago (2012-07-13 15:47:38 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/10689170/26066
8 years, 5 months ago (2012-07-13 23:17:34 UTC) #14
commit-bot: I haz the power
Failed to request the patch to try. Please note that binary filesare still unsupported at ...
8 years, 5 months ago (2012-07-13 23:18:43 UTC) #15
jln (very slow on Chromium)
On 2012/07/13 23:18:43, I haz the power (commit-bot) wrote: > Failed to request the patch ...
8 years, 5 months ago (2012-07-14 01:50:14 UTC) #16
rvargas (doing something else)
https://chromiumcodereview.appspot.com/10689170/diff/27132/sandbox/win/sandbox_win.gypi File sandbox/win/sandbox_win.gypi (right): https://chromiumcodereview.appspot.com/10689170/diff/27132/sandbox/win/sandbox_win.gypi#newcode169 sandbox/win/sandbox_win.gypi:169: '../..', Do we still need this? https://chromiumcodereview.appspot.com/10689170/diff/27132/sandbox/win/sandbox_win.gypi#newcode175 sandbox/win/sandbox_win.gypi:175: #FIXME ...
8 years, 5 months ago (2012-07-16 21:52:38 UTC) #17
jln (very slow on Chromium)
PS: I might try to land this again on Wednesday which is my "low productivity ...
8 years, 5 months ago (2012-07-16 22:12:36 UTC) #18
rvargas (doing something else)
https://chromiumcodereview.appspot.com/10689170/diff/27132/sandbox/win/sandbox_win.gypi File sandbox/win/sandbox_win.gypi (right): https://chromiumcodereview.appspot.com/10689170/diff/27132/sandbox/win/sandbox_win.gypi#newcode175 sandbox/win/sandbox_win.gypi:175: #FIXME just for trybot On 2012/07/16 22:12:36, Julien Tinnes ...
8 years, 5 months ago (2012-07-16 22:26:02 UTC) #19
jln (very slow on Chromium)
On 2012/07/16 22:26:02, rvargas wrote: > https://chromiumcodereview.appspot.com/10689170/diff/27132/sandbox/win/sandbox_win.gypi > File sandbox/win/sandbox_win.gypi (right): > > https://chromiumcodereview.appspot.com/10689170/diff/27132/sandbox/win/sandbox_win.gypi#newcode175 > ...
8 years, 5 months ago (2012-07-16 22:46:15 UTC) #20
cpu_(ooo_6.6-7.5)
https://chromiumcodereview.appspot.com/10689170/diff/27132/sandbox/win/sandbox_win.gypi File sandbox/win/sandbox_win.gypi (right): https://chromiumcodereview.appspot.com/10689170/diff/27132/sandbox/win/sandbox_win.gypi#newcode178 sandbox/win/sandbox_win.gypi:178: ], Hmm I didn't see this. Please fix.
8 years, 5 months ago (2012-07-17 19:50:58 UTC) #21
jln (very slow on Chromium)
https://chromiumcodereview.appspot.com/10689170/diff/27132/sandbox/win/sandbox_win.gypi File sandbox/win/sandbox_win.gypi (right): https://chromiumcodereview.appspot.com/10689170/diff/27132/sandbox/win/sandbox_win.gypi#newcode178 sandbox/win/sandbox_win.gypi:178: ], On 2012/07/17 19:50:59, cpu wrote: > Hmm I ...
8 years, 5 months ago (2012-07-17 23:01:55 UTC) #22
M-A Ruel
Ah right, there's still a bug related to binary files I'll flesh out. Just commit ...
8 years, 5 months ago (2012-07-17 23:35:48 UTC) #23
M-A Ruel
8 years, 5 months ago (2012-07-17 23:35:49 UTC) #24
Ah right, there's still a bug related to binary files I'll flesh out. Just
commit manually.

Powered by Google App Engine