Re: Way to discarding xul is raising HTML.

2015-06-07 Thread Paul Rouget
B2G on desktop only uses HTML. OS integration is poor, but we are working on it.
See the larch branch (https://hg.mozilla.org/projects/larch).
We are working on OS X support first.
For session restore, see bug 1033999.

On Fri, Jun 5, 2015 at 8:02 PM, 罗勇刚(Yonggang Luo)  wrote:
> At the current time, pure html window doesn't support for
> session and other things. Such
> as setting the whole html's background to be transparent
> with the operating system.
>
> If we want to remove XUL completely from Mozilla source tree, what's left to 
> do?
>
>
> --
>  此致
> 礼
> 罗勇刚
> Yours
> sincerely,
> Yonggang Luo
> ___
> dev-platform mailing list
> dev-platform@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform



-- 
Paul
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: How to getting html files under URI resource://URI-path have the same permission that chrome://URI-path does?

2015-06-07 Thread Nicholas Alexander
Hi Yonggang,

On Sun, Jun 7, 2015 at 8:47 AM, 罗勇刚(Yonggang Luo) 
wrote:

> I am trying to place html files under resource directory without need
> to maintain chrome for resource files..
>

I did something like this to make regular HTML files have chrome://
privileges in the fennec-bootstrapper [1].  Check out the custom
bootstrap:// protocol, which might Just Work for your resource:// URIs.

Good luck!
Nick

[1] https://github.com/ncalexan/fennec-bootstrapper


>
> --
>  此致
> 礼
> 罗勇刚
> Yours
> sincerely,
> Yonggang Luo
> ___
> dev-platform mailing list
> dev-platform@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform
>
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


How to getting html files under URI resource://URI-path have the same permission that chrome://URI-path does?

2015-06-07 Thread Yonggang Luo
I am trying to place html files under resource directory without need
to maintain chrome for resource files..

-- 
 此致
礼
罗勇刚
Yours
sincerely,
Yonggang Luo
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform