Re: Fwd: WPT Developer Survey - June 2018

2018-06-20 Thread James Graham
On 19/06/2018 10:01, Andreas Tolfsen wrote: If you run, write, or work with Web Platform Tests (WPT) in some capacity, we would like to invite you to answer a short survey. The survey helps us identify ergonomic problems so that we can improve the tools for building an interoperable web

Re: Upcoming C++ standards meeting in Rapperswil, Switzerland

2018-06-20 Thread Jeff Gilbert
I agree with the sentiment in the write-up, that ideally beginner 2d graphics needs are better handled by improving library/packaging support, not by importing (and speccing??) an ancient library. For instance in JS, people are more likely to pull in a library (of many) to help with graphing,

Re: Intent to ship: navigator.storage on Firefox for Android (Fennec)

2018-06-20 Thread Tom Ritter
I'd just like to note that we still have https://bugzilla.mozilla.org/show_bug.cgi?id=1383656 open to figure out what is the best thing we can do with regards to making size-correlation-based attacks difficult. When navigator.storage was initially developed a low-effort-best-guess algorithm was

Re: Intent to ship: application/json mime type support for OpenSearch Suggestions

2018-06-20 Thread Eric Shepherd (Sheppy)
Is there a bug number for this? I was not able to find one. On Wed, Jun 20, 2018 at 5:40 AM, Mark Banner wrote: > In the draft OpenSearch specifications [1], there is ambiguity of the > required mime type for providing suggestions for search providers. > > Currently, the Suggestions extension

Re: Upcoming C++ standards meeting in Rapperswil, Switzerland

2018-06-20 Thread Eric Shepherd (Sheppy)
Thanks for sharing that overview! Although I can see why there's a lot of resistance to adding a graphics library to the C++ standard, it seems to me like a good idea. Even though, yes, there are going to be better and faster libraries out there, it's also true that anyone looking to maximize

Intent to ship: navigator.storage on Firefox for Android (Fennec)

2018-06-20 Thread Andrew Sutherland
As of Firefox 63 we're hoping to turn navigator.storage (StorageManager[1]) on by default for Firefox for Android (Fennec).  It is controlled by pref "dom.storageManager.enabled" and provides both the storage.estimate() and storage.persist() API's[2]. We shipped navigator.storage for Desktop

Re: Upcoming C++ standards meeting in Rapperswil, Switzerland

2018-06-20 Thread Botond Ballo
My blog post about what happened at this meeting is now live: https://botondballo.wordpress.com/2018/06/20/trip-report-c-standards-meeting-in-rapperswil-june-2018/ Cheers, Botond On Tue, May 22, 2018 at 6:35 PM, Botond Ballo wrote: > Hi everyone! > > The next meeting of the C++ Standards

Re: Intent to implement: Clear-Site-Data header

2018-06-20 Thread smaug
On 06/20/2018 04:14 PM, Andrea Marchesini wrote: Summary: The Clear-Site-Data header allows a secure origin to send a header requesting the deletion of its own browsing data. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1268889 Link to standard:

Intent to implement: Clear-Site-Data header

2018-06-20 Thread Andrea Marchesini
Summary: The Clear-Site-Data header allows a secure origin to send a header requesting the deletion of its own browsing data. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1268889 Link to standard: https://w3c.github.io/webappsec-clear-site-data/ Platform coverage: all Estimated or

Intent to ship: application/json mime type support for OpenSearch Suggestions

2018-06-20 Thread Mark Banner
In the draft OpenSearch specifications [1], there is ambiguity of the required mime type for providing suggestions for search providers. Currently, the Suggestions extension [2] specifies "application/x-suggestions+json", however the example given in the main specification uses

Intent to Unship: support

2018-06-20 Thread Mark Banner
In bug 1452645 [1] we are planning to remove the "Load this bookmark in sidebar" feature. As part of this we will also be removing support for rel="sidebar" in anchor elements. In the future, anchor elements with rel="sidebar" will be treated like normal anchor elements. We are planning to