summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_history_api.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix Time::FromDoubleT so that it will return null time when 0 is passed.jianli@chromium.org2010-09-091-2/+5
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-011-0/+6
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-1/+1
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-211-1/+1
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-191-1/+1
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-191-1/+1
* Rename GetStringAsUTF16() to GetString() (and overload), etc.viettrungluu@chromium.org2010-08-041-2/+1
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-1/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-5/+5
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-3/+4
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-10/+10
* 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
* Move history API out of experimental. Allow extensions to override history p...skerner@chromium.org2010-04-011-2/+4
* History APIs that parse a time as a number of milliseconds need to allow inte...skerner@chromium.org2010-03-241-3/+6
* Change chrome.experimental.history.search's first param to use 'text' for tex...skerner@chromium.org2010-03-241-1/+1
* Implement edit mode for history page.jochen@chromium.org2010-03-051-1/+5
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-2/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Fix memory leak in AsyncExtensionFunction.mpcomplete@chromium.org2009-11-101-5/+5
* Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o...pkasting@chromium.org2009-11-031-1/+0
* Implement the Extension History API, v 0.1.The first version is a weak wrappe...brg@chromium.com2009-10-301-0/+366