Commit Graph

5 Commits

Author SHA1 Message Date
Yury Semikhatsky
715aad2d67 fix: proper parse Error message on Node 12 ()
Check message prefix rather than strict equality when detecting circular JSON error. The message format has changed in Node 12 which broke the condition and failed a test.
2019-07-12 17:19:02 -07:00
Andrey Lushnikov
4ecbd91e4b
refactor(firefox): migrate onto ExecutionContext events ()
Juggler now has Runtime domain that emits Execution Context events
"ExecutionContextCreated" and "ExecutionContextDestroyed".
2019-02-24 23:07:24 -08:00
Andrey Lushnikov
247733b879
fix(firefox): enable more firefox tests () 2019-02-13 23:59:38 -08:00
Andrey Lushnikov
e8f044c3be
fix(firefox): enable a bunch of evaluation tests () 2019-02-13 23:41:53 -08:00
Andrey Lushnikov
a9875359aa
feat(firefox): implement execution contexts () 2019-02-08 17:15:52 -08:00