Jump to content

Swiftfox: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m top: Fixing links to disambiguation pages, replaced: open source code → open source code
Added {{External links}} tag
 
(12 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{Short description|Discontinued web browser based on Mozilla Firefox}}
{{Infobox Software
{{External links|date=July 2024}}
{{Infobox software
| name = Swiftfox
| name = Swiftfox
| logo = Swiftfox.png
| logo = Swiftfox.png
Line 9: Line 11:
| operating system = [[Linux]]
| operating system = [[Linux]]
| language =
| language =
| discontinued = yes
| genre = [[Web browser]]
| genre = [[Web browser]]
| license = binaries: [http://getswiftfox.com/source.htm proprietary]<br/>source: [[Mozilla Public License|MPL 1.1]]
| license = binaries: [http://getswiftfox.com/source.htm proprietary]<br/>source: [[Mozilla Public License|MPL 1.1]]
| website = [http://www.getswiftfox.com/ www.getswiftfox.com ]
| website = [http://www.getswiftfox.com/ www.getswiftfox.com] ([https://web.archive.org/web/20160912115922/http://getswiftfox.com:80/ archived])
}}
}}
'''Swiftfox''' was a [[web browser]] based on [[Mozilla Firefox]]. It was available for [[Linux]] platforms and distributed by Jason Halme. Swiftfox was a set of [[Software build|builds]] of Firefox optimized for different [[Intel]] and [[AMD]] [[microprocessor]]s. Swiftfox was freely downloadable with [[Open-source software|open source]] code and [[Proprietary software|proprietary]] binaries. Firefox [[Extension (Mozilla)|extensions]] and [[plugins]] were compatible with Swiftfox, with notable exceptions. The name Swiftfox comes from the animal [[swift fox]]. Swiftfox differs from Firefox by a limited number of changes, and builds for different processors. Swiftfox was discontinued at some point prior to April 2017, and the project homepage now redirects to the creator's private [[Twitter]] account.
'''Swiftfox''' was a [[web browser]] based on [[Mozilla Firefox]]. It was available for [[Linux]] platforms and distributed by Jason Halme. Swiftfox was a set of [[Software build|builds]] of Firefox optimized for different [[Intel]] and [[AMD]] [[microprocessor]]s. Swiftfox was freely downloadable with [[Open-source software|open source]] code and [[Proprietary software|proprietary]] binaries. Firefox [[Extension (Mozilla)|extensions]] and [[plug-in (computing)|plugins]] were compatible with Swiftfox, with notable exceptions. The name Swiftfox comes from the animal [[swift fox]]. Swiftfox differs from Firefox by a limited number of changes, and builds for different processors. Swiftfox was discontinued at some point prior to April 2017, and the project homepage now redirects to the creator's private [[Twitter]] account.


== Optimization ==
== Optimization ==
Line 20: Line 23:
'''Binary code optimization'''
'''Binary code optimization'''
*Compiled with the highest level of [[compiler optimization]], rather than optimization for binary size.
*Compiled with the highest level of [[compiler optimization]], rather than optimization for binary size.
** Swiftfox is compiled -O3,<ref>{{cite web | url=http://forums.getswiftfox.com/viewtopic.php?t=44 | title=Swiftfox Forum | deadurl=yes | archiveurl=https://web.archive.org/web/20070319030233/http://forums.getswiftfox.com/viewtopic.php?t=44 | archivedate=2007-03-19 | df= }}</ref><ref name=build20>Using url of ''about:buildconfig'' to check the details of the 2.0 builds</ref> (the highest level)
** Swiftfox is compiled -O3,<ref>{{cite web | url=http://forums.getswiftfox.com/viewtopic.php?t=44 | title=Swiftfox Forum | url-status=dead | archive-url=https://web.archive.org/web/20070319030233/http://forums.getswiftfox.com/viewtopic.php?t=44 | archive-date=2007-03-19 }}</ref><ref name=build20>Using url of ''about:buildconfig'' to check the details of the 2.0 builds</ref> (the highest level)
***The resulting Swiftfox binary is larger than Firefox. (-O3 is not necessarily faster than -O2, or -Os. -O3 introduces two more options on top of -O2: -finline-functions and -frename-registers. The latter is good for CPUs with many registers but may actually be slower on other CPUs.<ref name=gccopt>{{cite web | url=https://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Optimize-Options.html#Optimize-Options | title=Optimize Options - Using the GNU Compiler Collection (GCC)}}</ref>)
***The resulting Swiftfox binary is larger than Firefox. (-O3 is not necessarily faster than -O2, or -Os. -O3 introduces two more options on top of -O2: -finline-functions and -frename-registers. The latter is good for CPUs with many registers but may actually be slower on other CPUs.<ref name=gccopt>{{cite web | url=https://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Optimize-Options.html#Optimize-Options | title=Optimize Options - Using the GNU Compiler Collection (GCC)}}</ref>)
**Firefox is compiled -Os.<ref name="build20"/> (-Os is the same as -O2 but removes optimizations which would increase the binary size.<ref name=gccopt/>)
**Firefox is compiled -Os.<ref name="build20"/> (-Os is the same as -O2 but removes optimizations which would increase the binary size.<ref name=gccopt/>)
*[[Binary file|Binaries]] incorporate additional [[instruction set]]s.<ref name=change20>{{cite web | url=http://getswiftfox.com/builds/mozilla_1_8_branch/changelog | title=Swiftfox 2.0pre changelog}}</ref>
*[[Binary file|Binaries]] incorporate additional [[instruction set]]s.<ref name=change20>{{cite web | url=http://getswiftfox.com/builds/mozilla_1_8_branch/changelog | title=Swiftfox 2.0pre changelog}}</ref>
** [[Intel]] and [[AMD]]: [[MMX (instruction set)|MMX]], [[Streaming SIMD Extensions|SSE]], [[SSE2]], (not generally [[SSE3]]<ref>{{cite web | url=http://forums.getswiftfox.com/viewtopic.php?t=11&highlight=sse3 | title=Swiftfox Forum | deadurl=yes | archiveurl=https://web.archive.org/web/20070321050416/http://forums.getswiftfox.com/viewtopic.php?t=11&highlight=sse3 | archivedate=2007-03-21 | df= }}</ref>).
** [[Intel]] and [[AMD]]: [[MMX (instruction set)|MMX]], [[Streaming SIMD Extensions|SSE]], [[SSE2]], (not generally [[SSE3]]<ref>{{cite web | url=http://forums.getswiftfox.com/viewtopic.php?t=11&highlight=sse3 | title=Swiftfox Forum | url-status=dead | archive-url=https://web.archive.org/web/20070321050416/http://forums.getswiftfox.com/viewtopic.php?t=11&highlight=sse3 | archive-date=2007-03-21 }}</ref>).
** [[AMD]] only: [[3DNow!]]
** [[AMD]] only: [[3DNow!]]
*Optimization specific to the build microprocessor architecture.<ref name="change20"/>
*Optimization specific to the build microprocessor architecture.<ref name="change20"/>
Line 32: Line 35:
*Compiled with newer version of [[GNU Compiler Collection|GCC]] (Firefox 2.0 uses 3.3.2, Swiftfox 2.0 uses 4.0.4).<ref name="build20"/>
*Compiled with newer version of [[GNU Compiler Collection|GCC]] (Firefox 2.0 uses 3.3.2, Swiftfox 2.0 uses 4.0.4).<ref name="build20"/>
'''Increased security'''
'''Increased security'''
*Better protection from [[buffer overflow]] attacks<ref name=fortify>{{cite web | url=http://www.redhat.com/magazine/009jul05/features/execshield/#checks | publisher=redhat.com | title=Limiting buffer overflows with ExecShield | deadurl=yes | archiveurl=https://web.archive.org/web/20070208094418/http://www.redhat.com/magazine/009jul05/features/execshield/#checks | archivedate=2007-02-08 | df= }}</ref> (Swiftfox 2.0 uses -D_FORTIFY_SOURCE=2; Firefox 2.0 uses gcc 3.x, which does not support this).<ref name="build20"/>
*Better protection from [[buffer overflow]] attacks<ref name=fortify>{{cite web | url=http://www.redhat.com/magazine/009jul05/features/execshield/#checks | publisher=redhat.com | title=Limiting buffer overflows with ExecShield | url-status=dead | archive-url=https://web.archive.org/web/20070208094418/http://www.redhat.com/magazine/009jul05/features/execshield/#checks | archive-date=2007-02-08 }}</ref> (Swiftfox 2.0 uses -D_FORTIFY_SOURCE=2; Firefox 2.0 uses gcc 3.x, which does not support this).<ref name="build20"/>
'''Simplify'''
'''Simplify'''
*[[Pango]] is not included in the build {{Citation needed|date=April 2007}}. This means that [[Unicode typefaces|Unicode fonts]] remain supported (see [[Unicode and HTML]]), but without certain extra features<ref name=pangoexample>{{cite web | url=http://www.pango.org/ScriptGallery | title=Script Gallery - Pango }}</ref> provided by [[Pango]]. This simplification reduces the binary size, and reduces rendering.
*[[Pango]] is not included in the build {{Citation needed|date=April 2007}}. This means that [[Unicode typefaces|Unicode fonts]] remain supported (see [[Unicode and HTML]]), but without certain extra features<ref name=pangoexample>{{cite web | url=http://www.pango.org/ScriptGallery | title=Script Gallery - Pango }}</ref> provided by [[Pango]]. This simplification reduces the binary size, and reduces rendering.
'''Changed default preference values'''
'''Changed default preference values'''
*[[IPv6]] [[Domain name system|DNS]] lookups are disabled.<ref name="change20"/><ref name=change15>{{cite web | url=http://getswiftfox.com/builds/releases/changelog | title=Swiftfox 1.5.0.7 changelog}}</ref> preventing slowdowns experienced<ref name=ipv6dns>{{cite web | url=http://forums.getswiftfox.com/viewtopic.php?p=12&sid=f37125f87effd7be076c6c748cdde960 | title=Swiftfox Forum | deadurl=yes | archiveurl=https://web.archive.org/web/20070928044502/http://forums.getswiftfox.com/viewtopic.php?p=12&sid=f37125f87effd7be076c6c748cdde960 | archivedate=2007-09-28 | df= }}</ref>
*[[IPv6]] [[Domain name system|DNS]] lookups are disabled.<ref name="change20"/><ref name=change15>{{cite web | url=http://getswiftfox.com/builds/releases/changelog | title=Swiftfox 1.5.0.7 changelog}}</ref> preventing slowdowns experienced<ref name=ipv6dns>{{cite web | url=http://forums.getswiftfox.com/viewtopic.php?p=12&sid=f37125f87effd7be076c6c748cdde960 | title=Swiftfox Forum | url-status=dead | archive-url=https://web.archive.org/web/20070928044502/http://forums.getswiftfox.com/viewtopic.php?p=12&sid=f37125f87effd7be076c6c748cdde960 | archive-date=2007-09-28 }}</ref>
*[[HTTP pipelining]] is enabled by default.<ref name="change20"/><ref name="change15"/> [[Fasterfox]] provides a [[GUI]] to adjust these settings.
*[[HTTP pipelining]] is enabled by default.<ref name="change20"/><ref name="change15"/> [[Fasterfox]] provides a [[GUI]] to adjust these settings.
*For full details, see [http://getswiftfox.com/source/swiftfox-1.8branch.patch].
*For full details, see [http://getswiftfox.com/source/swiftfox-1.8branch.patch].
Line 42: Line 45:
== Swiftfox speed ==
== Swiftfox speed ==


No definitive benchmarking has been reported, but a quicker startup time and a 1.7% webpage rendering speedup has been reported on version 1.5.0.6.<ref name=benchswift>{{cite web | url=http://www.apcstart.com/node/3097 | title=APC Magazine: What's The Worlds Fastest Browser| accessdate = 2006-10-30}}</ref> There are no benchmarks for the different processors builds.
No definitive benchmarking has been reported, but a quicker startup time and a 1.7% webpage rendering speedup has been reported on version 1.5.0.6.<ref name=benchswift>{{cite web | url=http://www.apcstart.com/node/3097 | title=APC Magazine: What's The Worlds Fastest Browser| access-date = 2006-10-30}}</ref> There are no benchmarks for the different processors builds.


== Additional options ==
== Additional options ==
Line 50: Line 53:


== License ==
== License ==
The same as Firefox, the Swiftfox source code is [[open source]], with the source code under [[Mozilla Public License|MPL 1.1]] except for parts relating to branding.<ref name=license/>
The same as Firefox, the Swiftfox source code is [[open-source software|open-source]], with the source code under [[Mozilla Public License|MPL 1.1]] except for parts relating to branding.<ref name=license/>
Unlike Firefox, the Swiftfox binaries have a proprietary license<ref name=license>{{cite web | url=http://getswiftfox.com/LICENSE | title=Swiftfox license}}</ref> which does not allow redistribution. According to the author, this is to prevent the possibility of any confusion with tainted versions (see the Firefox branding argument [[Mozilla Firefox#Trademark and logo issues]]). The name Swiftfox is trademarked by Jason Halme, and accordingly cannot be used on other third party Firefox builds without his permission.
Unlike Firefox, the Swiftfox binaries have a proprietary license<ref name=license>{{cite web | url=http://getswiftfox.com/LICENSE | title=Swiftfox license}}</ref> which does not allow redistribution. According to the author, this is to prevent the possibility of any confusion with tainted versions (see the Firefox branding argument [[Mozilla Firefox#Trademark and logo]]). The name Swiftfox is trademarked by Jason Halme, and accordingly cannot be used on other third party Firefox builds without his permission.


=== Debian ===
=== Debian ===
Line 61: Line 64:


== References ==
== References ==
{{reflist|30em}}
{{Reflist|30em}}


== External links ==
== External links ==
* {{official website|http://getswiftfox.com/}}
* {{official website|http://getswiftfox.com/}} ([https://web.archive.org/web/20160912115922/http://getswiftfox.com:80/ archived])


{{Web browsers}}
{{Web browsers}}
Line 72: Line 75:
[[Category:Web browsers based on Firefox]]
[[Category:Web browsers based on Firefox]]
[[Category:Software that uses XUL]]
[[Category:Software that uses XUL]]
[[Category:Discontinued web browsers]]

Latest revision as of 17:51, 21 July 2024

Swiftfox
Developer(s)Jason Halme
Final release3.6.13 [±]
Preview release4.0.0 [±]
Operating systemLinux
TypeWeb browser
Licensebinaries: proprietary
source: MPL 1.1
Websitewww.getswiftfox.com (archived)

Swiftfox was a web browser based on Mozilla Firefox. It was available for Linux platforms and distributed by Jason Halme. Swiftfox was a set of builds of Firefox optimized for different Intel and AMD microprocessors. Swiftfox was freely downloadable with open source code and proprietary binaries. Firefox extensions and plugins were compatible with Swiftfox, with notable exceptions. The name Swiftfox comes from the animal swift fox. Swiftfox differs from Firefox by a limited number of changes, and builds for different processors. Swiftfox was discontinued at some point prior to April 2017, and the project homepage now redirects to the creator's private Twitter account.

Optimization

[edit]

The Swiftfox build is optimized using the following methods:

Binary code optimization

Increased security

  • Better protection from buffer overflow attacks[6] (Swiftfox 2.0 uses -D_FORTIFY_SOURCE=2; Firefox 2.0 uses gcc 3.x, which does not support this).[2]

Simplify

Changed default preference values

Swiftfox speed

[edit]

No definitive benchmarking has been reported, but a quicker startup time and a 1.7% webpage rendering speedup has been reported on version 1.5.0.6.[10] There are no benchmarks for the different processors builds.

Additional options

[edit]

Swiftfox is bundled with the following freely available Firefox plugins and extensions:

  • XForms extension is installed and enabled
  • libunixprintplugin.so plugin is installed

License

[edit]

The same as Firefox, the Swiftfox source code is open-source, with the source code under MPL 1.1 except for parts relating to branding.[11] Unlike Firefox, the Swiftfox binaries have a proprietary license[11] which does not allow redistribution. According to the author, this is to prevent the possibility of any confusion with tainted versions (see the Firefox branding argument Mozilla Firefox#Trademark and logo). The name Swiftfox is trademarked by Jason Halme, and accordingly cannot be used on other third party Firefox builds without his permission.

Debian

[edit]

Swiftfox binaries are available as Debian packages from official site. The proprietary binary license prevents Debian and other Linux distributions from having Swiftfox available as part of a distribution, so to redistribute Swiftfox one would have to change the name and icons.

See also

[edit]

References

[edit]
  1. ^ "Swiftfox Forum". Archived from the original on 2007-03-19.
  2. ^ a b c d Using url of about:buildconfig to check the details of the 2.0 builds
  3. ^ a b "Optimize Options - Using the GNU Compiler Collection (GCC)".
  4. ^ a b c d "Swiftfox 2.0pre changelog".
  5. ^ "Swiftfox Forum". Archived from the original on 2007-03-21.
  6. ^ "Limiting buffer overflows with ExecShield". redhat.com. Archived from the original on 2007-02-08.
  7. ^ "Script Gallery - Pango".
  8. ^ a b "Swiftfox 1.5.0.7 changelog".
  9. ^ "Swiftfox Forum". Archived from the original on 2007-09-28.
  10. ^ "APC Magazine: What's The Worlds Fastest Browser". Retrieved 2006-10-30.
  11. ^ a b "Swiftfox license".
[edit]