Confirmed users
396
edits
(→What should be on this page: fixing a1 link) |
m (link to the Gran Paradiso Alpha 2 release notes) |
||
| (7 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
Also see the [http://www.mozilla.org/projects/firefox/3.0a2/releasenotes/ Gran Paradiso Alpha 2 release notes]. | |||
== What should be on this page == | == What should be on this page == | ||
| Line 14: | Line 16: | ||
* '''Known memory leak after prolonged browser usage.''' In order to better handle memory issues, a new garbage collection system has been implemented for native code. However, the process of integrating code into this system is still ongoing, and you may notice excessive memory usage after the browser is used for a long period of time. A restart should fix this problem, which will also be fixed in 1.9a3. | * '''Known memory leak after prolonged browser usage.''' In order to better handle memory issues, a new garbage collection system has been implemented for native code. However, the process of integrating code into this system is still ongoing, and you may notice excessive memory usage after the browser is used for a long period of time. A restart should fix this problem, which will also be fixed in 1.9a3. | ||
* '''Some Windows font rendering issues.''' With the partial landing of the new Cairo-based [http://wiki.mozilla.org/Gecko2:NewTextAPI nsTextFrame], some font rendering issues have been discovered on Windows-based platforms. These regressions will be fixed when the new code is fully landed for 1.9a3. | |||
* Changes that [http://wiki.mozilla.org/Gecko:Reflow_Refactoring refactored] intrinsic width computation and incremental layout landed. This means that the code for determining intrinsic widths, used for width calculations in tables, floats, and absolutely positioned elements, has been rewritten. The code for handling incremental layout of pages (as the page arrives over the network, as images load, or as other dynamic changes are made) has also been changed extensively. These changes also resolved all of the remaining issues with ACID2 compliance | |||
* The <code>inline-block</code> and <code>inline-table</code> values of CSS2.1's display property are now implemented. | |||
* Text in SVG has known rendering issues. See [https://bugzilla.mozilla.org/show_bug.cgi?id=368913 Bug 368913] | |||
== Minor Changes == | == Minor Changes == | ||
* ''' | * '''Incremental XML rendering.''' XML documents can now be rendered as they're downloaded from the originating server instead of after the full document has been downloaded. This does not apply to pages that use XSLT. | ||
* '''Support for Web Apps 1.0 API for changing stylesheets.''' This change enables Gecko to use a standard method for changing stylesheets via the DOM. | |||
* '''Removed ''Script'' Object.''' The non-standard JavaScript ''Script'' object is no longer supported in default browser builds. | |||
== Bugfixes == | == Bugfixes == | ||