Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sessionstore.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve session store and restoreManuel Quiñones2012-01-041-89/+0
| | | | | | | | | | | | | | | | | | | | | | | | | This is the review from Simon Schampijer of commit 14102bcd65f015dcbf12d1406df8ef7ffb64d13d . * the sessionstore code is moved into Browser, we do have set_history_index/get_history_index already there, the TabbedView does use that path for their requests about the history * Rename a few bits s/session/history and the return value from self.get_back_forward_list() Use back_forward_list as variable * Fold _get_history and _set_history into their appropriate 'mother' methods * Make set_history_index a bit cleaner, the API provided by webkitgtk does not seem to cleanly allow our usage like: get_current_item_index and go_to_back_forward_item(index) also the API does seem to miss a back_forward_list.get_length() (see the code we have to do in _items_history_as_list) there only exist a back_forward_list.get_back_length() and back_forward_list.get_forward_length(). Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Store and restore session for each tabManuel Quiñones2011-12-201-38/+53
| | | | | | | | For going to a specific item in the history, it uses go_back() method of WebKit.WebView. I tried also with WebKit.WebHistoryItem go_back(), seemed the proper solution, but the page wouldn't update. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Logger style fixesSascha Silbe2011-05-211-2/+2
| | | | Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* add/remove some empty lines according to PEP8Sascha Silbe2010-06-161-1/+4
|
* remove EOL spacesSascha Silbe2010-06-161-7/+7
|
* First round of pylint fixes.Simon Schampijer2008-05-211-6/+8
|
* more refactoring for using json onlySimon Schampijer2007-09-011-5/+1
|
* first work on using json for the hole modelSimon Schampijer2007-08-311-13/+10
|
* Increase robustness of session resuming.Tomeu Vizoso2007-08-081-3/+11
|
* Implement the session store component in pyxpcom.Tomeu Vizoso2007-05-221-0/+68