summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_bookmark_manager_api.cc
Commit message (Expand)AuthorAgeFilesLines
* bookmarks: Fix an obvious typo in IDS_BOOMARK_*.tfarina@chromium.org2011-08-261-9/+9
* bookmarks: Convert GetURL/SetURL to unix_hacker style.tfarina@chromium.org2011-07-211-1/+1
* Move the RenderViewHostDelegate::BookmarkDrag interface to Chrome as the feat...ananta@chromium.org2011-07-011-5/+6
* Disable Bookmark Manager menus that change bookmarks when bookmark editingjoaodasilva@chromium.org2011-06-301-0/+8
* Split UI-specific bits off ExtensionFunction into a separate class.mpcomplete@chromium.org2011-05-261-0/+1
* Re-land r84928: Move EFD to ExtensionTabHelper.aa@chromium.org2011-05-131-7/+12
* Revert "Re-land r84928: Move ExtensionFunctionDispatcher to"aa@chromium.org2011-05-121-12/+7
* Re-land r84928: Move ExtensionFunctionDispatcher toaa@chromium.org2011-05-111-7/+12
* Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh.""aa@chromium.org2011-05-111-12/+7
* Revert "Looks like this introduced leaks in sync ui tests. Sigh."aa@chromium.org2011-05-111-7/+12
* Looks like this introduced leaks in sync ui tests. Sigh.aa@chromium.org2011-05-111-12/+7
* Move ExtensionFunctionDispatcher to ExtensionTabHelper. Thisaa@chromium.org2011-05-111-7/+12
* Bookmarks extension API checks if editing is allowed.joaodasilva@chromium.org2011-04-131-0/+13
* Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.tfarina@chromium.org2011-03-101-2/+2
* Rename TreeNode::GetParent() to TreeNode::parent(). Part 2tfarina@chromium.org2011-03-081-1/+1
* Rename IndexOfChild to GetIndexOf. Part 1tfarina@chromium.org2011-03-081-1/+1
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-2/+2
* WebUI: Move the remaining files from chrome/browser/webui to chrome/browser/u...tfarina@chromium.org2011-02-271-1/+1
* Reland "WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/w...tfarina@chromium.org2011-02-191-2/+2
* Revert 75453 - WebUI: Move more files from chrome/browser/dom_ui to chrome/br...scherkus@chromium.org2011-02-181-2/+2
* WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa...tfarina@chromium.org2011-02-181-2/+2
* Added an new argument to chrome.experimental.bookmarkManager.paste so that we...mad@chromium.org2011-02-101-5/+18
* WebUI: Rename ExtensionDOMUI to ExtensionWebUI.tfarina@chromium.org2011-02-051-8/+8
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* Rename BookmarkDragData to BookmarkNodeData. Part 2.tfarina@chromium.org2010-11-261-19/+19
* Pull events-related code out of ExtensionMessageService into its own class.mpcomplete@chromium.org2010-10-151-3/+3
* Ensure global extension events (like bookmarks) are sent to the incognitompcomplete@chromium.org2010-10-081-1/+1
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-1/+1
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-1/+1
* Convert more wide strings in browser/extensions.viettrungluu@chromium.org2010-08-141-60/+60
* Convert wide string constants in extension_bookmarks_module_constants.viettrungluu@chromium.org2010-08-131-2/+2
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-4/+4
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-3/+3
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-17/+16
* Bookmarks: Localize Recent and Search tree items.arv@chromium.org2010-05-171-1/+4
* Fix crash in bookmark manager dropping codefeldstein@chromium.org2010-04-211-2/+6
* Fixes bug where GetSubtreeBookmarkManagerFunction would crash ifsky@chromium.org2010-04-161-0/+4
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-141-1/+1
* Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...jochen@chromium.org2010-04-131-1/+1
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-131-1/+1
* Revert 44348 - Add support for restricting broadcasting events to extensions ...jochen@chromium.org2010-04-131-1/+1
* Add support for restricting broadcasting events to extensions based on host p...jochen@chromium.org2010-04-131-1/+1
* Add a folders_only and subtree api to bookmark managerfeldstein@chromium.org2010-04-021-0/+30
* Move onImportBegan/Ended to the regular bookmarks apifeldstein@chromium.org2010-03-261-64/+0
* Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In...aa@chromium.org2010-03-241-11/+29
* Move importer data types into a separate file to prepare for moving importermirandac@chromium.org2010-03-221-3/+4
* GTK: implement extension bookmark manager drag api.estade@chromium.org2010-03-181-29/+16
* Initial implementation of Drag and Drop for the extension BMM.feldstein@chromium.org2010-03-071-0/+2
* Bookmark manager fixesarv@chromium.org2010-03-021-1/+8