1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/runtime/core
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
..
cloneable.go Feature/#95 deepclone (#101) 2018-10-12 11:58:08 -04:00
errors_test.go New type system (#232) 2019-02-13 12:31:18 -05:00
errors.go Bugfix/#399 navigation (#432) 2019-12-24 18:47:21 -05:00
expression.go Hello world 2018-09-18 16:42:38 -04:00
function_test.go add Functions tests 2019-10-15 12:22:22 +03:00
function.go build core.Functions with map 2019-10-15 21:06:48 +03:00
helpers_test.go Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
helpers.go Externalized common timeout values (#371) 2019-09-05 12:17:22 -04:00
operator.go Feature/#1 array comparison operators (#71) 2018-10-07 17:54:02 -04:00
param_test.go Added custom type as a context key 2018-10-05 20:29:42 -04:00
param.go Added custom type as a context key 2018-10-05 20:29:42 -04:00
scope_test.go New type system (#232) 2019-02-13 12:31:18 -05:00
scope.go Linter Cleanup (#276) 2019-03-29 10:48:51 -04:00
source_test.go add unit tests for runtime/core - source (#126) 2018-10-15 12:45:29 -04:00
source.go #13 Added WAIT_ELEMENT function 2018-09-23 04:33:20 -04:00
type_test.go New type system (#232) 2019-02-13 12:31:18 -05:00
type.go add NewPairValueType 2019-10-21 20:11:47 +03:00
value.go add NewPairValueType 2019-10-21 20:11:47 +03:00