| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -0/+11 |
* | Re-introducing the toolbar importer code.This is the same code that was remov... | brg@chromium.com | 2009-04-16 | 1 | -0/+44 |
* | 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 | 1 | -1/+0 |
* | 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 | 1 | -1/+4 |
* | Re-land r10564 with a fix for unit tests. Fixed a typo in an ifdef. | jhawkins@chromium.org | 2009-02-27 | 1 | -1/+8 |
* | Reverting 10564. | jhawkins@chromium.org | 2009-02-27 | 1 | -8/+1 |
* | Make firefox_importer_utils.cc compile on Posix. | jhawkins@chromium.org | 2009-02-27 | 1 | -1/+8 |
* | Make importer.cc compile on Posix. | jhawkins@chromium.org | 2009-02-26 | 1 | -5/+27 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -2/+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 | 1 | -7/+10 |
* | Two things: | ben@chromium.org | 2009-01-24 | 1 | -0/+1 |
* | Pull toolbar importer from trunk. | brg@chromium.com | 2009-01-23 | 1 | -39/+0 |
* | Add a PNGEncoder helper function that takes an SkBitmap, | nick@chromium.org | 2009-01-23 | 1 | -4/+1 |
* | 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 |
* | Move search engines files into subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | 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 | 1 | -0/+1 |
* | Make the autocomplete system and various other connected bits of code use GUR... | pkasting@chromium.org | 2008-12-10 | 1 | -3/+2 |
* | 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 |
* | Move convolver and image_operations from base/gfx to skia/ext. This is just | brettw@google.com | 2008-12-03 | 1 | -1/+1 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 1 | -3/+3 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 1 | -3/+3 |
* | Revert change 6149 because it broke the unit tests on windows. | nsylvain@chromium.org | 2008-12-01 | 1 | -1/+0 |
* | browser porting, part 2 - importer | agl@chromium.org | 2008-12-01 | 1 | -0/+1 |
* | Adds import/export of bookmarks to bookmarks.html file. | sky@google.com | 2008-11-07 | 1 | -43/+91 |
* | Toolbar Importer Pass2 | brg@chromium.com | 2008-11-06 | 1 | -22/+56 |
* | Toolbar Import - Issue 8801, migrated from public tree to svn enlistment. | brg@chromium.com | 2008-11-04 | 1 | -1/+63 |
* | On first run process the master prefs json, only one entry matters to us. | cpu@google.com | 2008-10-31 | 1 | -4/+9 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -2/+2 |
* | Fixes bug in importer where we could set the default search provider | sky@google.com | 2008-09-26 | 1 | -14/+42 |
* | Changes the bookmark model to allow more than one bookmark to | sky@google.com | 2008-09-19 | 1 | -2/+2 |
* | Move importer files into an importer subdirectory. | beng@google.com | 2008-09-13 | 1 | -0/+541 |