summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove executable bits.hbono@chromium.org2012-06-181-0/+0
* bookmarks: Fix compilation on linux_aura.tfarina@chromium.org2012-06-171-2/+2
* bookmarks: Do not depend on bookmark_bar_view.h in BookmarkContextMenuControl...tfarina@chromium.org2012-06-171-0/+14
* TabContentsWrapper -> TabContents, part 7.avi@chromium.org2012-06-071-4/+4
* browser: Fold ShowQuestionMessageBox() into ShowMessageBox() function.tfarina@chromium.org2012-05-261-7/+8
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-4/+4
* Move chrome/browser/simple_message_box.h to chrome/browser/ui.thestig@chromium.org2012-05-131-1/+1
* browser: Rename two message box functions to more accurate names.tfarina@chromium.org2012-04-231-4/+4
* TabContents -> WebContentsImpl, part 5.avi@chromium.org2012-04-111-2/+2
* Fix drag&drop not working in the bookmark manager after the TabContentsViewWi...jam@chromium.org2012-04-031-4/+9
* bookmarks: Fix extraneous ampersand (&) character in bookmarks delete confirm...tfarina@chromium.org2012-03-141-1/+1
* Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used outsid...jam@chromium.org2012-03-051-1/+1
* ash: Allow dragging using touch/gesture events.sadrul@chromium.org2012-02-221-1/+1
* bookmarks: Do not DCHECK new_browser after checking its nullity.tfarina@chromium.org2012-02-171-2/+1
* Toward an android build of sync_unit_tests: OWNERS=skyjrg@chromium.org2012-01-271-2/+2
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-2/+2
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-9/+9
* Move the PageNavigator interface and GlobalRequestID struct to content\public...jam@chromium.org2011-12-281-13/+5
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-1/+0
* Replace the GURL referrer field of OpenURLParams with a content::Referrerjochen@chromium.org2011-12-051-4/+6
* Adds back BookmarkNode::IsVisible. Turns out we want to conditionallysky@chromium.org2011-12-031-2/+9
* BookmarkModel cleanup. synced_node is now mobile_node and I'm nukingsky@chromium.org2011-12-011-9/+2
* views: Move some random files from views/ to ui/views/.tfarina@chromium.org2011-11-301-1/+1
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-2/+2
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-2/+2
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-2/+2
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-1/+1
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-1/+1
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-181-1/+1
* Permanent folders changesnoyau@chromium.org2011-10-181-16/+21
* record UMA histogram for different bookmark launch typesestade@chromium.org2011-10-181-0/+10
* Don't show URL for pending new navigations initiated by the renderer.creis@chromium.org2011-10-131-2/+3
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-131-2/+2
* Fixed behavior of the bookmark bar visibility.joaodasilva@chromium.org2011-10-111-9/+0
* bookmarks: DoesBookmarkTextContainWords() should not use plain string-match f...tfarina@chromium.org2011-10-041-8/+7
* bookmarks: Split BookmarkModel::SetURLStarred in two helper functions in book...tfarina@chromium.org2011-09-031-0/+25
* bookmarks: Fix an obvious typo in IDS_BOOMARK_*.tfarina@chromium.org2011-08-261-1/+1
* Call GenerateSafeFilename() from GetSuggestedFilename().asanka@chromium.org2011-08-201-1/+1
* browser: Abstract message box dialog functions into its own header file.tfarina@chromium.org2011-08-091-3/+3
* This is only the first part of the refactoring. The old method was preservedadriansc@google.com2011-08-021-6/+13
* bookmarks: Convert GetBookmarkBarNode() to unix_hacker style.tfarina@chromium.org2011-07-221-2/+2
* bookmarks: Convert GetURL/SetURL to unix_hacker style.tfarina@chromium.org2011-07-211-4/+5
* Make PageNavigator::OpenURL and TabContentsDelegate::OpenURLFromTab return a ...jochen@chromium.org2011-07-201-5/+5
* Make "Open all bookmarks in incognito window" work again.mirandac@chromium.org2011-07-131-0/+3
* Add a 'Delete' option in the bookmark editor dialog for gtk and windows.sadrul@chromium.org2011-07-111-0/+36
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-1/+2
* Pre-fill the 'Add Page' bookmark window with the current page (gtk and windows).sadrul@chromium.org2011-07-081-0/+10
* Rename app_strings to ui_strings.tfarina@chromium.org2011-07-071-1/+1
* 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