Re: Proposed W3C Charters: All Groups, XML Activity

2015-07-24 Thread Jonas Sicking
On Fri, Jul 24, 2015 at 2:23 PM, L. David Baron wrote: > # It's disappointing to see the W3C putting this much effort into XML work > # that is not related to the needs of the Web. We don't support this > # work, and would rather see the resources going into it going into things > # that would hel

Re: Proposed W3C Charters: All Groups, XML Activity

2015-07-24 Thread L. David Baron
On Thursday 2015-07-23 17:54 -0700, Jonas Sicking wrote: > On Thu, Jul 23, 2015 at 3:43 PM, L. David Baron wrote: > > I'm not sure it's really a fight I want to take on right now, > > though. > > Trying to kill things at W3C has generally not seemed worth the effort > to me. It's better to ignore

Re: Intent to implement: File system provider API

2015-07-24 Thread Jonas Sicking
On Fri, Jul 24, 2015 at 3:49 AM, David Rajchenbach-Teller wrote: > On 24/07/15 11:38, Jonas Sicking wrote: >> I think we should allow addons to implement something like this. But I >> don't think it's something that we should let apps do. >> >> / Jonas > > So Dropbox, Cozy Cloud, etc. should be ad

Re: mozglue.dll crash

2015-07-24 Thread Gabriele Svelto
On 2015-07-24 7:37 AM, Meenakshi Shankar wrote: > We are using Firefox SDKS for our FF extension (libs generated after > compiling Firefox 40 beta 4 source using start-shell-msvc2013). As > there are some differences between Firefox 39 and Firefox 40 binaries, > instead of "mozalloc.lib , the mozcr

PSA: New reftest analyzer keyboard shortcuts

2015-07-24 Thread Kartikaya Gupta
Since keyboard shortcuts aren't very discoverable this is just a note to let you all know that in bug 1187025 I added some more keyboard shortcuts to the reftest analyzer. Previously '1' and '2' would switch between the test/reference images, and now 'd' will toggle the differences view and 'p' and

Re: mozglue.dll crash

2015-07-24 Thread Mike Hoye
On 2015-07-24 7:37 AM, Meenakshi Shankar wrote: Hi, We are using Firefox SDKS for our FF extension (libs generated after compiling Firefox 40 beta 4 source using start-shell-msvc2013). As there are some differences between Firefox 39 and Firefox 40 binaries, instead of "mozalloc.lib , the moz

mozglue.dll crash

2015-07-24 Thread Meenakshi Shankar
Hi, We are using Firefox SDKS for our FF extension (libs generated after compiling Firefox 40 beta 4 source using start-shell-msvc2013). As there are some differences between Firefox 39 and Firefox 40 binaries, instead of "mozalloc.lib , the mozcrt.lib is used for building our binaries. Our ex

Re: Intent to implement: File system provider API

2015-07-24 Thread David Rajchenbach-Teller
On 24/07/15 11:38, Jonas Sicking wrote: > I think we should allow addons to implement something like this. But I > don't think it's something that we should let apps do. > > / Jonas So Dropbox, Cozy Cloud, etc. should be add-ons instead of apps? This strikes me as odd. -- David Rajchenbach-Tel

Re: Intent to implement: File system provider API

2015-07-24 Thread Jonas Sicking
I think we should allow addons to implement something like this. But I don't think it's something that we should let apps do. / Jonas On Fri, Jul 24, 2015 at 1:13 AM, Kershaw Chang wrote: > Hi all, > > Summary: > File system provider API [1] is now supported by Google. This API allows > develope

Re: Hash table iterators, and a call for help

2015-07-24 Thread Jonas Sicking
On Fri, Jul 24, 2015 at 1:59 AM, Nicholas Nethercote wrote: > On Fri, Jul 24, 2015 at 5:45 PM, Jonas Sicking wrote: >> On Thu, Jul 23, 2015 at 10:16 PM, Nicholas Nethercote >> wrote: >>> I wonder if converting all the uses of PLHashTable into PLDHashTable >>> would instead be a better approach.

Re: Hash table iterators, and a call for help

2015-07-24 Thread Nicholas Nethercote
On Fri, Jul 24, 2015 at 5:45 PM, Jonas Sicking wrote: > On Thu, Jul 23, 2015 at 10:16 PM, Nicholas Nethercote > wrote: >> I wonder if converting all the uses of PLHashTable into PLDHashTable >> would instead be a better approach. > > Yes please! Though IIRC they are have different performance > c

Intent to implement: File system provider API

2015-07-24 Thread Kershaw Chang
Hi all, Summary: File system provider API [1] is now supported by Google. This API allows developers to create apps that support virtual file systems and make files stored on these to be available by Device Storage API. Use case: One of the use cases is to let Firefox OS have the ability to acces

Re: Hash table iterators, and a call for help

2015-07-24 Thread Jonas Sicking
On Thu, Jul 23, 2015 at 10:16 PM, Nicholas Nethercote wrote: > I wonder if converting all the uses of PLHashTable into PLDHashTable > would instead be a better approach. Yes please! Though IIRC they are have different performance characteristics, which might make that challenging in some cases.