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

Side by Side Diff: Source/devtools/front_end/Images/securityPropertySecure.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 fill="#000000"
11 height="24"
12 viewBox="0 0 24 24"
13 width="24"
14 id="svg2"
15 version="1.1"
16 inkscape:version="0.91 r13725"
17 sodipodi:docname="securityPropertySecure.svg">
18 <metadata
19 id="metadata12">
20 <rdf:RDF>
21 <cc:Work
22 rdf:about="">
23 <dc:format>image/svg+xml</dc:format>
24 <dc:type
25 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
26 </cc:Work>
27 </rdf:RDF>
28 </metadata>
29 <defs
30 id="defs10" />
31 <sodipodi:namedview
32 pagecolor="#ffffff"
33 bordercolor="#666666"
34 borderopacity="1"
35 objecttolerance="10"
36 gridtolerance="10"
37 guidetolerance="10"
38 inkscape:pageopacity="0"
39 inkscape:pageshadow="2"
40 inkscape:window-width="1643"
41 inkscape:window-height="853"
42 id="namedview8"
43 showgrid="true"
44 inkscape:zoom="17.13151"
45 inkscape:cx="-1.5254237"
46 inkscape:cy="12"
47 inkscape:window-x="1245"
48 inkscape:window-y="786"
49 inkscape:window-maximized="0"
50 inkscape:current-layer="svg2">
51 <inkscape:grid
52 type="xygrid"
53 id="grid4140" />
54 </sodipodi:namedview>
55 <circle
56 style="fill:#1ac222;fill-opacity:1"
57 id="path4142"
58 cx="12"
59 cy="12"
60 r="7" />
61 <path
62 d="M0 0h24v24H0z"
63 fill="none"
64 id="path4" />
65 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698