aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAge
* 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
* remove obsolete testsGravatar Rob2009-11-04
|
* 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
* fix 'make test' after a commit.Gravatar Brendan Taylor2009-07-19
|
* remove out-of-date test-1.cGravatar Brendan Taylor2009-07-16
|
* Merge branch 'experimental' of git://github.com/Dieterbe/uzbl into ↵Gravatar Brendan Taylor2009-07-16
|\ | | | | | | | | | | | | | | | | | | replace-expand-template Conflicts: Makefile tests/Makefile uzbl.c uzbl.h
| * Updated CFLAGS and LDFLAGS in tests/Makefile. TODO: Find a way for those ↵Gravatar uranther2009-07-14
| | | | | | | | variables to be inherited or passed to the tests/Makefile.
* | "set keycmd = x" is now equivalent to "keycmd x"Gravatar Brendan Taylor2009-07-12
| |
* | update mode indicator when @insert_mode is setGravatar Brendan Taylor2009-07-12
| |
* | make keycmd a variable. new escape expansion syntax. deleteGravatar Brendan Taylor2009-07-12
| | | | | | | | expand_template entirely.
* | silly me, @MSG -> @status_messageGravatar Brendan Taylor2009-07-09
| |
* | test nested expansionsGravatar Brendan Taylor2009-07-09
| |
* | @MODE works.Gravatar Brendan Taylor2009-07-09
| |
* | escape_expansion test and new failing expand() testsGravatar Brendan Taylor2009-07-08
| |
* | move all the simple stuff from expand_templateGravatar Brendan Taylor2009-07-08
| |
* | test-expand: rely on default *_indicator and progress_*Gravatar Brendan Taylor2009-07-08
| |
* | lots of stuff, see below.Gravatar Brendan Taylor2009-07-08
| | | | | | | | | | add uzbl.info, move wk_*_version, COMMIT, and ARCH_UZBL into var_name_to_const, get rid of unameinfo, split off initialize() from main()
* | optional markup escaping in expand()Gravatar Brendan Taylor2009-07-07
| |
* | use expand instead of expand_template for useragent.Gravatar Brendan Taylor2009-07-07
| |
* | test for full useragent expansionGravatar Brendan Taylor2009-07-06
| |
* | test simple cmd_useragentGravatar Brendan Taylor2009-07-06
| |
* | simple tests for all expansions except DOMAINGravatar Brendan Taylor2009-07-06
| |
* | simple expansion test passes.Gravatar Brendan Taylor2009-07-06
/
* fixed test-1 headersGravatar uranther2009-06-29
|
* Preliminary uzbl testing framework - props to bct for the helpGravatar uranther2009-06-24