On May 5, 6:47 am, Pedro Simonetti Garcia <[email protected]>
wrote:
> you should link to the file located at <directory where you extracted
> firebug>/build/firebug-lite.js
> When you load Firebug Lite locally it will try to locate the "skin" file
> under the <directory where you extracted firebug>.

Ah, thank you! I see -- I need a good chunk of what's in the filetree
inside the tarball (particularly the skin directory).

It's obvious enough now that you've pointed it out, but the directory
setup suggested a developer's source/build tree to me, so I didn't
really take much of it in beyond thinking I'd just want a target from
the build directory.

It's very kind of you to suggest that the instructions might be the
source of the misunderstanding, rather than my reading comprehension
skills, and naturally I'm somewhat biased towards agreeing with
you :). But while it may be that they could be improved to be more
specific about what someone would want from that tree -- I wonder if
it might just be better to have a differently packaged distribution
that's more amenable to drop-in use.

Another note about that tarball.... when I unpack it, the permissions
are a bit funny -- in particular, directories aren't marked
executable. This isn't too hard to fix ("sudo find . -type d -exec
chmod a+x {} \;" does it for me), but it could cause someone
frustration. Then again, it could be an artifact of my system (OS X
10.5.8).

> When loading it externally using a link or bookmarklet pointing to
> getfirebug.com, it will not use a skin file due to cross-domain
> restrictions. For this case, it will open the iframe with "about:blank"
> source, and then inject the HTML and CSS using JavaScript.

It'd be cool if there were a way to have this kind of behavior as a
fallback to using a skins directory. Then again, that could cause more
than a little bloat and probably wouldn't be possible using JavaScript
only on browsers that don't support dataURIs...

Anyway, thanks much for the help!

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to