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

Issue 109843003: Replace wstring with string16 in sandbox (Closed)

Created:
7 years ago by brettw
Modified:
7 years ago
Reviewers:
cpu_(ooo_6.6-7.5)
CC:
chromium-reviews
Visibility:
Public.

Description

Replace wstring with string16 in sandbox R=cpu

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -207 lines) Patch
M sandbox/win/sandbox_poc/main_ui_window.h View 3 chunks +7 lines, -6 lines 0 comments Download
M sandbox/win/sandbox_poc/main_ui_window.cc View 6 chunks +7 lines, -7 lines 0 comments Download
sandbox/win/sandbox_poc/pocdll/spyware.cc View 1 chunk +1 line, -1 line 0 comments Download
sandbox/win/sandbox_poc/sandbox.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M sandbox/win/src/Wow64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M sandbox/win/src/crosscall_server.h View 2 chunks +2 lines, -1 line 0 comments Download
M sandbox/win/src/crosscall_server.cc View 1 chunk +1 line, -1 line 0 comments Download
sandbox/win/src/file_policy_test.cc View 10 chunks +15 lines, -15 lines 0 comments Download
M sandbox/win/src/filesystem_dispatcher.h View 2 chunks +8 lines, -5 lines 0 comments Download
M sandbox/win/src/filesystem_dispatcher.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M sandbox/win/src/filesystem_policy.h View 6 chunks +6 lines, -5 lines 0 comments Download
M sandbox/win/src/filesystem_policy.cc View 6 chunks +6 lines, -6 lines 0 comments Download
sandbox/win/src/handle_policy_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M sandbox/win/src/interception.h View 2 chunks +2 lines, -1 line 0 comments Download
M sandbox/win/src/interception.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M sandbox/win/src/ipc_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sandbox/win/src/named_pipe_dispatcher.h View 2 chunks +2 lines, -1 line 0 comments Download
M sandbox/win/src/named_pipe_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/win/src/named_pipe_policy.h View 2 chunks +2 lines, -1 line 0 comments Download
M sandbox/win/src/named_pipe_policy.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/win/src/policy_low_level.h View 2 chunks +2 lines, -1 line 0 comments Download
M sandbox/win/src/policy_low_level.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sandbox/win/src/policy_target_test.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M sandbox/win/src/process_thread_dispatcher.h View 2 chunks +6 lines, -2 lines 0 comments Download
M sandbox/win/src/process_thread_dispatcher.cc View 4 chunks +13 lines, -13 lines 0 comments Download
M sandbox/win/src/process_thread_policy.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sandbox/win/src/process_thread_policy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M sandbox/win/src/registry_dispatcher.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sandbox/win/src/registry_dispatcher.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M sandbox/win/src/registry_policy.h View 3 chunks +3 lines, -2 lines 0 comments Download
M sandbox/win/src/registry_policy.cc View 3 chunks +3 lines, -3 lines 0 comments Download
sandbox/win/src/restricted_token.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sandbox/win/src/restricted_token.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/win/src/restricted_token_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/win/src/restricted_token_utils.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sandbox/win/src/sandbox_policy.h View 2 chunks +2 lines, -1 line 0 comments Download
M sandbox/win/src/sandbox_utils.h View 2 chunks +2 lines, -1 line 0 comments Download
sandbox/win/src/sandbox_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/win/src/sharedmem_ipc_server.cc View 2 chunks +2 lines, -2 lines 0 comments Download
sandbox/win/src/sync_dispatcher.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sandbox/win/src/sync_dispatcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M sandbox/win/src/sync_policy.h View 2 chunks +3 lines, -2 lines 0 comments Download
sandbox/win/src/sync_policy.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M sandbox/win/src/win_utils.h View 2 chunks +10 lines, -6 lines 0 comments Download
M sandbox/win/src/win_utils.cc View 12 chunks +20 lines, -19 lines 0 comments Download
sandbox/win/src/win_utils_unittest.cc View 3 chunks +8 lines, -7 lines 0 comments Download
sandbox/win/src/window.h View 2 chunks +3 lines, -2 lines 0 comments Download
M sandbox/win/src/window.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M sandbox/win/tests/common/controller.h View 2 chunks +2 lines, -1 line 0 comments Download
sandbox/win/tests/common/controller.cc View 6 chunks +10 lines, -10 lines 0 comments Download
M sandbox/win/tests/validation_tests/commands.h View 2 chunks +7 lines, -3 lines 0 comments Download
M sandbox/win/tests/validation_tests/commands.cc View 6 chunks +12 lines, -12 lines 0 comments Download
M sandbox/win/wow_helper/wow_helper.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698