summaryrefslogtreecommitdiffstats
path: root/base/value_conversions.cc
Commit message (Collapse)AuthorAgeFilesLines
* Refactor chrome.alarms interface to support absolute alarm deadlines.jyasskin@chromium.org2012-06-141-3/+3
| | | | | | | | | | | | BUG=122817 TEST=Created an extension with absolute delays under 5 minutes away, and watched that they didn't fire for 5 minutes. Review URL: https://chromiumcodereview.appspot.com/10545104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142037 0039d316-1c4b-4281-b951-d872f2087c98
* Unrevert r141537: Add extensions::StateStore and use that instead ofmpcomplete@chromium.org2012-06-121-1/+20
| | | | | | | | | | | | | | | | | | | | ExtensionPrefs for persisting alarm state to disk. More to come: - context menus - omnibox - declarative webRequest TBR=brettw BUG=123366 TEST=extension alarms are still remembered after chrome restart Change since last time: Fall back to a FailingValueStore if ValueStoreFrontend can't open the database. Review URL: https://chromiumcodereview.appspot.com/10545128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141780 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r141537: Add extensions::StateStore and use that instead ofmpcomplete@chromium.org2012-06-111-20/+1
| | | | | | | | | | | | | | | | | | | ExtensionPrefs for persisting alarm state to disk. More to come: - context menus - omnibox - declarative webRequest TBR=yoz@chromium.org BUG=123366 TEST=extension alarms are still remembered after chrome restart Reason for revert: breaks tests on Win7. Review URL: https://chromiumcodereview.appspot.com/10542114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141564 0039d316-1c4b-4281-b951-d872f2087c98
* Add extensions::StateStore and use that instead of ExtensionPrefs formpcomplete@chromium.org2012-06-111-1/+20
| | | | | | | | | | | | | | | | persisting alarm state to disk. More to come: - context menus - omnibox - declarative webRequest BUG=123366 TEST=extension alarms are still remembered after chrome restart Review URL: https://chromiumcodereview.appspot.com/10543081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141537 0039d316-1c4b-4281-b951-d872f2087c98
* Add FilePath::FromUTF8Unsafe() and FilePath::AsUTF8Unsafe().satorux@chromium.org2011-11-021-27/+2
| | | | | | | | | | | | | | The logic is moved from value_conversions.cc. FilePath::FromUTF8Unsafe() should only be used when you are sure that the input string is UTF-8. See the function comments for why they have "Unsafe" in their names. BUG=none TEST=base_unittests Review URL: http://codereview.chromium.org/8402008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108246 0039d316-1c4b-4281-b951-d872f2087c98
* Tentative compile fix.bauerb@chromium.org2011-03-151-2/+2
| | | | | | TBR=hbono git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78184 0039d316-1c4b-4281-b951-d872f2087c98
* Move FilePath <-> Value conversions into a separate file.bauerb@chromium.org2011-03-151-0/+52
BUG=75276 TEST=none Review URL: http://codereview.chromium.org/6691011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78182 0039d316-1c4b-4281-b951-d872f2087c98