summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/util
Commit message (Collapse)AuthorAgeFilesLines
* Browser: Fix browser force closeadhiti2015-11-071-1/+5
| | | | | | | | | | | | | | | | | Issue: Cursor was accessed by handler thread when it was closed. During Orientation change, BrowserBookmarksPage#onDestroyView is called which clears all the loaders [and cursors]. Simultaneously ThreadedCursorAdapter#loadRowObject is getting called which then calls BrowserBookmarksAdapter#getRowObject where closed cursor is accessed and force close happens. Fix: Synchronized cursors wrt main thread and handler thread. Checked mCursorAdapter for invalid conditions CRs-Fixed: 576176 Change-Id: I9f16c2f1a55f35e8256bbf56afce3538850f9d42
* Fix getItemId()John Reck2012-05-041-1/+4
| | | | | | Bug: 6446119 Change-Id: If8c13c9f2cb9b93c6f3575f12111059aeeacd5cb
* Remove debug codeJohn Reck2012-04-241-11/+1
| | | | Change-Id: I53236e23990e996b86944214b45a9af014b296f6
* Bookmark page changesJohn Reck2012-04-231-10/+37
| | | | | | | | | Bug: 6372933 Fix a race condition between update & destroy Fix update path Add some extra debug support Change-Id: I66a450e175b22d992de97d5bc24200961144412a
* Load bookmarks asynchronouslyJohn Reck2012-04-181-0/+193
Bug: 5297900 Change-Id: I8b728cfe06799099e21c402d5da7087507209ffa