From vwelch at uiuc.edu Mon Sep 15 12:30:19 2008 From: vwelch at uiuc.edu (Von Welch) Date: Mon, 15 Sep 2008 14:30:19 -0500 Subject: [Petname] Petname for Firefox 3 encouragement... In-Reply-To: <486134B8.9010604@uiuc.edu> References: <486134B8.9010604@uiuc.edu> Message-ID: <48CEB7CB.2030403@uiuc.edu> I saw that Petname Tool 1.1 has now been released and it works with FF3. Thank you, Von Von Welch wrote: > Hi, > > I saw work is already underway to update PetName for FireFox 3: > http://www.mozdev.org/pipermail/petname/2008-April/000009.html > > I just wanted to give out a shout of encouragement. I've found PetName > very useful and it's the one extension right now I find myself really > missing in FF3. > > Thanks, > > Von > From orson.petname at afriskito.net Mon Sep 15 20:34:09 2008 From: orson.petname at afriskito.net (Orson Jones) Date: Mon, 15 Sep 2008 21:34:09 -0600 Subject: [Petname] Hooray for update! Message-ID: <48CF2931.2040208@afriskito.net> Glad to see an update. I've been missing this addition to firefox. I noticed it shows my localhost as seen before, but I'm not using ssl for the connection. Orson From tyler.close at gmail.com Tue Sep 16 11:10:46 2008 From: tyler.close at gmail.com (Tyler Close) Date: Tue, 16 Sep 2008 11:10:46 -0700 Subject: [Petname] Hooray for update! In-Reply-To: <48CF2931.2040208@afriskito.net> References: <48CF2931.2040208@afriskito.net> Message-ID: <5691356f0809161110u1bf96f7tae4910557e8e4217@mail.gmail.com> Hi Orson, On Mon, Sep 15, 2008 at 8:34 PM, Orson Jones wrote: > Glad to see an update. I've been missing this addition to firefox. Thank for waiting. > I noticed it shows my localhost as seen before, but I'm not using ssl > for the connection. There's a special case for localhost since a network attacker cannot tamper with packets on your computer's loopback device. You can think of that connection as being authenticated by virtue of the fact that it doesn't leave your computer. --Tyler From fred at evoluware.eu Tue Sep 16 11:54:22 2008 From: fred at evoluware.eu (Fred Spiessens) Date: Tue, 16 Sep 2008 20:54:22 +0200 Subject: [Petname] Hooray for update! In-Reply-To: <5691356f0809161110u1bf96f7tae4910557e8e4217@mail.gmail.com> References: <48CF2931.2040208@afriskito.net> <5691356f0809161110u1bf96f7tae4910557e8e4217@mail.gmail.com> Message-ID: Hi Tyler, I installed the petname tool in Firefox 3.0.1 on Mac OS 10.5.4 but I cannot type in the petname field. the field shows question marks (when I go to an https page) and the tooltip says: "The Petname Tool has not been initialized" Any idea how I should fix this or how to avoid this during installation? thanks, Fred. From tyler.close at gmail.com Tue Sep 16 12:20:09 2008 From: tyler.close at gmail.com (Tyler Close) Date: Tue, 16 Sep 2008 12:20:09 -0700 Subject: [Petname] Hooray for update! In-Reply-To: References: <48CF2931.2040208@afriskito.net> <5691356f0809161110u1bf96f7tae4910557e8e4217@mail.gmail.com> Message-ID: <5691356f0809161220p72fdff78y7a1fd85aed4d54a7@mail.gmail.com> Hi Fred, My initial crew of beta testers didn't run into this problem, but yours is the second bug report I've gotten since the release went out on the Firefox addons site. I'm still trying to figure out what's different about these other installations. I gather the Petname Tool displays "unauthenticated site" for http: pages and you don't have any existing petname bookmarks? I'll post to this list when the mystery has been solved. If you feel like getting your hands dirty on this, you can turn on logging by editing a line in the source. The file is at: Application Data/Mozilla/Firefox/Profiles//extensions/{98d4a14e-67d3-40f7-96c4-38a6c07c32f2}/chrome/content/petname-tool.js On line 2, change: const err = false && Cc['@mozilla.org/consoleservice;1']. to: const err = true && Cc['@mozilla.org/consoleservice;1']. Restart Firefox. >From the "Tools" menu, open the "Error Console". Send me a copy of the displayed text. Thanks for posting, --Tyler On Tue, Sep 16, 2008 at 11:54 AM, Fred Spiessens wrote: > Hi Tyler, > > I installed the petname tool in Firefox 3.0.1 on Mac OS 10.5.4 but I cannot > type in the petname field. > the field shows question marks (when I go to an https page) and the tooltip > says: > "The Petname Tool has not been initialized" > > Any idea how I should fix this or how to avoid this during installation? > > thanks, > Fred. > > _______________________________________________ > Petname mailing list > Petname at mozdev.org > https://www.mozdev.org/mailman/listinfo/petname > From tyler.close at gmail.com Tue Sep 16 15:30:57 2008 From: tyler.close at gmail.com (Tyler Close) Date: Tue, 16 Sep 2008 15:30:57 -0700 Subject: [Petname] Hooray for update! In-Reply-To: <5691356f0809161220p72fdff78y7a1fd85aed4d54a7@mail.gmail.com> References: <48CF2931.2040208@afriskito.net> <5691356f0809161110u1bf96f7tae4910557e8e4217@mail.gmail.com> <5691356f0809161220p72fdff78y7a1fd85aed4d54a7@mail.gmail.com> Message-ID: <5691356f0809161530o3d487b5fufe1a8241b7b6695d@mail.gmail.com> OK, I think we've tracked down a fix for this. I've uploaded v.1.3, which includes the fix, to the Mozilla addons site. Thanks to Sandro Magi for debugging assistance. --Tyler On Tue, Sep 16, 2008 at 12:20 PM, Tyler Close wrote: > Hi Fred, > > My initial crew of beta testers didn't run into this problem, but > yours is the second bug report I've gotten since the release went out > on the Firefox addons site. I'm still trying to figure out what's > different about these other installations. > > I gather the Petname Tool displays "unauthenticated site" for http: > pages and you don't have any existing petname bookmarks? > > I'll post to this list when the mystery has been solved. > > If you feel like getting your hands dirty on this, you can turn on > logging by editing a line in the source. The file is at: > > Application Data/Mozilla/Firefox/Profiles//extensions/{98d4a14e-67d3-40f7-96c4-38a6c07c32f2}/chrome/content/petname-tool.js > > On line 2, change: > > const err = false && Cc['@mozilla.org/consoleservice;1']. > > to: > > const err = true && Cc['@mozilla.org/consoleservice;1']. > > Restart Firefox. > > From the "Tools" menu, open the "Error Console". Send me a copy of the > displayed text. > > Thanks for posting, > --Tyler > > On Tue, Sep 16, 2008 at 11:54 AM, Fred Spiessens wrote: >> Hi Tyler, >> >> I installed the petname tool in Firefox 3.0.1 on Mac OS 10.5.4 but I cannot >> type in the petname field. >> the field shows question marks (when I go to an https page) and the tooltip >> says: >> "The Petname Tool has not been initialized" >> >> Any idea how I should fix this or how to avoid this during installation? >> >> thanks, >> Fred. >> >> _______________________________________________ >> Petname mailing list >> Petname at mozdev.org >> https://www.mozdev.org/mailman/listinfo/petname >> >