summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_bookmarks_module.cc
Commit message (Expand)AuthorAgeFilesLines
* Move bookmarks extension api implementation to bookmarks dir.aa@chromium.org2011-10-251-943/+0
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-4/+5
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-5/+5
* Reland r105832: NewRunnable* -> base::Bind for most of chrome/browser/extensi...adamk@chromium.org2011-10-181-3/+4
* Revert 105832 - NewRunnable* -> base::Bind for most of chrome/browser/extensi...adamk@chromium.org2011-10-171-4/+3
* NewRunnable* -> base::Bind for most of chrome/browser/extensions/.adamk@chromium.org2011-10-171-3/+4
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-1/+2
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-2/+1
* Profiles: Change bookmark notifications implementation.erg@chromium.org2011-08-161-3/+6
* Profiles: Bookmark notifications should listen to only a specific profile.erg@chromium.org2011-08-091-2/+3
* bookmarks: Convert GetURL/SetURL to unix_hacker style.tfarina@chromium.org2011-07-211-2/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* importer: Trivial change that changes NONE_IMPORTER to TYPE_UNKNOWN.tfarina@chromium.org2011-07-151-1/+1
* Adds code to track a set of expanded folders. This is going to be usedsky@chromium.org2011-07-131-1/+2
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+5
* Revert "Revert "Change extension event routers to not be singletons and to be...yoz@chromium.org2011-06-281-11/+12
* Revert "Change many extension event routers to not be singletons and to be mo...yoz@chromium.org2011-06-251-12/+11
* Change many extension event routers to not be singletons and to be more profi...yoz@chromium.org2011-06-251-11/+12
* Add bookmarks.getSubTree() function.bolms@chromium.org2011-06-031-0/+20
* ui/base/models: Use TreeNode::IsRoot in some obvious places.tfarina@chromium.org2011-06-011-2/+2
* Revert "Change event routers from singletons to being owned by the ExtensionS...yoz@chromium.org2011-05-271-4/+13
* Split UI-specific bits off ExtensionFunction into a separate class.mpcomplete@chromium.org2011-05-261-0/+1
* Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder."yfriedman@chromium.org2011-05-261-6/+2
* Change event routers from singletons to being owned by the ExtensionService.yoz@chromium.org2011-05-261-13/+4
* Renames BookmarkModelObserver::BookmarkNodeFaviconLoaded tosky@chromium.org2011-05-231-1/+1
* Re-land r84928: Move EFD to ExtensionTabHelper.aa@chromium.org2011-05-131-1/+1
* Revert "Re-land r84928: Move ExtensionFunctionDispatcher to"aa@chromium.org2011-05-121-1/+1
* Re-land r84928: Move ExtensionFunctionDispatcher toaa@chromium.org2011-05-111-1/+1
* Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh.""aa@chromium.org2011-05-111-1/+1
* Revert "Looks like this introduced leaks in sync ui tests. Sigh."aa@chromium.org2011-05-111-1/+1
* Looks like this introduced leaks in sync ui tests. Sigh.aa@chromium.org2011-05-111-1/+1
* Move ExtensionFunctionDispatcher to ExtensionTabHelper. Thisaa@chromium.org2011-05-111-1/+1
* Policy to manage file selection dialogs.pastarmovj@chromium.org2011-04-151-0/+7
* Bookmarks extension API checks if editing is allowed.joaodasilva@chromium.org2011-04-131-0/+17
* Fixed crash when exporting bookmarks.joaodasilva@chromium.org2011-04-131-7/+23
* importer: Cleanup ProfileInfo calls a little bit.tfarina@chromium.org2011-04-061-4/+4
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-061-1/+1
* importer: Refactor ImporterList so it doesn't have to know about Importer.tfarina@chromium.org2011-04-041-1/+1
* Use correct error message when someone attempts to create a new child of the ...bolms@chromium.org2011-03-301-1/+1
* Before object destruction, make sure that its select dialogs are told that weaarya@google.com2011-03-271-1/+6
* Coverity PASS_BY_VALUE fixesdpapad@chromium.org2011-03-241-1/+1
* importer: Remove unneeded includes of importer_host.htfarina@chromium.org2011-03-211-0/+1
* bookmarks: Rename AddGroup to AddFolder.tfarina@chromium.org2011-03-181-1/+1
* Some string updates after removing native options (part 1)estade@chromium.org2011-03-161-2/+2
* fav icon -> favicon. Pass 10: bookmarksavi@chromium.org2011-03-151-1/+1
* Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.tfarina@chromium.org2011-03-101-6/+6
* Rename TreeNode::GetParent() to TreeNode::parent(). Part 2tfarina@chromium.org2011-03-081-4/+4
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-1/+1
* Inserted default directory for the Export Bookmarks dialog boxdpapad@chromium.org2011-02-221-5/+10
* Pre-populating export bookamrks filename field with "bookmarks.html".vandebo@chromium.org2011-02-141-1/+40