summaryrefslogtreecommitdiffstats
path: root/dom/base
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-06-12 07:46:54 +0000
committerMoonchild <moonchild@palemoon.org>2020-06-12 07:46:54 +0000
commit59a5adc93415f6d6e8ce4352ba0cd2d34d5e7888 (patch)
tree10e0e65ef7fe712e885826b3704cbf03cda2ebd1 /dom/base
parent433c300a370789a2f7c848cb74f1dee6565610d8 (diff)
parent927c2fd3ea9e2af55530f1e07b862c3c43eb0054 (diff)
downloadUXP-59a5adc93415f6d6e8ce4352ba0cd2d34d5e7888.tar
UXP-59a5adc93415f6d6e8ce4352ba0cd2d34d5e7888.tar.gz
UXP-59a5adc93415f6d6e8ce4352ba0cd2d34d5e7888.tar.lz
UXP-59a5adc93415f6d6e8ce4352ba0cd2d34d5e7888.tar.xz
UXP-59a5adc93415f6d6e8ce4352ba0cd2d34d5e7888.zip
Merge branch 'abortcontroller-work'
Diffstat (limited to 'dom/base')
-rw-r--r--dom/base/nsGkAtomList.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/base/nsGkAtomList.h b/dom/base/nsGkAtomList.h
index af3077604..f4d2974cd 100644
--- a/dom/base/nsGkAtomList.h
+++ b/dom/base/nsGkAtomList.h
@@ -909,7 +909,9 @@ GK_ATOM(onreadystatechange, "onreadystatechange")
GK_ATOM(onreceived, "onreceived")
GK_ATOM(onremoteheld, "onremoteheld")
GK_ATOM(onremoteresumed, "onremoteresumed")
+GK_ATOM(onrequestprogress, "onrequestprogress")
GK_ATOM(onresourcetimingbufferfull, "onresourcetimingbufferfull")
+GK_ATOM(onresponseprogress, "onresponseprogress")
GK_ATOM(onretrieving, "onretrieving")
GK_ATOM(onRequest, "onRequest")
GK_ATOM(onrequestmediaplaystatus, "onrequestmediaplaystatus")