Donzilla 1.0 Released

page 1, 2, 3, 4, 5  next
You are here:  SillyDog701 > Message Centre > Firefox, SeaMonkey and Netscape > [sdt=10551]
SillyDog701 Forums
Author Message
Don_HH2K
Moderator


Joined: 09 May 2004
Posts: 4745
31 Dec, 2005 11:01 pm Donzilla 1.0 Released [sdp=68135]  

After exactly a year of work, Donzilla 1.0 Final has been released!

For those that don't know, Donzilla is an Internet all-in-one client developer exclusively here at SillyDog701 for HardwareHacks 2000. Actively developed by SillyDog701's community, it's become greater than it could've been developed by a closed group. Donzilla was created with the development progress open to all: we've had numerous people jump on the development bandwagon during the year. Now that we've hit 1.0, I'd like to say thanks to our contributors for a great year of work on this project.

Download Donzilla 1.0 Final:
Donzilla 1.0 Final for Windows (and standalone RAR archve)
Donzilla 1.0 Final for Linux GTK1+XFT
Donzilla 1.0 Final for Mac OS X 10.3.9 and higher

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051205 Donzilla/1.0 (WML/1.3)

Laptop: Turion 64 X2 @ 2GHz, 2GB DDR2-667, 100GB HD, ATI Radeon X300, 15" LCD, Seven Ultimate RC
Back to top profile website
beanboy89
diamond member


Joined: 16 May 2004
Posts: 1470
01 Jan, 2006 12:12 am [sdp=68138]  

Yes! Finally, Donzilla's gone gold! I remember the moment, 356 days ago, posting in the Customized Builds forum about the first pubulic release, Donzilla 0.3. That pre-alpha release was buggy, and the interface was broken at some places, but I could see the project was going somwhere. Since then, there's been 15-or so releases, with the change of codebase from Netscape to Mozilla to SeaMonkey, the addidion of two new supported platforms, and a whole lot of fixes and new features.

Congratulations Don!

Here's some of my feedback on the 1.0 release:
This is the first SeaMonkey-based Donzilla I've used. I'm happy, as I'm mainly a SeaMonkey user, to use a browser that uses the same base codebase and feature-set. A recent introduction in SeaMonkey was autoscroll. Auto scroll does work in Donzilla, but the icon that appears upon a middle click is blank, and takes the apperence of the MS Office-like menus that Donzilla uses.

Screenshot showing the difference between SeaMonkey's and Donzilla's autoscroll icon:


Just a guess, but it probably has somthing to do with the userChrome.css hack to get the Office-like menus is interfearing with autoscroll because the autoscroll icons in chrome\modern\skin\modern\communicator\icons are intact.

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051205 Donzilla/1.0 (WML/1.3)

...

Last edited by beanboy89 on 01 Jan, 2006 12:39 am; edited once(1)
Back to top profile website
Fulvio
Moderator


Joined: 19 Jun 2002
Posts: 11048
01 Jan, 2006 12:14 am [sdp=68139]  

One problem, noticed with 0.9. I wanted to uninstall a number of preloaded extention, and each one gave an error, in regard to the backup folder. I had to remove it manually. It seems to run with less memory usage, but will have to see.

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051205 Donzilla/1.0 (WML/1.3)

"I've got a very poor sense of direction. I keep forgetting which way is forwards."
WinXP, SP3, 512 MB, 3.0.15 regular, 3.5.5 regular and portable , TB2.0.0.23, Flock2.5.2, IE8.0, SM2.0, Google Chrome2.0.x, Zone Alarm Firewall; AVG9.0, JRE1.6_17
Back to top profile
beanboy89
diamond member


Joined: 16 May 2004
Posts: 1470
01 Jan, 2006 1:52 am [sdp=68141]  

I just noticed that ChatZilla identifies Donzilla as SeaMonkey. In ChatZilla, if you go to Help > About ChatZilla, the following appears:
ChatZilla wrote:
[INFO] Chatzilla 0.9.69.1 [SeaMonkey 1.0b/0000000000]
[INFO] Please visit the ChatZilla homepage at <http://www.mozilla.org/projects/rt-messaging/chatzilla/> for more information.

And it looks like the Build ID should be in place where "0000000000"'s are, but that same thing happens in SeaMonkey as well.

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051205 Donzilla/1.0 (WML/1.3)

...
Back to top profile website
Antony
Site Admin


Joined: 18 Jun 2002
Posts: 12754
Location: Sydney, Australia
01 Jan, 2006 6:17 am [sdp=68143]  

Excellent work!

This version does not exhabit some Mac-specific problems I reported earlier for previous versions.

