Re: IndexedDB transactions are no longer durable by default, and other changes

2015-04-04 Thread ben turner (bent)
On Saturday, April 4, 2015 at 9:02:32 AM UTC-7, Jonas Sicking wrote: > > "crash" in that sentence means "kernel panic" not "Gecko crash", right? > > That's correct as far as I understand it. Ben should confirm. Yep, should have said "system crash" or "OS crash" there. -bent _

Re: IndexedDB transactions are no longer durable by default, and other changes

2015-04-03 Thread ben turner (bent)
On Thursday, April 2, 2015 at 5:01:12 PM UTC-7, Jonas Sicking wrote: > We don't fire the "commit" event until after we've told SQLite to > commit and it's come back to tell us that the commit was successful, > do we? You mean the "complete" event, but yes, that's correct. -bent __

Re: IndexedDB transactions are no longer durable by default, and other changes

2015-04-02 Thread ben turner (bent)
On Wednesday, April 1, 2015 at 6:26:04 PM UTC-7, Jonas Sicking wrote: > This might match what you are saying. Yep! > My understanding is that at that point both the > child and the parent can crash. Well, it's not enough to just receive the commit message from the child. We then have to actuall

Re: IndexedDB transactions are no longer durable by default, and other changes

2015-04-01 Thread ben turner (bent)
On Wednesday, April 1, 2015 at 2:12:40 PM UTC-7, somb...@gmail.com wrote: > - Crash-wise, are we talking about only the parent process crashing, or > are we talking about the child process crashing too? I was talking just about the parent process. If the child process crashes then whether or not

Re: IndexedDB transactions are no longer durable by default, and other changes

2015-04-01 Thread ben turner (bent)
On Wednesday, April 1, 2015 at 1:40:07 PM UTC-7, somb...@gmail.com wrote: > I don't think it's set to true for B2G right now. Oops, you're right. It looks like it's false everywhere currently. -bent ___ dev-platform mailing list dev-platform@lists.mozil

IndexedDB transactions are no longer durable by default, and other changes

2015-04-01 Thread ben turner (bent)
Hi folks, Just a heads up that some big-ish changes to IndexedDB landed today on m-c. 1. The main change that affects users is bug 1112702, which switched IndexedDB databases to be non-durable by default. 2. The the schema version for all databases has changed, so once you open a database on tr

Windows performance tutorial videos

2015-01-30 Thread ben turner (bent)
Hi folks, If you're a Windows developer I highly recommend watching these free videos that explain how to use the windows performance toolkit: https://randomascii.wordpress.com/2014/08/19/etw-training-videos-available-now/ It requires a free signup and then the videos are time-limited, but t

IndexedDB now available in Workers

2014-12-18 Thread ben turner (bent)
Hi folks, Bug 701634 has landed and IndexedDB is now available in DedicatedWorker, SharedWorker, and ServiceWorker. Please file any bugs you find in Core :: DOM : IndexedDB. -bent ___ dev-platform mailing list dev-platform@lists.mozilla.org https://li

Disabling tests

2012-07-24 Thread ben turner
Hi folks, Recently we've started writing some platform tests that exercise content processes for B2G, and as you can probably imagine those tests are somewhat fragile. I think it's safe to say that no one likes randomly failing tests. Our extremely overworked and underpaid sheriffs and volunteers