Closed
Bug 1691332
Opened 4 years ago
Closed 4 years ago
Port bug 1691310: Remove allowEvents DOM property from XULElement
Categories
(Thunderbird :: Upstream Synchronization, task)
Thunderbird
Upstream Synchronization
Tracking
(thunderbird_esr78 wontfix, thunderbird86 wontfix)
RESOLVED
FIXED
87 Branch
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
Attachments
(1 file, 1 obsolete file)
3.77 KB,
patch
|
ntim
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1691310 +++
This is only about removing the DOM property, not the attribute.
https://searchfox.org/comm-central/search?q=.allowevents&path=&case=false®exp=false
Bug 1691310 comment 3 has info about the conversion.
Assignee | ||
Comment 1•4 years ago
|
||
Attachment #9201719 -
Flags: review?(alessandro)
Assignee | ||
Updated•4 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 years ago
|
status-thunderbird86:
--- → wontfix
status-thunderbird_esr78:
--- → wontfix
Target Milestone: --- → 87 Branch
Comment 2•4 years ago
|
||
Comment on attachment 9201719 [details] [diff] [review]
bug1691332_rm_allowEvents.patch
Review of attachment 9201719 [details] [diff] [review]:
-----------------------------------------------------------------
::: mail/test/browser/newmailaccount/browser_newmailaccount.js
@@ +895,5 @@
> let newMailAccountMenuitem = mc.eid("newMailAccountMenuItem");
>
> // First, we do some hackery to allow the "New" menupopup to respond to
> // events...
> + let oldAllowEvents = newMenuPopup.getNode().getAttribute("allowevents");
You want to check equality with `"true"` here as well.
Assignee | ||
Comment 3•4 years ago
|
||
Updated, thx!
Attachment #9201719 -
Attachment is obsolete: true
Attachment #9201719 -
Flags: review?(alessandro)
Attachment #9201758 -
Flags: review?(ntim.bugs)
Comment 4•4 years ago
|
||
Comment on attachment 9201758 [details] [diff] [review]
bug1691332_rm_allowEvents.patch
Review of attachment 9201758 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks! Looks good overall.
Attachment #9201758 -
Flags: review?(ntim.bugs) → review+
Assignee | ||
Updated•4 years ago
|
Keywords: checkin-needed-tb
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/8cf27842256d
Port bug 1691310: Remove allowEvents DOM property from XULElement. r=
You need to log in
before you can comment on or make changes to this bug.
Description
•