Firebug does require XPCOM, but Firebug *Lite* does not.

Firebug Lite requires a browser environment. It depends on some global objects
like "window", "document" and also "localStorage".

Please note that to run Firebug Lite on a XUL environment, you'll probably need
to use a <browser> viewport, because Firebug Lite can only run in a
HTML context:

<browser id="fbPanelBar1-browser"
    tooltip="fbTooltip" contextmenu="fbContextMenu"
    disablehistory="true"
    src="chrome://firebug/content/panel.html"
    role="tabpanel" />


Please also test if older versions of Firebug Lite works for you.

http://getfirebug.com/releases/lite/1.2/

regards,

Pedro Simonetti.


2010/9/2 Thorsten Kiefer <[email protected]>:
> Hi,
> there is a document object, but I'm not sure about the window object.
> Is that all requirements ? I read in the inet that XULRunner does not
> offer XPCOM - I don't know, what that is. I read that XPCOM is only a
> requirement of Firebug (not lite).
> I'll check the window object tomorrow.
>
> Regards
> Thorsten
>
>
> On 02.09.2010 20:31, Pedro Simonetti Garcia wrote:
>>
>> Hi there,
>>
>> Could you please give me more details about it? I never used the
>> Firebug Lite with XULRunner so I don't know what to expect.
>>
>> Firebug Lite needs a browser environment, that is, it requires a
>> "window" and a "document" objects. Do we have such objects on
>> XULRunner?
>>
>> Anyone else know how XULRunner works and if Firebug Lite is supposed
>> to work with it?
>>
>> regards,
>>
>> Pedro Simonetti.
>>
>>
>> 2010/9/2 Thorsten Kiefer<[email protected]>:
>>
>>>
>>> Hi,
>>> I use XULRunner in my application.
>>> I copied the Firebuf Lite Install script into the currently viewed
>>> website.
>>> It works if I use IE instead of XULRunner.
>>> I thought Firebug lite works with every browser.
>>> Is there a way to make it work with XULRunner ?
>>>
>>> Best Regards
>>> Thorsten
>>>
>>> --
>>> 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.
>>>
>>>
>>>
>>
>>
>
> --
> 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.
>
>

-- 
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