[Pkg-mozext-commits] [perspectives-extension] 27/44: CHANGELOG - Add notes

David Prévot taffit at moszumanska.debian.org
Sun Jun 26 04:59:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository perspectives-extension.

commit 16c417b636dd2a69c613ab7a83a2024ee7c1284d
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Sun Jun 12 22:36:23 2016 -0700

    CHANGELOG - Add notes
---
 CHANGELOG | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index f759349..fd95160 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -17,6 +17,16 @@ We attempt to use meaningful version numbers, following semver.org:
 * Fix preference storage location: migrate all prefs from 'perspectives.X' to 'extensions.perspectives.X'. This is a requirement of hosting addons on addons.mozilla.org - https://developer.mozilla.org/en-US/Add-ons/AMO/Policy/Reviews#Full_Review
 	All credit and thanks to Alexey Vesnin for the move and code to gracefully migrate existing user prefs. Thanks Alexey!
 * Mark some tests as known failures, to identify for long-term fixing
+* Add error checking for security level preference to correct invalid values
+* Remove unused preference 'show_label'
+* Internal code cleanup (fix === checks; remove dead code; fix addProgressListener usage)
+* Add functions to retrieve preferences and overrideService
+	Fixes one bug where 'root_prefs' object was not initialized;
+	but overall removes the need to intitialize the Perspectives object at all.
+	It can and should handle its own internal state.
+	This starts to isolate the usage of direct browser internals,
+	which would be required to port to other browsers.
+
 
 
 4.6.3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list