Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable site-specific quirks.Lucian Branescu Mihaila2010-07-201-1/+1
* Add myself and rgs to AUTHORS.Lucian Branescu Mihaila2010-07-201-1/+4
* Forgot to change a name.Lucian Branescu Mihaila2010-07-191-1/+1
* Switch to paths from URIs. Effectively turn file://path/to/file into /path/to...Lucian Branescu Mihaila2010-07-191-4/+4
* Fix small mistake.Lucian Branescu Mihaila2010-07-191-1/+1
* Dumb down clever trick in webtoolbar.py. Flesh out pdfview with a better test...Lucian Branescu Mihaila2010-07-192-16/+80
* Separate entry point in pdfview.Lucian Branescu Mihaila2010-07-191-8/+9
* First experiments with using evince for inline PDF viewing.Lucian Branescu Mihaila2010-07-191-0/+45
* Small fixes.Lucian Branescu Mihaila2010-07-172-3/+3
* Remove broken import.Lucian Branescu Mihaila2010-07-171-1/+0
* Various cleanups.Lucian Branescu Mihaila2010-07-173-53/+26
* Small fixes.Lucian Branescu Mihaila2010-07-162-6/+6
* Populate global history on page load-commit.Lucian Branescu Mihaila2010-07-162-2/+8
* Remove files leftover from Browse-hulahop.Lucian Branescu Mihaila2010-07-167-621/+0
* Fix another silly typo.Lucian Branescu Mihaila2010-07-161-5/+5
* Fix silly typo.Lucian Branescu Mihaila2010-07-161-1/+1
* Wait to populate the history palettes until webkit's had a time to update its...Lucian Branescu Mihaila2010-07-161-1/+7
* Small cleanup with some asignments.Lucian Branescu Mihaila2010-07-161-7/+8
* Fix silly semantic error.Lucian Branescu Mihaila2010-07-161-2/+10
* Initial implementation of back/forward button palettes.Lucian Branescu Mihaila2010-07-161-39/+21
* Cleanups. All callbacks start with __ in webtoolbar.py.Lucian Branescu Mihaila2010-07-161-20/+18
* Fix history order. Webkit's lists seem to be reversed.Lucian Branescu Mihaila2010-07-161-3/+7
* Remove redundant _active_downloads.remove.Lucian Branescu Mihaila2010-07-161-1/+1
* Enable downloading for unknown mime types.Lucian Branescu Mihaila2010-07-152-4/+15
* Fix closing with active downloads. Activity api has changed so that the .clos...Lucian Branescu Mihaila2010-07-151-1/+1
* Fix canceling downloads.Lucian Branescu Mihaila2010-07-151-0/+3
* Fix download. Webkit expects fully qualified URLs for destination after all.Lucian Branescu Mihaila2010-07-151-2/+2
* Fix temporary file path construction, better logging, various fixes.Lucian Branescu Mihaila2010-07-151-13/+19
* Complete monkeypatched WebKitDownloadStatus enum. Clarifications.Lucian Branescu Mihaila2010-07-151-3/+6
* Add actual saving callback, which fixes the download always failing.Lucian Branescu Mihaila2010-07-151-3/+10
* Set default mime type to unknown.Lucian Branescu Mihaila2010-07-151-1/+1
* Figure out mime-type for all files, not just executables and zips. Fix downlo...Lucian Branescu Mihaila2010-07-151-9/+6
* Fix progress scale from 0 - 1 to 0 - 100. Enable error callback.Lucian Branescu Mihaila2010-07-151-4/+2
* Downloads start, but do not progress or complete. Mime type is hard-coded.Lucian Branescu Mihaila2010-07-153-15/+35
* 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-132-2/+3
* Speculative fixes for loading from journal and loading progress. Not tested yet.Lucian Branescu Mihaila2010-07-132-6/+6
* Make the initial connection to the browser less eager again.Lucian Branescu Mihaila2010-07-131-1/+2
* Fix progress. However, Browse crashes on startup at the moment, unrelated bug.Lucian Branescu Mihaila2010-07-131-5/+5
* Back/forward button activation cleanup.Lucian Branescu Mihaila2010-07-131-3/+2
* Sort out some argument issues. Fixes load progress and URI showing on mouse h...Lucian Branescu Mihaila2010-07-131-6/+3
* Revert earlier screwup. Remove soem debugging code.Lucian Branescu Mihaila2010-07-131-0/+45
* Fix primary toolbar. Back/forward list not yet implemented.Lucian Branescu Mihaila2010-07-131-72/+13
* 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
* Small cleanups.Lucian Branescu Mihaila2010-07-121-5/+3
* Add visible scrollbars, small fixes.Lucian Branescu Mihaila2010-07-052-20/+26
* Fix old bug in _load_homepage.Lucian Branescu Mihaila2010-07-051-1/+1