On Thu, Jun 14, 2012 at 10:37 AM, Francisco Jordano <
[email protected]> wrote:

>
> On Thursday, 14 June 2012 15:59:00 UTC+1, Fabrice Desre  wrote:
> > On 06/14/2012 07:56 AM, JOSE MANUEL CANTERA FONSECA wrote:
> >
> > > If an app declares more than one entry point, each entry point will be
> > > listed as an installed app in navigator.mozApps.getInstalled() or
> that's
> > > something the dashaboard app should solve by itself?
> >
> > This is something that the dashboard has to manage, like most things
> > from the manifest (eg. resolving icons url, dealing with i18n, etc.).
>
>
> That makes sense, as the dashboard is in charge of rendering what you have
> installed.
>
> For intents, this multiple entry point will work as well? We will be able
> to register
> intents for those different entry points?
>

My assumption is that though there would be separate entry points, they
would all point to the same "application".  To be more concrete, let's
imagine an application that has distinct stream/friend-updates and photo
sections.  If you opened the "Friends Updates" icon you might open up
http://thisapp.com/news/ – if you then click on "Photos" that same
window/app would be redirected to http://thisapp.com/photos/.

Anyway, with regard to intents I'd then expect the same thing.  You might
expose two intents in an application, "Share news" and "Share photo" using
different filters; they still point to the same application, they aren't
specifically associated with entry points, but the intent handler can
direct the user in whatever way is appropriate.
_______________________________________________
dev-webapps mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-webapps

Reply via email to