On 4/7/26 20:45, Daniel Richard G. wrote:
On Tue, 2026 Apr 7 13:06-04:00, Andres Salomon wrote:
I can try a couple old snapshots to try to find when the behavior changed.
I've verified that it changed between 145 and 146.
Got it nailed down: the behavior changed between
146.0.7680.164-1
146.0.7680.177-1
Thanks, super helpful!
No relevant notes in Ahrotahn's pull request for .177:
https://github.com/ungoogled-software/ungoogled-chromium/pull/3721
I've narrowed it down to the switch from disable/glic.patch ->
ungoogled/disable-ai.patch. Basically I took all the new stuff
(non-upstream) from .177, including deleting the .pb files, and was able
to reproduce the problematic new tab page on .164. Then if I switch back
from disable-at.patch to glic.patch, it fixes the issue.
I'm looking through the differences between the two now to see if I can
figure out what is causing it.