Stylish for Firefox 1.1b2
Available here
Above of 1.1b1: tags display in the add-ons window (and are searchable), the add-ons window updates as you make changes, clicking the Preferences button on Stylish will open the standalone window, fixed NS_ERROR_HOST_IS_IP_ADDRESS error, fixed updating in the stand-alone window. Firefox 4's add-ons window's update feature doesn't seem to be working yet, so updating styles with it still doesn't work.
Above of 1.1b1: tags display in the add-ons window (and are searchable), the add-ons window updates as you make changes, clicking the Preferences button on Stylish will open the standalone window, fixed NS_ERROR_HOST_IS_IP_ADDRESS error, fixed updating in the stand-alone window. Firefox 4's add-ons window's update feature doesn't seem to be working yet, so updating styles with it still doesn't work.
Comments
What's that about tags? I don't see any.
edit: forgot about this, doesn't make much of a difference though
shows up when you open addons ff3.6
Warning: assignment to undeclared variable showView2 Source file: chrome://stylish/content/manage-addons.js Line: 71
and some other stuff that you may wish to take care of during a cleanup or what have you (mostly just missing missing semicolons)
http://choggi.dyndns.org/misc/stylishlint.js
Editor:
[Image_814]
Same style in the addons manager:
[Image_816]
The same style description view (after DblClicking/clicking More...):
[Image_818]
btw i'm testing with the dec5 win64 build from http://nightly.mozilla.org/
No errors.
Firefox/4.0b8pre ID:20101204085316 (didn't have time to update yet but didn't see it yesterday either)
Here's what i found in the console:
1.
Error: no-update-available
Source file: file:///C:/Users/TBB/AppData/Roaming/Mozilla/Firefox/Profiles/rww3nuh7.Minefield/extensions/%7B46551EC9-40F0-4e47-8E18-8E5CF550CFB8%7D/components/stylishStartup.js
Line: 154
=================
Components.utils.reportError(data);
2.
Error: stylish-style-update-check-done
Source file: file:///C:/Users/TBB/AppData/Roaming/Mozilla/Firefox/Profiles/rww3nuh7.Minefield/extensions/%7B46551EC9-40F0-4e47-8E18-8E5CF550CFB8%7D/components/stylishStartup.js
Line: 150
===================
Components.utils.reportError(topic);
3.
Error: [object Object] function (aAddon, aInstall) {
gEventManager.delegateAddonEvent("onUpdateAvailable", [aAddon, aInstall]);
if (shouldAutoUpdate(aAddon, autoUpdateDefault)) {
aInstall.addListener(updateInstallListener);
aInstall.install();
} else {
pendingChecks--;
numManualUpdates++;
updateStatus();
}
} [object Object] [object Object]
Source file: file:///C:/Users/TBB/AppData/Roaming/Mozilla/Firefox/Profiles/rww3nuh7.Minefield/extensions/%7B46551EC9-40F0-4e47-8E18-8E5CF550CFB8%7D/components/stylishStartup.js
Line: 175
============
Components.utils.reportError(this.listener + " " + this.listener.onUpdateAvailable + " " + this.addonItem + " " + installItem);
4.
Error: Component returned failure code: 0x804b0012 (NS_ERROR_UNKNOWN_PROTOCOL) [nsIXMLHttpRequest.open]
Source file: file:///C:/Users/TBB/AppData/Roaming/Mozilla/Firefox/Profiles/rww3nuh7.Minefield/extensions/%7B46551EC9-40F0-4e47-8E18-8E5CF550CFB8%7D/components/stylishStyle.js
Line: 841
=================
request.open("GET", url, true);
i wasn't talking about updating styles. I wasn't able to update any thing. The behavior i described above and the errors however were only showing after i installed a2, when i was checking for exts. updates, not styles (i don't ever update styles as they' all are my own).
If i disable a2, everything works as usual: I click Check for updates (toolbar button> Check for Updates), it either finds them or says No Updates Found. When a2 is enabled, it says 'Updating addons' infinitely and that's when those errors pop up.
So, not only styles update mechanism is not working (which i can't care less) but it also prevents exts. updates.
4.0b8 (2010-12-10 build)
btw you do know it's 1.1b2
I have no updates to try and will have to downgrade something to test. later. But i do believe they fixed something about updates in the nightlies.
Hey, are you trying to say i made up those errors?!
Yeap, confirmed - fixed now. I think it had something to do with that View available updates category showing all the time not only when updates were actually available. They've fixed that today and now everything works fine.
Two criticisms though:
1. Can we not remove the compatibility button. Seems rather pointless for stylish.
2. Add a "check for updates" button as per the old style "find updates" button which checked all userStyles for updates.
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); @-moz-document url-prefix(chrome://mozapps/content/extensions/extensions.xul){ #addon-list richlistitem[name="Stylish"] button[label="Compatibility"]{display:none!important} }
i am kinda curious though, isn't the point of having acr installed is to have those buttons?