summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks
Commit message (Expand)AuthorAgeFilesLines
* bookmarks: Remove profile member from BookmarkInputWindowDialogController.tfarina@chromium.org2011-11-092-4/+1
* Change 'Add Page' to show a simple input dialog with --use-more-webui.mazda@chromium.org2011-11-097-183/+251
* Migrate NewRunnableMethod() to base::Bind() in bookmark_storage.ccisherman@chromium.org2011-11-041-2/+3
* Move BrowserThread to content namespace.joi@chromium.org2011-11-0210-0/+17
* gtk/bookmarks: Update the label of some dialog buttons.tfarina@chromium.org2011-11-021-1/+3
* bookmarks: Rename ExtensionBookmarkManagerEventRouter.tfarina@chromium.org2011-10-312-17/+16
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-289-25/+26
* Enable BookmarkContextMenuControllerTest.CutCopyPasteNode for aura builds.jennyz@chromium.org2011-10-271-8/+1
* Enable BookmarkUtilsTest.CopyPaste() test case for aura builds.jennyz@chromium.org2011-10-271-3/+0
* Fix yet another crash with bookmarks drag&drop on Mac.isherman@chromium.org2011-10-272-4/+4
* Make single item bookmark drags look nicer.avi@chromium.org2011-10-262-19/+129
* Fixed leak in ExtensionBookmarksTest.joaodasilva@chromium.org2011-10-252-26/+32
* Implement InputWindowDialog with WebUI for bookmark folder management.mazda@chromium.org2011-10-251-3/+0
* Move bookmarks extension api implementation to bookmarks dir.aa@chromium.org2011-10-2511-0/+2212
* Remove unneeded files; make the mac bookmark helper self-contained.avi@chromium.org2011-10-203-115/+127
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-5/+5
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-192-10/+11
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-195-39/+41
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-181-1/+1
* Permanent folders changesnoyau@chromium.org2011-10-183-29/+69
* record UMA histogram for different bookmark launch typesestade@chromium.org2011-10-182-0/+34
* Aura: unit_tests now run on Linuxjamescook@chromium.org2011-10-172-1/+11
* base::Bind: Convert FileUtilProxy::StatusCallback.jhawkins@chromium.org2011-10-171-3/+1
* Don't show URL for pending new navigations initiated by the renderer.creis@chromium.org2011-10-132-3/+5
* net: Move EscapeForHTML() functions into net namespace.tfarina@chromium.org2011-10-132-2/+2
* Move PageTransition into content namespace. While I'm touching all these file...jam@chromium.org2011-10-133-4/+4
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-1/+2
* Fixed behavior of the bookmark bar visibility.joaodasilva@chromium.org2011-10-114-17/+11
* bookmarks: Change some assertions to expectations in bookmark_utils unittests.tfarina@chromium.org2011-10-101-81/+80
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-082-3/+8
* Revert 104597 - base::Bind: Complete cleanup of history/.acolwell@chromium.org2011-10-072-8/+3
* base::Bind: Complete cleanup of history/.jhawkins@chromium.org2011-10-072-3/+8
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-072-2/+2
* Compile out Native under Aura when WebUI is available.saintlou@chromium.org2011-10-051-0/+9
* bookmarks: DoesBookmarkTextContainWords() should not use plain string-match f...tfarina@chromium.org2011-10-042-8/+32
* [Sync] Make bookmark_editor.expanded_nodes pref unsyncableakalin@chromium.org2011-09-291-1/+5
* Set parent_node in EditDetails::EditNode constructor.flackr@chromium.org2011-09-231-1/+3
* Add --use-more-webui runtime flag to toggle WebUI replacements for native dia...flackr@chromium.org2011-09-213-33/+82
* Revert 101785 - Add --use-more-webui runtime flag to toggle WebUI replacement...scherkus@chromium.org2011-09-193-82/+33
* Add --use-more-webui runtime flag to toggle WebUI replacements for native dia...flackr@chromium.org2011-09-193-33/+82
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-181-0/+3
* Revert 101581 - Add --use-more-webui runtime flag to toggle WebUI replacement...rsimha@chromium.org2011-09-163-82/+33
* Add --use-more-webui runtime flag to toggle WebUI replacements for native dia...flackr@chromium.org2011-09-163-33/+82
* Disable clipboard for bookmarks in TOUCH_UI buildswyck@chromium.org2011-09-142-1/+15
* Fixes possible deadlock between history and bookmarks. The deadlocksky@chromium.org2011-09-142-1/+12
* Revert 100991 - Disable clipboard for bookmarks in TOUCH_UI buildsericu@google.com2011-09-131-7/+0
* Disable clipboard for bookmarks in TOUCH_UI buildswyck@chromium.org2011-09-131-0/+7
* Preliminary work to allow Chrome to build with USE_AURA.ben@chromium.org2011-09-061-2/+2
* bookmarks: Split BookmarkModel::SetURLStarred in two helper functions in book...tfarina@chromium.org2011-09-035-35/+36
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1