summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-082-5/+11
* Rename ChromeThread to BrowserThread Part 1:tfarina@chromium.org2010-10-057-26/+26
* Fix unittest to not use an invalid GURL, as the underlying bookmarks APIs exp...pkasting@chromium.org2010-09-281-2/+2
* Temporarily disable a test that's failing a CHECK so the suite will keep runn...pkasting@chromium.org2010-09-281-1/+1
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* FBTF: Move ctors/dtors into cc files.erg@google.com2010-09-1310-44/+97
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-012-1/+4
* Convert wstrings in bookmarks, part 1000000.viettrungluu@chromium.org2010-08-314-43/+50
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-3011-39/+35
* bookmarks: Add HasBookmarks() method to BookmarkModel API.tfarina@chromium.org2010-08-273-0/+16
* Remove wstrings from bookmarks, part 16.viettrungluu@chromium.org2010-08-263-6/+9
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-264-4/+4
* Remove wstrings from bookmarks, part 15.viettrungluu@chromium.org2010-08-263-27/+26
* Remove wstrings from bookmarks, part 14.viettrungluu@chromium.org2010-08-251-2/+2
* Remove wstrings from bookmarks, part 13.viettrungluu@chromium.org2010-08-252-28/+28
* Fix small bug in BookmarkDragData: GURL specs are UTF-8, not ASCII.viettrungluu@chromium.org2010-08-231-1/+1
* Remove wstrings from bookmarks, part 12.viettrungluu@chromium.org2010-08-222-4/+5
* Remove wstrings from bookmarks, part 11.viettrungluu@chromium.org2010-08-224-79/+67
* Remove wstrings in bookmarks, part 10.viettrungluu@chromium.org2010-08-223-24/+24
* Remove wstrings from bookmarks, part 7.viettrungluu@chromium.org2010-08-212-6/+8
* Remove wstrings from bookmarks, part 6.viettrungluu@chromium.org2010-08-213-11/+1
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-212-2/+3
* Make TestingProfile use ScopedTempDir.phajdan.jr@chromium.org2010-08-201-2/+2
* FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ...viettrungluu@chromium.org2010-08-201-1/+0
* Remove wstrings in bookmarks, part 5.viettrungluu@chromium.org2010-08-204-20/+10
* Convert wstrings in bookmarks, part 4.viettrungluu@chromium.org2010-08-204-10/+11
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-192-3/+2
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-192-2/+3
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-2/+1
* Remove wstrings from bookmarks, part 3.viettrungluu@chromium.org2010-08-1910-85/+80
* Convert strings in bookmarks, part 2.viettrungluu@chromium.org2010-08-184-42/+32
* Remove wstrings from bookmarks, part 1 (of many).viettrungluu@chromium.org2010-08-184-41/+12
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-1/+0
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-131-0/+3
* Use GetTitleAsString16 instead of GetTitle that returns std::wstring.tfarina@chromium.org2010-08-121-23/+25
* Added a method to check if a browser is closing.pinkerton@chromium.org2010-08-101-0/+3
* Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.viettrungluu@chromium.org2010-08-056-11/+3
* Rename GetStringAsUTF16() to GetString() (and overload), etc.viettrungluu@chromium.org2010-08-042-25/+25
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-2/+2
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-032-0/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-313-8/+15
* Fix bad license header under chrome/ directory.tfarina@chromium.org2010-07-311-28/+3
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-303-11/+13
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-292-3/+0
* browser: Fix some presubmit errors.tfarina@chromium.org2010-07-281-4/+4
* Fix lines longer than 80 characters.tfarina@chromium.org2010-07-281-1/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2617-0/+17
* GTK: improve clipboard compatibility with firefox + evolution.estade@chromium.org2010-07-201-2/+5
* Fixes bug in pasting bookmarks from the context menu that could resultsky@chromium.org2010-07-011-1/+1
* Make a new yes/no messagebox wrapper function, use it in the bookmark alert.avi@chromium.org2010-06-251-30/+6