~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/changelog

  • 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:
242
242
   - #1569423: Mozilla function nsICookie.remove() changed again
243
243
   - #1570139  K-Meleon: Add browser options privacy mode and sanitize cookies
244
244
   - Remove some ESLint warnings.
 
245
 
 
246
1.9.3 - 29/04/2016
 
247
→ Fixed:
 
248
   - #1569423: Mozilla function nsICookie.remove() changed again (Fix in the cookie editor).
 
249
   - #1571805: Fix import cookies from json. An error was displayed for protected cookies.
 
250
   - #1573145: Don't display / remove storage of WebExtensions.
 
251
   - #1573744: Dom storage editor: changes are not saved anymore.