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

Issue 487453002: Experimentally isolate GetSaveFileName in a utility process. (Closed)

Created:
6 years, 4 months ago by erikwright (departed)
Modified:
6 years, 4 months ago
Reviewers:
jschuh, sky
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

Experimentally isolate GetSaveFileName in a utility process. Shell operations may cause 3rd-party shell extensions to be loaded into the calling process. Isolating them in a utility process protects the browser process from potential instability. BUG=73098 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291416

Patch Set 1 #

Patch Set 2 : Small cleanups. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+422 lines, -238 lines) Patch
M chrome/browser/chrome_select_file_dialog_factory_win.cc View 4 chunks +166 lines, -18 lines 0 comments Download
M chrome/common/chrome_utility_messages.h View 4 chunks +25 lines, -5 lines 0 comments Download
M chrome/utility/shell_handler_win.h View 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/utility/shell_handler_win.cc View 2 chunks +31 lines, -0 lines 0 comments Download
M ui/base/win/open_file_name_win.h View 1 chunk +6 lines, -0 lines 2 comments Download
M ui/base/win/open_file_name_win.cc View 1 2 chunks +66 lines, -0 lines 2 comments Download
M ui/shell_dialogs/select_file_dialog_win.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/shell_dialogs/select_file_dialog_win.cc View 1 9 chunks +121 lines, -214 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
erikwright (departed)
sky: PTAL. jschuh: PTAL for new IPC message security. Again, these are unsandboxed->unsandboxed.
6 years, 4 months ago (2014-08-19 14:36:12 UTC) #1
jschuh
Rubberstamp ipc security lgtm (notes: unsandboxed<->unsandboxed)
6 years, 4 months ago (2014-08-19 16:05:02 UTC) #2
sky
https://codereview.chromium.org/487453002/diff/20001/ui/base/win/open_file_name_win.cc File ui/base/win/open_file_name_win.cc (right): https://codereview.chromium.org/487453002/diff/20001/ui/base/win/open_file_name_win.cc#newcode36 ui/base/win/open_file_name_win.cc:36: HMONITOR monitor1 = ::MonitorFromPoint(point, MONITOR_DEFAULTTONULL); Why not MonitorFromWindow, get ...
6 years, 4 months ago (2014-08-19 17:02:51 UTC) #3
erikwright (departed)
https://codereview.chromium.org/487453002/diff/20001/ui/base/win/open_file_name_win.cc File ui/base/win/open_file_name_win.cc (right): https://codereview.chromium.org/487453002/diff/20001/ui/base/win/open_file_name_win.cc#newcode36 ui/base/win/open_file_name_win.cc:36: HMONITOR monitor1 = ::MonitorFromPoint(point, MONITOR_DEFAULTTONULL); On 2014/08/19 17:02:51, sky ...
6 years, 4 months ago (2014-08-19 17:09:15 UTC) #4
sky
Fair enough, LGTM
6 years, 4 months ago (2014-08-19 19:40:52 UTC) #5
erikwright (departed)
The CQ bit was checked by erikwright@chromium.org
6 years, 4 months ago (2014-08-21 18:30:24 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erikwright@chromium.org/487453002/20001
6 years, 4 months ago (2014-08-21 18:32:02 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-21 21:29:34 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 21:56:53 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/8160)
6 years, 4 months ago (2014-08-21 21:56:54 UTC) #10
erikwright (departed)
The CQ bit was checked by erikwright@chromium.org
6 years, 4 months ago (2014-08-22 15:30:05 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erikwright@chromium.org/487453002/20001
6 years, 4 months ago (2014-08-22 15:30:48 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-22 15:38:41 UTC) #13
commit-bot: I haz the power
6 years, 4 months ago (2014-08-22 15:46:44 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (20001) as 291416

Powered by Google App Engine
This is Rietveld 408576698