Remove old approach for debugging leaked wrapper object references (issue #2593)

This commit is contained in:
Marshall Greenblatt
2019-01-23 17:10:23 +01:00
parent 3fe062a5b6
commit 6bfb5ab33b
292 changed files with 291 additions and 3095 deletions

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=30a6c8e9611309b983215cfc687b088ca5fad757$
// $hash=e81dac9bec0b9186e71224ab3b3a960368369efe$
//
#include "libcef_dll/cpptoc/test/translator_test_cpptoc.h"
@@ -1648,14 +1648,6 @@ CefRefPtr<CefTranslatorTest> CefCppToCRefCounted<
return NULL;
}
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount CefCppToCRefCounted<CefTranslatorTestCppToC,
CefTranslatorTest,
cef_translator_test_t>::DebugObjCt
ATOMIC_DECLARATION;
#endif
template <>
CefWrapperType CefCppToCRefCounted<CefTranslatorTestCppToC,
CefTranslatorTest,

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=ba2f64fa05b36ccf586e2ca05af5491277712b8d$
// $hash=7ee64d052fac71a9afcb068620fe23aadf8557f0$
//
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_client_child_cpptoc.h"
@@ -86,14 +86,6 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrClientChildCppToC,
return NULL;
}
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount CefCppToCRefCounted<
CefTranslatorTestRefPtrClientChildCppToC,
CefTranslatorTestRefPtrClientChild,
cef_translator_test_ref_ptr_client_child_t>::DebugObjCt ATOMIC_DECLARATION;
#endif
template <>
CefWrapperType CefCppToCRefCounted<
CefTranslatorTestRefPtrClientChildCppToC,

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=94dda0368c29eee3e0fcb3a1429755649cbdd245$
// $hash=69b6f21feb14c9cf90189bdd12ec0a6d7304ff2d$
//
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_client_cpptoc.h"
@@ -66,14 +66,6 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrClientCppToC,
return NULL;
}
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount CefCppToCRefCounted<
CefTranslatorTestRefPtrClientCppToC,
CefTranslatorTestRefPtrClient,
cef_translator_test_ref_ptr_client_t>::DebugObjCt ATOMIC_DECLARATION;
#endif
template <>
CefWrapperType
CefCppToCRefCounted<CefTranslatorTestRefPtrClientCppToC,

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=51efd46ca9949e45b05a5709b9e98089c3e8d31b$
// $hash=b21e991f53fc09b5c246772d149b4c949733c568$
//
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_library_child_child_cpptoc.h"
@@ -190,15 +190,6 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryChildChildCppToC,
return NULL;
}
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount CefCppToCRefCounted<
CefTranslatorTestRefPtrLibraryChildChildCppToC,
CefTranslatorTestRefPtrLibraryChildChild,
cef_translator_test_ref_ptr_library_child_child_t>::DebugObjCt
ATOMIC_DECLARATION;
#endif
template <>
CefWrapperType CefCppToCRefCounted<
CefTranslatorTestRefPtrLibraryChildChildCppToC,

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=bb730076e72ba699a3a07b26f8eaa7ed4e61882f$
// $hash=a7cbc59470d0ad3a2bd65c6c65f0c57c89a4e43a$
//
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_library_child_cpptoc.h"
@@ -143,14 +143,6 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryChildCppToC,
return NULL;
}
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount CefCppToCRefCounted<
CefTranslatorTestRefPtrLibraryChildCppToC,
CefTranslatorTestRefPtrLibraryChild,
cef_translator_test_ref_ptr_library_child_t>::DebugObjCt ATOMIC_DECLARATION;
#endif
template <>
CefWrapperType CefCppToCRefCounted<
CefTranslatorTestRefPtrLibraryChildCppToC,

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=7a5ff53a90627d3079306c77cd5b6af90c2b5db3$
// $hash=bea1e936322901ab4fadfc06810a3b5006f1e3e3$
//
#include "libcef_dll/cpptoc/test/translator_test_ref_ptr_library_cpptoc.h"
@@ -104,14 +104,6 @@ CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryCppToC,
return NULL;
}
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount CefCppToCRefCounted<
CefTranslatorTestRefPtrLibraryCppToC,
CefTranslatorTestRefPtrLibrary,
cef_translator_test_ref_ptr_library_t>::DebugObjCt ATOMIC_DECLARATION;
#endif
template <>
CefWrapperType
CefCppToCRefCounted<CefTranslatorTestRefPtrLibraryCppToC,

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=90d6a53956c2d81e9ab271ff02f8f857f250c0e9$
// $hash=68683ed516486c58afe218fe6b12e9f984b6db1a$
//
#include "libcef_dll/cpptoc/test/translator_test_scoped_client_child_cpptoc.h"
@@ -90,14 +90,6 @@ CefCppToCScoped<CefTranslatorTestScopedClientChildCppToC,
return NULL;
}
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount CefCppToCScoped<
CefTranslatorTestScopedClientChildCppToC,
CefTranslatorTestScopedClientChild,
cef_translator_test_scoped_client_child_t>::DebugObjCt ATOMIC_DECLARATION;
#endif
template <>
CefWrapperType
CefCppToCScoped<CefTranslatorTestScopedClientChildCppToC,

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=b4a244b1991bcd3598d09b1bfce816d0c80e831f$
// $hash=dcc8b483920f60ab8b9b2ba533d7bfd05b6b6f0f$
//
#include "libcef_dll/cpptoc/test/translator_test_scoped_client_cpptoc.h"
@@ -78,14 +78,6 @@ CefCppToCScoped<CefTranslatorTestScopedClientCppToC,
return NULL;
}
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount CefCppToCScoped<
CefTranslatorTestScopedClientCppToC,
CefTranslatorTestScopedClient,
cef_translator_test_scoped_client_t>::DebugObjCt ATOMIC_DECLARATION;
#endif
template <>
CefWrapperType
CefCppToCScoped<CefTranslatorTestScopedClientCppToC,

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=bec866457994d5418ece7c184c3f5516a92bfbfd$
// $hash=ed2a57234fd60908112bb39d4f279a88ce44410d$
//
#include "libcef_dll/cpptoc/test/translator_test_scoped_library_child_child_cpptoc.h"
@@ -183,15 +183,6 @@ CefCppToCScoped<CefTranslatorTestScopedLibraryChildChildCppToC,
return NULL;
}
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount CefCppToCScoped<
CefTranslatorTestScopedLibraryChildChildCppToC,
CefTranslatorTestScopedLibraryChildChild,
cef_translator_test_scoped_library_child_child_t>::DebugObjCt
ATOMIC_DECLARATION;
#endif
template <>
CefWrapperType CefCppToCScoped<
CefTranslatorTestScopedLibraryChildChildCppToC,

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=171c183383e07cd9a62afe4452d7c2bf080c84cc$
// $hash=f30c2211f47d29b9d232797cadb16de9aac75c88$
//
#include "libcef_dll/cpptoc/test/translator_test_scoped_library_child_cpptoc.h"
@@ -147,14 +147,6 @@ CefCppToCScoped<CefTranslatorTestScopedLibraryChildCppToC,
return NULL;
}
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount CefCppToCScoped<
CefTranslatorTestScopedLibraryChildCppToC,
CefTranslatorTestScopedLibraryChild,
cef_translator_test_scoped_library_child_t>::DebugObjCt ATOMIC_DECLARATION;
#endif
template <>
CefWrapperType
CefCppToCScoped<CefTranslatorTestScopedLibraryChildCppToC,

View File

@@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=26cdad7ba16110fb7a45e25fcd9ddc438a67fb5d$
// $hash=c52d2351ee3f855d871f607ba0e4adfb702a2a9b$
//
#include "libcef_dll/cpptoc/test/translator_test_scoped_library_cpptoc.h"
@@ -118,14 +118,6 @@ CefCppToCScoped<CefTranslatorTestScopedLibraryCppToC,
return NULL;
}
#if DCHECK_IS_ON()
template <>
base::AtomicRefCount CefCppToCScoped<
CefTranslatorTestScopedLibraryCppToC,
CefTranslatorTestScopedLibrary,
cef_translator_test_scoped_library_t>::DebugObjCt ATOMIC_DECLARATION;
#endif
template <>
CefWrapperType
CefCppToCScoped<CefTranslatorTestScopedLibraryCppToC,