зеркало из https://github.com/mozilla/pjs.git
for bug 103851, adding new cache error. r=bryner, sr=darin.
This commit is contained in:
Родитель
0ab667df20
Коммит
6ec01461fd
|
@ -279,6 +279,9 @@
|
|||
#define NS_ERROR_CACHE_WRITE_ACCESS_DENIED \
|
||||
NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_NETWORK, 67)
|
||||
|
||||
#define NS_ERROR_CACHE_IN_USE \
|
||||
NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_NETWORK, 68)
|
||||
|
||||
/**
|
||||
* Error passed through onStopRequest if the document could not be fetched
|
||||
* from the cache.
|
||||
|
|
Загрузка…
Ссылка в новой задаче