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

Issue 865253002: Delete temporary application file as soon as the application is launched. (Closed)

Created:
5 years, 11 months ago by qsr
Modified:
5 years, 10 months ago
CC:
mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Delete temporary application file as soon as the application is launched. This prevent the shell to fill the temporary directory with applications that are never deleted because the applications never finish. R=aa@chromium.org, eseidel@chromium.org BUG=449003 Committed: https://chromium.googlesource.com/external/mojo/+/671001e79618e4e1445524af66356144444984fd

Patch Set 1 #

Patch Set 2 : clang format #

Total comments: 4

Patch Set 3 : Follow review #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -32 lines) Patch
M shell/android/android_handler.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M shell/app_child_process.cc View 1 2 2 chunks +12 lines, -6 lines 0 comments Download
M shell/app_child_process.mojom View 1 2 1 chunk +3 lines, -1 line 1 comment Download
M shell/dynamic_application_loader.cc View 1 2 6 chunks +11 lines, -14 lines 0 comments Download
M shell/dynamic_application_loader_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M shell/dynamic_service_runner.h View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
M shell/dynamic_service_runner.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M shell/in_process_dynamic_service_runner.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M shell/in_process_dynamic_service_runner.cc View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
M shell/launcher_main.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M shell/out_of_process_dynamic_service_runner.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M shell/out_of_process_dynamic_service_runner.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
qsr
5 years, 11 months ago (2015-01-22 16:28:43 UTC) #1
eseidel
In WebKit one of our styles was to require enums as arguments instead of bools. ...
5 years, 11 months ago (2015-01-22 17:56:39 UTC) #3
Aaron Boodman
It's not required by Google style, but I totally agree and usually recommend to rename ...
5 years, 11 months ago (2015-01-22 19:23:40 UTC) #4
Aaron Boodman
Structural comment: I think a callback, similar to the existing one for app completed, would ...
5 years, 11 months ago (2015-01-22 19:51:31 UTC) #5
qsr
On 2015/01/22 19:51:31, Aaron Boodman wrote: > Structural comment: I think a callback, similar to ...
5 years, 11 months ago (2015-01-23 09:49:33 UTC) #6
qsr
https://codereview.chromium.org/865253002/diff/20001/shell/dynamic_application_loader.cc File shell/dynamic_application_loader.cc (right): https://codereview.chromium.org/865253002/diff/20001/shell/dynamic_application_loader.cc#newcode84 shell/dynamic_application_loader.cc:84: virtual bool CleanPath() = 0; On 2015/01/22 19:51:30, Aaron ...
5 years, 10 months ago (2015-01-26 09:12:14 UTC) #7
qsr
Aaron, gentle ping?
5 years, 10 months ago (2015-01-27 09:06:49 UTC) #8
Aaron Boodman
LGTM w/ one comment. https://codereview.chromium.org/865253002/diff/40001/shell/app_child_process.mojom File shell/app_child_process.mojom (right): https://codereview.chromium.org/865253002/diff/40001/shell/app_child_process.mojom#newcode11 shell/app_child_process.mojom:11: uint8 cleanup_behavior, Please change this ...
5 years, 10 months ago (2015-01-27 16:05:02 UTC) #9
qsr
5 years, 10 months ago (2015-01-28 12:44:31 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
671001e79618e4e1445524af66356144444984fd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698