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

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&

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

2015-04-02 Thread ben turner (bent)
then have to actually switch threads to the db thread and tell SQLite to commit the transaction. Once that completes I believe both processes could crash and the data would eventually be saved to disk (barring loss of power, etc). -bent ___ dev-platform ma

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

2015-04-01 Thread ben turner (bent)
Good question. I don't know of any testing in this area. IndexedDB does not hold an explicit wake lock at present. -bent ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

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 ma

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

2015-04-01 Thread ben turner (bent)
databases won't work in an older build! Jumping back and forth between nightly/aurora/beta/release builds will not work. Please file any issues you see in Core:DOM::IndexedDB. Thanks! -bent ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Windows performance tutorial videos

2015-01-30 Thread ben turner (bent)
, but they're totally worth it. Cheers, bent ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

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

Re: We should write memory reporters for new features as they're being developed

2013-12-18 Thread bent
On Tuesday, December 17, 2013 11:13:50 PM UTC-5, Nicholas Nethercote wrote: > Web workers use a hack: code running on the main thread completely > pauses (via locks) each worker's actions and then the main thread code > measures the worker's data structures. It should be noted that it took a cons

IndexedDB Browser addon

2013-07-10 Thread bent
x27;s still a very early version so expect some rough edges here and there. Hope it helps! -bent ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Bugzilla Secure Mail Viewer for GMail now on AMO

2013-07-10 Thread bent
Hi folks, I've finally uploaded my secure mail viewer addon to AMO so that updates will work someday soon. Here's the link: https://addons.mozilla.org/en-US/firefox/addon/bugzilla-secure-mail-viewer/ -bent ___ dev-platform mailing list de

Re: Storage in Gecko

2013-04-29 Thread bent
etc. Using it from C++ is not a pleasant experience and requires lots of JSAPI. We could implement a C++ API that reuses all the transactions and threading and such but so far no one has been breaking down our door asking for it. -bent ___ dev-platform m

Re: Storage in Gecko

2013-04-26 Thread bent
folks that are involved here but I don't want to volunteer them without their consent!) -bent P.S. The "experimental" mark in MDN is outdated, and very unfortunate. We should remove that ASAP. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Cycle collection for workers

2013-02-14 Thread bent
are listed and explained here: http://mxr.mozilla.org/mozilla-central/source/dom/workers/WorkerFeature.h#13 -bent ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform