lp:cookiekeeper
Created by
Yvon TANGUY
and last modified
- Get this branch:
- bzr branch lp:cookiekeeper
Only
Yvon TANGUY
can upload to this branch. If you are
Yvon TANGUY
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Related bugs
Bug #1569423: Mozilla function nsICookie.remove() changed again | Medium | Fix Committed | |
Bug #1570882: Allow to set shortcuts for main actions | Wishlist | Fix Committed | |
Bug #1571805: Import or export broken in 1.9.2 | Medium | Fix Committed | |
Bug #1573145: Don't display / remove storage of WebExtensions | Low | Fix Committed | |
Bug #1573633: Clean code: Fix most of ESLint problems | Low | Fix Committed | |
Bug #1573744: Dom storage editor: changes are not saved anymore | Medium | In Progress | |
Bug #1575664: CK1.9.0: German translation update | Low | Fix Committed |
Related blueprints
Branch information
Recent revisions
- 393. By Yvon TANGUY
-
Clean code: Australis panel: Use a global anonymous function as recommanded to avoir pollute the global scope.
- 391. By Yvon TANGUY
-
→ Fixed:
- #1573633: Clean code: Fix most of ESLint problems.
- #1569423: Mozilla function nsICookie.remove() changed again (Fix in the cookie editor).
- #1573744: Dom storage editor: changes are not saved anymore.Cleaning:
- Mostly replace "var" by "let".
- Remove some global identifiers when possible. The lowest number of declarations in the global scope is, the better it is.
- Some refactoring
- Keep using "var" for most global variable. Using "const" may prevent for working properly.The two others bugs where found during the refactoring. Fix was also made in 1.9.0 branch.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)