On 01/07/2013 21:14, satwinder singh wrote: > Dear, > I am pursuing my research in the field of sotware maintainence at > preventive level. i had published some of my research paper in ACM SIGSOFT > SEN. As per my research i designed the metrics model for smelly classes > with the help of firefox three versions and then i had validated or tested > the metrics model with the one version of SeaMonkey. > > I got the review upon my research that SeaMonkey and Firefox are same at > the code level. These cannot be treated as two different data set. But what > i had read is they both only usage the same Gecko engine from your website. > Some more from your history page also. Further in my analysis i got the > facts that near about 40% of C++ classes have the same name. > > Can you people be confirm me that whether we can treat the two software be > different at code level or not. > It will be a great help from your side to continue my research. I am > working only with the C++ part of the software. > > I hope soon i will get the reply from yourside > Regards
This newsgroup is a end user support channel. You might get better answers in a developer newsgroup like mozilla.dev.apps.seamonkey. The backend Gecko engine is the same for versions of SeaMonkey and Firefox at the same levels. The main difference is the front end code like the UI and the inclusion of mail-news code shared with Thunderbird. SeaMonkey 1.0.1 is using Gecko 1.8.0 <http://en.wikipedia.org/wiki/SeaMonkey#Release_history> The equivalent Firefox is Firefox 1.5 "Deer Park" <http://en.wikipedia.org/wiki/Firefox_release_history#Release_history> Similarly: SeaMonkey 1.1 is and Firefox 2.0 use Gecko 1.8.1. The next bit is a bit tricky: Firefox 3.0 uses Gecko 1.9.0 SeaMonkey 2.0 and Firefox 3.5 use Gecko 1.9.1 Firefox 3.6 uses Gecko 1.9.2 SeaMonkey 2.1 and Firefox 4.0 use Gecko 2.0 Hope this helps. -- Philip Chee <[email protected]>, <[email protected]> http://flashblock.mozdev.org/ http://xsidebar.mozdev.org Guard us from the she-wolf and the wolf, and guard us from the thief, oh Night, and so be good for us to pass. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

