~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/install.rdf

  • Committer: Yvon Tanguy
  • Date: 2016-04-29 18:50:18 UTC
  • Revision ID: vono22@yahoo.fr-20160429185018-9ba3gls2fv2d9286
#1573744: When a DOM Storage items was modified, there was a double entry in the database in Firefox 46+.
Add a check on uninit() to be sure the test don't crash.
Clean a little dom storage code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
  <Description about="urn:mozilla:install-manifest">
17
17
    <em:id>cookiekeeper@cookiekeeper.mozdev.org</em:id>
18
18
    <em:name>CookieKeeper</em:name>
19
 
    <em:version>1.9.2</em:version>
 
19
    <em:version>1.9.3</em:version>
20
20
    <em:type>2</em:type>
21
21
    <em:bootstrap>true</em:bootstrap>
22
22
    <em:multiprocessCompatible>true</em:multiprocessCompatible>
38
38
        <em:translator>YFdyh000 BabelZilla.org (Chinese (Simplified))</em:translator>
39
39
        <em:translator>loki2603 BabelZilla.org (Russian)</em:translator>
40
40
        <em:translator>Wawuschel BabelZilla.org (German)</em:translator>
 
41
        <em:translator>rednelak (German)</em:translator>
41
42
      </Description>
42
43
    </em:localized>
43
44
 
55
56
        <em:translator>YFdyh000 BabelZilla.org (Chinese (Simplified))</em:translator>
56
57
        <em:translator>loki2603 BabelZilla.org (Russe)</em:translator>
57
58
        <em:translator>Wawuschel BabelZilla.org (Allemand)</em:translator>
 
59
        <em:translator>rednelak (Allemand)</em:translator>
58
60
      </Description>
59
61
    </em:localized>
60
62
 
72
74
        <em:translator>YFdyh000 BabelZilla.org (Chinese (Simplified))</em:translator>
73
75
        <em:translator>loki2603 BabelZilla.org (Russian)</em:translator>
74
76
        <em:translator>Wawuschel BabelZilla.org (German)</em:translator>
 
77
        <em:translator>rednelak (German)</em:translator>
75
78
      </Description>
76
79
    </em:localized>
77
80
 
80
83
      <Description>
81
84
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
82
85
        <em:minVersion>38.0</em:minVersion>
83
 
        <em:maxVersion>48.0a1</em:maxVersion>
 
86
        <em:maxVersion>49.0</em:maxVersion>
84
87
      </Description>
85
88
    </em:targetApplication>
86
89
 
89
92
      <Description>
90
93
        <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
91
94
        <em:minVersion>38.0</em:minVersion>
92
 
        <em:maxVersion>48.0a1</em:maxVersion>
 
95
        <em:maxVersion>49.0</em:maxVersion>
93
96
      </Description>
94
97
    </em:targetApplication>
95
98
 
98
101
      <Description>
99
102
        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
100
103
        <em:minVersion>2.40</em:minVersion>
101
 
        <em:maxVersion>2.45a1</em:maxVersion>
 
104
        <em:maxVersion>2.46</em:maxVersion>
102
105
      </Description>
103
106
    </em:targetApplication>
104
107