.. |
crashtests
|
…
|
|
test
|
Bug 888600 - Move ContentFrameMessageManager to WebIDL. Part 2: Various test fixes to prepare for using WebIDL bindings for MessageManager classes. r=bz.
|
2017-07-04 18:03:18 +02:00 |
ActorsChild.cpp
|
Bug 1435174 - Remove the renaming 'using namespace workers', r=bkelly
|
2018-02-05 19:55:07 +01:00 |
ActorsChild.h
|
Bug 1410420 - Clear database actor's strong reference to IDBDatabase when opening of a database fails; r=asuth
|
2017-10-30 07:13:40 +01:00 |
ActorsParent.cpp
|
Bug 1433958 - Change code that sets nsIURI.query to use nsIURIMutator r=mayhemer
|
2018-02-26 20:43:46 +01:00 |
ActorsParent.h
|
…
|
|
FileInfo.cpp
|
Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8
|
2018-02-12 15:44:40 -05:00 |
FileInfo.h
|
Bug 1422335 - Using a sandbox on main-thread when deserializing data for IDB - part 1 - Deserialize on main-thread using a sandbox, r=asuth
|
2018-01-18 13:19:06 +01:00 |
FileManager.h
|
…
|
|
FileSnapshot.cpp
|
Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8
|
2018-02-12 15:44:40 -05:00 |
FileSnapshot.h
|
Bug 1404845 - Renaming BlobImpl::GetInternalStream to BlobImpl::CreateInputStream, r=smaug
|
2017-10-02 13:53:12 +02:00 |
IDBCursor.cpp
|
…
|
|
IDBCursor.h
|
…
|
|
IDBDatabase.cpp
|
…
|
|
IDBDatabase.h
|
…
|
|
IDBEvents.cpp
|
…
|
|
IDBEvents.h
|
…
|
|
IDBFactory.cpp
|
Bug 1428320 - Ignore about: pages for indexedDB storage type telemetry. r=janv
|
2018-01-05 12:52:07 +01:00 |
IDBFactory.h
|
Bug 1414138 - Keep IndexedDB in sandbox unlabeled. r=billm
|
2017-11-06 11:58:13 +08:00 |
IDBFileHandle.cpp
|
Bug 1412775 - Implement Event.composedPath, r=stone
|
2017-12-18 18:07:36 +02:00 |
IDBFileHandle.h
|
…
|
|
IDBFileRequest.cpp
|
Bug 1412775 - Implement Event.composedPath, r=stone
|
2017-12-18 18:07:36 +02:00 |
IDBFileRequest.h
|
…
|
|
IDBIndex.cpp
|
…
|
|
IDBIndex.h
|
…
|
|
IDBKeyRange.cpp
|
Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8
|
2018-02-12 15:44:40 -05:00 |
IDBKeyRange.h
|
Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8
|
2018-02-12 15:44:40 -05:00 |
IDBMutableFile.cpp
|
…
|
|
IDBMutableFile.h
|
…
|
|
IDBObjectStore.cpp
|
Bug 1435174 - Remove the renaming 'using namespace workers', r=bkelly
|
2018-02-05 19:55:07 +01:00 |
IDBObjectStore.h
|
Bug 1422335 - Using a sandbox on main-thread when deserializing data for IDB - part 2 - Upgrade value, r=asuth
|
2018-01-18 13:19:07 +01:00 |
IDBRequest.cpp
|
Bug 1435174 - Remove the renaming 'using namespace workers', r=bkelly
|
2018-02-05 19:55:07 +01:00 |
IDBRequest.h
|
…
|
|
IDBTransaction.cpp
|
Bug 1435174 - Remove the renaming 'using namespace workers', r=bkelly
|
2018-02-05 19:55:07 +01:00 |
IDBTransaction.h
|
…
|
|
IDBWrapperCache.cpp
|
…
|
|
IDBWrapperCache.h
|
…
|
|
IndexedDatabase.h
|
Bug 1275062 - Introduce a size check of IPC messages for IndexedDB, r=asuth
|
2018-01-27 13:40:58 +01:00 |
IndexedDatabaseInlines.h
|
Bug 1275062 - Introduce a size check of IPC messages for IndexedDB, r=asuth
|
2018-01-27 13:40:58 +01:00 |
IndexedDatabaseManager.cpp
|
Bug 1435174 - Remove the renaming 'using namespace workers', r=bkelly
|
2018-02-05 19:55:07 +01:00 |
IndexedDatabaseManager.h
|
…
|
|
Key.cpp
|
…
|
|
Key.h
|
…
|
|
KeyPath.cpp
|
…
|
|
KeyPath.h
|
…
|
|
PBackgroundIDBCursor.ipdl
|
…
|
|
PBackgroundIDBDatabase.ipdl
|
…
|
|
PBackgroundIDBDatabaseFile.ipdl
|
…
|
|
PBackgroundIDBDatabaseRequest.ipdl
|
…
|
|
PBackgroundIDBFactory.ipdl
|
Bug 1410106 - Better check about privateBrowsing for IDB, r=asuth
|
2017-11-08 06:43:50 +01:00 |
PBackgroundIDBFactoryRequest.ipdl
|
…
|
|
PBackgroundIDBRequest.ipdl
|
…
|
|
PBackgroundIDBSharedTypes.ipdlh
|
…
|
|
PBackgroundIDBTransaction.ipdl
|
…
|
|
PBackgroundIDBVersionChangeTransaction.ipdl
|
…
|
|
PBackgroundIndexedDBUtils.ipdl
|
…
|
|
PIndexedDBPermissionRequest.ipdl
|
…
|
|
PermissionRequestBase.cpp
|
…
|
|
PermissionRequestBase.h
|
…
|
|
ProfilerHelpers.h
|
Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange.
|
2017-10-04 09:11:18 +11:00 |
ReportInternalError.cpp
|
…
|
|
ReportInternalError.h
|
…
|
|
ScriptErrorHelper.cpp
|
…
|
|
ScriptErrorHelper.h
|
…
|
|
SerializationHelpers.h
|
…
|
|
moz.build
|
Bug 1432963 - Fixing workers headers - part 17 - no LIBS=[workers] in moz.build files, r=smaug
|
2018-01-31 08:25:30 +01:00 |