| Commit message (Expand) | Author | Age | Files | Lines |
* | FBTF: Small nits; moving virtual methods to implementation. | erg@google.com | 2010-10-08 | 2 | -5/+11 |
* | Rename ChromeThread to BrowserThread Part 1: | tfarina@chromium.org | 2010-10-05 | 7 | -26/+26 |
* | Fix unittest to not use an invalid GURL, as the underlying bookmarks APIs exp... | pkasting@chromium.org | 2010-09-28 | 1 | -2/+2 |
* | Temporarily disable a test that's failing a CHECK so the suite will keep runn... | pkasting@chromium.org | 2010-09-28 | 1 | -1/+1 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -0/+1 |
* | FBTF: Move ctors/dtors into cc files. | erg@google.com | 2010-09-13 | 10 | -44/+97 |
* | FBTF: Move more ctors/dtors from headers to implementation. | erg@google.com | 2010-09-01 | 2 | -1/+4 |
* | Convert wstrings in bookmarks, part 1000000. | viettrungluu@chromium.org | 2010-08-31 | 4 | -43/+50 |
* | Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ... | viettrungluu@chromium.org | 2010-08-30 | 11 | -39/+35 |
* | bookmarks: Add HasBookmarks() method to BookmarkModel API. | tfarina@chromium.org | 2010-08-27 | 3 | -0/+16 |
* | Remove wstrings from bookmarks, part 16. | viettrungluu@chromium.org | 2010-08-26 | 3 | -6/+9 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 4 | -4/+4 |
* | Remove wstrings from bookmarks, part 15. | viettrungluu@chromium.org | 2010-08-26 | 3 | -27/+26 |
* | Remove wstrings from bookmarks, part 14. | viettrungluu@chromium.org | 2010-08-25 | 1 | -2/+2 |
* | Remove wstrings from bookmarks, part 13. | viettrungluu@chromium.org | 2010-08-25 | 2 | -28/+28 |
* | Fix small bug in BookmarkDragData: GURL specs are UTF-8, not ASCII. | viettrungluu@chromium.org | 2010-08-23 | 1 | -1/+1 |
* | Remove wstrings from bookmarks, part 12. | viettrungluu@chromium.org | 2010-08-22 | 2 | -4/+5 |
* | Remove wstrings from bookmarks, part 11. | viettrungluu@chromium.org | 2010-08-22 | 4 | -79/+67 |
* | Remove wstrings in bookmarks, part 10. | viettrungluu@chromium.org | 2010-08-22 | 3 | -24/+24 |
* | Remove wstrings from bookmarks, part 7. | viettrungluu@chromium.org | 2010-08-21 | 2 | -6/+8 |
* | Remove wstrings from bookmarks, part 6. | viettrungluu@chromium.org | 2010-08-21 | 3 | -11/+1 |
* | Re-land r56742 now with correct database files | brettw@chromium.org | 2010-08-21 | 2 | -2/+3 |
* | Make TestingProfile use ScopedTempDir. | phajdan.jr@chromium.org | 2010-08-20 | 1 | -2/+2 |
* | FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ... | viettrungluu@chromium.org | 2010-08-20 | 1 | -1/+0 |
* | Remove wstrings in bookmarks, part 5. | viettrungluu@chromium.org | 2010-08-20 | 4 | -20/+10 |
* | Convert wstrings in bookmarks, part 4. | viettrungluu@chromium.org | 2010-08-20 | 4 | -10/+11 |
* | Revert 56742 - A new field to describe the sources of history urls(visits) is... | brettw@chromium.org | 2010-08-19 | 2 | -3/+2 |
* | A new field to describe the sources of history urls(visits) is added. This fi... | brettw@chromium.org | 2010-08-19 | 2 | -2/+3 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 1 | -2/+1 |
* | Remove wstrings from bookmarks, part 3. | viettrungluu@chromium.org | 2010-08-19 | 10 | -85/+80 |
* | Convert strings in bookmarks, part 2. | viettrungluu@chromium.org | 2010-08-18 | 4 | -42/+32 |
* | Remove wstrings from bookmarks, part 1 (of many). | viettrungluu@chromium.org | 2010-08-18 | 4 | -41/+12 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -1/+0 |
* | FBTF: Forward declare everything possible in testing_profile.h | erg@google.com | 2010-08-13 | 1 | -0/+3 |
* | Use GetTitleAsString16 instead of GetTitle that returns std::wstring. | tfarina@chromium.org | 2010-08-12 | 1 | -23/+25 |
* | Added a method to check if a browser is closing. | pinkerton@chromium.org | 2010-08-10 | 1 | -0/+3 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 6 | -11/+3 |
* | Rename GetStringAsUTF16() to GetString() (and overload), etc. | viettrungluu@chromium.org | 2010-08-04 | 2 | -25/+25 |
* | Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). | viettrungluu@chromium.org | 2010-08-04 | 1 | -2/+2 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 2 | -0/+2 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 3 | -8/+15 |
* | Fix bad license header under chrome/ directory. | tfarina@chromium.org | 2010-07-31 | 1 | -28/+3 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 3 | -11/+13 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 2 | -3/+0 |
* | browser: Fix some presubmit errors. | tfarina@chromium.org | 2010-07-28 | 1 | -4/+4 |
* | Fix lines longer than 80 characters. | tfarina@chromium.org | 2010-07-28 | 1 | -1/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 17 | -0/+17 |
* | GTK: improve clipboard compatibility with firefox + evolution. | estade@chromium.org | 2010-07-20 | 1 | -2/+5 |
* | Fixes bug in pasting bookmarks from the context menu that could result | sky@chromium.org | 2010-07-01 | 1 | -1/+1 |
* | Make a new yes/no messagebox wrapper function, use it in the bookmark alert. | avi@chromium.org | 2010-06-25 | 1 | -30/+6 |