Commit Graph

17 Commits

Author SHA1 Message Date
Richard Newman
10291eb9fb Bug 933992 - sLoadTasks removal incorrectly uses long, not Integer. r=sriram 2013-11-01 16:56:06 -07:00
Richard Newman
faa3188e56 Bug 926430 - Part 5: fetch catched favicons on the UI thread. r=bnicholson 2013-10-31 10:35:17 -07:00
Richard Newman
66ed7550f8 Bug 931918 - Part 3: rework failure case handling in download. r=bnicholson 2013-10-31 10:35:17 -07:00
Richard Newman
9152bcc80c Bug 931918 - Part 1: don't store JAR-sourced icons in the DB. r=bnicholson 2013-10-31 10:35:16 -07:00
Chris Kitching
0faac4b785 Bug 929025: Reset the cache fullness counter of the favicon cache when evictAll is called r=rnewman 2013-10-22 01:08:00 +01:00
Chris Kitching
31d713c2c8 Bug 929010 - crash in java.lang.NullPointerException: at org.mozilla.gecko.favicons.cache.FaviconsForURL.ensureDominantColor(FaviconsForURL.java) r=mfinkle 2013-10-24 05:47:19 -04:00
Chris Kitching
201eee38ed Bug 926497 - Prevent the favicon cache from throwing NPEs at odd moments. r=rnewman 2013-10-14 10:37:03 -07:00
Richard Newman
c237f43ba6 Bug 926129 - Follow-up: null check. r=trivial 2013-10-12 22:32:03 -07:00
Chris Kitching
09658d9351 Bug 926129 - Do LoadFaviconTask result chaining in constant stack space. r=rnewman 2013-10-12 21:23:10 -07:00
Chris Kitching
e0ce640cda Bug 914296: Add more intelligent caching to the Favicons system. r=rnewman 2013-10-11 16:42:39 -07:00
Chris Kitching
6bd2c30402 Bug 923218: Don't show the default favicon until a failure to load a favicon has happened. r=rnewman 2013-10-11 15:56:11 -07:00
Richard Newman
4031f88e1f Bug 919645 - crash in android.os.NetworkOnMainThreadException. r=bnicholson 2013-10-07 12:54:41 -07:00
Chris Kitching
cebc512b1c Bug 888326 - Part 6: Prevent a corrupted Favicon from causing us possibly to leak an unclosed InputStream. r=mleibovic 2013-09-12 10:50:36 -04:00
Chris Kitching
dc3bf2ecb8 Bug 888326 - Part 4: LoadFaviconTask's use mNextFaviconLoadId is now thread safe. (Use AtomicInteger instead of long.) r=mleibovic 2013-09-12 10:50:03 -04:00
Chris Kitching
0bbf8c342a Bug 888326 - Part 3: Factor the inner classes of Favicon into their own files. r=mleibovic 2013-09-12 10:49:36 -04:00
Chris Kitching
f126317bed Bug 888326 - Part 2: Refactoring Favicons to be static, not a singleton - the singleton instance was staticly assigned and never cleared. r=mleibovic 2013-09-12 10:49:20 -04:00
Chris Kitching
e033459956 Bug 888326 - Part 1: Move the favicons class into its own package and, while we're at it, get rid of unused imports in the touched files. r=mleibovic
--HG--
rename : mobile/android/base/Favicons.java => mobile/android/base/favicons/Favicons.java
2013-09-12 10:48:59 -04:00