Commit Graph

37 Commits

Author SHA1 Message Date
Chris Kitching
73c812f40f Bug 969417 - Cleanup naming conventions in favicon code. r=rnewman 2014-03-12 16:20:38 +00:00
Chris Kitching
6269828bc6 Bug 969417 - Reduce insanity in favicon cache concurrency. r=rnewman 2014-03-12 16:20:36 +00:00
Marcos Cezar
b1399961d1 Bug 956360 - Use Arrays.asList when possible. r=jchen 2014-03-04 14:32:47 -03:00
Richard Newman
fcebec6381 Bug 961499 - Return correct size favicons for Top Sites' add to home screen functionality. r=bnicholson 2014-02-04 17:58:15 -08:00
Brian Nicholson
9bc4959df9 Bug 963288 - Remove unnecessary synchronization in Tabs. r=rnewman 2014-01-28 11:56:26 -08:00
Lucas Rocha
3343f464f0 Bug 962968 - Replace HashMap with SparseArray in Favicons (r=rnewman) 2014-01-23 19:00:05 +00:00
Lucas Rocha
5194725462 Bug 962968 - Replace HashMap with SparseArray in ICODecoder (r=rnewman) 2014-01-23 19:00:05 +00:00
Richard Newman
0001f9cb60 Bug 961538 - Correctly extract bitmaps from stored icons in search preferences. r=mfinkle 2014-01-19 23:09:23 -08:00
Chris Kitching
867b5a4918 Bug 961498: Prevent ICO decoder from exploding when faced with single-resource ICOs r=rnewman 2014-01-19 19:25:47 +00:00
Chris Kitching
4f134a4af4 Bug 748100: Augment Favicon decoder with the ability to decode ICO files. r=rnewman 2014-01-18 03:24:28 +00:00
Chris Kitching
824f28e8f6 Bug 957400: Fix sorting in favicon cache. r=rnewman 2014-01-18 01:10:22 +00:00
Michael Comella
b8573348bc Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman 2014-01-13 15:08:58 -08:00
Ryan VanderMeulen
4af34477af Backed out changeset 7eb8b5723256 (bug 943515) for mass Android test bustage. 2014-01-14 15:38:15 -05:00
Michael Comella
4acf0d4dae Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman 2014-01-14 10:28:30 -08:00
Joshua Dover
d826b1c700 Bug 943515 - Refactor favicon accessors for naming and usage consistency. r=mcomella 2014-01-08 13:42:45 -08:00
Richard Newman
5de0bc174c Bug 941868 - Part 3: don't evict built-in bitmaps, either. r=mcomella 2013-11-26 19:48:30 -08:00
Richard Newman
eb5c26880d Bug 941868 - Part 2: load and cache certain preloaded favicons on launch, and remove favicon from about:home's HTML content. r=mcomella 2013-11-26 19:48:30 -08:00
Richard Newman
37b12b1e70 Bug 941868 - Part 1: add NonEvictingLruCache. r=mcomella 2013-11-22 17:12:20 -08:00
Richard Newman
9191c54185 Bug 941982 - Clean up about: page handling. r=mcomella 2013-11-21 23:33:28 -08:00
Richard Newman
6b679db257 Bug 935157 - Correctly cache favicons by favicon URL, not page URL, and don't log page URLs on failure. r=margaret 2013-11-05 17:57:04 -08:00
Richard Newman
b152a1c0f1 Bug 933992 - sLoadTasks removal incorrectly uses long, not Integer. r=sriram 2013-11-01 16:56:06 -07:00
Richard Newman
5b9514f5d9 Bug 926430 - Part 5: fetch catched favicons on the UI thread. r=bnicholson 2013-10-31 10:35:17 -07:00
Richard Newman
f71e30dccb Bug 931918 - Part 3: rework failure case handling in download. r=bnicholson 2013-10-31 10:35:17 -07:00
Richard Newman
0a258f707a 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
6a2dae66ac 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
7f86420663 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
48067a13d6 Bug 926497 - Prevent the favicon cache from throwing NPEs at odd moments. r=rnewman 2013-10-14 10:37:03 -07:00
Richard Newman
d3c5516ed5 Bug 926129 - Follow-up: null check. r=trivial 2013-10-12 22:32:03 -07:00
Chris Kitching
0293f1efe7 Bug 926129 - Do LoadFaviconTask result chaining in constant stack space. r=rnewman 2013-10-12 21:23:10 -07:00
Chris Kitching
388c22fcc3 Bug 914296: Add more intelligent caching to the Favicons system. r=rnewman 2013-10-11 16:42:39 -07:00
Chris Kitching
c2eb9a9ffa 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
4aade40455 Bug 919645 - crash in android.os.NetworkOnMainThreadException. r=bnicholson 2013-10-07 12:54:41 -07:00
Chris Kitching
8424289312 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
6d5b364fe2 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
1968180312 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
752da87dd8 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
70a3ada504 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