[Pkg-mozext-commits] [all-in-one-sidebar] 19/49: Ignore: small code fixes and refactoring
David Prévot
taffit at moszumanska.debian.org
Fri Sep 19 16:46:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository all-in-one-sidebar.
commit a262b70163adff28010d65e7a96d64b3caff0b8c
Author: Ingo Wennemaring <github at addonlab.com>
Date: Tue Apr 22 10:21:40 2014 +0200
Ignore: small code fixes and refactoring
---
content/aios_fx.js | 3 +++
content/aios_old.js | 8 ++++----
content/pageinfo.js | 2 +-
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/content/aios_fx.js b/content/aios_fx.js
index 13b20ed..dc19ec4 100644
--- a/content/aios_fx.js
+++ b/content/aios_fx.js
@@ -178,6 +178,9 @@ if(aios_collapseSidebar) BrowserStartup = function() {
*/
+/*
+ from chrome://browser/content/browser.js
+*/
/**
* Opens or closes the sidebar identified by commandID.
diff --git a/content/aios_old.js b/content/aios_old.js
index f07c5a8..00ec1a0 100644
--- a/content/aios_old.js
+++ b/content/aios_old.js
@@ -495,10 +495,10 @@ function aios_getSidebarMenu(aPopup) {
/*
schliesst die Sidebar, wenn die Maus den Content-Bereich ueberfaehrt
- => Aufruf durch mouseover des 'appcontent' und des Sidebar-Switches (mit Uebergabe von mode)
+ => Aufruf durch mouse-over des 'appcontent' und des Sidebar-Switches (mit Uebergabe von mode)
- => aios_initSidebar() fuegt dem Object "sidebar-box" einen mouseover-Event hinzu,...
- => dieser mouseover-Event fuegt dem "appcontent" einen mouseover-Event hinzu,...
+ => aios_initSidebar() fuegt dem Object "sidebar-box" einen mouse-over-Event hinzu,...
+ => dieser mouse-over-Event fuegt dem "appcontent" einen mouse-over-Event hinzu,...
=> der diese Funktion aufruft
*/
var aios_autoTimeout;
@@ -551,7 +551,7 @@ function aios_autoShowHide(mode) {
if(!aios_isSidebarHidden() && hidemethod == 1) {
// Event auf "appcontent" wieder loeschen, weil sonst die Sidebar wieder eingeblendet wuerde
- // => mouseover der Sidebar (in aios_initSidebar()) fuegt dem "appcontent" dieses Feature wieder hinzu
+ // => mouse-over der Sidebar (in aios_initSidebar()) fuegt dem "appcontent" dieses Feature wieder hinzu
document.getElementById('appcontent').removeEventListener("mouseover", aios_autoShowHide, true);
// nach bestimmter Zeit ausblenden
diff --git a/content/pageinfo.js b/content/pageinfo.js
index b56280f..658db12 100644
--- a/content/pageinfo.js
+++ b/content/pageinfo.js
@@ -193,7 +193,7 @@ var security = {
_getSecurityInfo : function() {
const nsIX509Cert = Components.interfaces.nsIX509Cert;
- const nsIX509CertDB = Components.interfaces.nsIX509CertDB;
+ //mod by exxile const nsIX509CertDB = Components.interfaces.nsIX509CertDB;
const nsX509CertDB = "@mozilla.org/security/x509certdb;1";
const nsISSLStatusProvider = Components.interfaces.nsISSLStatusProvider;
const nsISSLStatus = Components.interfaces.nsISSLStatus;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/all-in-one-sidebar.git
More information about the Pkg-mozext-commits
mailing list