.. |
standalone
|
Bug 1277155 - Part 1: Remove snprintf() polyfills for VS2013 in Sprintf.h and #defines. r=froydnj r=mhowell
|
2016-06-27 20:45:03 -07:00 |
staticruntime
|
Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium
|
2016-05-14 00:54:55 -07:00 |
tests/gtest
|
Bug 1283855 part 25 - Make JS_GC take JSContext instead of JSRuntime. r=terrence
|
2016-07-06 11:40:20 +02:00 |
AppData.cpp
|
Bug 1035125 Part 9: Link Chromium sandbox into firefox.exe instead of having a separate DLL. r=aklotz,glandium
|
2016-05-15 16:41:40 +01:00 |
AppData.h
|
|
|
AutoRestore.h
|
Bug 1272831 - Add AutoRestore::SavedValue() to retrieve the saved value. r=froydnj
|
2016-05-14 09:47:14 +08:00 |
BlockingResourceBase.cpp
|
Bug 1270938 - Add stack traces for blocking resource base warnings. r=froydnj
|
2016-05-23 14:59:30 -07:00 |
BlockingResourceBase.h
|
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
|
2016-02-02 17:36:30 +02:00 |
CondVar.h
|
|
|
DeadlockDetector.h
|
Bug 1189156 (part 4) - Don't use enumeration style for nsBaseHashtable::SizeOf{In,Ex}cludingThis(). r=erahm,jfkthame.
|
2015-07-30 21:19:57 -07:00 |
EnumeratedArrayCycleCollection.h
|
|
|
FileUtils.cpp
|
Bug 1234176 - Introduce and use the WriteSysFile() helper function. r=dhylands
|
2015-12-29 11:49:50 +01:00 |
FileUtils.h
|
Bug 1234176 - Introduce and use the WriteSysFile() helper function. r=dhylands
|
2015-12-29 11:49:50 +01:00 |
GenericFactory.cpp
|
|
|
GenericFactory.h
|
|
|
GenericModule.cpp
|
Bug 1204403 - Fix -Wshadow warnings in xpcom. r=mccr8
|
2015-09-07 23:56:16 -07:00 |
IntentionalCrash.h
|
|
|
MainThreadUtils.h
|
|
|
Monitor.h
|
|
|
moz.build
|
Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium
|
2016-05-14 00:54:55 -07:00 |
Mutex.h
|
Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan
|
2015-09-12 16:53:33 -04:00 |
nsArrayEnumerator.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsArrayEnumerator.h
|
|
|
nsArrayUtils.cpp
|
|
|
nsArrayUtils.h
|
|
|
nsBaseHashtable.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
nsCategoryCache.cpp
|
|
|
nsCategoryCache.h
|
Bug 1278925 - micro-optimize nsCOMArray appending with already_AddRefed AppendElement; r=erahm
|
2016-06-20 18:38:10 -04:00 |
nsClassHashtable.h
|
|
|
nsClassInfoImpl.cpp
|
|
|
nsCOMArray.cpp
|
Bug 1277890 - part 0 - add "append already_AddRefed element" API to nsCOMArray; r=erahm
|
2016-06-07 04:10:25 -04:00 |
nsCOMArray.h
|
Bug 1277890 - part 0 - add "append already_AddRefed element" API to nsCOMArray; r=erahm
|
2016-06-07 04:10:25 -04:00 |
nsComponentManagerUtils.cpp
|
Bug 1262400 - remove outer pointers from nsCreateInstance* classes; r=erahm
|
2016-04-14 11:30:59 -04:00 |
nsComponentManagerUtils.h
|
Bug 1262400 - remove outer pointers from nsCreateInstance* classes; r=erahm
|
2016-04-14 11:30:59 -04:00 |
nsCOMPtr.cpp
|
|
|
nsCOMPtr.h
|
Bug 1193762 part 9 - Delete nsCOMPtr<T>::operator T*()&&; r=froydnj
|
2016-05-01 21:29:23 +03:00 |
nsCRTGlue.cpp
|
Bug 1196461 - De-duplicate strings in heap snapshot core dumps; r=shu,jimb
|
2015-09-30 16:03:31 -07:00 |
nsCRTGlue.h
|
Bug 1196461 - De-duplicate strings in heap snapshot core dumps; r=shu,jimb
|
2015-09-30 16:03:31 -07:00 |
nsCycleCollectionNoteChild.h
|
|
|
nsCycleCollectionNoteRootCallback.h
|
|
|
nsCycleCollectionParticipant.cpp
|
Bug 1231964 - Move CC participant code that touches JS out of mozglue. r=smaug
|
2015-12-18 14:22:01 -08:00 |
nsCycleCollectionParticipant.h
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |
nsCycleCollectionTraversalCallback.h
|
|
|
nsDataHashtable.h
|
|
|
nsDebug.h
|
|
|
nsDeque.cpp
|
Bug 1264199: P0. Fix nsDequeue/MediaQueue methods constness. r=jwwang
|
2016-04-25 12:13:55 +10:00 |
nsDeque.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
nsEnumeratorUtils.cpp
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsEnumeratorUtils.h
|
|
|
nsHashKeys.h
|
Bug 1229458 - Remove SizeOfIncludingThisMustBeUnshared() from string classes. r=mccr8.
|
2015-12-01 15:36:26 -08:00 |
nsIClassInfoImpl.h
|
|
|
nsID.cpp
|
Bug 1197316 - Remove PR_snprintf calls in xpcom/. r=froydnj
|
2015-08-22 17:57:52 -07:00 |
nsID.h
|
Bug 1242963 - nsID stringification helper for logging; r=froydnj
|
2015-10-08 13:11:04 -04:00 |
nsIInterfaceRequestorUtils.cpp
|
|
|
nsIInterfaceRequestorUtils.h
|
|
|
nsINIParser.cpp
|
Bug 1219246 - use UniquePtr instead of nsAuto*Ptr in xpcom/; r=erahm
|
2015-10-31 13:47:14 -04:00 |
nsINIParser.h
|
Bug 1219246 - use UniquePtr instead of nsAuto*Ptr in xpcom/; r=erahm
|
2015-10-31 13:47:14 -04:00 |
nsInterfaceHashtable.h
|
|
|
nsISupportsImpl.cpp
|
|
|
nsISupportsImpl.h
|
Bug 1283524 - remove unnecessary NS_ASSERT_OWNINGTHREAD checks in Release method macros; r=mccr8
|
2016-06-30 23:55:36 -04:00 |
nsISupportsUtils.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsIWeakReferenceUtils.h
|
|
|
nsJSThingHashtable.h
|
|
|
nsMemory.cpp
|
|
|
nsMemory.h
|
|
|
nsProxyRelease.cpp
|
Bug 1247972 - specialize NS_ProxyRelease for nsISupports to be out-of-line; r=erahm
|
2016-06-29 18:56:41 -04:00 |
nsProxyRelease.h
|
Bug 1247972 - specialize NS_ProxyRelease for nsISupports to be out-of-line; r=erahm
|
2016-06-29 18:56:41 -04:00 |
nsQuickSort.cpp
|
|
|
nsQuickSort.h
|
|
|
nsRefPtrHashtable.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
nsServiceManagerUtils.h
|
|
|
nsStringAPI.cpp
|
Bug 1277155 - Part 1: Remove snprintf() polyfills for VS2013 in Sprintf.h and #defines. r=froydnj r=mhowell
|
2016-06-27 20:45:03 -07:00 |
nsStringAPI.h
|
Bug 1277106 - Part 4: Remove MOZ_UTF16() macro. r=Waldo
|
2016-07-19 21:07:53 -07:00 |
nsStringGlue.h
|
|
|
nsTArray-inl.h
|
Bug 1271751 - part 6 - make ShiftData actually move its elements rather than copying; r=erahm
|
2016-07-08 16:59:05 -04:00 |
nsTArray.cpp
|
|
|
nsTArray.h
|
Bug 1288077: Merge implementations of |nsTArrayFallibleAllocator|, r=froydnj
|
2016-07-20 17:29:36 +02:00 |
nsTArrayForwardDeclare.h
|
Bug 1288077: Cleanup forward declarations of array types, r=froydnj
|
2016-07-20 17:29:36 +02:00 |
nsTextFormatter.cpp
|
Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo
|
2016-07-20 22:03:25 -07:00 |
nsTextFormatter.h
|
|
|
nsTHashtable.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
nsThreadUtils.cpp
|
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
|
2016-04-25 17:23:21 -07:00 |
nsThreadUtils.h
|
Bug 1279609 - nsRunnableMethodImpl should use a non-public destructor. r=froydnj
|
2016-07-05 12:03:18 -07:00 |
nsTObserverArray.cpp
|
|
|
nsTObserverArray.h
|
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
|
2016-02-02 17:36:30 +02:00 |
nsTPriorityQueue.h
|
|
|
nsTWeakRef.h
|
Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat
|
2015-10-18 01:24:48 -04:00 |
nsVersionComparator.cpp
|
|
|
nsVersionComparator.h
|
|
|
nsWeakReference.cpp
|
|
|
nsWeakReference.h
|
|
|
nsXPTCUtils.h
|
|
|
objs.mozbuild
|
Bug 1247972 - specialize NS_ProxyRelease for nsISupports to be out-of-line; r=erahm
|
2016-06-29 18:56:41 -04:00 |
Observer.h
|
|
|
PLDHashTable.cpp
|
Bug 1281227 - clarify comments in PLDHashTable.cpp; r=njn
|
2016-06-22 02:44:40 -04:00 |
PLDHashTable.h
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |
ReentrantMonitor.h
|
|
|