| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ImportantFileWriter | phajdan.jr@chromium.org | 2009-04-28 | 1 | -2/+2 |
* | Importer should import browser data from the browser that user selected. | kuchhal@chromium.org | 2009-04-23 | 2 | -0/+14 |
* | Valgrind reports memory leak in unit test. This is true since we had re-used... | brg@chromium.com | 2009-04-17 | 1 | -26/+38 |
* | Fix break due to disabling Toolbar5Importer test. | scherkus@chromium.org | 2009-04-17 | 1 | -1/+1 |
* | Disabled Toolbar5ImporterTest.BookmarkParse due to failing valgrind/purify te... | scherkus@chromium.org | 2009-04-17 | 1 | -1/+3 |
* | Re-introducing the toolbar importer code.This is the same code that was remov... | brg@chromium.com | 2009-04-16 | 5 | -0/+1260 |
* | Makes the omnibox show past searches and suggestions for keywords. | sky@chromium.org | 2009-04-14 | 1 | -2/+1 |
* | bustage fix - moved file | ben@chromium.org | 2009-03-17 | 1 | -1/+1 |
* | Removed unneeded includes of base/time.h. | thestig@chromium.org | 2009-03-16 | 2 | -2/+0 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 8 | -10/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 2 | -3/+3 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 1 | -13/+13 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -13/+13 |
* | Port Replace(First)SubstringsAfterOffset to string16. | dsh@google.com | 2009-03-03 | 2 | -6/+16 |
* | Wires up sorting of bookmarks to the 'organize menu' in the bookmark | sky@google.com | 2009-02-27 | 1 | -0/+2 |
* | Re-land r10564 with a fix for unit tests. Fixed a typo in an ifdef. | jhawkins@chromium.org | 2009-02-27 | 3 | -39/+91 |
* | Reverting 10564. | jhawkins@chromium.org | 2009-02-27 | 3 | -91/+39 |
* | Make firefox_importer_utils.cc compile on Posix. | jhawkins@chromium.org | 2009-02-27 | 3 | -39/+91 |
* | Make importer.cc compile on Posix. | jhawkins@chromium.org | 2009-02-26 | 2 | -6/+32 |
* | Revert change made in http://codereview.chromium.org/10925. | mad@chromium.org | 2009-02-26 | 1 | -9/+4 |
* | Coalesce more hardcoded schemes to using predefined constants. | brettw@chromium.org | 2009-02-26 | 2 | -4/+9 |
* | Fix all places where we used the GetWinVersion function | nsylvain@chromium.org | 2009-02-25 | 1 | -1/+1 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 4 | -6/+4 |
* | Fix some GCC 4.3 warnings. | evan@chromium.org | 2009-02-19 | 1 | -1/+1 |
* | Remove the executable bit from a bunch of files that shouldn't have had it. | evan@chromium.org | 2009-02-12 | 1 | -0/+0 |
* | Fix a bunch of header includes. I removed some unnecessary headers from a | brettw@chromium.org | 2009-02-01 | 1 | -0/+1 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 2 | -8/+11 |
* | Correct sqlite wrapper behavior on systems where wchar_t is UTF-32, | phajdan.jr@chromium.org | 2009-01-30 | 1 | -3/+3 |
* | Two things: | ben@chromium.org | 2009-01-24 | 1 | -0/+1 |
* | Pull toolbar importer from trunk. | brg@chromium.com | 2009-01-23 | 5 | -1243/+0 |
* | Add a PNGEncoder helper function that takes an SkBitmap, | nick@chromium.org | 2009-01-23 | 1 | -4/+1 |
* | Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII(""). | deanm@chromium.org | 2009-01-22 | 1 | -3/+3 |
* | Move url_* to net subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Move search code to a subdir | ben@chromium.org | 2009-01-16 | 5 | -8/+8 |
* | Fie. | ben@chromium.org | 2009-01-15 | 5 | -8/+8 |
* | Move search engines files into subdir | ben@chromium.org | 2009-01-15 | 5 | -8/+8 |
* | Move password manager files into a subdir | ben@chromium.org | 2009-01-15 | 3 | -3/+3 |
* | Regression for importer. Updated the code to reflect the coding standards of... | brg@chromium.com | 2009-01-13 | 3 | -228/+221 |
* | Move Image operations and convolver to the skia namespace and clean up a few ... | brettw@google.com | 2008-12-12 | 1 | -3/+2 |
* | browser porting, part 2 - importer | phajdan.jr@chromium.org | 2008-12-12 | 12 | -47/+212 |
* | Move file enumeration to filepaths. | avi@google.com | 2008-12-11 | 2 | -8/+9 |
* | Make the autocomplete system and various other connected bits of code use GUR... | pkasting@chromium.org | 2008-12-10 | 1 | -3/+2 |
* | Adds NULL checks for LoadLibrary and GetProcAddress calls in | sky@google.com | 2008-12-10 | 1 | -0/+6 |
* | Reverting 6709,6708,6706. | brettw@google.com | 2008-12-10 | 1 | -3/+3 |
* | Remove base dependency from image_operations and associated unittests. I also... | brettw@google.com | 2008-12-10 | 1 | -3/+3 |