index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2017-03-02
Simplified test page javascript.
Daniel Carl
2017-03-02
Added manual test pages for focus/blur issues.
Daniel Carl
2016-03-30
Startup webkit2 branch from the scratch.
Daniel Carl
2015-08-23
Added manual test for contenteditable element (#237).
Daniel Carl
2015-06-25
Replaced "-Wpedantic" with "-pedantic"
Dmitrij D. Czarkoff
2015-04-26
Check for dom focus/blur event on window object cleared (#201).
Daniel Carl
2015-02-21
Merged code from mode.c into main.c
Daniel Carl
2015-02-14
Add <Space> as special map key name (#176).
Daniel Carl
2015-02-04
Use more g_string_* function in map processing (#160).
Daniel Carl
2015-02-04
Use gstring for map processing (#160).
Daniel Carl
2015-02-03
Better message if unit test fails.
Daniel Carl
2015-01-25
Use own Makefile for src directory.
Daniel Carl
2015-01-01
Change year in license block.
Daniel Carl
2014-12-02
Fixed broken automated test.
Daniel Carl
2014-12-02
Show mode label in statusbar.
Daniel Carl
2014-12-01
Stripped unneeded stuff from test html.
Daniel Carl
2014-11-29
Added manual test for dom focus changes (#112).
Daniel Carl
2014-11-27
Added manual tests for HSTS uri change in iFrame (#146).
Daniel Carl
2014-09-22
Removed unused util_wildmatch function.
Daniel Carl
2014-09-07
Allow to match multiple patterns (#100).
Daniel Carl
2014-09-06
Added curly brace pattern matching for auto commands (#100).
Daniel Carl
2014-09-06
Added more test cases for multiple * and ? in pattern.
Daniel Carl
2014-09-01
Added utility function for wildcard matching.
Daniel Carl
2014-06-10
Removed test macros by functions.
Daniel Carl
2014-06-09
Don't relink the libvimb before each test.
Daniel Carl
2014-06-09
Don't use g_shell_parse_argv for shortcuts (#88).
Daniel Carl
2014-06-09
Allow shortcut params with spaces (#88).
Daniel Carl
2014-06-08
Added test for key mapping.
Daniel Carl
2014-06-07
Added test for shortcut feature.
Daniel Carl
2014-06-07
Added test for handler feature.
Daniel Carl
2014-06-06
Added first unit tests.
Daniel Carl