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

Side by Side Diff: Source/devtools/front_end/Images/securityPropertyWarning.svg

Issue 1301833003: Add origin views to the Security panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Mark securityState as explicitly optional in OriginState. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
9 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
10 width="48px"
11 height="48px"
12 viewBox="0 0 48 48"
13 version="1.1"
14 id="svg2"
15 inkscape:version="0.91 r13725"
16 sodipodi:docname="securityPropertyWarning.svg">
17 <metadata
18 id="metadata14">
19 <rdf:RDF>
20 <cc:Work
21 rdf:about="">
22 <dc:format>image/svg+xml</dc:format>
23 <dc:type
24 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
25 </cc:Work>
26 </rdf:RDF>
27 </metadata>
28 <sodipodi:namedview
29 pagecolor="#ffffff"
30 bordercolor="#666666"
31 borderopacity="1"
32 objecttolerance="10"
33 gridtolerance="10"
34 guidetolerance="10"
35 inkscape:pageopacity="0"
36 inkscape:pageshadow="2"
37 inkscape:window-width="1487"
38 inkscape:window-height="840"
39 id="namedview12"
40 showgrid="true"
41 inkscape:zoom="7.4692757"
42 inkscape:cx="21.565556"
43 inkscape:cy="24"
44 inkscape:window-x="1232"
45 inkscape:window-y="751"
46 inkscape:window-maximized="0"
47 inkscape:current-layer="svg2">
48 <inkscape:grid
49 type="xygrid"
50 id="grid4142" />
51 </sodipodi:namedview>
52 <defs
53 id="defs4" />
54 <g
55 id="Page-1"
56 stroke="none"
57 stroke-width="1"
58 fill="none"
59 fill-rule="evenodd">
60 <g
61 id="Material"
62 transform="translate(-64.000000, 0.000000)">
63 <g
64 id="ic_change_history_black_48px"
65 transform="translate(64.000000, 0.000000)">
66 <path
67 d="m 24,11.818633 -15.2267073,24.362734 30.4534143,0 L 24,11.818633 Z "
68 id="Shape"
69 inkscape:connector-curvature="0"
70 style="fill:#ffb003"
71 sodipodi:nodetypes="ccccc" />
72 <path
73 d="M0,0 L48,0 L48,48 L0,48 L0,0 L0,0 Z"
74 id="path10" />
75 </g>
76 </g>
77 </g>
78 </svg>
OLDNEW
« no previous file with comments | « Source/devtools/front_end/Images/securityPropertySecure.svg ('k') | Source/devtools/front_end/security/SecurityPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698