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

Issue 2555153002: Part 3.8: Is policy list subsumed under subsuming policy? (Closed)

Created:
4 years ago by amalika
Modified:
4 years ago
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Part 3.8: Is policy list subsumed under subsuming policy? This CL (finally) considers list wildcards. For example: A = * B = ftp: http: https: ws: wss: A subsumes B. However, if B is "ftp: http: https: ws: wss: 'unsafe-inline'", then A does not subsume B because `unsafe-inline` is not allowed by A. BUG=647588 Committed: https://crrev.com/0ff1c62147403c78af7be4edaec99a544bf15987 Cr-Commit-Position: refs/heads/master@{#437298}

Patch Set 1 #

Patch Set 2 : Style #

Total comments: 5

Patch Set 3 : Fixing c++ empty vector initialization #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -12 lines) Patch
M third_party/WebKit/Source/core/frame/csp/CSPSource.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/SourceListDirective.h View 2 chunks +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp View 1 2 4 chunks +29 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/SourceListDirectiveTest.cpp View 1 2 1 chunk +111 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 25 (19 generated)
amalika
Adding support for wildcards (`*`) in lists.
4 years ago (2016-12-07 13:14:08 UTC) #2
amalika
https://codereview.chromium.org/2555153002/diff/20001/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp File third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp (left): https://codereview.chromium.org/2555153002/diff/20001/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp#oldcode604 third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp:604: // TODO(amalika): Handle here special keywords. Time to remove ...
4 years ago (2016-12-07 13:20:53 UTC) #3
Mike West
LGTM % comments. https://codereview.chromium.org/2555153002/diff/20001/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp File third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp (left): https://codereview.chromium.org/2555153002/diff/20001/third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp#oldcode604 third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp:604: // TODO(amalika): Handle here special keywords. ...
4 years ago (2016-12-07 15:16:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2555153002/60001
4 years ago (2016-12-08 18:53:04 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years ago (2016-12-08 18:59:06 UTC) #22
commit-bot: I haz the power
4 years ago (2016-12-08 19:03:31 UTC) #24
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0ff1c62147403c78af7be4edaec99a544bf15987
Cr-Commit-Position: refs/heads/master@{#437298}

Powered by Google App Engine
This is Rietveld 408576698