| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -2/+1 |
* | bookmarks: Fix an obvious typo in IDS_BOOMARK_*. | tfarina@chromium.org | 2011-08-26 | 2 | -3/+3 |
* | Remove stray log statement from long ago. | mirandac@google.com | 2011-08-24 | 1 | -1/+0 |
* | Give plug-in processes an executable heap and disable PIE/ASLR for Native | mark@chromium.org | 2011-08-24 | 1 | -1/+6 |
* | Added group policies to enable/disable importing of data from other browsers. | simo@google.com | 2011-08-16 | 1 | -0/+14 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | wstring: remove wstrings from ChildProcessInfo | evan@chromium.org | 2011-08-05 | 1 | -1/+2 |
* | 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 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 1 | -2/+2 |
* | importer: Refactor ImporterList::Observer into its own header file. | tfarina@chromium.org | 2011-07-29 | 3 | -19/+35 |
* | bookmarks: Convert GetBookmarkBarNode() to unix_hacker style. | tfarina@chromium.org | 2011-07-22 | 1 | -2/+2 |
* | Fix a crash caused by a previous CL of toolbar importer utils and add an unit... | ycxiao@chromium.org | 2011-07-21 | 2 | -10/+74 |
* | Deprecate Profile::GetDefaultRequestContext(). | willchan@chromium.org | 2011-07-20 | 1 | -2/+4 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 3 | -3/+3 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 4 | -6/+6 |
* | importer: Pull out Importer util function into its own file. | tfarina@chromium.org | 2011-07-18 | 7 | -47/+71 |
* | Change base::LaunchProcess API slightly | evan@chromium.org | 2011-07-15 | 1 | -2/+1 |
* | importer: Trivial change that changes NONE_IMPORTER to TYPE_UNKNOWN. | tfarina@chromium.org | 2011-07-15 | 7 | -35/+35 |
* | Update the ImporterHost to the new asynchronous CookieMonster API. | ycxiao@chromium.org | 2011-07-14 | 4 | -28/+58 |
* | Adds code to track a set of expanded folders. This is going to be used | sky@chromium.org | 2011-07-13 | 4 | -4/+5 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 2 | -6/+12 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-12 | 1 | -2/+7 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 3 | -5/+7 |
* | GCC 4.6 -Wunused-but-set-variable cleanup. | pph34r@gmail.com | 2011-07-01 | 1 | -1/+2 |
* | Modify TemplateURLRef to remove unknown URL parameters, but only when it repr... | stevet@chromium.org | 2011-06-28 | 1 | -1/+1 |
* | Added last_modified field to TemplateURL and database. Updated unit tests, in... | stevet@chromium.org | 2011-06-28 | 1 | -0/+4 |
* | Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir... | tfarina@chromium.org | 2011-06-25 | 2 | -7/+7 |
* | Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm... | tfarina@chromium.org | 2011-06-25 | 2 | -7/+7 |
* | Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. | tfarina@chromium.org | 2011-06-25 | 2 | -7/+7 |
* | Fix importer host to bring up the browser window with the correct profile. | mirandac@chromium.org | 2011-06-17 | 1 | -1/+1 |
* | Make sure to pass non-null Profile object to ImporterHost::StartImportSettings | haraken@google.com | 2011-06-15 | 3 | -6/+20 |
* | importer: Add OWNERS file. | tfarina@chromium.org | 2011-06-15 | 1 | -0/+1 |
* | [Mac] Fix crash in GetFirefoxDylibPath(). | shess@chromium.org | 2011-06-10 | 1 | -7/+11 |
* | ui/base/models: Add empty() accessor to TreeNode class. | tfarina@chromium.org | 2011-06-08 | 1 | -1/+1 |
* | Changes TemplateURLModel into TemplateURLService. Changes all access points t... | erg@google.com | 2011-06-07 | 8 | -27/+31 |
* | Move UrlFetcher to content. I originally thought that it's only used by chro... | jam@chromium.org | 2011-06-01 | 1 | -1/+1 |
* | Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a... | chromium@hybridsource.org | 2011-05-28 | 2 | -4/+4 |
* | Many fixes to bookmark importing. | isherman@chromium.org | 2011-05-26 | 30 | -481/+350 |
* | Replace all usage of FileAutoDeleter with ScopedTempDir. | husky@google.com | 2011-05-25 | 2 | -22/+9 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Style cleanup in bookmarks import code | isherman@chromium.org | 2011-05-24 | 15 | -63/+57 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 2 | -3/+3 |
* | iwyu: Include stringprintf.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-11 | 3 | -5/+8 |
* | Allow the Firefox lock to be deleted on the main thread during import. | mirandac@chromium.org | 2011-05-11 | 1 | -0/+4 |
* | net: Move ResponseCookies into the net namespace. | tfarina@chromium.org | 2011-05-06 | 2 | -2/+2 |
* | Revert "importer: Some random cleanups." | tfarina@chromium.org | 2011-05-03 | 5 | -56/+57 |
* | Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r... | jam@chromium.org | 2011-05-02 | 1 | -2/+0 |
* | Chrome crashes on importing bookmark files from Bookmark Manager. | toyoshim@chromium.org | 2011-04-21 | 2 | -10/+49 |
* | first-run: Pull out FirstRunBrowserProcess/ImportObserver into their own head... | tfarina@chromium.org | 2011-04-15 | 1 | -0/+2 |