gecko-dev/storage
Mike Hommey aada68ea09 Bug 1924664 - Fix Cargo.toml-related warnings from first-party crates. r=firefox-build-system-reviewers,necko-reviewers,profiler-reviewers,aabh,ahochheiden
The warnings are:

  no edition set: defaulting to the 2015 edition while the latest is 2021
  unused manifest key: lib.plugin

Differential Revision: https://phabricator.services.mozilla.com/D226855
2024-10-28 20:56:36 +00:00
..
build
docs Bug 1617964 - Update references from Toolkit:Storage to the new Core module, correct governance info, introduce placeholder docs. r=lina,zeid 2024-08-24 08:50:25 +00:00
rust
test Bug 483318 - Implement binding arrays to mozIStorageStatementParams. r=asuth,lina,Standard8 2024-10-28 19:28:24 +00:00
variant Bug 1924664 - Fix Cargo.toml-related warnings from first-party crates. r=firefox-build-system-reviewers,necko-reviewers,profiler-reviewers,aabh,ahochheiden 2024-10-28 20:56:36 +00:00
BaseVFS.cpp Bug 1842682 - Remove unused ChromeUtils.requestIOActivity and IOActivityMonitor, r=necko-reviewers,valentin. 2024-05-17 14:03:21 +00:00
BaseVFS.h
FileSystemModule.cpp
FileSystemModule.h
IStorageBindingParamsInternal.h
ObfuscatingVFS.cpp
ObfuscatingVFS.h
QuotaVFS.cpp
QuotaVFS.h
ReadOnlyNoLockVFS.cpp
SQLCollations.cpp Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
SQLCollations.h
SQLiteMutex.h
StatementCache.h
StorageBaseStatementInternal.cpp
StorageBaseStatementInternal.h Bug 483318 - Implement binding arrays to mozIStorageStatementParams. r=asuth,lina,Standard8 2024-10-28 19:28:24 +00:00
VacuumManager.cpp Bug 1893683 - Remove ns{A,C}String and other xpcom dependencies from nsStringBuffer. r=smaug,media-playback-reviewers,karlt 2024-05-09 08:34:35 +00:00
VacuumManager.h
Variant.cpp
Variant.h Bug 483318 - Implement binding arrays to mozIStorageStatementParams. r=asuth,lina,Standard8 2024-10-28 19:28:24 +00:00
Variant_inl.h Bug 483318 - Implement binding arrays to mozIStorageStatementParams. r=asuth,lina,Standard8 2024-10-28 19:28:24 +00:00
moz.build Bug 483318 - Implement binding arrays to mozIStorageStatementParams. r=asuth,lina,Standard8 2024-10-28 19:28:24 +00:00
mozIStorageAsyncConnection.idl Bug 1891141 - Add configuration parameters for pages per step and step delay to mozIStorageAsyncConnection.backupToFileAsync. r=mak 2024-04-17 20:50:47 +00:00
mozIStorageAsyncStatement.idl
mozIStorageBaseStatement.idl
mozIStorageBindingParams.idl Bug 483318 - Implement binding arrays to mozIStorageStatementParams. r=asuth,lina,Standard8 2024-10-28 19:28:24 +00:00
mozIStorageBindingParamsArray.idl
mozIStorageCompletionCallback.idl
mozIStorageConnection.idl
mozIStorageError.idl
mozIStorageFunction.idl
mozIStoragePendingStatement.idl
mozIStorageProgressHandler.idl
mozIStorageResultSet.idl
mozIStorageRow.idl
mozIStorageService.idl Bug 1900093 - Add OPEN_NOT_EXCLUSIVE option for opening sqlite database. r=mak 2024-06-12 00:17:58 +00:00
mozIStorageStatement.idl
mozIStorageStatementCallback.idl
mozIStorageVacuumParticipant.idl
mozIStorageValueArray.idl
mozStorageArgValueArray.cpp
mozStorageArgValueArray.h
mozStorageAsyncStatement.cpp
mozStorageAsyncStatement.h
mozStorageAsyncStatementExecution.cpp
mozStorageAsyncStatementExecution.h
mozStorageAsyncStatementJSHelper.cpp
mozStorageAsyncStatementJSHelper.h
mozStorageAsyncStatementParams.cpp
mozStorageAsyncStatementParams.h
mozStorageBindingParams.cpp Bug 483318 - Implement binding arrays to mozIStorageStatementParams. r=asuth,lina,Standard8 2024-10-28 19:28:24 +00:00
mozStorageBindingParams.h Bug 1914723 - Remove no longer necessary proxy release for Storage variants. r=asuth 2024-09-02 16:57:55 +00:00
mozStorageBindingParamsArray.cpp
mozStorageBindingParamsArray.h
mozStorageConnection.cpp Bug 483318 - Implement binding arrays to mozIStorageStatementParams. r=asuth,lina,Standard8 2024-10-28 19:28:24 +00:00
mozStorageConnection.h Bug 1900093 - Add OPEN_NOT_EXCLUSIVE option for opening sqlite database. r=mak 2024-06-12 00:17:58 +00:00
mozStorageError.cpp
mozStorageError.h
mozStorageHelper.h
mozStoragePrivateHelpers.cpp Bug 483318 - Implement binding arrays to mozIStorageStatementParams. r=asuth,lina,Standard8 2024-10-28 19:28:24 +00:00
mozStoragePrivateHelpers.h
mozStorageResultSet.cpp
mozStorageResultSet.h
mozStorageRow.cpp
mozStorageRow.h
mozStorageSQLFunctions.cpp Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
mozStorageSQLFunctions.h
mozStorageService.cpp Bug 1900093 - Add OPEN_NOT_EXCLUSIVE option for opening sqlite database. r=mak 2024-06-12 00:17:58 +00:00
mozStorageService.h
mozStorageStatement.cpp
mozStorageStatement.h
mozStorageStatementData.h Bug 1914723 - Remove no longer necessary proxy release for Storage variants. r=asuth 2024-09-02 16:57:55 +00:00
mozStorageStatementJSHelper.cpp
mozStorageStatementJSHelper.h
mozStorageStatementParams.cpp
mozStorageStatementParams.h
mozStorageStatementRow.cpp
mozStorageStatementRow.h
storage.h
style.txt
variantToSQLiteT_impl.h Bug 483318 - Implement binding arrays to mozIStorageStatementParams. r=asuth,lina,Standard8 2024-10-28 19:28:24 +00:00