geary/test/client/components
Michael James Gratton f1e92feae2 Allow determining when JS has finished loading in ClientWebView.
* src/client/components/client-web-view.vala (ClientWebView): Add
  is_content_loaded property and content_loaded signal, update and fire
  when getting a contentLoaded message from the WebProcess.

* ui/client-web-view.js: Fire the contentLoaded message when loading is
  complete. Add ClientPageStateTest test case to ensure it is working
  fine.

* test/client/components/client-web-view-test-case.vala
  (ClientWebViewTestCase::load_body_fixture): Use is_content_loaded
  rather than is_loading as the test for loading having finished, since
  we're actually interested in when the JS has finished loaded, not the
  resources.
2017-11-16 12:44:57 +11:00
..
client-web-view-test-case.vala Allow determining when JS has finished loading in ClientWebView. 2017-11-16 12:44:57 +11:00
client-web-view-test.vala Make ClientWebView-based tests execute a bit faster. 2017-02-01 00:41:45 +11:00