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

Issue 31663002: ChildProcessSecurityPolicy: Add DeleteFromFileSystem permission. (Closed)

Created:
7 years, 2 months ago by Lei Zhang
Modified:
7 years, 2 months ago
Reviewers:
Tom Sepez, tommycli, jam
CC:
chromium-reviews, extensions-reviews_chromium.org, vsevik, tzik, jam, yurys, joi+watch-content_chromium.org, paulirish+reviews_chromium.org, darin-cc_chromium.org, devtools-reviews_chromium.org, chromium-apps-reviews_chromium.org, kinuko+watch, aandrey+blink_chromium.org, pfeldman
Visibility:
Public.

Description

ChildProcessSecurityPolicy: Add DeleteFromFileSystem permission. BUG=275980 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=230055

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -67 lines) Patch
M chrome/browser/devtools/devtools_file_helper.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/child_process_security_policy_impl.h View 1 3 chunks +8 lines, -0 lines 0 comments Download
M content/browser/child_process_security_policy_impl.cc View 1 5 chunks +22 lines, -2 lines 0 comments Download
M content/browser/child_process_security_policy_unittest.cc View 1 6 chunks +58 lines, -63 lines 0 comments Download
M content/browser/fileapi/fileapi_message_filter.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/browser/child_process_security_policy.h View 1 2 chunks +10 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Lei Zhang
7 years, 2 months ago (2013-10-21 04:40:19 UTC) #1
tommycli
Looks like you're trying to separate the WRITE grant from the DELETE grant. Would we ...
7 years, 2 months ago (2013-10-21 14:16:09 UTC) #2
Tom Sepez
Could you point me at the spot(s) in the existing code where we grant write ...
7 years, 2 months ago (2013-10-21 16:45:24 UTC) #3
tommycli
On 2013/10/21 16:45:24, Tom Sepez wrote: > Could you point me at the spot(s) in ...
7 years, 2 months ago (2013-10-21 17:11:03 UTC) #4
Tom Sepez
> Is this question for me or thestig? Primarily for 'stig, but you could answer ...
7 years, 2 months ago (2013-10-21 17:13:07 UTC) #5
Lei Zhang
On 2013/10/21 17:13:07, Tom Sepez wrote: > > Is this question for me or thestig? ...
7 years, 2 months ago (2013-10-21 20:57:08 UTC) #6
Tom Sepez
lgtm
7 years, 2 months ago (2013-10-21 21:05:29 UTC) #7
Lei Zhang
+jam for contents/
7 years, 2 months ago (2013-10-21 21:23:08 UTC) #8
Lei Zhang
https://codereview.chromium.org/31663002/diff/1/content/browser/child_process_security_policy_impl.cc File content/browser/child_process_security_policy_impl.cc (right): https://codereview.chromium.org/31663002/diff/1/content/browser/child_process_security_policy_impl.cc#newcode41 content/browser/child_process_security_policy_impl.cc:41: DELETE_FROM_FILE_PERMISSION = 1 << 4, On 2013/10/21 14:16:09, tommycli ...
7 years, 2 months ago (2013-10-21 21:35:37 UTC) #9
tommycli
On 2013/10/21 21:35:37, Lei Zhang wrote: > https://codereview.chromium.org/31663002/diff/1/content/browser/child_process_security_policy_impl.cc > File content/browser/child_process_security_policy_impl.cc (right): > > https://codereview.chromium.org/31663002/diff/1/content/browser/child_process_security_policy_impl.cc#newcode41 ...
7 years, 2 months ago (2013-10-21 21:35:49 UTC) #10
jam
lgtm
7 years, 2 months ago (2013-10-22 00:00:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/31663002/140001
7 years, 2 months ago (2013-10-22 00:16:11 UTC) #12
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 2 months ago (2013-10-22 00:36:20 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/31663002/140001
7 years, 2 months ago (2013-10-22 00:50:44 UTC) #14
commit-bot: I haz the power
7 years, 2 months ago (2013-10-22 05:15:38 UTC) #15
Message was sent while issue was closed.
Change committed as 230055

Powered by Google App Engine
This is Rietveld 408576698