aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Collapse)AuthorAge
* don't segfault when toggling a nonexistent variableGravatar Brendan Taylor2011-11-28
|
* Merge remote-tracking branch 'mathstuf/dev/fix-toggle-test'Gravatar Brendan Taylor2011-11-23
|\
* | add toggle commandGravatar Brendan Taylor2011-11-23
| |
| * Update statusbar toggle testGravatar Ben Boeckel2011-11-22
|/
* convert show_status to a getterGravatar Brendan Taylor2011-09-17
|
* introduce getter and setter functions.Gravatar Brendan Taylor2011-09-17
| | | | | | | | | | | | some variables didn't always have a value reflecting the browser's internal state. for example, if `default_encoding` was never set then `print @default_encoding` would always print a blank string. this introduces getter functions that ensure the value of a variable is always in sync with the internal state of the browser. also: setters, because sometimes you need to process user input before storing it.
* fix set command testGravatar keis2011-09-11
|
* fix testsGravatar Brendan Taylor2011-07-12
|
* fix crash when using uri without argumentGravatar keis2011-02-19
|
* update tests for new event escapingGravatar Brendan Taylor2011-02-17
|
* replace itos() with g_strdup_printf()Gravatar Brendan Taylor2011-02-15
|
* remove redundant testGravatar Brendan Taylor2011-02-15
|
* Merge commit 'f25d19c0' into experimentalGravatar Brendan Taylor2011-02-14
|\
| * fix a crash when executing a nonexistent commandGravatar Brendan Taylor2011-02-14
| |
* | test-expand.c uses functions that are now in util.cGravatar Brendan Taylor2011-02-14
|/
* kill run_handler, inject_handler_args, strfree and sync_stdoutGravatar Brendan Taylor2011-01-14
|
* add a variable @_ that expands to the result of the last sync commandGravatar Brendan Taylor2011-01-13
|
* Merge remote branch 'keis/gtk3' into experimentalGravatar Brendan Taylor2010-12-31
|\ | | | | | | | | Conflicts: Makefile
* | change tests that expected positional argumentsGravatar Brendan Taylor2010-12-30
| |
* | take advantage of implicit Makefile rulesGravatar Brendan Taylor2010-12-27
| |
* | remove redundant CFLAGSGravatar Brendan Taylor2010-12-27
| |
* | separate makefile configuration section from rules sectionGravatar Brendan Taylor2010-12-27
| |
* | untangle the CFLAGS messGravatar Brendan Taylor2010-12-27
|/
* Makefile: add (commented) lines for using gtk+ 3Gravatar Brendan Taylor2010-12-27
|
* Update the unit tests to allow periods in variable names.Gravatar Mason Larobina2010-04-04
|
* Remove keycmd testcase. The builtin-keycmd code has been droppedGravatar Dieter Plaetinck2010-03-11
| | | | | | | | | | Tests were broken since: commit 71b5ffdc987f4e4d8431093d4b22fd8024124770 Author: Rob <rob.manea@gmail.com> Date: Mon Mar 1 13:04:27 2010 +0100 get rid of obsolete keycmd code
* merge in pawelz' authentication handler + some other fixesGravatar Dieter Plaetinck2010-01-24
|\
* | unbreak test suiteGravatar Dieter Plaetinck2010-01-24
| |
| * better way to check WebKit versionGravatar Paweł Zuzelski2010-01-12
|/ | | | | | | | | | | use webkit_major_version(), webkit_minor_version() and webkit_micro_version() functions to obtain webkit version instead of accessing WEBKIT_MAJOR_VERSION, WEBKIT_MINOR_VERSION and WEBKIT_MICRO_VERSION directly. WEBKIT_M*_VERSION are defined in header files included by uzbl code, so they contain WebKit version that uzbl was compiled against. webkit_m*_version() functions return WebKit version that is realy used at the moment.
* 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
* 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
| |