The slash (/) and apostrophe (') are work fine. Mac-style convention keyboard shortcuts are all correctly assigned (e.g. Command + C, Command + V, Command + arrow keys).



UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051221 Donzilla/1.0 (WML/1.3)

Back to top profile website
Don_HH2K
Moderator


Joined: 09 May 2004
Posts: 4745
01 Jan, 2006 10:20 am [sdp=68145]  

Billy, I'll look into the autoscroll problem. I don't have an autoscrolling feature on this laptop, and the only other mice I have are old serial mice, so I had no idea that was happening embarrassed . . . I think I know how I can fix this: I put the Windows-styled menubar features in global.css -- I bet I can correct it if I put it in menus.css (if such a file exists, and I believe it does) instead. The Chatzilla problem I believe is inherent, because Chatzilla is reading the version number from the application core itself (which still calls itself Seamonkey), not a localizable entry. The build date of all zeros is probably because I removed the build date entry in build.dtd during the 0.9 PR1 milestone; I suppose I can put the date 2006010100 in there since that corresponds to the date/time I released it.

Fulvio, I'm working with Pu7o on a method of easily uninstalling extensions. It turns out that instead of using the giant installed-chrome.txt, Seamonkey's launch process can also be controlled by individual manifest files. If I port installed-chrome.txt entries to their respective manifests, then not only could I easily write an application to remove components, but it would also make it much easier to create an installer with multi-component support.

Antony, glad to hear that 1.0 works on OS X. I put together this one using OS X instead of attempting to drop everything in on Windows, as I was doing before.

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051205 Donzilla/1.0 (WML/1.3)

Laptop: Turion 64 X2 @ 2GHz, 2GB DDR2-667, 100GB HD, ATI Radeon X300, 15" LCD, Seven Ultimate RC
Back to top profile website
Pu7o
Macfox


Joined: 06 Jan 2005
Posts: 1978
Location: Portugal
01 Jan, 2006 10:26 am [sdp=68146]  

Don_HH2K wrote:
...menus.css (if such a file exists, and I believe it does)


That'd be popup.css

Don_HH2K wrote:
I suppose I can put the date 2006010100 in there since that corresponds to the date/time I released it.


How about putting in Donzilla 1.0, so that it'd be recognized like this:

ChatZilla 0.9.69.1 [SeaMonkey 1.0b/Donzilla 1.0]

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.8) Gecko/20060101 Firefox/1.5 Firescape/0.1b3 wml/1.3

Last edited by Pu7o on 01 Jan, 2006 10:30 am; edited 2 times in total
Back to top profile website
Edward
Moderator


Joined: 01 Dec 2002
Posts: 3291
01 Jan, 2006 12:42 pm [sdp=68149]  

Congratulations on the release!

UserAgent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9a1) Gecko/20060101 SeaMonkey/1.5a

SillyDog701 Moderator
xubuntu 9.10
Back to top profile
beanboy89
diamond member


Joined: 16 May 2004
Posts: 1470
01 Jan, 2006 5:25 pm [sdp=68154]  

I don't know if this is a known problem, but I can't view SVG documents in Donzilla. If I go to this page and click any of the examples I get an open/save dialog. By contrast, SeaMonkey 1.0b can view the SVG pages without any problems. I checked about:buildconfig and I notice Donzila does not have --enable-svg --enable-canvas while SeaMonkey does. So Donzilla was compiled without SVG and Canvas support?

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051205 Donzilla/1.0 (WML/1.3)

...
Back to top profile website
Don_HH2K
Moderator


Joined: 09 May 2004
Posts: 4745
01 Jan, 2006 6:09 pm [sdp=68156]  

It wasn't compiled with SVG support; I recall Pu7o was having problems compiling Seamonkey with SVG support for some reason.

The Adobe SVG reader plugin should still work, although since that isn't redistributable, I can't put it in.

Pu7o -- any chance the next build will have SVG enabled?

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051205 Donzilla/1.0 (WML/1.3)

Laptop: Turion 64 X2 @ 2GHz, 2GB DDR2-667, 100GB HD, ATI Radeon X300, 15" LCD, Seven Ultimate RC
Back to top profile website
Fulvio
Moderator


Joined: 19 Jun 2002
Posts: 11048
01 Jan, 2006 6:39 pm [sdp=68157]  

I had a big surprise after installing the SVGView program. It did not drop any file in plugin folders, so I found a folder in Program Files|Common files. I figured that the NPSVG3.dll was the correct file to place in the plugins folder. It, sure enough, works to open the Samples. The problem starts when I make any attempt to close the page, or a Tab which was one of three open. It, invariably, when I choose to close it, closes the browser. If I want to close all tabs, I get a warning, as selected, but not this thing.
May be it is not the correct file, but, it sure makes a mess.

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051205 Donzilla/1.0 (WML/1.3)

"I've got a very poor sense of direction. I keep forgetting which way is forwards."
WinXP, SP3, 512 MB, 3.0.15 regular, 3.5.5 regular and portable , TB2.0.0.23, Flock2.5.2, IE8.0, SM2.0, Google Chrome2.0.x, Zone Alarm Firewall; AVG9.0, JRE1.6_17
Back to top profile
Don_HH2K
Moderator


Joined: 09 May 2004
Posts: 4745
01 Jan, 2006 6:56 pm [sdp=68158]  

