[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[higgins-dev] Re: Doc and source for HBX
|
- From: Jeesmon Jacob <jeesmon@xxxxxxxxx>
- Date: Mon, 12 Oct 2009 10:00:34 -0400
- Delivered-to: higgins-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=2ORPCfJnSO4NBJ9WNbz/aw3oe4v91RWCUnsXF/dIrDI=; b=Ntue3YbKl09e0c1aiq22sGETb9b6HDd2RX68ZKJSmyPiZvM3Gl9vxpamtJM1L8D22j gV3qVGXTLGU7BiFmDXgjRZhWU+0as3Fn9hwlBYQAVs02MOTlwcnZYm4lWqhCo51ea+j4 FRmPcThEbe6DgwUav4TlIyCfAd0i4f998+U94=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bTcrCRXhECRd53p1E+B8UN6VXdKmjcOmC7j75fbogjd8jNCTV/+envi4Wzsohm8+VZ poEzsclr3QrtDfCm9GeLbcFKGhnwTRMnoUEOXxMZAz4Elal/cCuTAb0Ul1JzNmB/eiE/ pdVT13LV2xvEUdVReXJ8DyaqFxjdRoVw1+4kU=
Hi Paul,
Please see my answers for #1 and #3 inline.
Thanks,
Jeesmon
On Sat, Oct 10, 2009 at 4:58 PM, Paul Trevithick <ptrevithick@xxxxxxxxx> wrote:
> Hi Jeesmon and Vitaliy,
>
> Axel Nennker may (perhaps) be able to contribute some code to HBX (for
> Firefox) (e.g. to parse an XRD instead of an <object> tag) and he’s asking
> me where the code is, etc. Before I send him the answer I wanted to
> double-check with you two.
>
> (1) Wiki doc
>
> I just edited this:
> http://wiki.eclipse.org/Org.eclipse.higgins.hbxff#Overview
> to explicitly list what I THINK (I guessed, actually) are the three
> selectors that it can launch. Is this right?
>
## It can launch
1. Any selector through HSS or the following selectors directly
2. Client Based (GTK/Cocoa) Selector
3. RCP Selector
4. AIR Selector
> (2) Components page
>
> I just removed the tcpserver row from here (which Vitaliy said we no longer
> use):
> http://wiki.eclipse.org/Components_1.1#Higgins_Browser_Extension
> Is this table correct?
>
> (3) Source code
>
> The above table says the source code is here:
> https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/app/org.eclipse.higgins.hbxff/
> Is this correct?
>
## Yes, Firefox extension code is checked in there
> --Paul