| Commit message (Expand) | Author | Age | Files | Lines |
* | FBTF: Reapplies r55259, the first new IPC definition patch. | erg@google.com | 2010-08-10 | 2 | -1/+17 |
* | FBTF: Minor #include cleanup. | erg@google.com | 2010-08-10 | 2 | -3/+2 |
* | Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO... | pinkerton@google.com | 2010-08-09 | 2 | -17/+1 |
* | Cleanup our Registry API. | tfarina@chromium.org | 2010-08-09 | 1 | -2/+2 |
* | FBTF: Remove unneeded headers from base/ (part 4) | thestig@chromium.org | 2010-08-07 | 7 | -0/+7 |
* | FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. | erg@google.com | 2010-08-06 | 2 | -1/+17 |
* | Fix Firefox import lock dialog on Windows. | mirandac@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 2 | -0/+2 |
* | Address a TODO: use HostPortPair rather than a naked host string. | eroman@chromium.org | 2010-08-02 | 1 | -8/+4 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 5 | -8/+15 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | Move browser/first_run* into into a subdirectory. | evan@chromium.org | 2010-07-29 | 3 | -3/+3 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 4 | -0/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 20 | -0/+20 |
* | Coverity issues 9445, 9446: Uninitialized members in importer.cc | finnur@chromium.org | 2010-07-24 | 1 | -2/+9 |
* | Port ImporterTest to posix. | estade@chromium.org | 2010-07-20 | 3 | -71/+136 |
* | Use file_util::GetHomeDir instead of getenv("HOME"). | tfarina@chromium.org | 2010-07-14 | 1 | -3/+3 |
* | Make bookmark import not to enable bookmark bar by default. | huanr@chromium.org | 2010-07-09 | 5 | -5/+24 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 5 | -48/+49 |
* | Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first | sky@chromium.org | 2010-06-28 | 1 | -2/+2 |
* | Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily | sky@chromium.org | 2010-06-24 | 1 | -2/+2 |
* | Make import from the options menu OOP on Mac OS X. | mirandac@chromium.org | 2010-06-24 | 1 | -1/+2 |
* | Moves Browser::AddTypes to TabStripModel. This patch is primarily | sky@chromium.org | 2010-06-24 | 1 | -2/+2 |
* | Broken by http://codereview.chromium.org/2403001/show, which eliminated a "!"... | mirandac@google.com | 2010-06-23 | 1 | -1/+1 |
* | Replace wstring with string16 in history. The only time wstring is used now i... | brettw@chromium.org | 2010-06-23 | 5 | -12/+12 |
* | Fix password import for OS X Firefox. | mirandac@chromium.org | 2010-06-09 | 2 | -2/+3 |
* | Fix import crash in Mac 10.6 only. | mirandac@chromium.org | 2010-06-09 | 2 | -6/+10 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ... | tfarina@chromium.org | 2010-06-06 | 2 | -3/+3 |
* | Move import in Mac OS X into its own process. | mirandac@chromium.org | 2010-06-04 | 14 | -192/+1309 |
* | Wrap Sqlite utils functions into a sqlite_utils namespace. | tfarina@chromium.org | 2010-06-03 | 1 | -2/+2 |
* | Reusing the RegKey used to get the CurrentVersion to also get the Install Dir... | mirandac@google.com | 2010-06-03 | 1 | -3/+3 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 5 | -14/+14 |
* | Remove deprecated versions of Registry functions. | tfarina@chromium.org | 2010-05-31 | 2 | -15/+18 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-27 | 1 | -2/+2 |
* | Update UI, sync and importer to properly handle managed homepage prefs | mnissler@chromium.org | 2010-05-27 | 1 | -2/+5 |
* | Revert "Another dependency the bbot missed!!!" | rafaelw@chromium.org | 2010-05-26 | 1 | -2/+2 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-25 | 1 | -2/+2 |
* | Revert 47675. | mirandac@chromium.org | 2010-05-20 | 10 | -9/+67 |
* | Move data types used in the importer process to common/, in preparation for i... | mirandac@chromium.org | 2010-05-19 | 10 | -68/+11 |
* | Use FilePath in ProfileInfo struct. | tfarina@chromium.org | 2010-05-15 | 9 | -61/+63 |
* | Move the profile_writer out of importer in preparation for OOP import on Mac. | mirandac@chromium.org | 2010-05-14 | 4 | -429/+479 |
* | Fix retrieval of Firefox proxy settings when it is using an autoconfig URL. | eroman@chromium.org | 2010-05-13 | 2 | -1/+47 |
* | Replace #if 0 used to disable test, the DISABLED_ and FLAKY_ | phajdan.jr@chromium.org | 2010-05-08 | 1 | -1/+1 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 2 | -2/+2 |
* | The Firefox pref file may contain some non properly UTF-8 | jcivelli@google.com | 2010-05-04 | 2 | -1/+9 |
* | Add a tool for testing your network setup. | eroman@chromium.org | 2010-05-04 | 3 | -2/+109 |
* | Nukes one of the AddTabWithURL variants. | sky@chromium.org | 2010-04-29 | 1 | -2/+2 |
* | Adding a way to retrieve Firefox proxy settings. | jcivelli@google.com | 2010-04-27 | 6 | -58/+440 |