geary/test/js
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-page-state-test.vala Remove default instance of ClientWebView's PageState JS object 2019-03-06 20:11:33 +11:00
composer-page-state-test.vala Add plaintext quote marker to blockquote lines in one pass 2019-01-01 17:55:28 -07:00
conversation-page-state-test.vala Apply custom user CSS to composer web view as well as to conversations 2019-02-28 18:34:28 +11:00