Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Firebug 1.9a2 & Firebug in-frame

Received: by 10.100.245.25 with SMTP id s25mr5008675anh.10.1315392620570;
        Wed, 07 Sep 2011 03:50:20 -0700 (PDT)
X-BeenThere: firebug-working-group@googlegroups.com
Received: by 10.90.22.16 with SMTP id 16ls5978453agv.7.gmail; Wed, 07 Sep 2011
 03:50:20 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.91.175.2 with SMTP id c2mr598788agp.40.1315392619978; Wed, 07
 Sep 2011 03:50:19 -0700 (PDT)
Received: by n12g2000yqh.googlegroups.com with HTTP; Wed, 7 Sep 2011 03:50:19
 -0700 (PDT)
Date: Wed, 7 Sep 2011 03:50:19 -0700 (PDT)
In-Reply-To: <CAB9zvN+vK3k0u6kzh1SKeO_8Lgvhk8Em-hKd02UJ45nyra+7Eg@mail.gmail.com>
References: <46b75134-6eb6-4217-aea5-fbf39cd60bee@l4g2000vbv.googlegroups.com>
 <068e8f0b-cb69-49ca-8ca3-c81d664b24b3@br5g2000vbb.googlegroups.com>
 <CAB9zvNJXuC3ipS-zN3ktXtUcg9U_KyE1147pc7-dB9D8dNFmHQ@mail.gmail.com>
 <0fb1f057-f7f2-4103-9c8a-a87fbc5934e2@1g2000vbu.googlegroups.com> <CAB9zvN+vK3k0u6kzh1SKeO_8Lgvhk8Em-hKd02UJ45nyra+7Eg@mail.gmail.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.0; rv:6.0.1) Gecko/20100101 Firefox/6.0.1,gzip(gfe)
Message-ID: <ef637a75-4c99-4e81-93aa-2a90dd3c556d@n12g2000yqh.googlegroups.com>
Subject: Re: Firebug 1.9a2 & Firebug in-frame
From: Jan Honza Odvarko <odva...@gmail.com>
To: Firebug Working Group <firebug-working-group@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

On Sep 7, 11:35=A0am, Harutyun Amirjanyan <amirjan...@gmail.com> wrote:
> > You mean firebug.js, right? I think that this file would be included
> > within the iframe and a reference exposed to the global scope.
>
> nope. i meanthttp://code.google.com/p/fbug/source/browse/branches/firebug=
1.9/conte...
I think this module should be also loaded together with all other AMD
modules
within the frame. Or is there anything blocking us from doing that?

I believe that all modules should be loaded in the iframe and only
necessary
references (such as Firebug) created in the global scope to keep
compatibility
with existing extensions.

Firebug UI will be presented in two scopes:
- Firebug UI within the frame (toolbar, panels, etc.)
- Firebug Start button, web-developer menu, page context menu in
browser.xul

Honza