Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/globalhistory.py
Commit message (Collapse)AuthorAgeFilesLines
* Global history for URL autocompletion in URL entryManuel QuiƱones2012-01-061-43/+12
| | | | | | | | | The sqlite backend to store the global history is maintained. There are two fields in the database that are left unused: bookmark and gecko_flags. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* add/remove some empty lines according to PEP8Sascha Silbe2010-06-161-0/+2
|
* remove EOL spacesSascha Silbe2010-06-161-3/+3
|
* Add a last_visit fieldMarco Pesenti Gritti2008-06-121-0/+3
|
* Remove unused varMarco Pesenti Gritti2008-06-121-2/+0
|
* Implement the sqlite store.Marco Pesenti Gritti2008-06-121-11/+7
|
* First go at autocompletion. Still using a fake, in-memory backend.Marco Pesenti Gritti2008-06-121-0/+81