summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/system_info_storage
Commit message (Expand)AuthorAgeFilesLines
* [StorageMonitor] Move StorageMonitor ownership to BrowserProcessImplgbillock@chromium.org2013-07-192-18/+11
* Use a direct include of the message_loop header in chrome/browser/, part 5.avi@chromium.org2013-07-182-2/+2
* [SystemInfo API] Implement Storage Eject APIHokein.Wu@gmail.com2013-07-123-0/+209
* [SystemInfo API] Finish TODOs in SystemInfoProviderHokein.Wu@gmail.com2013-07-117-51/+72
* Rewrite storage info provider using storage monitor impl.Hokein.Wu@gmail.com2013-07-0414-952/+495
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Use a direct include of time headers in chrome/browser/, part 3.avi@chromium.org2013-06-282-2/+2
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-10/+6
* Refine StorageMonitor storage device getterHokein.Wu@gmail.com2013-06-121-1/+1
* Use a direct include of strings headers in chrome/browser/extensions/, part 2.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-073-4/+4
* [SystemInfo API] Add Storage Watch API Definition.Hokein.Wu@gmail.com2013-06-042-0/+90
* Cleanup: Remove ScopedGenericObj usage in chrome/.thestig@chromium.org2013-05-291-3/+4
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-282-5/+5
* [SystemInfo API] Rename 'harddisk' to 'fixed' for storage unit typehongbo.min@intel.com2013-05-248-23/+20
* StorageMonitor: Make StorageInfo a real class.thestig@chromium.org2013-05-241-4/+4
* Use EXPECT_DOUBLE_EQ instead of EXPECT_EQ to test equality of double numbers.Hokein.Wu@gmail.com2013-05-022-4/+5
* Storage Monitor: Remove deprecated StorageInfo ctor.thestig@chromium.org2013-04-051-2/+3
* Rename sys_string_conversions in chrome.brettw@chromium.org2013-03-281-1/+1
* [SystemInfo API] Add onAttached/onDetached event for systemInfo.storage APIhongbo.min@intel.com2013-03-206-28/+174
* [SystemInfo API] Use Profile-scoped object for systemInfo extension APIhongbo.min@intel.com2013-03-082-2/+1
* Revert 184352brettw@chromium.org2013-02-241-2/+1
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-1/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Rename browser/system_monitor to browser/storage_monitor.gbillock@chromium.org2013-02-211-1/+1
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-103-8/+9
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-072-3/+3
* This patch is to implement. storage.onAvailableCapacityChanged event.hongbo.min@intel.com2013-02-056-83/+113
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-1/+2
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-176-10/+10
* Modified extensions::StorageInfoProvider::CheckWatchedStorages() to avoid der...kmadhusu@chromium.org2013-01-041-10/+12
* Refine StorageInfoProvider impl and unit test per Ilya's comments. hongbo.min@intel.com2013-01-034-239/+285
* Refactor SystemInfoProvider as RefCountedThreadSafe classhongbo.min@intel.com2012-12-257-15/+20
* Revert 173911thestig@chromium.org2012-12-208-303/+249
* Refine StorageInfoProvider impl and unit test per Ilya's comments. hongbo.min@intel.com2012-12-198-249/+303
* Disable StorageInfoProviderTest.WatchingMultipleStorages.eugenis@chromium.org2012-12-061-1/+1
* Refine unit test for StorageInfoProvider, e.g. reduce the timeout interval, f...hongbo.min@intel.com2012-12-051-37/+68
* Disable StorageInfoProviderTest.WatchingMultipleStoragesisherman@chromium.org2012-12-031-1/+2
* Implements the storage free space watching functionality into hongbo.min@intel.com2012-12-014-6/+453
* Implement storage info provider for systemInfo.storage.get API on Linuxhongbo.min@intel.com2012-11-213-16/+263
* Extensions Docs Server: Enum values do not show up if enum is a typecduvall@chromium.org2012-09-253-3/+6
* Initial implementation of experimental SystemInfo.Storage API for Mac OSjoshua.lock@intel.com2012-09-102-4/+106
* Add the basic code skeleton for system info event router.hongbo.min@intel.com2012-09-041-4/+58
* Remove StorageInfo type definition from systemInfo.storage IDLhongbo.min@intel.com2012-08-317-20/+17
* Polish the SystemInfoProvider template code and refactor StorageInfoProvider ...hongbo.min@intel.com2012-08-247-135/+208
* Add systemInfo.storage API implementation skeletonhongbo.min@intel.com2012-08-177-0/+302