gecko-dev/mobile/android/base/background/bagheera
Nick Alexander 08693cb5b8 Bug 890040 - Protect against orphans in Android health report uploader. r=rnewman
This does two main things.  First, it tracks sets of obsolete document
IDs and retries obsoletes and deletes.  Second, it tracks document IDs
that are attempted to be written to the server for obsolescence or
deletion without waiting for a server response to prevent orphaning
documents on successful upload and failed response.

The ObsoleteDocumentTracker uses a JSON map to maintain obsolete
document IDs and priority values.  That's not the right data
structure; Bug 894194 tracks improving it.
2013-07-15 19:44:21 -07:00
..
BagheeraClient.java Bug 890040 - Protect against orphans in Android health report uploader. r=rnewman 2013-07-15 19:44:21 -07:00
BagheeraRequestDelegate.java Bug 828654, Bug 840127 - Android service for submitting Firefox Health Report payloads. r=rnewman 2013-06-12 16:17:47 -07:00
BoundedByteArrayEntity.java
DeflateHelper.java