| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix early return/DCHECK importing Safari bookmarks. | jeremy@chromium.org | 2009-08-12 | 1 | -6/+9 |
* | First Run Import Progress UI. | jeremy@chromium.org | 2009-08-11 | 2 | -6/+1 |
* | Use real creator code for Keychain items. Instead of hard-coding 'rimZ', use | mark@chromium.org | 2009-08-11 | 1 | -13/+10 |
* | When importing bookmarks from Firefox, filter out the default bookmarks. | evan@chromium.org | 2009-08-09 | 1 | -6/+3 |
* | Safari Bookmark/Favicon import. | jeremy@chromium.org | 2009-08-05 | 4 | -82/+335 |
* | First cut at Safari Import - Home Page & History Only. | jeremy@chromium.org | 2009-07-31 | 4 | -3/+354 |
* | First cut at Firefox import on OSX + stubs for Safari import. | jeremy@chromium.org | 2009-07-29 | 7 | -29/+93 |
* | Navigation and cookies for Automation | amit@chromium.org | 2009-07-28 | 1 | -2/+2 |
* | Linux: Fix NSSDecryptor to decrypt Firefox passwords using correct user datab... | willchan@chromium.org | 2009-07-28 | 8 | -90/+317 |
* | Split NSSDecryptor out into platform specific files. | willchan@chromium.org | 2009-07-22 | 15 | -574/+810 |
* | Add missing TemplateURL include. | phajdan.jr@chromium.org | 2009-07-20 | 1 | -0/+1 |
* | Hopefully fix Windows release compile. | phajdan.jr@chromium.org | 2009-07-20 | 1 | -0/+3 |
* | Header cleanup in browser/importer | phajdan.jr@chromium.org | 2009-07-20 | 13 | -38/+83 |
* | Lands http://codereview.chromium.org/155428 for Thiago, which changes | sky@chromium.org | 2009-07-15 | 1 | -1/+2 |
* | Lands http://codereview.chromium.org/155128 for Thiago. | sky@chromium.org | 2009-07-08 | 1 | -3/+4 |
* | Lands http://codereview.chromium.org/126036 for Thiago. | sky@chromium.org | 2009-06-30 | 2 | -4/+29 |
* | Move render_view_host_manager* and site_instance* from tab_contents to render... | brettw@chromium.org | 2009-06-29 | 1 | -1/+1 |
* | Make bookmark model public interface use const BookmarkNode* instead of | munjal@chromium.org | 2009-06-26 | 2 | -18/+19 |
* | fix windows build break. | kuchhal@chromium.org | 2009-06-26 | 1 | -0/+2 |
* | Enable Firefox import on OS X. No UI yet. | kuchhal@chromium.org | 2009-06-26 | 10 | -201/+348 |
* | Move PathComponents from file_util to FilePath, add FilePath::IsParent() | rafaelw@chromium.org | 2009-06-24 | 1 | -1/+2 |
* | Import search engines even if they are not in sqlite3 db. | kuchhal@chromium.org | 2009-06-24 | 1 | -23/+21 |
* | Linux: make import warning dialog modal. | kuchhal@chromium.org | 2009-06-19 | 2 | -3/+12 |
* | Import bookmarks to bookmark bar if user has not bookmarked anything yet. | kuchhal@chromium.org | 2009-06-18 | 7 | -41/+52 |
* | Extract load times from WebDataSource. Move them to NavigationState. | darin@chromium.org | 2009-06-16 | 8 | -2/+10 |
* | Fixes bug where keyword editor would end up prefixing all keyword urls | sky@chromium.org | 2009-06-15 | 1 | -2/+2 |
* | Linux: Fix Firefox profile path for import. | kuchhal@chromium.org | 2009-06-10 | 1 | -0/+2 |
* | Linux: Import passwords from Firefox. | kuchhal@chromium.org | 2009-06-09 | 2 | -48/+56 |
* | Revert "Linux: Import passwords from Firefox." | kuchhal@chromium.org | 2009-06-09 | 2 | -55/+48 |
* | Linux: Import passwords from Firefox. | kuchhal@chromium.org | 2009-06-09 | 2 | -48/+55 |
* | Removes the following deprecated functions: | ojan@chromium.org | 2009-06-03 | 1 | -13/+21 |
* | Clean-up temporary files/folders in firefox importer tests. | munjal@chromium.org | 2009-05-29 | 1 | -0/+4 |
* | Ensure that Firefox search engines are imported correctly. | mirandac@chromium.org | 2009-05-29 | 1 | -25/+46 |
* | Make the import feature a little more complete: | kuchhal@chromium.org | 2009-05-27 | 5 | -40/+43 |
* | Try to fix a )#%&*^)*(&%#%^ build break | pkasting@chromium.org | 2009-05-22 | 1 | -8/+2 |
* | Try to fix compile bustage by brute force | pkasting@chromium.org | 2009-05-22 | 1 | -0/+2 |
* | Disable a failing test to open the tree. | pkasting@chromium.org | 2009-05-22 | 1 | -1/+1 |
* | Revert "Revert "Use a NotificationRegistrar to listen for notifications. BUG=... | tc@google.com | 2009-05-22 | 3 | -58/+16 |
* | Revert "Use a NotificationRegistrar to listen for notifications.BUG=2381" | tc@google.com | 2009-05-22 | 3 | -16/+58 |
* | Try to make Mac unittest crash into a failure | pkasting@chromium.org | 2009-05-22 | 1 | -32/+39 |
* | Use a NotificationRegistrar to listen for notifications.BUG=2381 | pkasting@chromium.org | 2009-05-21 | 3 | -58/+16 |
* | Re-enable test after fix for valgrind/purify error. | brg@chromium.com | 2009-05-12 | 2 | -3/+2 |
* | Add import settings dialog on linux. | kuchhal@chromium.org | 2009-05-11 | 4 | -32/+87 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 4 | -8/+8 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | honor index in createTab() | rafaelw@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 5 | -5/+5 |
* | Undisable the temporarily disabled test, by fixing the URL expectation to hav... | ericroman@google.com | 2009-05-01 | 1 | -3/+2 |
* | Update a test expectation due to rolling GURL dep. | ericroman@google.com | 2009-04-29 | 2 | -2/+3 |