geary/test
Michael Gratton 9ed81ed759 Remove default instance of ClientWebView's PageState JS object
This default instance was causing double the number of preferred height
events, which was likely creating a race for ConversationWebView. This
might (should?) fix plain text email with quotes sometimes showing up
with a vastly incorrect height.

To ensure that a PageState is constructed properly, make ClientWebView
abstract and use replace the one direct use of the class in the accounts
editor for the signature with a new subclass.

See #283
2019-03-06 20:11:33 +11:00
..
client Apply custom user CSS to composer web view as well as to conversations 2019-02-28 18:34:28 +11:00
data Add a unit test for upgrading an actual Geary v0.6 database. 2018-05-19 14:55:19 +10:00
engine Fix RFC822 mailbox names with commas breaking composer address entry 2019-03-02 15:11:13 +11:00
js Remove default instance of ClientWebView's PageState JS object 2019-03-06 20:11:33 +11:00
meson.build Add some unit tests for setting email flags 2019-02-13 18:41:49 +11:00
mock-object.vala Add a mock object mixin that can check call expectations on mocks. 2018-04-07 10:02:18 +10:00
test-case.vala Replace all tab indentation with 4 spaces 2019-02-27 19:19:58 +01:00
test-client.vala Move AccountManager and related objects into Accounts package. 2018-11-30 23:49:30 +11:00
test-engine.vala Work around DB tests always failing on gcc150.osuosl.org CI runner 2019-02-19 17:12:26 +11:00