Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Closing branch.webkitLucian Branescu Mihaila2011-02-19120-15159/+1
* Add Komodo Edit projects to .gitignore.Lucian Branescu Mihaila2010-07-231-0/+1
* Change Browse to Surf in .pot.Lucian Branescu Mihaila2010-07-2383-85/+85
* Assume file:// when loading files from the journal.Lucian Branescu Mihaila2010-07-221-1/+2
* Remove mistakenly added .pot file.Lucian Branescu Mihaila2010-07-221-141/+0
* Rebrand to Surf. Changed bundle_id, icon and activity name. Activity name tra...Lucian Branescu Mihaila2010-07-183-14/+158
* Fix sha1 import issue.Lucian Branescu Mihaila2010-07-222-6/+6
* Disable xs_cookie creation, since it was trying to do it for gecko.Lucian Branescu Mihaila2010-07-221-41/+2
* Fix history retrieval limits in history palettes.Lucian Branescu Mihaila2010-07-222-6/+15
* Fixed pdfview.py -- gtk.VBox doesn't accept an evince.View but gtk.ScrolledWi...Raúl Gutiérrez S2010-07-211-2/+5
* 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