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

Issue 180523003: Move ContentSecurityPolicy to core/frame/csp (Closed)

Created:
6 years, 9 months ago by Mike West
Modified:
6 years, 9 months ago
Reviewers:
haraken
CC:
blink-reviews, serviceworker-reviews, tzik, eae+blinkwatch, fs, eric.carlson_apple.com, apavlov+blink_chromium.org, adamk+blink_chromium.org, kinuko+watch, aandrey+blink_chromium.org, rwlbuis, Nils Barth (inactive), falken, caseq+blink_chromium.org, Nate Chapin, arv+blink, yurys+blink_chromium.org, abarth-chromium, marja+watch_chromium.org, dglazkov+blink, gavinp+loader_chromium.org, devtools-reviews_chromium.org, nessy, loislo+blink_chromium.org, jsbell+serviceworker_chromium.org, alecflett+watch_chromium.org, sof, lushnikov+blink_chromium.org, kinuko, feature-media-reviews_chromium.org, paulirish+reviews_chromium.org, nhiroki, kojih, vcarbune.chromium, philipj_slow, gavinp+prerender_chromium.org, jsbell+bindings_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, gasubic, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, Inactive, horo+watch_chromium.org
Visibility:
Public.

Description

Move ContentSecurityPolicy to core/frame/csp BUG=346642 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168619

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -1047 lines) Patch
M Source/bindings/v8/ScriptController.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/bindings/v8/V8Initializer.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/V8LazyEventListener.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/V8WindowShell.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8WindowCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gypi View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/dom/Element.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ScriptLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/SecurityContext.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/StyleElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/ResourceFetcher.cpp View 1 chunk +1 line, -1 line 0 comments Download
D Source/core/frame/ContentSecurityPolicy.h View 1 chunk +0 lines, -203 lines 0 comments Download
D Source/core/frame/ContentSecurityPolicy.cpp View 1 chunk +0 lines, -795 lines 0 comments Download
M Source/core/frame/csp/CSPDirectiveList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/csp/CSPSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/csp/CSPSourceList.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/core/frame/csp/ContentSecurityPolicy.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/frame/csp/ContentSecurityPolicy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/csp/MediaListDirective.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/csp/SourceListDirective.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAppletElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLLinkElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLPlugInElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLTrackElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/parser/XSSAuditor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorCSSAgent.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/DocumentLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/DocumentThreadableLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/FrameLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/EventSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/AbstractWorker.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/DedicatedWorkerGlobalScope.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/DedicatedWorkerThread.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/SharedWorkerGlobalScope.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/SharedWorkerThread.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerGlobalScope.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerMessagingProxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerThread.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerThreadStartupData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XMLHttpRequest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/xml/XSLTProcessor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerThread.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/WebSocket.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/AssertMatchingEnums.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/SharedWorkerRepositoryClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Mike West
Would you mind stamping this, Kentaro-san?
6 years, 9 months ago (2014-03-06 10:35:49 UTC) #1
haraken
rubberstamp LGTM.
6 years, 9 months ago (2014-03-06 10:37:59 UTC) #2
Mike West
The CQ bit was checked by mkwst@chromium.org
6 years, 9 months ago (2014-03-06 10:42:26 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/180523003/1
6 years, 9 months ago (2014-03-06 10:42:36 UTC) #4
commit-bot: I haz the power
6 years, 9 months ago (2014-03-06 10:43:27 UTC) #5
Message was sent while issue was closed.
Change committed as 168619

Powered by Google App Engine
This is Rietveld 408576698