Commit Graph

53 Commits

Author SHA1 Message Date
Chris Peterson
f2d9014b85 Bug 822686 - Check for null BitmapDrawable for missing jar resources. r=mfinkle 2013-03-05 12:08:43 +00:00
Brian Nicholson
09bb93a1e8 Bug 845612 - Add @Override annotations for implemented interfaces. r=kats 2013-02-26 21:48:00 -08:00
Brian Nicholson
93d01ba33b Bug 844590 - Use Looper.getMainLooper() for UiAsyncTask. r=kats
--HG--
extra : rebase_source : 4e5c919cd98b30faee9d0c1e3b429e27fe7d1ea2
2013-02-25 15:15:49 -08:00
Brian Nicholson
3dcf800fa0 Bug 842797 - Rename GeckoAsyncTask to UiAsyncTask. r=mfinkle
--HG--
rename : mobile/android/base/GeckoAsyncTask.java => mobile/android/base/UiAsyncTask.java
2013-02-21 12:01:09 -08:00
Brian Nicholson
28ffe7f212 Bug 842797 - Replace GeckoAsyncTask Activity parameter with Handler. r=kats,mfinkle 2013-02-21 12:00:52 -08:00
Mark Finkle
93ffa5b5e5 Bug 842421 - Make GeckoAsyncTask cancellable r=kats r=bnicholson 2013-02-19 16:14:37 -05:00
Brian Nicholson
adfee276c9 Bug 837373 - Check for valid favicon before scaling it. r=mfinkle 2013-02-04 11:08:10 -08:00
Brian Nicholson
0ede1ee304 Bug 819973 - Scale favicons before storing them in the cache. r=mfinkle
--HG--
extra : rebase_source : 8d9417c071b3a49fed84e78930c868273d70363a
2013-01-28 14:52:05 -08:00
Chris Peterson
a90d14ab62 Bug 828594 - Part 2: Remove unused Java imports. r=kats 2013-01-09 10:32:50 -08:00
Mark Finkle
c7188f177c Bug 823550 - Ensure saving favicons to DB happens on the GeckoBackgroundThread r=kats 2012-12-22 00:27:41 -05:00
Lucas Rocha
9673229f77 Bug 812867 - Discard invalid favicon images (r=mfinkle) 2012-12-03 08:59:17 +00:00
Lucas Rocha
2a8196727f Bug 807279 - Turn Favicons into a singleton (r=mfinkle) 2012-12-03 08:59:17 +00:00
Lucas Rocha
f55b9c21e8 Bug 807280 - Use LruCache from Android's Support Library (r=mfinkle) 2012-11-14 12:10:01 +00:00
Brian Nicholson
cf4064cd81 Bug 784086 - Separate images table into favicon and thumbnail tables. r=lucasr,rnewman 2012-11-13 10:56:58 -08:00
Lucas Rocha
c1fe0c501b Bug 808027 - Change favicons handling to be Bitmap-based (r=mfinkle) 2012-11-05 11:42:25 +00:00
Lucas Rocha
8f737c226c Bug 785945 - Remove all uses of GeckoApp.mAppContext from Favicons (r=mfinkle) 2012-10-31 12:34:32 +00:00
Lucas Rocha
c0b03818fc Bug 785945 - Add a LRU memory cache to Favicons and corresponding API (r=mfinkle) 2012-10-31 12:34:32 +00:00
Ed Morley
403e0dfe0c Backout 533faa3c50ed, 718abc1bd4ad, af2d5272c06b, ad5554e1345d, c9ef1b41b829, d3a825311d11, 0a51bcb3eb9e, a01a327e8ec4, 973b0ed30b8b, 39851bbcfaa1 & a92d2d2a3b0e (bug 805162), d4884aab5ce6, 06fcbaf40cb4, daccc3fe7c70, 881eb2a2906e, 76232441ae06, 01ae34fa1b3f & 5f405fc4e323 (bug 783092), a03d8d4db1c2, 49beb3801192, 174634554a97, 0bd27e755a83, 19e8f151ca67, a6604e038bc0, ed3b8237e76e & 082cf8d72554 (bug 785945) for bustage or conflicting with backout of said bustage on a CLOSED TREE 2012-11-01 00:16:35 +00:00
Lucas Rocha
3fda726d40 Bug 785945 - Remove all uses of GeckoApp.mAppContext from Favicons (r=mfinkle) 2012-10-31 12:34:32 +00:00
Lucas Rocha
6489a2b1d4 Bug 785945 - Add a LRU memory cache to Favicons and corresponding API (r=mfinkle) 2012-10-31 12:34:32 +00:00
Brian Nicholson
ed29359cee Bug 582244 - Part 2: Add private browsing checks to native UI. r=mfinkle 2012-10-09 11:26:33 -07:00
Kartikaya Gupta
40d29da276 Bug 770912 - Take out log lines that print out URLs and other sensitive information. r=mfinkle 2012-09-08 21:40:58 -04:00
Chris Peterson
8760d853b2 Bug 777591 - Part 2: Fix Favicon deprecation warning. r=blassey 2012-07-27 09:52:57 -07:00
Chris Peterson
bf58574432 Bug 778468 - Part 3: Move GeckoJarReader to org.mozilla.gecko.util package. r=mfinkle
--HG--
extra : rebase_source : 307ecf819a24b348c9878590066c20e3823519f6
2012-08-01 18:58:23 -07:00
Chris Peterson
20927a2f40 Bug 778472 - Part 3: Standardize order of import statements: org.mozilla, com, net, org, android, java. r=mfinkle 2012-07-27 17:53:54 -07:00
Lucas Rocha
36cc3c7f5f Bug 767738 - Use favicon from the original site in Reader (r=mbrubeck) 2012-07-26 23:08:50 +01:00
Kartikaya Gupta
68195c5196 Bug 772855 - Log exception stack traces when logging errors. r=cpeterson 2012-07-23 15:04:28 -04:00
Chris Peterson
ea5aca80f3 Backout 844444ca8feb (Bug 709230) r=bustage 2012-07-17 17:54:54 -07:00
Chris Peterson
bb71352997 Bug 709230 - Part 4: Remove unused imports. r=blassey 2012-07-15 13:20:43 -07:00
Chris Peterson
ad0d5b1167 Bug 709230 - Part 3: Mark classes final and reduce class visibility public->package->private to aid ProGuard optimizations. r=blassey 2012-07-15 13:20:43 -07:00
Ryan VanderMeulen
b74e4a29db Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
061d4c2616 Backout the bug 754202 backout due to orange. 2012-06-10 19:37:47 -04:00
Brian Nicholson
22c420d6f8 Bug 762691 - Use single AndroidHttpClient for all favicon requests. r=mfinkle 2012-06-07 17:24:03 -07:00
Brian Nicholson
209c93fdad Bug 744479 - Only attempt to load favicons for HTTP/HTTPS. r=mfinkle 2012-06-07 17:20:38 -07:00
Brian Nicholson
9aa25b46ec Bug 756735 - Synchronize accesses to mLoadTasks in Favicons. r=blassey 2012-06-07 17:18:32 -07:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Brian Nicholson
cc4c0212e6 Bug 741010 - Don't save favicon if loaded from DB. r=mfinkle 2012-04-02 17:36:13 -07:00
Brian Nicholson
62966f71fd Bug 726001 - Use BufferedHttpEntity for fetching favicons. r=mfinkle 2012-03-28 11:14:19 -07:00
Wes Johnston
6e81aefe9a Bug 728224 - Create deafult bookmarks in Fennec. r=mfinkle 2012-03-23 17:38:49 -07:00
Wes Johnston
dcae9e3a8c Bug 738421 - Close up ZipReader. r=cpeterson 2012-03-23 17:07:10 -07:00
Wes Johnston
9ccdd929f0 Bug 709250 - Disable jar reader for now. 2012-03-22 17:24:30 -07:00
Wes Johnston
145bff5dd2 Bug 738421 - Close zip when done reading. r=sriram 2012-03-22 15:11:39 -07:00
Wes Johnston
e031e53ce0 Bug 709250 - Add the ability to read nested jar files. r=mfinkle,lucasr 2012-03-22 11:11:49 -07:00
Brad Lassey
380a975254 bug 734624 - java.lang.RuntimeException: An error occured while executing doInBackground() at android.os.AsyncTask.done(AsyncTask.java) caused by: android.database.sqlite.SQLiteConstraintException: error code 19: constraint failed, synchronize inserts to avoid race condition r=lucasr 2012-03-16 12:21:06 -04:00
Kartikaya Gupta
ce96329935 Bug 722439 - Fix compiler warnings using javac 1.7. r=Cwiiis 2012-02-14 15:28:27 -05:00
Lucas Rocha
9ac934d417 Bug 710325 - Thread-safety fix in Favicons (r=mfinkle)
Favicons may be requested from different threads and we have to ensure that
each favicon request gets a unique id.
2012-01-24 16:52:26 +00:00
Lucas Rocha
9811bd7a04 Bug 699793 - Clear favicon urls database when history is cleared (r=blassey) 2012-01-13 16:21:20 +00:00
Lucas Rocha
0240070f42 Bug 704490 - Abstract all bookmark/history access behing a common API (r=blassey) 2011-12-02 17:27:56 +00:00
Mark Finkle
c23d927bf7 Bug 708525 - about: pages do not load favicons [r=lucasr] 2011-12-08 08:56:45 -05:00
Lucas Rocha
5d847cd2c3 Backout 839f36123bce (bug 704490) for Try failure 2011-12-02 18:38:46 +00:00