mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Issue #21 - Remove use counters telemetry
This reverts Bug 968923 - Implement some equivalent of Chrome's use counters (on top of telemetry?) For reference: https://bugzilla.mozilla.org/show_bug.cgi?id=968923
This commit is contained in:
parent
136f38ba8c
commit
8ca9db6b65
45 changed files with 36 additions and 1128 deletions
|
|
@ -46,8 +46,6 @@ class nsIJSID;
|
|||
|
||||
namespace mozilla {
|
||||
|
||||
enum UseCounter : int16_t;
|
||||
|
||||
namespace dom {
|
||||
class CustomElementReactionsStack;
|
||||
template<typename KeyType, typename ValueType> class Record;
|
||||
|
|
@ -3428,10 +3426,6 @@ already_AddRefed<nsGenericHTMLElement>
|
|||
CreateHTMLElement(const GlobalObject& aGlobal, const JS::CallArgs& aCallArgs,
|
||||
JS::Handle<JSObject*> aGivenProto, ErrorResult& aRv);
|
||||
|
||||
void
|
||||
SetDocumentAndPageUseCounter(JSContext* aCx, JSObject* aObject,
|
||||
UseCounter aUseCounter);
|
||||
|
||||
// Warnings
|
||||
void
|
||||
DeprecationWarning(JSContext* aCx, JSObject* aObject,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue