summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-3/+4
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-4/+3
* ui/base/models: Add empty() accessor to TreeNode class.tfarina@chromium.org2011-06-081-2/+1
* FilePath: remove some functions that aren't really used.evan@chromium.org2011-05-312-12/+20
* Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder."yfriedman@chromium.org2011-05-2613-110/+371
* Many fixes to bookmark importing.isherman@chromium.org2011-05-261-13/+7
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-252-2/+2
* Renames BookmarkModelObserver::BookmarkNodeFaviconLoaded tosky@chromium.org2011-05-235-38/+41
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* Adds two methods to the MenuDelegate I'm going to need for bookmarksky@chromium.org2011-05-191-2/+1
* history: Rename the second version of ParserQuery() to ParseQueryNodes().tfarina@chromium.org2011-05-192-4/+4
* Fix bug 79905: Drag and drop of "DownloadURL" type ignores specified filename...jianli@chromium.org2011-05-181-1/+1
* Revert 84829 - Initial implementation of "Synced Bookmarks" folder.yfriedman@chromium.org2011-05-1112-263/+106
* Initial implementation of "Synced Bookmarks" folder.yfriedman@chromium.org2011-05-1012-106/+263
* Refactor preference syncing.zea@chromium.org2011-05-091-2/+6
* FTP: split the directory listing parser test and re-enable it on TSan botsphajdan.jr@chromium.org2011-05-062-8/+11
* Browser::Type cleanup.jianli@chromium.org2011-05-051-1/+1
* Cleanup: Remove unneeded includes to query_parser.htfarina@chromium.org2011-04-301-2/+1
* Favicon file shuffling.avi@chromium.org2011-04-281-1/+1