File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,4 +25,7 @@ Change to how page loading is checked in fire events.
2525
26260.123 Tue Sep 29 18:01:00 CET 2020
2727- Use Webkit2 decide-policy signal to make sure we do not navigate away from pages too quickly
28- - Injected JS for navigation is through anonymous functions to reduce the amount of global variables
28+ - Injected JS for navigation is through anonymous functions to reduce the amount of global variables
29+
30+ 0.124 Thu Oct 1 08:16:00 CET 2020
31+ - error correction for tests when run as root. Use ok in wrong position
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ use XSLoader;
5555use English ' -no_match_vars' ;
5656use POSIX qw< F_SETFD F_GETFD FD_CLOEXEC> ;
5757
58- our $VERSION = ' 0.123 ' ;
58+ our $VERSION = ' 0.124 ' ;
5959
6060use constant DOM_TYPE_ELEMENT => 1;
6161use constant ORDERED_NODE_SNAPSHOT_TYPE => 7;
You can’t perform that action at this time.
0 commit comments