<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>modules/auth.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,3 +3,4 @@ skin	s3 classic/1.0	chrome/skin/
 
 overlay chrome://browser/content/browser.xul    chrome://s3/content/browserOverlay.xul
 
+resource s3 modules/
\ No newline at end of file</diff>
      <filename>chrome.manifest</filename>
    </modified>
    <modified>
      <diff>@@ -24,7 +24,6 @@
   &lt;script type=&quot;application/x-javascript&quot; src=&quot;chrome://s3/content/vendor/jquery.blockUI.js&quot;&gt;&lt;/script&gt;
   &lt;script type=&quot;application/x-javascript&quot; src=&quot;chrome://s3/content/vendor/jquery.easing.js&quot;&gt;&lt;/script&gt;
   &lt;script type=&quot;application/x-javascript&quot; src=&quot;chrome://s3/content/vendor/humanmsg.js&quot;&gt;&lt;/script&gt;
-  &lt;script type=&quot;application/x-javascript&quot; src=&quot;chrome://s3/content/auth.js&quot;&gt;&lt;/script&gt;
   &lt;script type=&quot;application/x-javascript&quot; src=&quot;chrome://s3/content/accounts.js&quot;&gt;&lt;/script&gt;
 &lt;/head&gt;
 &lt;body&gt;</diff>
      <filename>chrome/content/accounts.html</filename>
    </modified>
    <modified>
      <diff>@@ -10,6 +10,7 @@
 // for the specific language governing rights and limitations under the
 // License.
 
+Components.utils.import(&quot;resource://s3/auth.js&quot;);
 
 function setkeys() {
   $('#account').show();
@@ -89,7 +90,7 @@ function s3Control() {
 
   function load() {
     try {
-      var creds = s3.auth.get();
+      var creds = s3_auth.get();
       S3Ajax.KEY_ID = creds.key;
       S3Ajax.SECRET_KEY = creds.secret;
       list();
@@ -108,16 +109,16 @@ function s3Control() {
     var secret = trim($('#s3-secret-key').val());
 
     if (key &amp;&amp; key.length &gt; 0) {
-      s3.auth.set(key, secret);
+      s3_auth.set(key, secret);
     }
     else {
-      s3.auth.clear();
+      s3_auth.clear();
     }
 
     window.location = window.location.href;
   };
 
-  var creds = s3.auth.get();
+  var creds = s3_auth.get();
 
   if (creds) {
     $('#s3-key').val(creds.key);</diff>
      <filename>chrome/content/accounts.js</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>chrome/content/auth.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>7f967c8a75e0d451739f890226cc70a8a47c3403</id>
    </parent>
  </parents>
  <author>
    <name>Jesse Andrews</name>
    <email>anotherjesse@gmail.com</email>
  </author>
  <url>http://github.com/anotherjesse/s3/commit/30aa833d49bb2cb216eea8026d7cb34c3f742a6c</url>
  <id>30aa833d49bb2cb216eea8026d7cb34c3f742a6c</id>
  <committed-date>2008-06-29T22:09:25-07:00</committed-date>
  <authored-date>2008-06-29T22:09:25-07:00</authored-date>
  <message>converting the auth library to a jsm</message>
  <tree>f6f9846b38da80c2cbfd9c83895c333e60587a9c</tree>
  <committer>
    <name>Jesse Andrews</name>
    <email>anotherjesse@gmail.com</email>
  </committer>
</commit>
