Slashdot Mirror


Gran Paradiso Alpha 3

kbrosnan writes "Gran Paradiso Alpha 3 is a release of the Gecko rendering engine for testing purposes only. Here are the release notes. While this release uses the interface of Firefox, no significant interface changes have been made. These alpha releases focus on making improvements to the core elements: graphics, JavaScript, page rendering, etc."

7 of 187 comments (clear)

  1. Release notes and comments by FishWithAHammer · · Score: 5, Informative

    * Animated PNG (APNG) images are now supported.
    * The DOM clientLeft and clientTop attributes are now supported.
    * Introduced support for , which puts resources into the browser's offline cache. This allows a web application to ensure that its resources are available in the cache when the browser goes into offline mode. See * * * Marking Resources for Offline Use for further details on offline support.
    * Improved precision of layout and scaling across a wide range of screen and printer resolutions.
    * Implemented cycle collection in XPCOM, which detects cases where two released objects hold one another, but neither is held by anyone else. In this scenario, both objects can safely be purged. Previously, the holds each has on the other would have prevented them from being purged.
    * Added support for the HttpOnly cookie attribute, which marks a cookie as readable only by the server and not by client-side scripts.
    * Added a new preference, "Warn me when web sites try to redirect or reload the page", which notifies the user when the page specifies HTTP-EQUIV=refresh.
    * Windows 95, Windows NT 4, Windows 98, and Windows ME are not supported for Gecko 1.9.
    * OS X 10.2 is no longer supported, and OS X 10.3.9 or better is required.
    * The non-standard JavaScript Script object is no longer supported.
    * Moving DOM nodes between documents now requires a call to importNode or adoptNode as per the DOM specification.


    It's kind of sketchy that they're not supporting older Windows or OS X versions, but I don't think that's a huge deal. I wish they'd reintroduced MNG instead of APNG (purely a personal preference; APNG is probably actually a better way of doing it), and any fixes to JavaScript are nice to have.

    --
    "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
    1. Re:Release notes and comments by mhall119 · · Score: 5, Informative

      It doesn't support older Windows because it uses Cairo for faster rendering, which I've read doesn't support older Windows versions. I'm not sure if it's the same reason older versions of OS X are not supported.

      --
      http://www.mhall119.com
  2. Not a gecko release by El_Muerte_TDS · · Score: 5, Informative

    It's an alpha release of Firefox 3, it uses the Gecko 1.9 engine.

  3. ACID 2 Compliance by nahdude812 · · Score: 5, Informative

    Yes, it does completely pass the Acid 2 CSS compliance test.

  4. Re:That felt weird by Seumas · · Score: 5, Funny

    Just to be ironic I do not think that word means what you think that it means.
  5. Why should it? by Anonymous Coward · · Score: 5, Funny

    I consider it a feature if a browser prevents people from visiting MySpace.

    1. Re:Why should it? by pipatron · · Score: 5, Funny

      I knew the MySpace-crowd were young, but 5 months, wtf?

      --
      c++; /* this makes c bigger but returns the old value */