geary/test/js
Michael James Gratton e22ece508c Replace two composer IPC calls for indenting with a single one.
* src/client/composer/composer-web-view.vala (ClientWebView): Replace
  ::undo_blockquote_style with ::indent_line.

* src/client/composer/composer-widget.vala (ComposerWidget::on_indent):
  Call new ::indent_line method, rather than doing a execCommand and a
  second JS thunking call to fix the markup.

* ui/composer-web-view.js: Also replace ::undoBlockquoteStyle with new
  ::indentLine method. Add unit test.
2017-02-01 00:41:44 +11:00
..
composer-page-state-test.vala Replace two composer IPC calls for indenting with a single one. 2017-02-01 00:41:44 +11:00
conversation-page-state-test.vala Reenable basic deceptive link highlighting. 2017-02-01 00:41:44 +11:00