summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_bookmarks_module.cc
Commit message (Expand)AuthorAgeFilesLines
* Adds bookmarks.getRecent that returns the recently bookmarked items.arv@chromium.org2009-12-181-0/+20
* Add ExtensionsQuotaService to limit abusive amounts of requeststim@chromium.org2009-12-041-33/+280
* Add extensions BookmarkModel observer automatically when manifest has bookmar...mattm@chromium.org2009-11-201-5/+0
* Linux: fix uninit warnings when building -Os.agl@chromium.org2009-11-161-1/+1
* Fix memory leak in AsyncExtensionFunction.mpcomplete@chromium.org2009-11-101-5/+5
* Take 2 at browser_sync::ExtensionsActivityMonitor.tim@chromium.org2009-10-281-1/+8
* Revert (4 of 4) 30153 - Introduce browser_sync::ExtensionsActivityMonitor to ...tim@chromium.org2009-10-271-8/+1
* Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API u...tim@chromium.org2009-10-271-1/+8
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-6/+6
* Small cleanup to extension function registration to avoid scattered definitions.mpcomplete@chromium.org2009-10-141-2/+1
* Coverity: Fix memleak in GetNodeDictionary again.mattm@chromium.org2009-09-291-3/+2
* finished testing functions and added events to bookmark tests.erikkay@chromium.org2009-09-081-3/+0
* more bookmark tests, plus fix a couple of API bugserikkay@chromium.org2009-09-011-11/+21
* Extension API Renaming/Consistency changesrafaelw@chromium.org2009-08-281-2/+4
* (Extension API) Make BookmarkTreeNode.index "type":"integer"rafaelw@chromium.org2009-08-241-2/+1
* Reapply r23840 - Also return bookmark index through bookmarks API.kuchhal@chromium.org2009-08-201-1/+4
* Revert "Also return bookmark index through bookmarks API."kuchhal@chromium.org2009-08-201-4/+1
* Also return bookmark index through bookmarks API.kuchhal@chromium.org2009-08-201-1/+4
* Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...rafaelw@chromium.org2009-07-241-9/+15
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-2/+4
* Lands http://codereview.chromium.org/155428 for Thiago, which changessky@chromium.org2009-07-151-8/+0
* Try the original CL "Always persist bookmark IDs" again with the fix tomunjal@chromium.org2009-07-131-28/+60
* Revert "Always persist bookmark IDs."tc@google.com2009-07-131-60/+28
* Always persist bookmark IDs.munjal@chromium.org2009-07-131-28/+60
* Fix memleak in GetNodeDictionary.finnur@chromium.org2009-06-301-19/+18
* a few minor tweaks the bookmarks API:erikkay@google.com2009-06-291-7/+29
* Make bookmark model public interface use const BookmarkNode* instead ofmunjal@chromium.org2009-06-261-35/+38
* Clean up bookmark API to match style of other extension APIserikkay@google.com2009-06-101-87/+76
* Make AsyncExtensionFunction possible.mpcomplete@google.com2009-06-051-2/+20
* Support for searching bookmarks for IDN.brettw@chromium.org2009-06-021-1/+4
* Separate out the string constants used for extension API functionaa@chromium.org2009-05-261-87/+66
* more extensions bookmarks changes:* add schema verification* add unit tests f...erikkay@google.com2009-04-291-2/+175
* A subset of the bookmarks API- missing events- missing unit tests- missing ab...erikkay@google.com2009-04-171-0/+325