Closed
Bug 1639451
Opened 5 years ago
Closed 2 years ago
"Ignored changesets" filtering eats important changeset
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1673468
People
(Reporter: botond, Unassigned)
Details
STR
- Go to https://searchfox.org/mozilla-central/rev/61fceb7c0729773f544a9656f474e36cd636e5ea/gfx/layers/apz/src/AsyncPanZoomController.cpp#1094
- Observe the line contains a call to the function
CalculateCompositionBoundsInCssPixelsOfSurroundingContent()
- Hover over the left bar to show the blame popup
- Look at the diff of the changeset which the blame popup claims was last to modify the line, as well as the "latest version without this line"
Expected results
Either the diff introduces the call to CalculateCompositionBoundsInCssPixelsOfSurroundingContent()
, or it was already there in the "latest version without the line".
Actual results
Neither of the above is the case. The revision that introduces the call is MIA. However, if you instead go to the "latest version without the line" for the "1 ignored changeset", you can eventually reach it.
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•