gecko-dev/xpcom/ds
Emilio Cobos Álvarez 0a0d1b0dbe Bug 1863035 - Remove unused watching functions in nsIWindowsRegKey. r=win-reviewers,rkraesig
They were added in bug 292981 but this interface is not great,
as it is poll-based. Instead, we want a registry key change
notification of sorts.

Removing this simplifies upcoming patches.

Differential Revision: https://phabricator.services.mozilla.com/D192755
2023-11-03 23:38:44 +00:00
..
test Bug 1790816 - Reformat xpcom/ with isort. r=mccr8 DONTBUILD 2022-11-22 13:37:48 +00:00
tools Bug 1786490 - reformat the tree using black 23.3.0 r=sylvestre,webdriver-reviewers,taskgraph-reviewers,whimboo,jmaher,ahal,perftest-reviewers,geckoview-reviewers,afinder,m_kato 2023-09-06 16:14:30 +00:00
ArenaAllocator.h
ArenaAllocatorExtensions.h
ArrayAlgorithm.h
ArrayIterator.h
Atom.py
AtomArray.h
components.conf Bug 1845946 - Part 2. Add plumbing for component services to be used in the GMP process. r=emilio,geckoview-reviewers,owlish 2023-08-18 22:01:08 +00:00
Dafsa.cpp
Dafsa.h
HTMLAtoms.py
IncrementalTokenizer.cpp
IncrementalTokenizer.h
moz.build Bug 1849204 - Add generic atom hash keys that use the better distributed atom hash, and use it across the tree. r=mstange,xpcom-reviewers,credential-management-reviewers,sgalich,nika 2023-08-18 18:43:27 +00:00
nsArray.cpp
nsArray.h Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
nsArrayEnumerator.cpp
nsArrayEnumerator.h
nsArrayUtils.cpp
nsArrayUtils.h
nsAtom.h Bug 1861010 - Avoid some duplicated string hashing in the html parser. r=smaug 2023-10-25 11:50:59 +00:00
nsAtomHashKeys.h Bug 1849204 - Add generic atom hash keys that use the better distributed atom hash, and use it across the tree. r=mstange,xpcom-reviewers,credential-management-reviewers,sgalich,nika 2023-08-18 18:43:27 +00:00
nsAtomTable.cpp Bug 1862987 - Consider to have two caches for the main thread atoms, r=emilio 2023-11-03 18:16:13 +00:00
nsAtomTable.h Bug 1800582 - Don't count atoms in the a11y cache r=Jamie 2022-11-16 09:55:27 +00:00
nsBaseHashtable.h
nsCharSeparatedTokenizer.cpp Bug 1772006 - Part 8: Allow building xpcom/string without unified builds, r=xpcom-reviewers,barret 2022-07-30 00:12:49 +00:00
nsCharSeparatedTokenizer.h
nsCheapSets.h
nsClassHashtable.h
nsCOMArray.cpp
nsCOMArray.h
nsCRT.cpp
nsCRT.h
nsDeque.cpp
nsDeque.h
nsEnumeratorUtils.cpp
nsEnumeratorUtils.h
nsExpirationTracker.h
nsGkAtoms.cpp
nsGkAtoms.h
nsHashKeys.h Bug 1849386 - Use consistent pointer hashing. r=nika,xpcom-reviewers 2023-08-18 22:35:40 +00:00
nsHashPropertyBag.cpp
nsHashPropertyBag.h
nsHashtablesFwd.h
nsIArray.idl
nsIArrayExtensions.idl
nsIINIParser.idl Bug 1787121: add support for formatting INI files to nsINIParser r=xpcom-reviewers,kmag 2022-09-28 13:17:41 +00:00
nsIMutableArray.idl
nsINIParserImpl.cpp Bug 1787121: add support for formatting INI files to nsINIParser r=xpcom-reviewers,kmag 2022-09-28 13:17:41 +00:00
nsINIParserImpl.h Bug 1773770: Part 4 - Migrate INI parser factory to static component registration. r=xpcom-reviewers,nika 2022-06-30 09:12:16 +00:00
nsInterfaceHashtable.h
nsIObserver.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsIObserverService.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsIPersistentProperties2.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsIPersistentProperties.h
nsIProperties.idl
nsIProperty.idl
nsIPropertyBag2.idl
nsIPropertyBag.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsISerializable.idl
nsISimpleEnumerator.idl
nsIStringEnumerator.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsISupportsIterators.idl
nsISupportsPrimitives.idl
nsIVariant.idl
nsIWindowsRegKey.idl Bug 1863035 - Remove unused watching functions in nsIWindowsRegKey. r=win-reviewers,rkraesig 2023-11-03 23:38:44 +00:00
nsIWritablePropertyBag2.idl
nsIWritablePropertyBag.idl
nsMathUtils.h
nsObserverList.cpp Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
nsObserverList.h
nsObserverService.cpp Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
nsObserverService.h
nsPersistentProperties.cpp Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
nsPersistentProperties.h Bug 1778211 - Reject xpidl CDATA containing 'virtual', r=xpcom-reviewers,necko-reviewers,mccr8,dragana 2022-07-06 14:53:06 +00:00
nsPointerHashKeys.h Bug 1849386 - Use consistent pointer hashing. r=nika,xpcom-reviewers 2023-08-18 22:35:40 +00:00
nsProperties.cpp
nsProperties.h
nsQuickSort.cpp
nsQuickSort.h
nsRefCountedHashtable.h
nsRefPtrHashtable.h
nsSimpleEnumerator.cpp Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
nsSimpleEnumerator.h
nsStaticAtomUtils.h
nsStaticNameTable.cpp
nsStaticNameTable.h
nsStringEnumerator.cpp Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
nsStringEnumerator.h
nsSupportsPrimitives.cpp Bug 1792574, part 3 - Don't include nsMemory where it isn't needed. r=xpcom-reviewers,necko-reviewers,valentin,nika 2022-09-28 15:17:46 +00:00
nsSupportsPrimitives.h
nsTArray-inl.h Bug 1839083 - Avoid out-of-line call to EnsureCapacity for the common case where the capacity is already sufficient. r=nika 2023-06-19 15:58:48 +00:00
nsTArray.cpp
nsTArray.h Bug 1855796 - Add a debug check to nsTArray::RemoveElementAtUnsafe(). r=emilio 2023-09-28 19:53:19 +00:00
nsTArrayForwardDeclare.h
nsTHashMap.h Bug 1849386 - Use consistent pointer hashing. r=nika,xpcom-reviewers 2023-08-18 22:35:40 +00:00
nsTHashSet.h
nsTHashtable.h
nsTObserverArray.cpp
nsTObserverArray.h
nsTPriorityQueue.h
nsVariant.cpp Bug 1660405 - Move away from mozilla::IsNaN in favor of std::isnan. r=nbp,media-playback-reviewers,sergesanspaille,padenot 2023-03-22 11:35:33 +00:00
nsVariant.h
nsWhitespaceTokenizer.h
nsWindowsRegKey.cpp Bug 1863035 - Remove unused watching functions in nsIWindowsRegKey. r=win-reviewers,rkraesig 2023-11-03 23:38:44 +00:00
nsWindowsRegKey.h
Observer.h
PerfectHash.h
PLDHashTable.cpp Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
PLDHashTable.h Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
SimpleEnumerator.h
StaticAtoms.py Bug 1860666 - Add pref-gated ::slider-* pseudo-elements, and some tests. r=layout-reviewers,jfkthame 2023-10-30 15:15:24 +00:00
StickyTimeDuration.h Bug 1660405 - Move away from mozilla::IsInfinite in favor of std::isinf. r=nbp,media-playback-reviewers,alwu 2023-03-22 11:35:34 +00:00
Tokenizer.cpp
Tokenizer.h