mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #1990 - Part 5 - Common up the skippability implementations that are basically copy/pastes of the DOMEventTargetHelper one. Mozilla Bug Bug 1333540. Skipped the renamed of various functions, but otherwise a direct port.
This commit is contained in:
parent
9f945d160d
commit
5fd53649bd
7 changed files with 30 additions and 84 deletions
|
|
@ -525,8 +525,10 @@ public:
|
|||
|
||||
void SetRequestObserver(nsIRequestObserver* aObserver);
|
||||
|
||||
NS_DECL_CYCLE_COLLECTION_SKIPPABLE_SCRIPT_HOLDER_CLASS_INHERITED(XMLHttpRequestMainThread,
|
||||
XMLHttpRequest)
|
||||
NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS_INHERITED(XMLHttpRequestMainThread,
|
||||
XMLHttpRequest)
|
||||
virtual bool IsCertainlyAliveForCC() const override;
|
||||
|
||||
bool AllowUploadProgress();
|
||||
|
||||
virtual void DisconnectFromOwner() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue