summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer
Commit message (Expand)AuthorAgeFilesLines
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-251-1/+1
* bookmarks: Forward declare FaviconImageResult in bookmark_model.htfarina@chromium.org2012-12-212-0/+3
* Get rid of ipc_sender.h include in ipc_message.h.viettrungluu@chromium.org2012-12-142-1/+6
* Avoid importing IE default bookmarksyoichio@chromium.org2012-12-112-1/+9
* importer: Fix the order of the parameters passed to ShowMessageBox().tfarina@chromium.org2012-11-221-2/+5
* ipc: Remove ipc_listener.h from ipc_channel.h and update the files.tfarina@chromium.org2012-11-171-0/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-164-8/+8
* Moved extension installation from FILE thread. CrxInstaller and friends are n...zelidrag@chromium.org2012-11-151-1/+3
* Add security team as IPC file reviewers.tsepez@chromium.org2012-11-091-0/+9
* Eliminate duplicate COM and OLE initializations.pkasting@chromium.org2012-10-231-4/+0
* use a local version of pstore declarations, fixes compilation for win8sdk + v...scottmg@chromium.org2012-10-103-2/+184
* Move forms/ out of webkit/.blundell@chromium.org2012-10-0520-55/+45
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-0/+2
* Cleanup the IPC param traits structure:jam@chromium.org2012-09-251-1/+1
* Moving FaviconService to a ProfileKeyedService.rlp@chromium.org2012-08-231-1/+2
* Revert 152904 - Moving FaviconService to a ProfileKeyedService.ricow@chromium.org2012-08-231-2/+1
* Moving FaviconService to a ProfileKeyedService.rlp@chromium.org2012-08-231-1/+2
* Get the Firefox branding name dynamicallycristian.patrasciuc@gmail.com2012-08-104-2/+128
* Add isherman to chrome/browser/importer OWNERSisherman@chromium.org2012-08-081-0/+1
* Removing instances of profile_->GetBookmarkModel() as part of converting Book...rlp@chromium.org2012-07-302-4/+6
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-1/+1
* Import favicons from Internet Explorer.kinaba@chromium.org2012-07-193-50/+258
* Move implementation of BrowserList onto an inner, instantiatable class, Brows...ben@chromium.org2012-07-122-3/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1133-33/+0
* Remove browser::FindLastActiveWithProfile call in importer code. There are ma...jam@chromium.org2012-07-102-6/+21
* Switch to TimeDelta interface for WaitForSingleProcess in importer unit test.tedvessenes@gmail.com2012-07-091-1/+1
* browser: Put simple_message_box.h and chrome_web_contents_view_delegate.h int...tfarina@chromium.org2012-07-041-2/+2
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-3/+3
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-1/+3
* Make GlobalDescriptors::MaybeGet return -1 when the key is not found.jcivelli@chromium.org2012-06-271-1/+2
* A working implementation of AQS (Assisted Query Stats).bartn@google.com2012-06-241-2/+2
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-1/+2
* Move content::URLFetcher static functions to net::URLFetcherakalin@chromium.org2012-06-191-3/+3
* Rename IPC::Channel and IPC::Sender in src/chrome.brettw@chromium.org2012-06-153-9/+9
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* Change most content::URLFetcher references to net::URLFetcherakalin@chromium.org2012-05-231-2/+2
* Remove content::URLFetcherDelegateakalin@chromium.org2012-05-221-5/+9
* It seems GAIA had changed dosserver rules today, so we can go back to account...zelidrag@chromium.org2012-05-181-1/+1
* Reverted 136345 - Ran into GAIA dosserver issues in prod for http://accounts....zelidrag@chromium.org2012-05-181-1/+1
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-2/+2
* importer: Make use of ShowMessageBox() function in ImporterHost.tfarina@chromium.org2012-05-161-11/+4
* Move libxml_utils from chrome/common to third_party/libxml/chromium.dtu@chromium.org2012-05-152-3/+3
* Taking over issue 10006037.rlp@chromium.org2012-05-141-1/+3
* Revert 136499 - Taking over issue 10006037.yusukes@google.com2012-05-111-3/+1
* Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/akalin@chromium.org2012-05-112-3/+3
* Taking over issue 10006037.rlp@chromium.org2012-05-111-1/+3
* Update GAIA URL to accounts.google.com/... from www.google.com/accounts/...zelidrag@chromium.org2012-05-101-1/+1
* Remove the "autogenerate keyword" bit on TemplateURL.pkasting@chromium.org2012-05-082-6/+2
* Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...pkasting@chromium.org2012-04-271-1/+1
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-275-65/+75