Commit Graph

10 Commits

Author SHA1 Message Date
ajacoutot
8cf6eb22f8 I forgot that with gstreamer1, sndio(7) support is directly integrated in
plugins-base which webkit already provides; so no need for plugins-good
dependency anymore.
2013-04-13 09:33:29 +00:00
ajacoutot
2788ae5d37 Webkit uses gstreamer1 now. 2013-04-13 09:27:34 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
pascal
4375b77959 Update to xombrero 1.4.0; do not use custom do-install.
ok gonzalo@ (MAINTAINER)
2012-11-30 21:23:27 +00:00
ajacoutot
62f1447132 Explicitely add dependencies on multimedia/gstreamer-0.10/plugins-ffmpeg and
multimedia/gstreamer-0.10/plugins-good now that webkit lost these.
2012-10-03 06:36:23 +00:00
gonzalo
8b542603f6 Update for Xombrero to 1.3.1:
* Unbreak custom URI handling
* Fix display of about:favorites with no favorites
* Prevent using back on an about:secviolation page from returning back
  to the exact same page that triggered the cert warning.
* Fix build with glib 2.30.0
* Kill a crash when using older libsoup versions
* Sync the preloaded HSTS list with Chromium's

Tested on amd64.

Ok kili@
2012-09-18 20:34:30 +00:00
gonzalo
b3fbb207aa Update for Xombrero to 1.3.0:
* [NEW] force_https setting and https command to force a given domain
  to always use HTTPS
* [NEW] Use force_https to provide a preloaded HSTS list to help avoid
  the ssl stripping attack.  Sites in this list are taken from
  Chromium's preloaded HSTS list, and additional domains added by the
  xombrero authors.
* Add a workaround to fix a GTK focus bug until it has been fixed
  upstream (see https://bugzilla.gnome.org/show_bug.cgi?id=677329)
* Modify the about:allthethings output to a more C-like syntax
* Remove the usage of relying on some deprecated webkitgtk signals
* Prevent spitting out warnings of deprecated gcrypt functions when
  building
* Prevent a crash when using editsrc on about:blank or any other blank
  page
* Many various code cleanups

And more.

Ok pascal@
2012-09-04 12:06:01 +00:00
gonzalo
a6e3adbf99 Update to 1.2.2
* [NEW] Implement a new setting, do_not_track, to set the Do Not Track
  HTTP header.  This setting is disabled by default in normal mode and
  enabled in whitelist mode.
* Fix the keybindings in the example config so they properly represent
  the default values in the source code.
* Add some additional paranoia in the input focus code to prevent a
  segfault on some sites (most notably, pnc.com).
* Fix a bug where HSTS would never be enabled if referer_mode = always
* Fix the build when debugging is enabled
* Show a warning when the binary could not be run when executing a
  program based on a MIME type, except for the special "donothing"
  binary name.

Tested by severals.

Ok aja@ gsoares@
2012-08-10 14:12:58 +00:00
gonzalo
ae5fbe7bde Update for Xombrero to 1.1.0 with this changes:
* [NEW] Custom keybound prompts (keybinding = :cmd,key)
* [NEW] Custom uri handling (custom_uri)
* [NEW] Setting to disable proxy at startup (http_proxy_disable)
* [NEW] Setting to cache HTTPS certificates and present warnings when
  certificates change to help prevent MITM attacks (warn_cert_changes)
* [NEW] Tab number and proxy enabled notifications (statusbar_elems)
* [NEW] Setting to change default stylesheet used for the userstyle
  and userstyle_global commands (usersytle)
* [NEW] Both userstyle and userstyle_global commands may take an
  optional argument to a user-specified stylesheet
* [NEW] Setting to change the style of the statusbar to switch between
  the page URL and title (statusbar_style)
* Runtime settings are unsettable with ':set setting ='
* Fix some display bugs with the statusbar
* HTML escape text before displaying with about:set, <file> now shows
  correctly
* Fix unsetting the statusbar color when opening the command prompt

And a lot of others.

Tested on amd64.

Ok kili@ aja@
2012-07-08 21:27:42 +00:00
gonzalo
14c939698e As Spectrwm time ago, now XXXterm change its name to Xombrero 1.0.0, so
here is the new port and the new stuff:

* Fix a bug where not the entire saved cert wouldn't be checked
* Add an include_config setting to load additional configuration
settings
* Add option to display when a download completes
* Rewrite mutex implementation to work around some bogus buggy mutex
implementation messages
* Make bunch of settings work in runtime vs start-of-day
* Add option to select search engine when used the first time
* Add ctrl-enter to prefix www. and postfix .com
* Add stop keybinding
* Fix a bunch of tiny bugs and general code improvement

OK sthen@
2012-06-07 14:18:14 +00:00