gecko/toolkit/components/osfile
Andrew Sutherland 61df7f9898 Bug 1125989 - Avoid OS.File request lossage during worker shutdown, r=yoric
OS.File requests like OS.File.stat would potentially be lost on b2g during
auto-shutdown/auto-killing of the worker thread. This patch corrects the
queue management so races with killing are not possible. A test is added that
fails without the fix and passes with it. See the comments in the test and
test for further details. Also, the bug is nice.
2015-02-25 00:43:13 -05:00
..
modules Bug 1125989 - Avoid OS.File request lossage during worker shutdown, r=yoric 2015-02-25 00:43:13 -05:00
tests Bug 1125989 - Avoid OS.File request lossage during worker shutdown, r=yoric 2015-02-25 00:43:13 -05:00
moz.build Bug 1095883 - Mark toolkit/components directories as FAIL_ON_WARNINGS. r=Mossop 2014-11-08 00:41:17 -08:00
NativeOSFileInternals.cpp Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
NativeOSFileInternals.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
nsINativeOSFileInternals.idl
osfile.jsm