aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-command.c
Commit message (Collapse)AuthorAge
* disable Uzbl javascript object because of security problem.Gravatar Dieter Plaetinck2010-01-05
|
* status_message is not a built-in variable anymore so the unit tests must use ↵Gravatar Dieter Plaetinck2009-11-12
| | | | another built-in variable for testing built-in variable stuff
* scroll stuff: update unit tests + remove bindings that (may) conflict with ↵Gravatar Dieter Plaetinck2009-11-08
| | | | keycmd or are not needed + better default behavior for pageup and pagedown
* expand arguments given to "set *_handler"Gravatar Brendan Taylor2009-10-25
|
* fix tests (decimal separator and unset scbar_v)Gravatar Brendan Taylor2009-10-24
|
* fixed test-command (clientchan -> client_chan)Gravatar Brendan Taylor2009-10-14
|
* fix tests, introduce command testsGravatar Brendan Taylor2009-10-14
| | | | | includes new tests for set, event/request, print, scroll_*, toggle_status, sync_sh and js
* deprecate insert/command mode, always_insert_mode, mode indicators, in favor ↵Gravatar Dieter Plaetinck2009-09-19
| | | | of soon to be implemented EM replacements. uzbl-core now only knows if it should forward_keys to the webkitview or not
* move 'uzbl' to more specific 'uzbl-core' program, and add 'uzbl-browser' ↵Gravatar Dieter Plaetinck2009-09-05
| | | | script which wraps around it to make the browser
* "set keycmd = x" is now equivalent to "keycmd x"Gravatar Brendan Taylor2009-07-12