summaryrefslogtreecommitdiffstats
path: root/toolkit/components/xulstore/tests/xpcshell/localstore.rdf
blob: 458eb50eac148756a93d7b49c05ceef150d17930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#"
         xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <RDF:Description RDF:about="chrome://browser/content/browser.xul#sidebar-title"
                   value="" />
  <RDF:Description RDF:about="about:config#prefCol"
                   ordinal="1"
                   sortDirection="ascending" />
  <RDF:Description RDF:about="chrome://browser/content/browser.xul#addon-bar"
                   collapsed="true" />
  <RDF:Description RDF:about="about:config">
    <NC:persist RDF:resource="about:config#prefCol"/>
    <NC:persist RDF:resource="about:config#lockCol"/>
    <NC:persist RDF:resource="about:config#typeCol"/>
    <NC:persist RDF:resource="about:config#valueCol"/>
  </RDF:Description>
  <RDF:Description RDF:about="about:config#lockCol"
                   ordinal="3" />
  <RDF:Description RDF:about="chrome://browser/content/browser.xul">
    <NC:persist RDF:resource="chrome://browser/content/browser.xul#main-window"/>
    <NC:persist RDF:resource="chrome://browser/content/browser.xul#addon-bar"/>
    <NC:persist RDF:resource="chrome://browser/content/browser.xul#sidebar-box"/>
    <NC:persist RDF:resource="chrome://browser/content/browser.xul#sidebar-title"/>
  </RDF:Description>
  <RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
                   width="994"
                   height="768"
                   screenX="4"
                   screenY="22"
                   sizemode="normal" />
</RDF:RDF>