~vcs-imports/evolution/+git/evolution:wip/mcrha/webkit-jsc-api

Last commit made on 2020-04-27
Get this branch:
git clone -b wip/mcrha/webkit-jsc-api https://git.launchpad.net/~vcs-imports/evolution/+git/evolution

Branch merges

Branch information

Name:
wip/mcrha/webkit-jsc-api
Repository:
lp:~vcs-imports/evolution/+git/evolution

Recent commits

94585c8... by Milan Crha <email address hidden>

test-html-editor-units: Update the /font/size-selection test

dffa6cc... by Milan Crha <email address hidden>

e-editor.js: Slightly optimalize Font Name change to the Default value

9ca0d53... by Milan Crha <email address hidden>

Extra new line added at the end of the message text

No need to add "\r\n" at the end of the text, when it ends with "\n" already.

1c94afd... by Milan Crha <email address hidden>

e-editor.js: Change how selection format is determined

Used to be by computed CSS style, but that can be influenced also by other
things than just by the elements the editor uses (like a link has a different
foreground color and is underlined).

a4c5ae6... by Milan Crha <email address hidden>

e-undo-redo.js: Merge deleteByDrag followed by insertFromDrop into one undo step

These are coming in this order when drag&drop content inside the web view.

25e4c1a... by Milan Crha <email address hidden>

webkit-editor: Fix send of HTML messages with inline images

60e62f8... by Milan Crha <email address hidden>

e-editor-web-extension.c: Move web_page_send_request_cb() in the code

832e1ef... by Milan Crha <email address hidden>

Correct calls of e_content_editor_get_content()

40acdb7... by Milan Crha <email address hidden>

webkit-editor: Skip unneeded (and unimplemented) EvoEditor.ConvertContent()

cbdfb57... by Milan Crha <email address hidden>

webkit-editor: Various fixes for spotted bugs