File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,4 +21,8 @@ Change to how page loading is checked in fire events.
2121
22220.122 Mon Sep 28 18:50:00 CET 2020
2323- Tests will skip when run as root due to root not being able to remove the X11 session created for the tests
24- - Additional waiting before opening new pages, this is to help stop issues with ajax requests coming through after navigating to a new page
24+ - Additional waiting before opening new pages, this is to help stop issues with ajax requests coming through after navigating to a new page
25+
26+ 0.123 Tue Sep 29 18:01:00 CET 2020
27+ - 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
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.122 ' ;
58+ our $VERSION = ' 0.123 ' ;
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