Beast generating branch builds again

Discussion about official Mozilla Firefox builds
jedbro
Posts: 1899
Joined: November 10th, 2002, 12:35 pm
Location: Mexico / Boulder Co.
Contact:

Post by jedbro »

OK, I tried out todays build (may 24th) and the EM is indeed working.
I've made a dev release of QuickNote that works with the new installer if anyone want's to try it out.

There seems to be a few issues so far with it.
  1. Uninstalling doesn't completely take effect after the first restart of Firefox (takes 2 for me)
  2. Uninstalling doesn't get rid of the prefs created by said extension (Piro's uninstaller lib seems to do all the above correctly)


Red_Fat_Lazy_Cat wrote:...
More illustrative than the squares, huh? :D They are: Options, About and Home page. So the squares ARE placeholders.

Sweet. What did you do to get the icons to apear? I'm wondering if I can do the same for extensions.

Cheers, Jed
glenng
Posts: 22
Joined: February 8th, 2004, 8:52 pm
Location: Sydney, Australia

Post by glenng »

Jedbro, I installed Quicknote which seems to work fine - its registered on Tools>Options>Extensions but not on Tools>Extensions. Is that option still under development?
User avatar
TierMann
Posts: 184
Joined: March 29th, 2004, 10:18 am
Location: Sitting here, posting to fourms.
Contact:

Post by TierMann »

New extensions should show up in the new Extension Manager in the next build.
The fix just went in.


2004-05-24 17:15 ben%bengoodger.com AVIARY_1_0_20040515_BRANCH
fix dumb bug in installed extension reader to ensure dom inspector and default theme show up
©dn
Posts: 683
Joined: April 20th, 2003, 1:53 pm
Location: GB
Contact:

533

Post by ©dn »

When do Linux users get an EM-capable build ?
jedbro
Posts: 1899
Joined: November 10th, 2002, 12:35 pm
Location: Mexico / Boulder Co.
Contact:

Post by jedbro »

glenng wrote:Jedbro, I installed Quicknote which seems to work fine - its registered on Tools>Options>Extensions but not on Tools>Extensions. Is that option still under development?


Glen, did you install it from the link I gave above?
It will "register" on Tools>Extensions, you just need a build with the new EM working properly.
Yesturdays May 24th branch builds work great.

Please let me know if you have any problems.
-Jed

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040524 Firefox/0.8.0+
User avatar
Red_Fat_Lazy_Cat
Posts: 564
Joined: April 16th, 2003, 12:45 pm
Location: The ottoman near the fireplace
Contact:

Post by Red_Fat_Lazy_Cat »

jedbro wrote:
Red_Fat_Lazy_Cat wrote:...
More illustrative than the squares, huh? :D They are: Options, About and Home page. So the squares ARE placeholders.

Sweet. What did you do to get the icons to apear? I'm wondering if I can do the same for extensions.

Cheers, Jed


Here is a code snippet from my extensions.css:

Code: Select all

 /* Extension Buttons (Iconic buttons in each extension item) */
.extension-button {
   width: 13px;
   height: 13px;
   margin: 1px;
}

.extension-button[anonid="options-button"] {
   list-style-image: url("chrome://mozapps/skin/extensions/extension-options.png");
}

.extension-button[anonid="about-button"] {
   list-style-image: url("chrome://mozapps/skin/extensions/extension-about.png");
}

.extension-button[anonid="homepage-button"] {
   list-style-image: url("chrome://mozapps/skin/extensions/extension-home.png");
}


Hope it helps. :) Naturally, i drew the three tiny images first ..... ;)
Some people say that cats are sneaky, evil, and cruel. True, and they have many other fine qualities as well. -- Missy Dizick

My Firefox themes: Red Cats (blue & green flavor), Curacao
Post Reply