[Pkg-mozext-commits] [sage-extension] 18/20: RC updates
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag sage_1_2
in repository sage-extension.
commit 5b12bcaf30661f6fc2f35c5b4a6d3d1b84fbefdc
Author: Peter Andrews <petea at jhu.edu>
Date: Sun Aug 1 02:21:44 2004 +0000
RC updates
---
src/sage/content/sage.js | 8 --------
1 file changed, 8 deletions(-)
diff --git a/src/sage/content/sage.js b/src/sage/content/sage.js
index 7b728b4..0000450 100755
--- a/src/sage/content/sage.js
+++ b/src/sage/content/sage.js
@@ -141,7 +141,6 @@ function manageRSSList() {
window.openDialog(dialogURL, "", "chrome,all,dialog=no", sageFolderID);
}
-
function updateCheck(aCheckFolderId) {
UpdateChecker.onCheck = function(aName, aURL) {
rssStatusImage.setAttribute("loading", "true");
@@ -171,7 +170,6 @@ function bookmarksOpen(){
httpGet(lastResource.url);
}
-
function createTreeContextMenu2(aEvent) {
var popup = aEvent.target;
if(popup.localName != "menupopup") return;
@@ -227,8 +225,6 @@ function bookmarksTreeClick(aEvent){
bookmarksOpen();
}
-
-
function rssItemListBoxClick(aEvent) {
if(aEvent.type == "click") {
if(aEvent.button == 2 || aEvent.originalTarget.localName != "listitem") {
@@ -258,7 +254,6 @@ function rssItemListBoxClick(aEvent) {
selectedItem.setAttribute("visited", "true");
}
-
function rssTitleLabelClick(aNode, aEvent){
var tabbed = false;
if(!aNode.hasAttribute("href") || aEvent.button == 2) {
@@ -278,7 +273,6 @@ function rssTitleLabelClick(aNode, aEvent){
}
}
-
function setStatusLoading(label) {
rssStatusImage.setAttribute("loading", "true");
if(label) {
@@ -309,8 +303,6 @@ function setStatusError(aStatus) {
rssStatusLabel.value = "Error: " + aStatus;
}
-
- // �u���E�U�I�u�W�F�N�g��Ԃ�
function getContentBrowser() {
var windowManager = Components.classes['@mozilla.org/appshell/window-mediator;1'].getService(Components.interfaces.nsIWindowMediator);
var topWindowOfType = windowManager.getMostRecentWindow("navigator:browser");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git
More information about the Pkg-mozext-commits
mailing list