I was unable to find any working downloads for versions earlier than 2.9, do
they exist anywhere? I want to obtain a version which has no support for
accelerated rendering (on Windows) for compatibility testing. Is there an
archive anywhere? There are links on
https://developer.mozilla.org/en/xulrunner but they are all broken for me.
Thanks!
Am 23.01.2011 01:15, John Dexter wrote:
> I wondered can anyone give me an understanding on which versions of XUL map
> to which versions of FireFox? Am I right that the current 2.9.x versions are
> used/equivalent to FF4? What version would be most similar to FF3 (or FF2 if
> XUL was around back then)?
where did you get version 2.9 from? XULRunner releases have the same
version number as the corresponding Gecko version, Firefox 4 ships with
Gecko 2.0, so it'll be XULRunner 2.0. Firefox 3.6 is built on top of
Gecko 1.9.2, Firefox 3.5 on Gecko 1.9.1.
> I was unable to find any working downloads for versions earlier than 2.9, do
> they exist anywhere? I want to obtain a version which has no support for
> accelerated rendering (on Windows) for compatibility testing. Is there an
> archive anywhere? There are links on
> https://developer.mozilla.org/en/xulrunner but they are all broken for me.
>
The releases are available at
ftp://ftp.mozilla.org/pub/xulrunner/releases/, nightly builds at
ftp://ftp.mozilla.org/pub/xulrunner/nightly/ (mozilla-central
corresponds to the code that will be Firefox 4.0)
Philipp
> _______________________________________________
> dev-platform mailing list
> dev-pl...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform
>
It does? Where?
1.9.2 has no hardware acceleration for graphics.
> Or does the 1.9.x version simply not support
> Direct2D/DirectGraphics acceleration?
Correct.
-Boris