Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser.py
Commit message (Expand)AuthorAgeFilesLines
* Disable site-specific quirks.Lucian Branescu Mihaila2010-07-201-1/+1
* Various cleanups.Lucian Branescu Mihaila2010-07-171-27/+5
* Small fixes.Lucian Branescu Mihaila2010-07-161-3/+3
* Populate global history on page load-commit.Lucian Branescu Mihaila2010-07-161-0/+6
* Fix history order. Webkit's lists seem to be reversed.Lucian Branescu Mihaila2010-07-161-3/+7
* Enable downloading for unknown mime types.Lucian Branescu Mihaila2010-07-151-1/+10
* Downloads start, but do not progress or complete. Mime type is hard-coded.Lucian Branescu Mihaila2010-07-151-8/+10
* Fix silly boolean logic issue, enables view source.Lucian Branescu Mihaila2010-07-141-1/+1
* Enable full page zoom.Lucian Branescu Mihaila2010-07-141-6/+6
* Remove workaround in favour of a better way.Lucian Branescu Mihaila2010-07-131-3/+4
* Make sure something gets loaded when broase loads from journal.Lucian Branescu Mihaila2010-07-131-1/+3
* Speculative fixes for loading from journal and loading progress. Not tested yet.Lucian Branescu Mihaila2010-07-131-6/+5
* Add workaround for the lack of WebBackForwardList.clear() in webkitgtk+ less ...Lucian Branescu Mihaila2010-07-121-2/+10
* Apply Raul's patch, fixes keep error.Lucian Branescu Mihaila2010-07-121-4/+5
* Add visible scrollbars, small fixes.Lucian Branescu Mihaila2010-07-051-10/+17
* Fix bookmarks, various other fixes.Lucian Branescu Mihaila2010-07-051-8/+10
* Revert to older webkitgtk+ API, various fixes.Lucian Branescu Mihaila2010-07-011-5/+11
* Fix various things.Lucian Branescu Mihaila2010-06-241-6/+7
* Prototype implementation of downloadmanager. Fix initial load bug. Introduce ...Lucian Branescu Mihaila2010-06-241-11/+8
* Downloads prototype. Missing features and it doesn't yet work.Lucian Branescu Mihaila2010-06-221-4/+5
* Fix for get_source. Cleanups.Lucian Branescu Mihaila2010-06-221-1/+1
* Implement sessions, homepage and various fixes.Lucian Branescu Mihaila2010-06-191-18/+44
* Add some stubs, cleanup some hulahop vestiges, implement Browser.get_source a...Lucian Branescu Mihaila2010-06-191-20/+22
* Fix 'http'-adding feature to not add an extra /, like 'http:///google.com'.Lucian Branescu Mihaila2010-06-181-6/+3
* Add tab box updates, improve load_uri to accept uris like 'google.com'.Lucian Branescu Mihaila2010-06-181-15/+19
* Fix some pep8 violations.Lucian Branescu Mihaila2010-06-171-6/+9
* Implement sessionstore for webkit.Lucian Branescu Mihaila2010-06-171-9/+4
* Browse stards and loads pages with pywebkitgtk. Several features are disabled...Lucian Branescu Mihaila2010-06-171-180/+51
* add/remove some empty lines according to PEP8Sascha Silbe2010-06-161-1/+9
* remove EOL spacesSascha Silbe2010-06-161-9/+9
* Correct ordering when saving tabsSimon Schampijer2009-07-081-2/+2
* Open new windows in tabsTomeu Vizoso2009-07-081-37/+165
* Return the document source to the shell for displaying in the view source dialogTomeu Vizoso2008-11-071-57/+14
* Missing import. Popup view needs to be realized at creation becauseMarco Pesenti Gritti2008-10-151-0/+2
* Adapt to hulahop API changes and start to clean up the singletons mess.Marco Pesenti Gritti2008-10-151-2/+19
* Handle non-xul popups. #6825Marco Pesenti Gritti2008-07-241-11/+21
* Support certificate exceptions.Marco Pesenti Gritti2008-06-151-1/+22
* To resolve trac 6250, we disable browser detection of offline mode using xpcom.Erik Garrison2008-06-101-0/+5
* Add Follow link item to link paletteTomeu Vizoso2008-05-281-1/+1
* Add a simple palette for links with an option to copy to the clipboard.Tomeu Vizoso2008-05-251-3/+7
* First round of pylint fixes.Simon Schampijer2008-05-211-14/+27
* Add support for XUL dialogs. Fix #5487Marco Pesenti Gritti2007-12-221-3/+34
* Use the new show_object_in_journal API #4909Simon Schampijer2007-12-191-0/+1
* Save view source to SAR/instanceSimon Schampijer2007-12-051-4/+4
* do not resume source with write #4909Simon Schampijer2007-11-211-11/+0
* added a dbus call to open the source data by the journalSimon Schampijer2007-11-141-3/+9
* Save the page source with mime type text/htmlSimon Schampijer2007-11-021-1/+1
* Added zoom support with keybindings and view toolbarSimon Schampijer2007-11-011-1/+15
* Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activityMarco Pesenti Gritti2007-10-121-0/+24
|\
| * Add support for agent and user stylesheets.Tomeu Vizoso2007-10-101-1/+25