diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-04-29 17:02:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-29 17:02:53 +0200 |
commit | 8c4783919b1955c08c9e7107a2e58a1501c4fdad (patch) | |
tree | c650c55e20f4833329e4e5061e950da773a69189 /dom/base | |
parent | 32c067857c532bf651e5e6946ec1a67772eb2252 (diff) | |
parent | 80f9b75efa08ea449937298b791ff278cbf5fa22 (diff) | |
download | UXP-8c4783919b1955c08c9e7107a2e58a1501c4fdad.tar UXP-8c4783919b1955c08c9e7107a2e58a1501c4fdad.tar.gz UXP-8c4783919b1955c08c9e7107a2e58a1501c4fdad.tar.lz UXP-8c4783919b1955c08c9e7107a2e58a1501c4fdad.tar.xz UXP-8c4783919b1955c08c9e7107a2e58a1501c4fdad.zip |
Merge pull request #295 from janekptacijarabaci/_native_52ESR_events_auxclick_1
UI Events - implement auxclick
Diffstat (limited to 'dom/base')
-rw-r--r-- | dom/base/nsGkAtomList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/nsGkAtomList.h b/dom/base/nsGkAtomList.h index e4ae7ede8..aa4ef2ca3 100644 --- a/dom/base/nsGkAtomList.h +++ b/dom/base/nsGkAtomList.h @@ -704,6 +704,7 @@ GK_ATOM(onattributechanged, "onattributechanged") GK_ATOM(onattributereadreq, "onattributereadreq") GK_ATOM(onattributewritereq, "onattributewritereq") GK_ATOM(onaudioprocess, "onaudioprocess") +GK_ATOM(onauxclick, "onauxclick") GK_ATOM(onbeforecopy, "onbeforecopy") GK_ATOM(onbeforecut, "onbeforecut") GK_ATOM(onbeforepaste, "onbeforepaste") |