Closed
Bug 1005920
Opened 11 years ago
Closed 11 years ago
The prevent_webidl_changes hook must ignore backouts
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
4.47 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Do we have good criteria for detecting backouts? Or should I just look for "backout" and "backed out" in the commit message?
Comment 1•11 years ago
|
||
"revert" would probably be good too
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8417430 -
Flags: review?(ted)
Updated•11 years ago
|
Attachment #8417430 -
Flags: review?(ted) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
ehsan sudden thought, wouldn't a backout of a cset that landed on trunk affecting .webidl be equally as painful for web compat and stability as a .webidl changing due to new functionality?
As in, is this "really" the right thing here. (I'm just drawing attention to a case that I didn't see called out, if you already thought of it and this is still desired, great.)
Flags: needinfo?(ehsan)
Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Justin Wood (:Callek) from comment #4)
> ehsan sudden thought, wouldn't a backout of a cset that landed on trunk
> affecting .webidl be equally as painful for web compat and stability as a
> .webidl changing due to new functionality?
Yes, absolutely.
> As in, is this "really" the right thing here. (I'm just drawing attention to
> a case that I didn't see called out, if you already thought of it and this
> is still desired, great.)
Well, the assumption is that presumably a DOM peer has looked at the changes originally. The fact that backouts often have to be done in a hurry while the trees are burning makes it impossible for us to impose more strict requirements on them. :/
Flags: needinfo?(ehsan)
Updated•10 years ago
|
Product: Release Engineering → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•