Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sessionstore.py
Commit message (Collapse)AuthorAgeFilesLines
* 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