| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part11: | tfarina@chromium.org | 2010-10-10 | 1 | -1/+1 |
* | Re-land r56742 now with correct database files | brettw@chromium.org | 2010-08-21 | 1 | -1/+3 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | Revert 56742 - A new field to describe the sources of history urls(visits) is... | brettw@chromium.org | 2010-08-19 | 1 | -3/+1 |
* | A new field to describe the sources of history urls(visits) is added. This fi... | brettw@chromium.org | 2010-08-19 | 1 | -1/+3 |
* | FBTF: Minor #include cleanup. | erg@google.com | 2010-08-10 | 1 | -3/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Make bookmark import not to enable bookmark bar by default. | huanr@chromium.org | 2010-07-09 | 1 | -0/+13 |
* | Move import in Mac OS X into its own process. | mirandac@chromium.org | 2010-06-04 | 1 | -29/+251 |
* | Revert 47675. | mirandac@chromium.org | 2010-05-20 | 1 | -1/+1 |
* | Move data types used in the importer process to common/, in preparation for i... | mirandac@chromium.org | 2010-05-19 | 1 | -1/+1 |
* | Move the profile_writer out of importer in preparation for OOP import on Mac. | mirandac@chromium.org | 2010-05-14 | 1 | -99/+1 |
* | Move importer data types into a separate file to prepare for moving importer | mirandac@chromium.org | 2010-03-22 | 1 | -23/+7 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-12-02 | 1 | -1/+6 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -1/+3 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 1 | -3/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -1/+3 |
* | Make sure we don't get an outside array element. | jeremy@chromium.org | 2009-11-08 | 1 | -1/+1 |
* | Seventh patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -2/+12 |
* | Fifth patch in getting rid of caching MessageLoop pointers. | jam@chromium.org | 2009-11-03 | 1 | -8/+0 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Attempt at fixing crash during importing. As far as I can tell from | sky@chromium.org | 2009-10-07 | 1 | -0/+7 |
* | (please review thoroughly since this touches many moving parts). | jeremy@chromium.org | 2009-10-06 | 1 | -76/+26 |
* | Revert "Refactor ImporterHost as preparation for OOP switch", which caused pu... | mattm@chromium.org | 2009-10-05 | 1 | -23/+73 |
* | (please review thoroughly since this touches many moving parts). | jeremy@chromium.org | 2009-10-05 | 1 | -73/+23 |
* | Misc. Cleanup related to OOP Profile Import | jeremy@chromium.org | 2009-09-25 | 1 | -3/+3 |
* | First Run Import Progress UI. | jeremy@chromium.org | 2009-08-11 | 1 | -4/+0 |
* | First cut at Firefox import on OSX + stubs for Safari import. | jeremy@chromium.org | 2009-07-29 | 1 | -0/+6 |
* | Header cleanup in browser/importer | phajdan.jr@chromium.org | 2009-07-20 | 1 | -30/+17 |
* | Lands http://codereview.chromium.org/155428 for Thiago, which changes | sky@chromium.org | 2009-07-15 | 1 | -1/+2 |
* | Make bookmark model public interface use const BookmarkNode* instead of | munjal@chromium.org | 2009-06-26 | 1 | -7/+7 |
* | Linux: make import warning dialog modal. | kuchhal@chromium.org | 2009-06-19 | 1 | -0/+7 |
* | Import bookmarks to bookmark bar if user has not bookmarked anything yet. | kuchhal@chromium.org | 2009-06-18 | 1 | -11/+13 |
* | Extract load times from WebDataSource. Move them to NavigationState. | darin@chromium.org | 2009-06-16 | 1 | -1/+1 |
* | Make the import feature a little more complete: | kuchhal@chromium.org | 2009-05-27 | 1 | -2/+2 |
* | Revert "Revert "Use a NotificationRegistrar to listen for notifications. BUG=... | tc@google.com | 2009-05-22 | 1 | -9/+4 |
* | Revert "Use a NotificationRegistrar to listen for notifications.BUG=2381" | tc@google.com | 2009-05-22 | 1 | -4/+9 |
* | Use a NotificationRegistrar to listen for notifications.BUG=2381 | pkasting@chromium.org | 2009-05-21 | 1 | -9/+4 |
* | Importer should import browser data from the browser that user selected. | kuchhal@chromium.org | 2009-04-23 | 1 | -0/+3 |
* | Re-introducing the toolbar importer code.This is the same code that was remov... | brg@chromium.com | 2009-04-16 | 1 | -0/+2 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -2/+2 |
* | Wires up sorting of bookmarks to the 'organize menu' in the bookmark | sky@google.com | 2009-02-27 | 1 | -0/+2 |
* | Make importer.cc compile on Posix. | jhawkins@chromium.org | 2009-02-26 | 1 | -1/+5 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -1/+1 |
* | Pull toolbar importer from trunk. | brg@chromium.com | 2009-01-23 | 1 | -2/+0 |
* | Move search code to a subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Fie. | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |