| Commit message (Expand) | Author | Age | Files | Lines |
* | Separate IE importer and Firefox importer unittests. | kinaba@chromium.org | 2012-01-11 | 1 | -1108/+0 |
* | Bookmark import from IE preserving the order. | kinaba@chromium.org | 2011-12-22 | 1 | -118/+370 |
* | Group forms-related files in webkit/glue in a forms/ subdirectory. | isherman@chromium.org | 2011-12-15 | 1 | -4/+4 |
* | importer: Convert the wstrings in importer_unittest to string16. | tfarina@chromium.org | 2011-12-06 | 1 | -10/+10 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -3/+3 |
* | Migrate NewRunnableMethod instances in browser/import to base::Bind() | isherman@chromium.org | 2011-10-04 | 1 | -5/+7 |
* | Remove disabled parts of ImporterTest | phajdan.jr@chromium.org | 2011-09-28 | 1 | -37/+0 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -2/+1 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 1 | -1/+2 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | importer: Trivial change that changes NONE_IMPORTER to TYPE_UNKNOWN. | tfarina@chromium.org | 2011-07-15 | 1 | -3/+3 |
* | Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir... | tfarina@chromium.org | 2011-06-25 | 1 | -2/+2 |
* | Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm... | tfarina@chromium.org | 2011-06-25 | 1 | -2/+2 |
* | Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. | tfarina@chromium.org | 2011-06-25 | 1 | -2/+2 |
* | Make sure to pass non-null Profile object to ImporterHost::StartImportSettings | haraken@google.com | 2011-06-15 | 1 | -4/+12 |
* | Changes TemplateURLModel into TemplateURLService. Changes all access points t... | erg@google.com | 2011-06-07 | 1 | -3/+3 |
* | Many fixes to bookmark importing. | isherman@chromium.org | 2011-05-26 | 1 | -20/+17 |
* | Style cleanup in bookmarks import code | isherman@chromium.org | 2011-05-24 | 1 | -9/+9 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -2/+2 |
* | Replacing base::DIR_TEMP with ScopedTempDir when appropriate. | mkwst@chromium.org | 2011-04-12 | 1 | -15/+10 |
* | importer: Remove unneeded includes. | tfarina@chromium.org | 2011-04-10 | 1 | -1/+0 |
* | Make the windows_version.h functions threadsafe by using a singleton. Add ac... | pkasting@chromium.org | 2011-04-07 | 1 | -1/+1 |
* | Revert 80819 due to failed tests | mmenke@chromium.org | 2011-04-07 | 1 | -1/+1 |
* | Make the windows_version.h functions threadsafe by using a singleton. Add ac... | pkasting@chromium.org | 2011-04-07 | 1 | -1/+1 |
* | importer: Include base/win/scoped_comptr.h instead of base/scoped_comptr_win.h. | tfarina@chromium.org | 2011-04-07 | 1 | -6/+6 |
* | importer: Cleanup ProfileInfo calls a little bit. | tfarina@chromium.org | 2011-04-06 | 1 | -14/+14 |
* | importer: Refactor ImporterList so it doesn't have to know about Importer. | tfarina@chromium.org | 2011-04-04 | 1 | -3/+3 |
* | importer: Convert AddBookmarkEntries to string16. | tfarina@chromium.org | 2011-04-02 | 1 | -3/+4 |
* | importer: Remove typedef from struct declaration. | tfarina@chromium.org | 2011-03-25 | 1 | -15/+15 |
* | importer: Use base::win::GetVersion() instead of the custom IsWindowsVista() ... | tfarina@chromium.org | 2011-03-24 | 1 | -10/+4 |
* | importer: Remove instances of wstring from ProfileWriter. | tfarina@chromium.org | 2011-03-24 | 1 | -2/+2 |
* | fav icon -> favicon. Pass 9: chrome/browser/history | avi@chromium.org | 2011-03-15 | 1 | -2/+2 |
* | importer: Move chrome/browser/importer/importer.[cc,h] to importer_host.[cc,h]. | tfarina@chromium.org | 2011-03-09 | 1 | -1/+2 |
* | importer: Pull ImporterHost::Observer out into its own header. | tfarina@chromium.org | 2011-03-08 | 1 | -16/+21 |
* | importer: Some more cleanups. | tfarina@chromium.org | 2011-03-05 | 1 | -25/+16 |
* | importer: Factor out StartImportingWithUI() function in its own file. | tfarina@chromium.org | 2011-03-02 | 1 | -3/+3 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Importer: Remove ImporterList from ImporterHost and the pass-through methods. | jhawkins@chromium.org | 2011-02-03 | 1 | -3/+3 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-19 | 1 | -6/+8 |
* | Revert 71485 - Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 1 | -8/+6 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 1 | -6/+8 |
* | Remove usage of deprecated functions AppendToPath and ToWStringHack in import... | tfarina@chromium.org | 2011-01-08 | 1 | -3/+2 |
* | Move app/win_util to app/win and fix the namespace usage. | brettw@google.com | 2010-12-31 | 1 | -2/+2 |
* | Cleanup: Remove needed #includes for profile.h. | thestig@chromium.org | 2010-12-10 | 1 | -2/+1 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Use make_scoped_refptr for NewRunnableMethod if the raw ptr type is derived f... | thakis@chromium.org | 2010-11-01 | 1 | -4/+8 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -5/+5 |