summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_bookmarks_module.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+4
* Pull events-related code out of ExtensionMessageService into its own class.mpcomplete@chromium.org2010-10-151-3/+3
* fix bookmarks API crash when handling invalid URLerikkay@chromium.org2010-10-111-11/+8
* 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-4/+4
* Remove wstrings from bookmarks, part 17.viettrungluu@chromium.org2010-08-291-3/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Remove wstrings from bookmarks, part 15.viettrungluu@chromium.org2010-08-261-2/+1
* Remove wstrings in bookmarks, part 10.viettrungluu@chromium.org2010-08-221-1/+1
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-2/+3
* Convert wide string constants in extension_bookmarks_module_constants.viettrungluu@chromium.org2010-08-131-5/+6
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-13/+18
* Change a bunch of string types.estade@chromium.org2010-06-291-1/+2
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-62/+32
* Revert 47675.mirandac@chromium.org2010-05-201-1/+1
* Move data types used in the importer process to common/, in preparation for i...mirandac@chromium.org2010-05-191-1/+1
* Use FilePath in ProfileInfo struct.tfarina@chromium.org2010-05-151-1/+1
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-141-2/+2
* Revert 44351 - Reland 44348 Add support for restricting broadcasting events t...jochen@chromium.org2010-04-131-2/+2
* Reland 44348 Add support for restricting broadcasting events to extensions ba...jochen@chromium.org2010-04-131-2/+2
* Revert 44348 - Add support for restricting broadcasting events to extensions ...jochen@chromium.org2010-04-131-2/+2
* Add support for restricting broadcasting events to extensions based on host p...jochen@chromium.org2010-04-131-2/+2
* Add a folders_only and subtree api to bookmark managerfeldstein@chromium.org2010-04-021-91/+16
* Some small bookmark manager fixes.arv@chromium.org2010-03-291-1/+3
* Move onImportBegan/Ended to the regular bookmarks apifeldstein@chromium.org2010-03-261-0/+64
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-2/+2
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Make it so that chrome.bookmarks.update can update the URL of a bookmark.arv@chromium.org2010-02-101-7/+26
* Add import/export extension apisfeldstein@chromium.org2010-01-281-0/+19
* 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