.. |
crashtests
|
|
|
test
|
Bug 1149815 - Properly handle IDBDatabase.close() called during a versionchange transaction, r=janv.
|
2015-06-20 09:08:30 -07:00 |
ActorsChild.cpp
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-06-24 14:11:00 -04:00 |
ActorsChild.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
ActorsParent.cpp
|
Bug 1149815 - Properly handle IDBDatabase.close() called during a versionchange transaction, r=janv.
|
2015-06-20 09:08:30 -07:00 |
ActorsParent.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
FileInfo.cpp
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
FileInfo.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
FileManager.h
|
Bug 1162176, Part 2. r=janv.
|
2015-05-19 09:25:50 -07:00 |
FileSnapshot.cpp
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-06-24 14:11:00 -04:00 |
FileSnapshot.h
|
Bug 1173314 - Make GetMozFullPath and GetMozFullPathInternal const. r=sicking
|
2015-06-03 01:11:16 +01:00 |
IDBCursor.cpp
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBCursor.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBDatabase.cpp
|
Bug 1147942 - Don't warn when aborting finished IndexedDB transactions, r=janv.
|
2015-06-25 15:22:59 -07:00 |
IDBDatabase.h
|
Bug 1159401 - Split Blob and File classes, r=bz
|
2015-05-12 13:09:51 +01:00 |
IDBEvents.cpp
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBEvents.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBFactory.cpp
|
Bug 1171578 - Avoid crashing if indexedDB is used at a particular point in the worker shutdown sequence, r=baku.
|
2015-06-22 12:13:38 -07:00 |
IDBFactory.h
|
Bug 1137245 - ServiceWorkerManager should set WorkerPrivate::LoadInfo::mIndexedDBAllowed correctly. r=bent, bkelly
|
2015-06-11 15:32:54 +02:00 |
IDBFileHandle.cpp
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBFileHandle.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBFileRequest.cpp
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBFileRequest.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBIndex.cpp
|
Bug 1149815 - Guard against using deleted IDBObjectStore and IDBIndex objects, r=janv.
|
2015-06-20 09:08:23 -07:00 |
IDBIndex.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBKeyRange.cpp
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBKeyRange.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBMutableFile.cpp
|
Bug 1163388 - patch 2 - get rid of nsIDOMFile, r=ehsan
|
2015-05-18 14:52:26 +01:00 |
IDBMutableFile.h
|
Bug 1163388 - patch 2 - get rid of nsIDOMFile, r=ehsan
|
2015-05-18 14:52:26 +01:00 |
IDBObjectStore.cpp
|
Bug 1147942 - Don't warn when aborting finished IndexedDB transactions, r=janv.
|
2015-06-25 15:22:59 -07:00 |
IDBObjectStore.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBRequest.cpp
|
Bug 1171578 - Avoid crashing if indexedDB is used at a particular point in the worker shutdown sequence, r=baku.
|
2015-06-22 12:13:38 -07:00 |
IDBRequest.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBTransaction.cpp
|
Bug 1147942 - Don't warn when aborting finished IndexedDB transactions, r=janv.
|
2015-06-25 15:22:59 -07:00 |
IDBTransaction.h
|
Bug 1147942 - Don't warn when aborting finished IndexedDB transactions, r=janv.
|
2015-06-25 15:22:59 -07:00 |
IDBWrapperCache.cpp
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IDBWrapperCache.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
IndexedDatabase.h
|
Bug 1159401 - Split Blob and File classes, r=bz
|
2015-05-12 13:09:51 +01:00 |
IndexedDatabaseInlines.h
|
Bug 1159401 - Split Blob and File classes, r=bz
|
2015-05-12 13:09:51 +01:00 |
IndexedDatabaseManager.cpp
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-06-24 14:11:00 -04:00 |
IndexedDatabaseManager.h
|
Bug 1163387 - Rename FileImpl to BlobImpl, r=ehsan
|
2015-05-12 13:11:03 +01:00 |
Key.cpp
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
Key.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
KeyPath.cpp
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
KeyPath.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
moz.build
|
Bug 858680 - Part 4: Perform maintenance on databases while idle, r=janv.
|
2015-05-04 22:56:47 -07:00 |
PBackgroundIDBCursor.ipdl
|
|
|
PBackgroundIDBDatabase.ipdl
|
Bug 1125102 - Make QuotaManager and FileService to be independent of each other; r=bent
|
2015-04-14 10:57:41 +02:00 |
PBackgroundIDBDatabaseFile.ipdl
|
|
|
PBackgroundIDBFactory.ipdl
|
|
|
PBackgroundIDBFactoryRequest.ipdl
|
|
|
PBackgroundIDBRequest.ipdl
|
|
|
PBackgroundIDBSharedTypes.ipdlh
|
|
|
PBackgroundIDBTransaction.ipdl
|
|
|
PBackgroundIDBVersionChangeTransaction.ipdl
|
|
|
PermissionRequestBase.cpp
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-06-24 14:11:00 -04:00 |
PermissionRequestBase.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
PIndexedDBPermissionRequest.ipdl
|
|
|
ProfilerHelpers.h
|
Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
|
2015-06-03 15:25:57 -07:00 |
ReportInternalError.cpp
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
ReportInternalError.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
SerializationHelpers.h
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |