Skip to content

Commit

Permalink
Bug 1860947 - Add ReleaseData and string buffer AddRef and Release me…
Browse files Browse the repository at this point in the history
…thods to the irrelevant signature list

nsStringBuffer:: is still on the prefix list, but I don't actually see any instances of it besides AddRef and Release, so I'll leave it alone.
  • Loading branch information
amccreight authored and smarnach committed May 23, 2024
1 parent 4c6a914 commit a2ce9df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions socorro/signature/siglists/irrelevant_signature_re.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ mozilla::RangeBoundaryBase<T>::operator
mozilla::RefPtrTraits<T>::
mozilla::SegmentedVector<T>::SegmentImpl<T>::
mozilla::Span<T>
mozilla::StringBuffer::AddRef
mozilla::StringBuffer::Release
mozilla::TaskController::GetRunnableForMTTask
mozilla::TaskQueue::
mozilla::ThreadEventQueue
Expand All @@ -174,6 +176,8 @@ nsMaybeWeakPtr<T>::
nsQueryObject<T>::operator
nsRunnableMethodReceiver<T>::nsRunnableMethodReceiver
ns.*Hashtable
nsStringBuffer::AddRef
nsStringBuffer::Release
nsTArrayElementTraits
nsTArrayInfallibleAllocator
nsTArray_base<
Expand Down Expand Up @@ -201,6 +205,7 @@ RaiseException
RealMsgWaitFor
RefPtr<T>::
regex::pool::impl
ReleaseData
_report_gsfailure
__report_gsfailure
_rust_alloc_error_handler
Expand Down

0 comments on commit a2ce9df

Please sign in to comment.