Message from discussion
XULRunner on OS X, Why is not supported?
Received: by 10.224.189.16 with SMTP id dc16mr8163991qab.0.1352748133852;
Mon, 12 Nov 2012 11:22:13 -0800 (PST)
MIME-Version: 1.0
Received: by 10.52.71.38 with SMTP id r6mr3998718vdu.12.1352748133819; Mon, 12
Nov 2012 11:22:13 -0800 (PST)
Path: gf5ni18188417qab.0!nntp.google.com!c7no21791275qap.0!postnews.google.com!g18g2000vbf.googlegroups.com!not-for-mail
Newsgroups: mozilla.dev.platform
Date: Mon, 12 Nov 2012 11:22:13 -0800 (PST)
Complaints-To: groups-abuse@google.com
Injection-Info: g18g2000vbf.googlegroups.com; posting-host=18.189.82.144; posting-account=cHo2RwoAAAD85jLtksUyIC95fq1bqvq0
NNTP-Posting-Host: 18.189.82.144
References: <f3ccc3ae-efce-4d55-a57a-f24933f43541@googlegroups.com>
<jaWdndM4FOLnKwfNnZ2dnUVZ_rOdnZ2d@mozilla.org> <e55f886a-1ba2-4ecb-bb20-2f6a4444925d@googlegroups.com>
<7fdd7288-ba2b-470b-a02a-54628ac29df4@googlegroups.com> <mailman.2057.1352403269.15607.dev-platform@lists.mozilla.org>
<mailman.2560.1352739949.15607.dev-platform@lists.mozilla.org>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:19.0)
Gecko/19.0 Firefox/19.0,gzip(gfe)
Message-ID: <ddefd041-bb7a-4e62-8e17-49ce9a9adff5@g18g2000vbf.googlegroups.com>
Subject: Re: XULRunner on OS X, Why is not supported?
From: Simon Kornblith <si...@simonster.com>
Injection-Date: Mon, 12 Nov 2012 19:22:13 +0000
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
On Nov 8, 3:46=A0pm, richardson.balca...@gmail.com wrote:
> I was just reading the effort of installing "open web apps" locally, I'm =
assuming the strategy shift that I'm talking about is that Mozilla is betti=
ng on Firefox as their application framework, that would make sense not to =
support Xulrunner anymore.
>
> I would like to see how could one use the native stuff like platform spec=
ific stuff (Cocoa for example) on this "open web apps". Don't get me wrong =
I love Web technologies but an HTML TAB is never going to feel the same as =
the OS Native TAB.
If by TAB you mean the UI element (and not the soft drink, or
something else), then I think it's worth pointing out that, on OS X,
the tabs in your Firefox window aren't native. They are XUL stylized
to look like native tabs (CSS at
https://mxr.mozilla.org/mozilla-central/source/browser/themes/pinstripe/bro=
wser.css#2113).
There's nothing preventing you from stylizing HTML the same way.
Simon