[Greasemonkey] Changes in CVS
chris feldmann
cfeldmann at gmail.com
Fri Nov 18 22:47:29 EST 2005
On 11/18/05, Aaron Boodman <zboogs at gmail.com> wrote:
> On 11/18/05, Mook <mook.moz at gmail.com> wrote:
> > On 11/19/05, Aaron Boodman <zboogs at gmail.com> wrote:
> > > Hence, the toast. Since it moves and it's in a different place, I
> > > figured it would be ideal. I'll look into how that other extension
> > > does it. Thanks for the pointer, chris.
> > >
> > > - a
> >
> > It's generated via nsIAlertsService. However, as far as I am aware,
> > it is available only on Windows and Linux (technically, windows, gtk,
> > and gtk2, at least on trunk).
>
> Ah, well I suppose I could just fall back on actual messagebox for
> non-supported platforms.
>
> - a
Say an interested party wanted to create the "Installed Successfully"
toast-like alerts (for supported platforms). Straight (non-xul) js
DOM-forging (creating a div, populating it, etc), seems the way to go
- one could make a pretty, semi-transparent, round-cornered little
piece of bread, no? But that's going to be a chewy chunk of
javascript, what with all the style attributes and toast-pop animation
and whatnot. Would it be criminal to put it all in a function (or
three) and toss said function(s) into utils.js?
If not, then where might it unobtrusively be squirelled? Its own little file?
More information about the Greasemonkey
mailing list