Re: Moving FirefoxOS into Tier 3 support

2016-01-26 Thread Shawn Huang
Hi Fabrice,
Following this comment, I'm confused. Do we need to check-in into
b2g-inbound by hand? "checked-in" keyboard no longer supports FirefoxOS
project? Does this mean only people who have Level 3 access permission can
land code?


https://bugzilla.mozilla.org/show_bug.cgi?id=1201778#c102

"dropping the checkin needed keyword here, alphan with the new tier 3
change for b2g and the drop of sheriff support for tier 3 we do not do
checkin needed anymore for b2g-inbound - if this needs to land on
mozilla-central let me know"

On 26 January 2016 at 00:00, Fabrice Desré <fabr...@mozilla.com> wrote:

> Hi all,
>
>   With the smartphone activity shifting to a more exploratory status, we
> have been discussing with the platform & releng people which setup would
> allow us to keep improving the product and supporting our community of
> users while minimizing impact on other parts of the organization.
>
>   The decision we ended up with is to move Firefox OS into Tier 3
> support category (see
> https://developer.mozilla.org/en-U/docs/Supported_build_configurations).
> That means that other teams won't be backed out and yelled at by
> sheriffs for breaking b2g tests, and that the FirefoxOS team will be
> responsible for fixing such breakage. Landing code for FirefoxOS stays
> the same as today - we don't fork.
>   We're also working on a solution to move the b2g builds & tests to
> their own infrastructure from which we'll ship our builds & updates.
>
>   I want to thank all the people from various corners of the platform
> that helped us so far. I guess I'll have to bribe you now!
>
>   Feel free to reach out to me if you need any more details on the subject,
>
> --
> Fabrice Desré
> Connected Devices
> Mozilla Corporation
> ___
> dev-platform mailing list
> dev-platform@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform
>



-- 
Regards,
Shawn Huang
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Intent to ship: Storage API estimate method

2016-09-20 Thread Shawn Huang
Summary:
​The Storage Standard defines an API for persistent storage and quota
estimates.
​The estimate()
 method can
be used to determine whether there is enough space left to download,
estimate() method returns both usage and quota per a origin.


Bug:
​​ 
​https://bugzilla.mozilla.org/show_bug.cgi?id=1267941​


Link to standard:

​https://storage.spec.whatwg.org/#dom-storagemanager-estimate


Platform coverage: all platforms.

Estimated or target release: 51

Preference behind which this will be implemented: Not needed.

DevTools bug: Not needed?


​Because ​Storage API needs to have SecureContext support, but currently
not having isSecureContext available in Workers (bug 1269052) is
problematic. Can we initially release the Storage API without Worker
support?
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Leakage of amount of storage used

2017-07-10 Thread Shawn Huang
I wondered that it's easy to find the identity by collecting how much space
all other origins take up together. It's possible that the size of other
origins that user has visited could change next time. Unless users don't
browse other sites. Maybe I missed something?

On 1 July 2017 at 01:51, Anne van Kesteren <ann...@annevk.nl> wrote:

> On Fri, Jun 30, 2017 at 10:47 AM, Tom Tung <tt...@mozilla.com> wrote:
> > I think there are the similar issue but not the same. The bug 1290481 is
> > focus on not exposing the size of opaque responses while the leakage of
> > amount of storage used is about exposing overall usage of other origins.
>
> Yeah indeed. The leak I attempted to describe is at best a
> fingerprinting data point. It can reveal to an origin (after the user
> has agreed to let that origin use persistent storage in some manner,
> currently through a dialog) how much storage combined all other
> origins the user has visited use.
>
>
> --
> https://annevankesteren.nl/
> ___
> dev-platform mailing list
> dev-platform@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform
>



-- 
Regards,
Shawn Huang
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform