1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-18 23:47:48 +02:00
ferret/pkg/stdlib
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
..
arrays build core.Functions with map 2019-10-15 21:06:48 +03:00
collections build core.Functions with map 2019-10-15 21:06:48 +03:00
datetime add NewPairValueType 2019-10-21 20:11:47 +03:00
html Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00
io add NewPairValueType 2019-10-21 20:11:47 +03:00
math build core.Functions with map 2019-10-15 21:06:48 +03:00
objects build core.Functions with map 2019-10-15 21:06:48 +03:00
strings build core.Functions with map 2019-10-15 21:06:48 +03:00
types build core.Functions with map 2019-10-15 21:06:48 +03:00
utils build core.Functions with map 2019-10-15 21:06:48 +03:00
lib.go add IO::FS::READ function 2019-10-19 21:17:34 +03:00