[hipl-commit] [trunk] Rev 4297: Remove HIP Firefox extension.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 15 Apr 2010 20:32:53 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 15/04/2010 at 20:32:53
Revision: 4297
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove HIP Firefox extension.
  
  The extension is only compatible with obsolete Firefox versions.
  Furthermore it is not clear if it currently works at all.

Modified:
  D  hipext/
  D  hipext/hipext.xpi
  D  hipext/src/
  D  hipext/src/build.sh
  D  hipext/src/chrome.manifest
  D  hipext/src/config_build.sh
  D  hipext/src/content/
  D  hipext/src/content/hipext.css
  D  hipext/src/content/hipext.js
  D  hipext/src/content/hipext.xul
  D  hipext/src/install.rdf
  M  Makefile.am
  M  doc/HOWTO.xml

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-15 17:27:01 +0000
+++ Makefile.am 2010-04-15 17:31:44 +0000
@@ -3,7 +3,7 @@
 HIPL_HEADER_LIST = $(wildcard $(addprefix $(srcdir)/,agent/*.h firewall/*.h 
hipd/*.h i3/*/*.h lib/*/*.h test/*.h))
 
 # For "make dist"
-EXTRA_DIST =  .vimrc debian doc hipext hipfwmi patches release.version 
version.h
+EXTRA_DIST =  .vimrc debian doc hipfwmi patches release.version version.h
 EXTRA_DIST += i3/i3-cfg-PL.xml i3/aeshash/aescpp.hh i3/i3/i3_debug.c 
i3/utils/netwrap_win32.c
 EXTRA_DIST += lib/ipsec/policy_parse.c lib/ipsec/policy_parse.y 
lib/ipsec/policy_token.l
 EXTRA_DIST += test/demo test/maintainer test/packaging test/packets 
test/performance

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-04-15 17:19:36 +0000
+++ doc/HOWTO.xml       2010-04-15 17:31:44 +0000
@@ -378,7 +378,7 @@
       It is possible to include measurement code points in the HIPL code
       with --enable-performance configuration option. If you want to profile
       HIPL source code, please refer to <ulink 
url="http://www.cs.helsinki.fi/u/sklvarjo/gprof.html"; />.
-    </para> 
+    </para>
  </section>
   <section id="ch_openwrt">
     <title>Loading HIPL on OpenWRT</title>
@@ -1657,28 +1657,6 @@
     </programlisting>
     -->
 
-  <section id="ch_mozilla_addon">
-    <title>Mozilla/firefox extension</title> <itemizedlist>
-
-     <listitem><para>
-                &nbsp; The HIP firefox extension displays the lock icon when
-                HIP is used instead of IPv4 or IPv6 addresses. HITs are simply 
determined from
-                IP address information. When using opportunistic mode, 
detecting
-                whether using HIP or not wont work.
-        </para></listitem>
-     <listitem><para>
-                &nbsp; Download the firefox extension from <ulink 
url="https://addons.mozilla.org/en-US/firefox/addon/10551"; />.
-     </para></listitem>
-     <listitem><para>
-                &nbsp; If you have HIPL source code:
-                To install the addon, open firefox and browse to folder where
-                you have HIPL sources and go to folder hipext. Then select
-                hipext.xpi from that folder. Firefox should now prompt you
-                with installation instructions.
-        </para></listitem>
-    </itemizedlist>
-  </section>
-
   </section>
   <section id="ch_test_servers">
     <title>HIPL Internet Test Servers</title>

=== removed directory 'hipext'
=== removed directory 'hipext/src'
=== removed directory 'hipext/src/content'

Other related posts:

  • » [hipl-commit] [trunk] Rev 4297: Remove HIP Firefox extension. - Diego Biurrun