8
edits
(Add Thai line/word-breaking issue) |
|||
| Line 88: | Line 88: | ||
Security problems get exploited more and more agressively. Many users originally switched from IE to Firefox for security reasons. That's why I feel it is important to make sure that the current code is relatively secure. While absolute security probably cannot be reached it is important to get the code to a quality level where new security issues come up at a much slower rate, hopefully no more then one severe issue per year. | Security problems get exploited more and more agressively. Many users originally switched from IE to Firefox for security reasons. That's why I feel it is important to make sure that the current code is relatively secure. While absolute security probably cannot be reached it is important to get the code to a quality level where new security issues come up at a much slower rate, hopefully no more then one severe issue per year. | ||
Making sure existing things work isn't as exciting as creating something new. That's why the new Feature list should be kept relatively limited so more resources can be used to improve the security of the existing code instead of adding new, potentially bugy or dangerous features. | Making sure existing things work isn't as exciting as creating something new. That's why the new Feature list should be kept relatively limited so more resources can be used to improve the security of the existing code instead of adding new, potentially bugy or dangerous features. | ||
== Internationalization/i18n == | |||
=== Thai === | |||
Thai line/word-breaking issues has been a major drawback of Mozilla product for a long time (since Netscape opensourced in 1998). Nowaday, Mozilla is the last major open source project without Thai line/word-breaking capability (OpenOffice and Konqueror solved this). More details on this bug could be found in [https://bugzilla.mozilla.org/show_bug.cgi?id=7969 this bugzilla bug]. | |||
This issue may be fixed by Robert O'Callan new text rendering engine. But he can't guarantee it will be finished in time. Setting this issue in high priority goal might be help. ROC and Mozilla i18n guys may have some opinions on this. | |||
edits