GNOME Bugzilla – Bug 691417
Strip the query from the URL for about:applications
Last modified: 2013-01-11 09:08:36 UTC
When an application is deleted the page is reloaded and the URL shown is about:applications?
Created attachment 233071 [details] [review] Do not update the URL when changed during committed state
Created attachment 233073 [details] [review] Patch
Review of attachment 233071 [details] [review]: This makes sense to me, since as you say we call ephy_web_view_location_changed for COMMITTED in both cases. Hopefully no tests are breaking!
Review of attachment 233073 [details] [review]: OK. Please mention in the comment that this is needed because we update it through an HTML form, and that the query strip should be removed if that every changes.