gecko/dom/file
2014-02-06 13:28:14 -05:00
..
test Bug 848842 - Stop using heuristic detection in the File API. r=bzbarsky. 2013-12-17 12:47:25 +02:00
ArchiveEvent.cpp Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02:00
ArchiveEvent.h Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands. 2013-07-18 21:21:20 -05:00
ArchiveReader.cpp Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky 2014-02-06 13:28:14 -05:00
ArchiveReader.h Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky 2014-02-06 13:28:14 -05:00
ArchiveRequest.cpp Bug 963167 - Convert JS_SetElement() to take HandleValue rather than MutableHandleValue r=sfink r=bz 2014-01-25 09:31:17 +00:00
ArchiveRequest.h Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky 2014-02-06 13:28:14 -05:00
ArchiveZipEvent.cpp Bug 848842 - Stop using heuristic detection in the File API. r=bzbarsky. 2013-12-17 12:47:25 +02:00
ArchiveZipEvent.h Bug 848842 - Stop using heuristic detection in the File API. r=bzbarsky. 2013-12-17 12:47:25 +02:00
ArchiveZipFile.cpp Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands. 2013-07-18 21:21:20 -05:00
ArchiveZipFile.h Bug 877746 - Annotate ~230 methods with MOZ_OVERRIDE in /dom. r=Ms2ger 2013-06-05 12:15:48 -04:00
AsyncHelper.cpp Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands. 2013-07-18 21:21:20 -05:00
AsyncHelper.h Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands. 2013-07-18 21:21:20 -05:00
DOMFileHandle.cpp Bug 950315 part 1. Convert a bunch of event targets to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=smaug 2014-01-06 21:53:23 -05:00
DOMFileHandle.h Bug 950315 part 1. Convert a bunch of event targets to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=smaug 2014-01-06 21:53:23 -05:00
DOMFileRequest.cpp Bug 950188. DOMRequest should only have a constructor taking a Window. r=khuey 2014-01-06 21:53:23 -05:00
DOMFileRequest.h Bug 950188. DOMRequest should only have a constructor taking a Window. r=khuey 2014-01-06 21:53:23 -05:00
File.cpp
File.h Bug 877746 - Annotate ~230 methods with MOZ_OVERRIDE in /dom. r=Ms2ger 2013-06-05 12:15:48 -04:00
FileCommon.h Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg 2013-09-23 13:25:00 -04:00
FileHandle.cpp Bug 961490 - More exact rooting and MOZ_OVERRIDEs in dom/file. r=janv,mccr8 2014-01-23 20:49:40 +01:00
FileHandle.h Bug 950315 part 1. Convert a bunch of event targets to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=smaug 2014-01-06 21:53:23 -05:00
FileHelper.cpp Bug 961490 - More exact rooting and MOZ_OVERRIDEs in dom/file. r=janv,mccr8 2014-01-23 20:49:40 +01:00
FileHelper.h Bug 961490 - More exact rooting and MOZ_OVERRIDEs in dom/file. r=janv,mccr8 2014-01-23 20:49:40 +01:00
FileRequest.cpp Bug 961490 - More exact rooting and MOZ_OVERRIDEs in dom/file. r=janv,mccr8 2014-01-23 20:49:40 +01:00
FileRequest.h Bug 950188. DOMRequest should only have a constructor taking a Window. r=khuey 2014-01-06 21:53:23 -05:00
FileService.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
FileService.h Bug 932119 - convert nsIAtom to nsString in QuotaManager and IndexedDB, r=janv 2013-11-25 16:53:48 +00:00
FileStreamWrappers.cpp Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands. 2013-07-18 21:21:20 -05:00
FileStreamWrappers.h Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands. 2013-07-18 21:21:20 -05:00
LockedFile.cpp Bug 961490 - More exact rooting and MOZ_OVERRIDEs in dom/file. r=janv,mccr8 2014-01-23 20:49:40 +01:00
LockedFile.h Bug 961490 - More exact rooting and MOZ_OVERRIDEs in dom/file. r=janv,mccr8 2014-01-23 20:49:40 +01:00
MemoryStreams.cpp Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands. 2013-07-18 21:21:20 -05:00
MemoryStreams.h Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands. 2013-07-18 21:21:20 -05:00
MetadataHelper.cpp Bug 961490 - More exact rooting and MOZ_OVERRIDEs in dom/file. r=janv,mccr8 2014-01-23 20:49:40 +01:00
MetadataHelper.h Bug 961490 - More exact rooting and MOZ_OVERRIDEs in dom/file. r=janv,mccr8 2014-01-23 20:49:40 +01:00
moz.build Bug 942537 - Build dom/file in unified mode; r=glandium 2013-11-24 14:19:38 -05:00
nsIDOMFileHandle.idl
nsIDOMLockedFile.idl Bug 953425 - Part b: Move DOMFileMetadataParameters to WebIDL; r=janv 2014-01-20 08:58:24 +01:00
nsIFileStorage.h Bug 932119 - convert nsIAtom to nsString in QuotaManager and IndexedDB, r=janv 2013-11-25 16:53:48 +00:00