Port bug 1597120 to Thunderbird - Remove XUL mousethrough attribute
Categories
(Thunderbird :: General, task)
Tracking
(Not tracked)
People
(Reporter: mkmelin, Assigned: mkmelin)
References
Details
Attachments
(2 files, 1 obsolete file)
|
17.61 KB,
patch
|
pmorris
:
review+
|
Details | Diff | Splinter Review |
|
3.18 KB,
patch
|
khushil324
:
review+
|
Details | Diff | Splinter Review |
Port: Bug 1597120 - Remove XUL mousethrough attribute
| Assignee | ||
Comment 1•6 years ago
|
||
Looks like a lot of these are redundant. For at least some of the cases I converted they could potentially be redundant but I've left them as it's somewhat hard to verify.
(Regarding the functionality around dragCenter-image. All I can think it why, why, why? Dragging the date label will tick forwards in the calendar one day per 0.5s. Doesn't make much sense to me.)
Comment 2•6 years ago
•
|
||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
Addressing review comments
Comment 5•6 years ago
|
||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Actually, does this need to wait for bug 1597120?
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 7•6 years ago
|
||
No, bug 1597120 is just removing it. The replacements are already existing.
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/6ce35172d662
Port bug 1597120: Remove use of XUL mousethrough attribute. r=pmorris
Comment 9•6 years ago
|
||
One word about the commit messages:
Port bug XXX to Thunderbird.
Well, I guess the "to Thunderbird" is not needed.
Pasting the M-C bug summary is mostly also not correct. We're not removing the mousethrough attribute, M-C is removing it, so consequently we need to remove the use of it.
| Assignee | ||
Comment 10•6 years ago
|
||
I think "to Thunderbird" should be there, otherwise it might be confusing when reading pushlogs later (was it for Thunderbird, was it for SeaMonkey, what was it for).
Comment 11•6 years ago
|
||
Well, generally it is for Thunderbird. You're the only person on the project adding the "to Thunderbird":
https://hg.mozilla.org/comm-central/log?rev=port
Are all the other people doing it badly?
| Assignee | ||
Comment 12•6 years ago
|
||
Of course if you look at the code it's clear, but from the summary it's not. So yes, I'd suggest to add that in the future.
Comment 13•6 years ago
|
||
Then get everyone to put those words into their commit messages. So far, no one but you does, so for consistency, I've been removing it where I saw it - otherwise it's totally confusing.
| Assignee | ||
Comment 14•6 years ago
|
||
It's a clarification, so hard to see how it would be confusing. In the future with a single repository it's also possible you're browsing commits in a list of all checkins, and not just Thunderbird commits.
Comment 15•6 years ago
|
||
Please read comment #13:
So far, no one but you does, so for consistency, I've been removing it where I saw it - otherwise it's totally confusing.
It's confusing if one guy does it, the rest doesn't.
| Assignee | ||
Comment 16•6 years ago
|
||
The chat part broke chat tooltips. But we can't use css to fix it so let's do smarter matching in the event handler instead.
| Assignee | ||
Updated•6 years ago
|
Comment 17•6 years ago
•
|
||
Comment 18•6 years ago
|
||
There is an issue bug 1592422 comment 5 on the trunk. I think It is regressed from here but I will solve it in Bug 1592422.
Comment 19•6 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/e370eb044bf9
followup to make chat tooltips work again. r=khusil
Description
•