summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_bookmark_helpers.cc
Commit message (Expand)AuthorAgeFilesLines
* Move bookmarks extension api implementation to bookmarks dir.aa@chromium.org2011-10-251-107/+0
* extensions: Avoid an unnecessary temp variable of node child_count().tfarina@chromium.org2011-09-091-35/+29
* 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-2/+2
* ui/base/models: Add empty() accessor to TreeNode class.tfarina@chromium.org2011-06-081-1/+1
* Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder."yfriedman@chromium.org2011-05-261-5/+8
* Revert 84829 - Initial implementation of "Synced Bookmarks" folder.yfriedman@chromium.org2011-05-111-1/+0
* Initial implementation of "Synced Bookmarks" folder.yfriedman@chromium.org2011-05-101-0/+1
* bookmarks: Rename entries with GroupModified to FolderModified.tfarina@chromium.org2011-03-121-1/+2
* bookmarks: Rename entries with group_modified to folder_modified.tfarina@chromium.org2011-03-111-1/+1
* 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-2/+2
* Rename IndexOfChild to GetIndexOf. Part 1tfarina@chromium.org2011-03-081-3/+3
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-011-3/+3
* Remove the wstring TreeModelNode::GetTitle() and rename GetTitleAsString16() ...viettrungluu@chromium.org2010-08-301-1/+1
* Convert wide string constants in extension_bookmarks_module_constants.viettrungluu@chromium.org2010-08-131-1/+1
* Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.viettrungluu@chromium.org2010-08-051-0/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-3/+3
* Add a folders_only and subtree api to bookmark managerfeldstein@chromium.org2010-04-021-0/+107