Closed
Bug 1632971
Opened 5 years ago
Closed 5 years ago
"Show earliest version with this line" is wrong for WebGL-disabled-in-headless-mode changeset
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1632948
People
(Reporter: jgilbert, Unassigned)
References
Details
While digging up info for bug 1375585, working around bug 1632948, I found that "Show earliest version with this line" goes back to before the line exists. I was guessing this is the same root cause as bug 1632948, but I'll file this anyway.
Here's the cset link:
https://searchfox.org/mozilla-central/rev/b8fbb6ead517720daf0b0211115f407b4b951c74/dom/canvas/WebGLContext.cpp#315
"Show earliest version with this line" takes me to a point without that IsHeadless()
line.
Comment 1•5 years ago
|
||
Yeah, it's the same problem. The "earliest version with line" always belongs to the changeset that searchfox attributes as the "blame" (in this example, git 66c7e91d649eb43db410c2ba2ecf010ba0534d6b). So if we fix the blame this should go away.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•