The problem with plugin installation is that most installers are taught to find two or three plugin directories. I'd like to think that installers are taught to append pluginreg.dat instead of looking for a /plugins directory, but I could be mistaken, and if that's the case, then there's a good chance that they're not going to be programmed to look for Donzilla for awhile. Either that, or Mozilla registers itself to the Windows registry for this sort of thing, and then installers would look for that, which I could easily recreate using Advanced Installer.

I'm not sure of why the Adobe SVG viewer does that. I'd tell you to try it in Seamonkey 1.0b, but since Seamonkey has SVG inbuilt, you can't do that. It does look like it happens in the 1.8-based Firefox, though, according to Bugzilla Bug 296944, so it's more likely a Seamonkey problem than a Donzilla problem. I'll try the SVG6 beta and see if that works any better.

EDIT -- Confirmed: SVG Viewer 6 PR1 works.

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051205 Donzilla/1.0 (WML/1.3)

Laptop: Turion 64 X2 @ 2GHz, 2GB DDR2-667, 100GB HD, ATI Radeon X300, 15" LCD, Seven Ultimate RC
Back to top profile website
Pu7o
Macfox


Joined: 06 Jan 2005
Posts: 1978
Location: Portugal
01 Jan, 2006 7:04 pm [sdp=68159]  

Don_HH2K wrote:
It wasn't compiled with SVG support; I recall Pu7o was having problems compiling Seamonkey with SVG support for some reason.

The Adobe SVG reader plugin should still work, although since that isn't redistributable, I can't put it in.

Pu7o -- any chance the next build will have SVG enabled?


The build I compiled yesterday does have SVG and CANVAS enabled.

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.8) Gecko/20060101 Firefox/1.5 Firescape/0.1b3 wml/1.3
Back to top profile website
beanboy89
diamond member


Joined: 16 May 2004
Posts: 1470
01 Jan, 2006 8:30 pm [sdp=68160]  

Here's somthing I just noticed. If I go to Edit > Preferences > Appearence > Themes or View > Apply theme, I notice there is a blank theme selection. If I choose this theme and restart Donzilla, Modern is used. I don't know if it is somthing I did or is like this for everyone, but creating a new profile doesn't seem to fix it.

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051205 Donzilla/1.0 (WML/1.3)

...
Back to top profile website
Don_HH2K
Moderator


Joined: 09 May 2004
Posts: 4745
01 Jan, 2006 8:50 pm [sdp=68161]  

I've just noticed this as well. I tried refreshing the local chrome, and found a rogue entry to a nonexistant adblock.jar in installed-chrome.txt, then deleting the three control JARfiles. That didn't help, so I tried creating a new profile after that, and got the same result. I'm going to go confirm it in the Linux build, just to see if it's a Windows-only problem.

--EDIT--
It doesn't appear in the Linux build, so there's a good chance it's only in the Windows build. I think I found it: chrome.rdf reveals three themes:
Code:
  <RDF:Seq RDF:about="urn:mozilla:skin:root">
    <RDF:li RDF:resource="urn:mozilla:skin:modern/1.0"/>
    <RDF:li RDF:resource="urn:mozilla:skin:classic/1.0"/>
    <RDF:li RDF:resource="urn:mozilla:skin:classic"/>
  </RDF:Seq>


I'd take it that classic (not classic/1.0) is the rogue entry, I'll try taking out the reference to that, and see if it fixes this.

--Another EDIT--

Yet another Adblock problem: Adblock's skin calls itself classic, even though the correct name is "classic/1.0". By my guess it's a Seamonkey theme handling problem that didn't show up in earlier builds, but that's an easy fix by changing everything in Adblock's skin's chrome.rdf from "urn:mozilla:skin:classic" to "urn:mozilla:skin:classic/1.0".

Furthermore, I've found another bug, this time in Forumzilla, where certain feeds won't display because of the messages containing <iframe>s instead of plain text or more standardized HTML; apparently 1.8's Mailnews doesn't like to display <iframe> elements in e-mail messages (for good reasons, too). An edit to /components/feedItems.js fixes that.

Looks like a 1.0.1 bugfix release will be along soon.

UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051205 Donzilla/1.0 (WML/1.3)

Laptop: Turion 64 X2 @ 2GHz, 2GB DDR2-667, 100GB HD, ATI Radeon X300, 15" LCD, Seven Ultimate RC
Back to top profile website
Display posts from previous:   
Reply to topic    Forum Index > Firefox, SeaMonkey and Netscape All times are CST (GMT -6)
page 1 of 5 page 1, 2, 3, 4, 5  next
To add your questions, comments, and for more features and more, please join SillyDog701 Message Centre. It's free! This is SillyDog 701 Message Centre (SD701 Forums).

Complete Your Favorite Albums Now iTunes

*Search | FAQ | Rules and Policies | MozInfo701 - Mozilla Information Centre | SD701 Open Directory | Message Board Map | download Netscape