Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(461)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/browser/resources/content_security_policy.html
Issue
7396026
:
Consolidate content-security-policy markup (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set:
Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
chrome/browser/browser_about_handler.cc
chrome/browser/browser_resources.grd
chrome/browser/resources/about_conflicts.html
chrome/browser/resources/about_flash.html
chrome/browser/resources/about_memory.html
chrome/browser/resources/about_memory_linux.html
chrome/browser/resources/about_memory_mac.html
chrome/browser/resources/about_stats.html
chrome/browser/resources/about_version.html
chrome/browser/resources/content_security_policy.html
chrome/browser/resources/crashes.html
chrome/browser/resources/downloads.html
chrome/browser/resources/extensions_ui.html
chrome/browser/resources/flags.html
chrome/browser/resources/history.html
chrome/browser/resources/options/options.html
chrome/browser/resources/plugins.html
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« chrome/browser/resources/about_version.html
('k') |
chrome/browser/resources/crashes.html »
('j') |
chrome/browser/resources/options/options.html »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Property Changes:
Added: svn:eol-style
+ LF
OLD
NEW
(Empty)
1
<!-- X-WebKit-CSP is our development name for Content-Security-Policy.
2
TODO(tsepez) rename when Content-security-policy is done.
3
TODO(tsepez) remove unsafe-eval when bidichecker_packaged.js fixed.
4
-->
5
<meta
6
http-equiv="X-WebKit-CSP"
7
content="object-src 'none';
8
script-src chrome://resources
9
chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
abarth-chromium
2011/07/18 18:52:35
We probably show add a comment explain what this l
We probably show add a comment explain what this line is about.
Tom Sepez
2011/07/18 19:00:17
Done.
Show quoted text
On 2011/07/18 18:52:35, abarth wrote: > We probably show add a comment explain what this line is about.
Done.
10
'self'
11
'unsafe-eval'">
OLD
NEW
« no previous file with comments
|
« chrome/browser/resources/about_version.html
('k') |
chrome/browser/resources/crashes.html »
('j') |
chrome/browser/resources/options/options.html »
('J')
Issue 7396026: Consolidate content-security-policy markup (Closed)
Created 9 years, 5 months ago by Tom Sepez
Modified 9 years, 5 months ago
Reviewers: Evan Stade, abarth-chromium
Base URL: svn://svn.chromium.org/chrome/trunk/src/
Comments: 6
This is Rietveld
408576698