Bug 754265 - Add a dedicated API to provide a final complete value different from the matching one, r=Enn sr=gavin

This commit is contained in:
Marco Bonardo
2014-04-18 16:04:19 +02:00
parent 1407b6c4f4
commit a50da3e1dc
31 changed files with 292 additions and 59 deletions

View File

@@ -172,6 +172,11 @@ NS_IMETHODIMP nsFileResult::GetImageAt(int32_t index, nsAString & aImage)
aImage.Truncate();
return NS_OK;
}
NS_IMETHODIMP nsFileResult::GetFinalCompleteValueAt(int32_t index,
nsAString & aValue)
{
return GetValueAt(index, aValue);
}
NS_IMETHODIMP nsFileResult::RemoveValueAt(int32_t rowIndex, bool removeFromDb)
{