Re: Overriding the CSP for privileged protocols

2014-06-10 Thread Frederik Braun
There's this bug filed about user overrides for CSPs: https://bugzilla.mozilla.org/show_bug.cgi?id=1014545 ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

30 minute weekly offline sync-ups Wednesdays at 8 AM Pacific

2014-06-10 Thread Andrew Overholt
Tomorrow (Wed June 11th) we're starting short weekly sync-ups on our Service Worker efforts with a primary focus on offline functionality for the web. *Where*: WebAPI Vidyo room *When*: see this URL for the time in your timezone:

Re: C++ standards proposals of potential interest, and upcoming committee meeting

2014-06-10 Thread Trevor Saunders
On Mon, Jun 09, 2014 at 12:31:39PM -0700, Botond Ballo wrote: Hi everyone, Here are some C++ standards proposals from the latest committee mailing that I think might be of interest to the Mozilla community: Portable C++ ABI:

Re: C++ standards proposals of potential interest, and upcoming committee meeting

2014-06-10 Thread Till Schneidereit
On Mon, Jun 9, 2014 at 9:45 PM, Benoit Jacob jacob.benoi...@gmail.com wrote: I would like the C++ committee's attention to be drawn to the dangers, for committee, to try to make decisions outside of its domain of expertise. I see more potential for harm than for good in having the C++ committee

Re: Intent to implement: CSSOM-View scroll-behavior property

2014-06-10 Thread Kip Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The bug has been split up to track individual parts of the implementation: Bug 1010538 - Implement CSSOM-View scroll-behavior CSS property Bug 1022818 - Implement CSSOM-View smooth scrolling DOM Methods Bug 1022825 - Implement CSSOM-View smooth

Re: Intent to implement: CSSOM-View scroll-behavior property

2014-06-10 Thread Kip Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 While beginning implementation I noticed that there is smooth scrolling functionality already implemented within ScrollFrameHelper::AsyncScroll, using simple splines via nsSMILKeySpline. This smooth scrolling behavior is used internally and not

Re: C++ standards proposals of potential interest, and upcoming committee meeting

2014-06-10 Thread Jeff Gilbert
- Original Message - On Mon, Jun 9, 2014 at 9:45 PM, Benoit Jacob jacob.benoi...@gmail.com wrote: I would like the C++ committee's attention to be drawn to the dangers, for committee, to try to make decisions outside of its domain of expertise. I see more potential for harm than

Re: C++ standards proposals of potential interest, and upcoming committee meeting

2014-06-10 Thread Jeff Gilbert
- Original Message - On Mon, Jun 9, 2014 at 2:38 PM, Jeff Gilbert jgilb...@mozilla.com wrote: - Original Message - From: Rik Cabanier caban...@gmail.com To: Benoit Jacob jacob.benoi...@gmail.com Cc: Botond Ballo bba...@mozilla.com, dev-platform

Re: C++ standards proposals of potential interest, and upcoming committee meeting

2014-06-10 Thread Botond Ballo
Why put this into core C++? Why not leave it to libraries? The standard library is a library :) One of the biggest criticisms C++ faces is that its standard library is very narrow in scope compared to other languages like Java or C#, and thus programmers often have to turn to third-party

Re: C++ standards proposals of potential interest, and upcoming committee meeting

2014-06-10 Thread Botond Ballo
If C++ wants a default, just package Cairo (or something else) as a library alongside Clang/LLVM or GCC. I think that's largely what's being proposed! Cheers, Botond ___ dev-platform mailing list dev-platform@lists.mozilla.org

Re: Intent to implement: CSSOM-View scroll-behavior property

2014-06-10 Thread Robert O'Callahan
On Wed, Jun 11, 2014 at 10:41 AM, Kip Gilbert kgilb...@mozilla.com wrote: While beginning implementation I noticed that there is smooth scrolling functionality already implemented within ScrollFrameHelper::AsyncScroll, using simple splines via nsSMILKeySpline. This smooth scrolling behavior