Commit Graph

34 Commits

Author SHA1 Message Date
Richard Newman
35cca8f8e8 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
7227ec6d0d Bug 963288 - Remove unnecessary synchronization in Tabs. r=rnewman 2014-01-28 11:56:26 -08:00
Lucas Rocha
a8c66b58a4 Bug 962968 - Replace HashMap with SparseArray in Favicons (r=rnewman) 2014-01-23 19:00:05 +00:00
Lucas Rocha
31474fa488 Bug 962968 - Replace HashMap with SparseArray in ICODecoder (r=rnewman) 2014-01-23 19:00:05 +00:00
Richard Newman
8a28311d97 Bug 961538 - Correctly extract bitmaps from stored icons in search preferences. r=mfinkle 2014-01-19 23:09:23 -08:00
Chris Kitching
b2dd2df186 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
fd89ba61e4 Bug 748100: Augment Favicon decoder with the ability to decode ICO files. r=rnewman 2014-01-18 03:24:28 +00:00
Chris Kitching
ec6c49d8a4 Bug 957400: Fix sorting in favicon cache. r=rnewman 2014-01-18 01:10:22 +00:00
Michael Comella
e268ccffc2 Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman 2014-01-13 15:08:58 -08:00
Ryan VanderMeulen
bd2a66c458 Backed out changeset 7eb8b5723256 (bug 943515) for mass Android test bustage. 2014-01-14 15:38:15 -05:00
Michael Comella
0ab461f70f Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman 2014-01-14 10:28:30 -08:00
Joshua Dover
1c1d71ee97 Bug 943515 - Refactor favicon accessors for naming and usage consistency. r=mcomella 2014-01-08 13:42:45 -08:00
Richard Newman
13bf87b9d6 Bug 941868 - Part 3: don't evict built-in bitmaps, either. r=mcomella 2013-11-26 19:48:30 -08:00
Richard Newman
fb845f28a6 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
da7f826176 Bug 941868 - Part 1: add NonEvictingLruCache. r=mcomella 2013-11-22 17:12:20 -08:00
Richard Newman
c10b1b92ad Bug 941982 - Clean up about: page handling. r=mcomella 2013-11-21 23:33:28 -08:00
Richard Newman
2470a86089 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
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