* Clean up our APIs to be fewer, better, and "on the outside." * Simplify the Mozilla codebase to make it smaller, faster, and easier to approach and maintain. * Take advantage of standard language features and fast paths instead of XPCOM and ad hoc code. * Optimization including JIT compilation for JS2 with very fast DOM access and low memory costs. * Tool-time and runtime enforcement of important safety properties.
つまり、XPCOM とは別の C++ で書かれた高速でより良い API が提供されるってことかな。 Mozilla2 では Firefox、そのアドオン、そしてその他のアプリが生死を共にするって書いてあるし。 Firefox 終了のお知らせでした。