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
(151)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/Source/core/html/HTMLAttributeNames.in
Issue
2370783002
:
Adding CSP attribute on HTMLIFrameElement (Closed)
Patch Set: Adding formatting to the test file
Created 4 years, 2 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:
third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/embeddedEnforcement/iframe-csp-attribute.html
third_party/WebKit/Source/core/html/HTMLAttributeNames.in
third_party/WebKit/Source/core/html/HTMLIFrameElement.h
third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
View unified diff
|
Download patch
« third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/embeddedEnforcement/iframe-csp-attribute.html
('K') |
« third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/embeddedEnforcement/iframe-csp-attribute.html
('k') |
third_party/WebKit/Source/core/html/HTMLIFrameElement.h »
('j') |
third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 namespace="HTML"
1 namespace="HTML"
2 namespacePrefix="xhtml"
2 namespacePrefix="xhtml"
3 namespaceURI="http://www.w3.org/1999/xhtml"
3 namespaceURI="http://www.w3.org/1999/xhtml"
4 attrsNullNamespace
4 attrsNullNamespace
5 export="CORE_EXPORT"
5 export="CORE_EXPORT"
6
6
7 abbr
7 abbr
8 accept-charset
8 accept-charset
9 accept
9 accept
10 accesskey
10 accesskey
(...skipping
71
matching lines...)
Expand 10 before
|
Expand all
|
Expand 10 after
Loading...
82 color
82 color
83 cols
83 cols
84 colspan
84 colspan
85 compact
85 compact
86 content
86 content
87 contenteditable
87 contenteditable
88 contextmenu
88 contextmenu
89 controls
89 controls
90 coords
90 coords
91 crossorigin
91 crossorigin
92
csp
92 data
93 data
93 datetime
94 datetime
94 declare
95 declare
95 default
96 default
96 defer
97 defer
97 dir
98 dir
98 direction
99 direction
99 dirname
100 dirname
100 disabled
101 disabled
101 disableremoteplayback
102 disableremoteplayback
(...skipping
213
matching lines...)
Expand 10 before
|
Expand all
|
Expand 10 after
Loading...
315 usemap
316 usemap
316 valign
317 valign
317 value
318 value
318 valuetype
319 valuetype
319 version
320 version
320 vlink
321 vlink
321 vspace
322 vspace
322 webkitdirectory
323 webkitdirectory
323 width
324 width
324 wrap
325 wrap
OLD
NEW
« third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/embeddedEnforcement/iframe-csp-attribute.html
('K') |
« third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/embeddedEnforcement/iframe-csp-attribute.html
('k') |
third_party/WebKit/Source/core/html/HTMLIFrameElement.h »
('j') |
third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp »
('J')
Issue 2370783002: Adding CSP attribute on HTMLIFrameElement (Closed)
Created 4 years, 2 months ago by amalika
Modified 4 years, 2 months ago
Reviewers: Mike West
Base URL:
Comments: 7
This is Rietveld
408576698