RC2 just release!!
November 11, 2005 at 4:04 am | In Browser World | Leave a Comment
Firefox 1.5 Release Candidate 2 is now available for download. This is the second release candidate of our next generation Firefox browser, to be released later this year, and it is being made available to our developer and testing community for compatibility testing and to solicit feedback.
Note: This may not be the final release of our Web browser; it has been made available for testing purposes only, with no end-user support. If that sounds scary, you’d probably be better off with the latest version of Firefox 1.0.
bestVersion) { ids[ids.length] = new LanguageID(languageCode, region, aProduct, build); if (build[aProduct] > bestRegionVersion) bestRegionVersion = build[aProduct]; } } if (bestRegionVersion > bestVersion) bestVersion = bestRegionVersion; } } if (bestVersion != currentVersion) { ids[ids.length] = new LanguageID(“en”, “us”, aProduct, gLanguages["en"]["us"]); } return ids; } function writeDownloadItem(aLanguageID) { var item = gDownloadItemTemplate; item = item.replace(/%DOWNLOAD_URL%/g, getDownloadURLForLanguage(aLanguageID, gPlatform)); item = item.replace(/%VERSION%/g, aLanguageID[aLanguageID.product]); item = item.replace(/%PLATFORM_NAME%/g, getPlatformName(gPlatform)); item = item.replace(/%LANGUAGE_NAME%/g, aLanguageID.name); item = item.replace(/%FILE_SIZE%/g, getPlatformFileSize(gPlatform, aLanguageID.product)); document.writeln(item); } function writeDownloadItems(aProduct) { // Show the dynamic links if (gPlatform == PLATFORM_MAC) { document.writeln(gDownloadItemMacOS9); } else if (gPlatform == PLATFORM_OTHER) { document.writeln(gDownloadItemOtherPlatform); } else { var languageIDs = getLanguageIDs(aProduct); for (var i = 0; i Download Release CandidateFirefox %VERSION% for %PLATFORM_NAME%, %LANGUAGE_NAME% (%FILE_SIZE%)”; var gDownloadItemMacOS9 = “MacOS 9 and earlier are not supported”; var gDownloadItemOtherPlatform = “Download Release Candidate” var gDownloadItemOtherSystemsLink = ”
“All Bookmarks are gone” – Bring them back!
November 11, 2005 at 3:57 am | In Browser World | Leave a CommentFrom: http://forums.mozillazine.org/viewtopic.php?t=261801&sid=61ea7a9334d7e3d90822a7e3a6a67b40
1. Close Firefox; completely. Open the Task Manager [Ctrl+Alt+Delete in winXP] [screenshot] and kill any firefox.exe processes, if still running. [How to kill an application]
2. Skip this step. Browse to your Profile Folder [in windowsXP under C:\Documents and Settings\%username%\Application Data\Mozilla\Firefox\Profiles\randomname.default\ ] and delete the file parent.lock, if it exists. [Where is my Profile Folder?]
3. Run the Profile Manager [in windows: Start | Run | type firefox.exe -p | ok] and choose the default profile. [screenshot] [How to run the Profile Manager]
If the Profile Manager does not appear, repeat without skipping step 2
To «help us prevent unnecessary data loss in the future», please answer these questions.
Experienced bookmark/profile loss or corruption?
November 9, 2005 at 1:10 am | In Browser World | Leave a CommentEver since I’ve used Firefox (or back in those days, Firebird) the support forum has had a steady trickle of users complaining that their bookmarks vanished after a computer crash, their profile was wiped out randomly and over such issues.
The problems still remain today, and largely (I think) because it’s either not known what the problem is, or isn’t considered frequent enough to devote a lot of time to. We may be able to change both of those, but only if it’s done in a helpful and constructive way that developers can use as a basis for researching the cause. Please share your experiences here.
Where can I get help?
The support forums here are the place you’re most likely to find people who can give you guidance if you’re suffering from this sort of problem. Reading this post might also prove beneficial.
What can I do to prevent this happening in the future?
I think the problem remains largely because there isn’t a whole lot of quantitative information on the subject which would point developers in the right direction. But bluntly, it’s like searching for a needle in a haystack. Telling us about your Firefox install, your computer, your usage patterns and suchlike may reduce that stack of hay to a handful.
I want to help, what are the rules of this thread?
1. Only post if you’ve actually had this problem. Your worries and concerns about this bug might be justified, but please start your own threads for that (I can hear moderators cringing at this suggestion, but hey, I want a clean thread for a change).
2. Post objective, useful and related comments. This is not a thread to complain, this is a thread to provide information so that the problem can be fixed.
3. No evangelism. This is a Firefox forum, a Firefox thread and a Firefox bug which I’m willing to get people talking about. I’ll ask for anything other than on-topic discussion to be split off, but it wastes less of everyone’s time if you don’t do this.
4. Don’t immediately run to the bugs reports I’ve linked and add comments. Bugzilla is for providing testcases, patches, discussing the fixes that developers suggest and tracking. It is not a place to say “I had this problem too”, complain or generally say anything that doens’t help the bug get fixed.
5. This thread is not about problems upgrading from old profiles caused by installed extensions. This problem has been resolved since Firefox 1.0 and to a certain extent Firefox 0.9… upgrading from pre-0.9 profiles may still be an issue, but that’s an issue for another thread.
6. This thread is also not about locked profiles. If your profile still exists on your hard drive and your data is in tact, you’re posting to the wrong thread!
What information do you want from me?
Anything that is helpful! At a minimum, though, I’d say something along the following lines. It may be even better if you simply copy out the list below and fill in the blanks.
—
Which problem did you experience… profile corruption/loss or only bookmark loss?
Did this happen after a Firefox crash?
Did your computer crash, or did this occur after a normal shut down?
Was Firefox open when your computer crashed or was shut down?
What operating system do you use (and which version)?
What is the filesystem of your hard drive(s)? (how to find out)
What version of Firefox/Firebird were you using when your bookmarks were lost or your profile was corrupted?
If you upgraded Firefox versions, did you create a new profile or upgrade using the old one? (if you don’t know, chances are you upgraded, but please say that you are unsure)
If you upgraded an old profile, what version of Firefox/Firebird did you originally use?
Did you lose other files or settings in other applications (including non-Mozilla)?
Do you use or have you installed any bookmark-related extensions?
—
I don’t remember all of those things / am unsure how to find out!
If you don’t remember, missing out details is ok. Just give whatever info you can. If you are unsure how to find out, feel free to ask.
Where can I view the bugs that track this problem?
You can view them by clicking the links below. Please don’t comment in them. Non-development comments in bug reports are worse than no comments at all, since they put developers off of reading the report and fixing the problem.
https://bugzilla.mozilla.org/show_bug.cgi?id=193749
https://bugzilla.mozilla.org/show_bug.cgi?id=260553
https://bugzilla.mozilla.org/show_bug.cgi?id=289615
Anything else?
This problem won’t go away on it’s own or without help from end-users that have seen it happen. Help us to prevent unnecessary data loss in the future.
Flock for Windows 0.4.10 Developer Preview
November 5, 2005 at 3:09 am | In Browser World | Leave a Comment一款基于Firefox的新浏览器Flock登场亮相,声称可以带给用户Web 2.0的全新体验。Flock集成了RSS、Blog、书签、图片共享等下一代网络技术,拥有多项目前浏览器所不具备的功能。Flock比较重要的一个特性是拥有一个Blog编辑器,可与WordPress、Movable Type、Typepad、Blogger等协同工作,Flock同时还内建了RSS功能。
Flock 的其它主要特色还有:多项自动控制功能;改进的书签系统,站点的收藏和管理更加便捷;集成开源搜索引擎Clucene和Google、Yahoo、 Amazon、eBay等;自动生成页面索引以方便日后查看,可随时清除以隐私保护;多种辅助性工具栏,可彼此切换;等等
http://www.flock.com/developer/
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.
