Files
ladybird/Libraries/LibWebView
Andreas Kling ed34a4ba8a LibWebView: Ignore duplicate URL change notifications
Some navigations report the same URL more than once through
WebContentClient::did_change_url(). Forwarding those duplicate updates
into the frontend turned an internal no-op into visible UI churn,
including location bar resets and AppKit focus stealing.

Treat repeated URL notifications as a no-op inside LibWebView so
frontends only react to real URL changes.
2026-04-16 21:01:28 +02:00
..
2026-04-16 21:01:28 +02:00