1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/runtime
Tim Voronov fe7b45df6e
Bugfix/#399 navigation (#432)
* Refactored networking

* Some work

* Added event loop

* Renamed EventHandler to Handler

* wip

* Removed console logs

* Added DOMManager

* Refactored frame managment

* Fixes

* Fixed concurrency issues

* Fixed unit tests

* Improved EventLoop api

* Some fixes

* Refactored event loop.

* Improved logic of initial page load

* Cleaned up

* Fixed linting issues

* Fixed dom.Manager.Close

* SOme works

* Fixes

* Removed fmt.Println statements

* Refactored WaitForNavigation

* Removed filter for e2e tests

* Made Cookies Measurable

* Made Cookies KeyedCollection

* Fixes after code review

* Updated e2e tests for iframes

* Fixed iframe lookup in e2e tests

* Added comments
2019-12-24 18:47:21 -05:00
..
collections Changed logic of iterator termination (#330) 2019-07-13 13:39:01 -04:00
core Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00
expressions Fixed linting issue 2019-09-07 02:02:25 -04:00
logging Bugfix/logging (#346) 2019-08-02 23:28:25 -04:00
values pull master 2019-10-03 22:42:14 +03:00
errors.go Improved error message 2019-10-11 21:30:42 -04:00
options.go Bugfix/logging (#346) 2019-08-02 23:28:25 -04:00
program_test.go Next (#214) 2018-12-21 23:14:41 -05:00
program.go Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00