summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-279-21/+12
* bookmarks: Fix an obvious typo in IDS_BOOMARK_*.tfarina@chromium.org2011-08-268-22/+23
* Call GenerateSafeFilename() from GetSuggestedFilename().asanka@chromium.org2011-08-201-1/+1
* Use bookmark manager to add/edit bookmark pages with webui_dialogs=1.flackr@chromium.org2011-08-172-1/+15
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-172-2/+2
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-119-9/+9
* GTTF: Use a fresh TestingBrowserProcess for each test, part #5phajdan.jr@chromium.org2011-08-111-1/+2
* bookmarks: Add more keyboard accelerators to bookmark bar context menu.tfarina@chromium.org2011-08-101-1/+1
* Revert 96098 - ui_tests began crashingrsleevi@chromium.org2011-08-101-2/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #5phajdan.jr@chromium.org2011-08-091-1/+2
* browser: Abstract message box dialog functions into its own header file.tfarina@chromium.org2011-08-091-3/+3
* Converted IncognitoForced boolean policy into IncognitoModeAvailability enum ...rustema@google.com2011-08-051-4/+10
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-033-3/+6
* This is only the first part of the refactoring. The old method was preservedadriansc@google.com2011-08-022-8/+22
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-017-7/+7
* bookmarks: Simplify is_permanent_node() implementation.tfarina@chromium.org2011-07-292-28/+20
* Fixes regression in RecentlyUsedFoldersComboModel that resulted insky@chromium.org2011-07-292-6/+66
* Move more files from chrome/test to chrome/test/base, part #2phajdan.jr@chromium.org2011-07-291-1/+1
* bookmarks: Improve the documentation comments of BookmarkModel methods.tfarina@chromium.org2011-07-291-18/+17
* MD5Update function uses StringPiece instead of raw buffer.dominich@chromium.org2011-07-261-2/+5
* bookmarks: Add const to IsLoaded() method.tfarina@chromium.org2011-07-252-7/+8
* bookmarks: Add missing OVERRIDE annotations to virtual method implementations.tfarina@chromium.org2011-07-232-24/+28
* bookmarks: Convert GetBookmarkBarNode() to unix_hacker style.tfarina@chromium.org2011-07-2213-110/+106
* bookmarks: Convert GetURL/SetURL to unix_hacker style.tfarina@chromium.org2011-07-2113-45/+43
* bookmarks: Don't expose an implementation detail function through BookmarkNod...tfarina@chromium.org2011-07-212-32/+30
* Make PageNavigator::OpenURL and TabContentsDelegate::OpenURLFromTab return a ...jochen@chromium.org2011-07-202-9/+10
* bookmarks: Use string16 instead of std::wstring in bookmark_node_data_unittes...tfarina@chromium.org2011-07-201-2/+2
* Revert "bookmarks: Wrap BookmarkCodec unittests into unnamed namespace."evan@chromium.org2011-07-181-3/+3
* bookmarks: Wrap BookmarkCodec unittests into unnamed namespace.tfarina@chromium.org2011-07-181-3/+3
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-182-7/+7
* Make bookmark manager from context menu open open in the selected folder.gbillock@chromium.org2011-07-161-8/+14
* bookmarks: Remove unnecessary WideToUTF16Hack conversions now that title is a...tfarina@chromium.org2011-07-154-14/+13
* bookmarks: Trivial changes in bookmark_model_unittest.cctfarina@chromium.org2011-07-141-78/+68
* Add missing virtual to destructor to make clang happy.sky@chromium.org2011-07-131-1/+1
* Adds code to track a set of expanded folders. This is going to be usedsky@chromium.org2011-07-1310-49/+270
* Make "Open all bookmarks in incognito window" work again.mirandac@chromium.org2011-07-131-0/+3
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-7/+10
* bookmarks: Remove unused gtest_prod.h include from bookmark_model.htfarina@chromium.org2011-07-121-10/+8
* Add a 'Delete' option in the bookmark editor dialog for gtk and windows.sadrul@chromium.org2011-07-112-0/+44
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-108-23/+28
* bookmarks: Forward declare BookmarkModelObserver in bookmark_model.htfarina@chromium.org2011-07-083-18/+23
* Pre-fill the 'Add Page' bookmark window with the current page (gtk and windows).sadrul@chromium.org2011-07-082-0/+16
* bookmarks: Rename |loaded_favicon_| to |is_favicon_loaded_| so it matches wit...tfarina@chromium.org2011-07-082-57/+50
* Rename app_strings to ui_strings.tfarina@chromium.org2011-07-071-1/+1
* bookmarks: Get rid of BookmarkNode::Reset() method.tfarina@chromium.org2011-07-013-38/+5
* bookmarks: Create root nodes from BookmarNode Type.tfarina@chromium.org2011-06-302-46/+19
* bookmarks: Check if a bookmark node is an url by using is_url() method.tfarina@chromium.org2011-06-275-10/+10
* Convert InputWindowDialog from wstring to string16.tfarina@chromium.org2011-06-242-19/+16
* Change BrowserList::GetLastActive to respect the profile for which it's launc...mirandac@chromium.org2011-06-171-3/+6
* Re-land:ben@chromium.org2011-06-161-4/+3