pass char* as const char * where possible
[uzbl-mobile] / tests /
2009-07-17 Brendan Taylorremove out-of-date test-1.c
2009-07-17 Brendan TaylorMerge branch 'experimental' of git://github.com/Dieterb...
2009-07-14 urantherUpdated CFLAGS and LDFLAGS in tests/Makefile. TODO...
2009-07-12 Brendan Taylor"set keycmd = x" is now equivalent to "keycmd x"
2009-07-12 Brendan Taylorupdate mode indicator when @insert_mode is set
2009-07-12 Brendan Taylormake keycmd a variable. new escape expansion syntax...
2009-07-10 Brendan Taylorsilly me, @MSG -> @status_message
2009-07-09 Brendan Taylortest nested expansions
2009-07-09 Brendan Taylor@MODE works.
2009-07-09 Brendan Taylorescape_expansion test and new failing expand() tests
2009-07-09 Brendan Taylormove all the simple stuff from expand_template
2009-07-09 Brendan Taylortest-expand: rely on default *_indicator and progress_*
2009-07-09 Brendan Taylorlots of stuff, see below.
2009-07-07 Brendan Tayloroptional markup escaping in expand()
2009-07-07 Brendan Tayloruse expand instead of expand_template for useragent.
2009-07-07 Brendan Taylortest for full useragent expansion
2009-07-07 Brendan Taylortest simple cmd_useragent
2009-07-07 Brendan Taylorsimple tests for all expansions except DOMAIN
2009-07-07 Brendan Taylorsimple expansion test passes.
2009-06-29 urantherfixed test-1 headers
2009-06-24 urantherPreliminary uzbl testing framework - props to bct for...