mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
d6d9fa9250
To prepare for an upcoming change to the format of the data stored in IndexedDB, refactor the storage cells to remove common functionality. This will make it easier to add a third cell type. The format will change as we move fields in the manifest structure and ultimately flatten out periods. Issue #1339 Change-Id: Ibaeb35596180b2e2362b4d53734019599d6fff77
21 lines
845 B
Plaintext
21 lines
845 B
Plaintext
# The offline storage system and manifest parser plugin.
|
|
|
|
+../../lib/offline/download_manager.js
|
|
+../../lib/offline/download_progress_estimator.js
|
|
+../../lib/offline/indexeddb/base_storage_cell.js
|
|
+../../lib/offline/indexeddb/db_connection.js
|
|
+../../lib/offline/indexeddb/db_operation.js
|
|
+../../lib/offline/indexeddb/eme_session_storage_cell.js
|
|
+../../lib/offline/indexeddb/storage_mechanism.js
|
|
+../../lib/offline/indexeddb/v1_storage_cell.js
|
|
+../../lib/offline/indexeddb/v2_storage_cell.js
|
|
+../../lib/offline/manifest_converter.js
|
|
+../../lib/offline/offline_manifest_parser.js
|
|
+../../lib/offline/offline_scheme.js
|
|
+../../lib/offline/offline_uri.js
|
|
+../../lib/offline/session_deleter.js
|
|
+../../lib/offline/storage.js
|
|
+../../lib/offline/storage_muxer.js
|
|
+../../lib/offline/stored_content_utils.js
|
|
+../../lib/offline/stream_bandwidth_estimator.js
|