Skip to content

Commit 2a1ba52

Browse files
committed
Update for release
1 parent 7a39b3d commit 2a1ba52

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Changes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ Change to how page loading is checked in fire events.
2121

2222
0.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

lib/WWW/WebKit2.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ use XSLoader;
5555
use English '-no_match_vars';
5656
use POSIX qw<F_SETFD F_GETFD FD_CLOEXEC>;
5757

58-
our $VERSION = '0.122';
58+
our $VERSION = '0.123';
5959

6060
use constant DOM_TYPE_ELEMENT => 1;
6161
use constant ORDERED_NODE_SNAPSHOT_TYPE => 7;

0 commit comments

Comments
 (0)