summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/android
Commit message (Expand)AuthorAgeFilesLines
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-252-3/+3
* Cleanup history favicon codepkotwicz@chromium.org2013-01-231-27/+3
* Update other unittests to use newly added TestingBrowserProcess::GetGlobal().dbeam@chromium.org2013-01-044-4/+4
* Fix threading issue in SQLiteCursor.kaiwang@chromium.org2012-12-132-12/+17
* Finish converting FaviconService to use CancelableTaskTracker.kaiwang@chromium.org2012-12-122-13/+16
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-166-12/+12
* Raze history database if corruptedpkotwicz@chromium.org2012-10-276-30/+30
* Android: lazy initialization for method id.bulach@chromium.org2012-10-161-7/+3
* Run AndroidProviderBackend without thumbnail db.michaelbai@chromium.org2012-10-122-21/+357
* [Android] Upstream content detection and ChromeBrowserProvider tests.leandrogracia@chromium.org2012-10-101-0/+3
* Move url_databse back to historykaiwang@chromium.org2012-10-022-2/+2
* Move cancelable_request.cc/h to chrome/browser/common.kaiwang@chromium.org2012-09-222-2/+2
* introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-202-2/+2
* Revert 157475 - Introduce chrome/browser/common directory and move url_databa...kaiwang@chromium.org2012-09-192-2/+2
* Introduce chrome/browser/common directory and move url_database(and its depen...kaiwang@chromium.org2012-09-192-2/+2
* Modifies history backend to be able to take advantage of storing the pixel si...pkotwicz@chromium.org2012-09-091-8/+32
* Fix DB migration for upgrading to version 22 for Androidnyquist@chromium.org2012-09-081-0/+6
* Cleanup FaviconSQLHandler::Updatepkotwicz@chromium.org2012-09-071-32/+27
* Fix FaviconHandler::GetRawFaviconForIDpkotwicz@chromium.org2012-09-071-3/+1
* Cleanup ThumbnailDatabase code now that 10815068 has landed.pkotwicz@chromium.org2012-09-013-35/+33
* Change FaviconData to be able to return data for multiple bitmaps for same ic...pkotwicz@chromium.org2012-08-302-11/+16
* Remove legacy migration code that coupled history and bookmarks.erikwright@chromium.org2012-08-306-32/+24
* Promote BookmarkService to a public API.erikwright@chromium.org2012-08-293-5/+5
* Upstream: SQLite cursor for Android.michaelbai@chromium.org2012-08-293-0/+698
* Changes favicon database to support storing bitmaps of different sizes for th...pkotwicz@chromium.org2012-08-203-17/+26
* Change HistoryAndBookmarkRow favicon_ field to be scoped_refptr<base::RefCoun...pkotwicz@chromium.org2012-08-174-22/+25
* Revert 152162 - Change HistoryAndBookmarkRow favicon_ field to be scoped_refp...pkotwicz@chromium.org2012-08-174-25/+22
* Change HistoryAndBookmarkRow favicon_ field to be scoped_refptr<base::RefCoun...pkotwicz@chromium.org2012-08-174-22/+25
* AndroidProvider: Add history for bookmarks if it doesn't exist.michaelbai@chromium.org2012-08-093-16/+61
* - Made BookmarkService::GetBookmarks return both urls and title,michaelbai@chromium.org2012-08-062-21/+25
* Removing instances of profile_->GetBookmarkModel() as part of converting Book...rlp@chromium.org2012-08-013-3/+6
* Move RunAllPendingInMessageLoop from ui_test_utils.h to test_utils.h, so that...jam@chromium.org2012-07-302-9/+9
* Upgrade AlignedMemory to support dynamic allocations.dalecurtis@chromium.org2012-07-261-0/+1
* Revert 147988 - Upgrade AlignedMemory to support dynamic allocations.acolwell@chromium.org2012-07-241-1/+0
* Upgrade AlignedMemory to support dynamic allocations.dalecurtis@chromium.org2012-07-231-0/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* chrome: Put browser_navigator.h into chrome namespace.tfarina@chromium.org2012-07-011-1/+1
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-11/+23
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-043-3/+3
* Removed unneccessary information in log.michaelbai@chromium.org2012-06-011-5/+5
* Do nothing when search time is not changed.michaelbai@chromium.org2012-05-071-5/+6
* Fix for the Android build that does not compile.jcivelli@chromium.org2012-05-051-2/+4
* Only clear the android_url table when it exists.michaelbai@chromium.org2012-05-041-1/+6
* Completed the code path from AndroidProviderService to HistoryBackend.michaelbai@chromium.org2012-05-043-0/+661
* Fix compilation of unit_tests on Android.jcivelli@chromium.org2012-04-281-1/+3
* Added 'folder' column in virtual table.michaelbai@chromium.org2012-04-242-3/+66
* Make sure last visit time and created time are same when visit count is zero.michaelbai@chromium.org2012-04-212-4/+50
* Fix the issue that DeleteHistory also deletes the bookmark in bookmark model.michaelbai@chromium.org2012-04-205-72/+175
* Move RefCountedBytes Class to base namespace.simon.hong81@gmail.com2012-04-202-4/+10
* Only add bookmark when bookmark column was set explicitly.michaelbai@chromium.org2012-04-202-5/+264