GNOME Bugzilla – Bug 161914
Add 'Time seen' column/sort method
Last modified: 2004-12-22 21:47:04 UTC
According to James Wen's paper about Post-Valued Recall Web Pages[1], temporal breakdown of the browsing history within a day can be important to find back pages: "It was noticed that a user's desire to simplify a complex hypertextual space into a simpler linear space is often exhibited in the user's replies that are temporally-based--e.g., "Saw this page around lunch time." As a linear and familiar notion, time is perhaps the most powerful parameter used to localize a search space. Both the Internet Explorer and Netscape Internet browsers offer temporally-based history lists. Neither browser has anything more sophisticated than a textual list. In addition, Internet Explorer does not allow temporal breakdown within a day, thus virtually excluding the retracing of surf sessions that rarely last for long, continuous periods." Thinking about how to implement this most efficiently in Epiphany, I came to the conclusion that it should be possible to sort the listed history items on time. This means adding a 'Time seen' column (as leftmost?) and use this as default sorting method. The history should be sortable by Title and Address by clicking on the corresponding column header. [1] http://www.stanford.edu/group/siqss/itandsociety/v01i03/v01i03a10.pdf
It occured to me that if you use, say, five-minute intervals in the time column, you could re-open "snapshots" of a browsing session at a certain point in time.
*** This bug has been marked as a duplicate of 138851 ***