After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 691417 - Strip the query from the URL for about:applications
Strip the query from the URL for about:applications
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks: 684448
 
 
Reported: 2013-01-09 13:51 UTC by Carlos Garcia Campos
Modified: 2013-01-11 09:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Do not update the URL when changed during committed state (1.24 KB, patch)
2013-01-09 13:58 UTC, Carlos Garcia Campos
committed Details | Review
Patch (1.22 KB, patch)
2013-01-09 13:59 UTC, Carlos Garcia Campos
committed Details | Review

Description Carlos Garcia Campos 2013-01-09 13:51:53 UTC
When an application is deleted the page is reloaded and the URL shown is about:applications?
Comment 1 Carlos Garcia Campos 2013-01-09 13:58:33 UTC
Created attachment 233071 [details] [review]
Do not update the URL when changed during committed state
Comment 2 Carlos Garcia Campos 2013-01-09 13:59:11 UTC
Created attachment 233073 [details] [review]
Patch
Comment 3 Xan Lopez 2013-01-10 12:39:30 UTC
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!
Comment 4 Xan Lopez 2013-01-10 12:41:16 UTC
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.