| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename IndexOfChild to GetIndexOf. Part 1 | tfarina@chromium.org | 2011-03-08 | 1 | -5/+5 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -8/+8 |
* | Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage. | thestig@chromium.org | 2011-01-15 | 1 | -1/+3 |
* | Remove wstring from l10n_util. Part 8, the last part. | avi@chromium.org | 2011-01-07 | 1 | -3/+2 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Rename BookmarkDragData to BookmarkNodeData. Part 1. | tfarina@chromium.org | 2010-11-20 | 1 | -2/+2 |
* | Rename CloneDragData to CloneBookmarkNode. | tfarina@chromium.org | 2010-11-13 | 1 | -2/+2 |
* | FBTF: Small nits; moving virtual methods to implementation. | erg@google.com | 2010-10-08 | 1 | -0/+9 |
* | FBTF: Move ctors/dtors into cc files. | erg@google.com | 2010-09-13 | 1 | -0/+3 |
* | Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ... | viettrungluu@chromium.org | 2010-08-30 | 1 | -4/+4 |
* | bookmarks: Add HasBookmarks() method to BookmarkModel API. | tfarina@chromium.org | 2010-08-27 | 1 | -0/+5 |
* | Remove wstrings from bookmarks, part 16. | viettrungluu@chromium.org | 2010-08-26 | 1 | -3/+4 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Remove wstrings from bookmarks, part 11. | viettrungluu@chromium.org | 2010-08-22 | 1 | -2/+1 |
* | Remove wstrings from bookmarks, part 7. | viettrungluu@chromium.org | 2010-08-21 | 1 | -4/+6 |
* | Remove wstrings from bookmarks, part 6. | viettrungluu@chromium.org | 2010-08-21 | 1 | -6/+0 |
* | Remove wstrings in bookmarks, part 5. | viettrungluu@chromium.org | 2010-08-20 | 1 | -8/+0 |
* | Remove wstrings from bookmarks, part 3. | viettrungluu@chromium.org | 2010-08-19 | 1 | -7/+0 |
* | Convert strings in bookmarks, part 2. | viettrungluu@chromium.org | 2010-08-18 | 1 | -9/+2 |
* | Remove wstrings from bookmarks, part 1 (of many). | viettrungluu@chromium.org | 2010-08-18 | 1 | -19/+1 |
* | Fix various uses of release() that did not check its value | estade@chromium.org | 2010-05-04 | 1 | -4/+3 |
* | Remove extra notification from BookmarkModel::Copy. | skrul@chromium.org | 2010-04-16 | 1 | -3/+2 |
* | Remove bookmarks log message. | dhollowa@chromium.org | 2010-04-02 | 1 | -2/+0 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | Change so that the extension favicon is read on the UI thread since extension... | arv@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Add bookmark copying while dragging by holding down the <option> key. | mrossetti@chromium.org | 2010-03-11 | 1 | -0/+27 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Implement BookmarkModel::SetUrl | arv@chromium.org | 2010-02-09 | 1 | -0/+40 |
* | Add import/export extension apis | feldstein@chromium.org | 2010-01-28 | 1 | -0/+10 |
* | remove ICU includes from l10n_util.h | evan@chromium.org | 2010-01-25 | 1 | -0/+1 |
* | Use string16 instead of wstring in bookmark data model. | munjal@chromium.org | 2010-01-11 | 1 | -2/+48 |
* | Lands http://codereview.chromium.org/469009 for Thiago: | sky@chromium.org | 2009-12-16 | 1 | -9/+9 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-12-02 | 1 | -4/+5 |
* | Fix browser crash on startup. | ukai@chromium.org | 2009-10-27 | 1 | -1/+1 |
* | Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data; | erg@google.com | 2009-10-22 | 1 | -1/+1 |
* | Lands http://codereview.chromium.org/272036 for Thiago: | sky@chromium.org | 2009-10-19 | 1 | -6/+6 |
* | Add NOTREACHED for someone trying to change the title on the bookmark bar fol... | thomasvl@chromium.org | 2009-10-19 | 1 | -0/+5 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -3/+3 |
* | Adds a FaviconService class tied to the profile. | arv@google.com | 2009-08-28 | 1 | -12/+11 |
* | Do at least some rudimentary sorting of bookmarked URLs in the omnibox dropdo... | pkasting@chromium.org | 2009-08-28 | 1 | -4/+4 |
* | Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on... | jshin@chromium.org | 2009-08-18 | 1 | -5/+5 |
* | Revert of r22559. | aa@chromium.org | 2009-08-06 | 1 | -1/+1 |
* | Bunch of Coverity fixes, rather minor severity. | phajdan.jr@chromium.org | 2009-08-06 | 1 | -1/+1 |
* | Try the original CL "Always persist bookmark IDs" again with the fix to | munjal@chromium.org | 2009-07-13 | 1 | -45/+14 |
* | Revert "Always persist bookmark IDs." | tc@google.com | 2009-07-13 | 1 | -14/+45 |
* | Always persist bookmark IDs. | munjal@chromium.org | 2009-07-13 | 1 | -45/+14 |
* | Lands http://codereview.chromium.org/155128 for Thiago. | sky@chromium.org | 2009-07-08 | 1 | -12/+25 |