Hi John,
The last hours I had quite a close look to the Firebug sources. This
piece of software is - well - complex ;)
My attempts to find the point where to start found an end in css.js at
domUtils = CCSV("@mozilla.org/inspector/dom-utils;1", "inIDOMUtils");
A look at the Firebug internals page made clear, that for me things
becoming strange at this point.
https://developer.mozilla.org/En/Firebug_internals#Firebug_Service
Especially the next paragraph is quite scaring
https://developer.mozilla.org/En/Firebug_internals#Extending_nsIFirebug.idl
Ok. I would like to implement this feature, but right now I don't see
a chance to do so without going deep into the firefox-hole (hope I
translated that right ;)). Do you see a chance to implement such an
extension without doing the things linked above?
Nico
On 18 Mai, 22:43, johnjbarton <[email protected]> wrote:
> Since I don't anticipate being able to work on this kind of function,
> please let us know if you want to create a Firebug extension to
> implement this feature.
> jjb
>
> On May 18, 12:46 pm, nicosteiner <[email protected]> wrote:
>
> > Hi,
>
> > Sorry, I just saw that I posted the link to the concatted CSS. Here is
> > the one for JavaScript:
>
> >http://dsl.1und1.de/xml/jasmin/dslorder-de+pfo/js/AC:O:def
>
> > Nico
>
> > On May 18, 4:13 pm, nicosteiner <[email protected]> wrote:
>
> > > Hi,
>
> > > It's recommended to reduce HTTP-Requests of a website to a minimum.
> > > That's why we concat several JavaScript sourcefiles and deliver them
> > > in one request.
>
> > > An example of such a request you can find here:
>
> > >http://dsl.1und1.de/xml/jasmin/dslorder-de/css/AC:O:def
>
> > > The problem is, that JS-Errors in Firebug are hard to debug. At the
> > > moment, there is something like "Error in line 2056 in
> > > filehttp://dsl.1und1.de/xml/jasmin/dslorder-de/css/AC:O:def". A
> > > standardized comment for identifying and seperating the concatted
> > > sourcefiles for error messages in Firebug would be a great help. If
> > > you are searching for "//###" you can see that we already placed such
> > > comments for each source file.
>
> > > A comment like this instead would generate an Firebug output "Error in
> > > line 25 in file /common/script/pfo.js" which is much better to handle.
>
> > > I think this would also be useful for concatted CSS files and Inspect
> > > Mode outputs.
>
> > > Regards
> > > Nico
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---