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
(375)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: net/data/fuzzer_dictionaries/net_http_transport_security_state_fuzzer.dict
Issue
2582323004
:
Migrate static transport security state fuzzer to LibFuzzer. (Closed)
Patch Set: Add a dictionary.
Created 3 years, 11 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:
net/BUILD.gn
net/data/fuzzer_dictionaries/net_http_transport_security_state_fuzzer.dict
net/http/transport_security_state.h
net/http/transport_security_state_static_fuzzer.cc
net/http/transport_security_state_unittest.cc
View unified diff
|
Download patch
« no previous file with comments
|
« net/BUILD.gn
('k') |
net/http/transport_security_state.h »
('j') |
net/http/transport_security_state_static_fuzzer.cc »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
# Copyright 2016 The Chromium Authors. All rights reserved.
2
# Use of this source code is governed by a BSD-style license that can be
3
# found in the LICENSE file.
4
5
# Fuzzer dictionary targetting (static) transport security state lookups.
6
7
"xn--"
8
9
# Common preloaded TLDs
10
"com"
11
"org"
12
"org"
13
"de"
14
"cn"
15
"net"
16
"eu"
17
"nl"
18
"net"
19
"us"
20
"co.uk"
21
22
# Characters in the Huffman Tree
23
"\x00"
24
"-"
25
"."
26
"0"
27
"1"
28
"2"
29
"3"
30
"4"
31
"5"
32
"6"
33
"7"
34
"8"
35
"9"
36
"a"
37
"b"
38
"c"
39
"d"
40
"e"
41
"f"
42
"g"
43
"h"
44
"i"
45
"j"
46
"k"
47
"l"
48
"m"
49
"n"
50
"o"
51
"p"
52
"q"
53
"r"
54
"s"
55
"t"
56
"u"
57
"v"
58
"w"
59
"x"
60
"y"
61
"z"
62
"\x7F"
OLD
NEW
« no previous file with comments
|
« net/BUILD.gn
('k') |
net/http/transport_security_state.h »
('j') |
net/http/transport_security_state_static_fuzzer.cc »
('J')
Issue 2582323004: Migrate static transport security state fuzzer to LibFuzzer. (Closed)
Created 4 years ago by martijnc
Modified 3 years, 11 months ago
Reviewers: Ryan Sleevi
Base URL:
Comments: 4
This is Rietveld
408576698