GSS now works for Firefox!
authorMark Donnelly <mark@painless-security.com>
Thu, 4 Dec 2014 17:50:23 +0000 (12:50 -0500)
committerMark Donnelly <mark@painless-security.com>
Thu, 4 Dec 2014 17:50:23 +0000 (12:50 -0500)
commitb0df0ee07c5f0dfe366020dd82fe0d29be6f6727
tree2edaef0299ed25112eaf106f53efe61daf1f486c
parent7a528d180c2b9e7da58c7134fadcaec0569f17fc
GSS now works for Firefox!

* Change main.js to load gssweb.contentscript.js intead of navigator.gss.js

* Make some attempts to convert gssweb.contentscript.js into something that
  will work on both Chrome/Chromium and Firefox

* GSS Calls now work in firefox!
  ... authenticate doesn't yet work, because Firefox sends its content-type
       with a character encoding
       ("application/x-www-form-urlencoded; Charset: UTF-8) which causes the
       apache module problems with double-freeing memory, but that's a problem
       for a different commit.
firefox/data/gssweb.contentscript.js [new file with mode: 0644]
firefox/lib/main.js