[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] concurrency-libtask updated (6852791 -> 9d613e5)
From: |
Philipp Stephani |
Subject: |
[Emacs-diffs] concurrency-libtask updated (6852791 -> 9d613e5) |
Date: |
Wed, 26 Oct 2016 21:32:43 +0000 (UTC) |
phst pushed a change to branch concurrency-libtask.
from 6852791 Revert change in fd_handler.
adds d781662 xwidget: Use WebKit2 API
adds 623deaf xwidget: Pass JavaScript return value to optional
callback procedure
adds 7ee870e Remove scrolled window container around WebKit widget
adds ff80a9c xwidget: Do not use `xwidget-execute-script-rv' to insert
string
adds cc3b868 xwidget: Get title via asynchronous JavaScript.
adds 7457644 xwidget: Simplify functions to scroll to elements
adds efa269d xwidget: Add function to find element by CSS selector
adds 4aa7c4b xwidget: Get selection with asynchronous JavaScript
adds 8809002 xwidget: Get URL asynchronously.
adds 67e0331 xwidget: Remove title hack.
adds c483fa6 Let initial WebKit view fill window
adds a9785bd Dynamically resize WebKit widget.
adds e443eab Implement zoom for WebKit widget.
adds 01c2fba xwidget: Bind "beginning-of-buffer" and "end-of-buffer"
adds ca479f9 xwidget: Map "previous-line" and "next-line" to scroll
adds 5edf76b * src/xwidget.c (webkit_js_to_lisp): Now static.
adds 4e45b55 * lisp/shell.el (shell--unquote&requote-argument): Match
data misuse
new 3a1331b Clarify the behavior of minor mode commands
new ee44c80 WIP: CSP based on libtask
new a856316 Support for Windows fibers
new b075dc7 malloc is redefined by config.h
new 0875d8d Remove wrong assertion
new 38b61be Transfer signals to main coroutine
new 7be3718 Add missing defsubr
new b09d4ba Fix format specifiers
new f6aa233 Revert change in fd_handler.
new 9d613e5 Merge branch 'concurrency-libtask' of
git.sv.gnu.org:/srv/git/emacs into concurrency-libtask
Summary of changes:
configure.ac | 4 +-
lisp/shell.el | 10 +-
lisp/xwidget.el | 311 ++++++++-------
src/xwidget.c | 445 +++++++++++++---------
src/xwidget.h | 3 -
test/{src/alloc-tests.el => lisp/shell-tests.el} | 18 +-
6 files changed, 450 insertions(+), 341 deletions(-)
copy test/{src/alloc-tests.el => lisp/shell-tests.el} (66%)
- [Emacs-diffs] concurrency-libtask updated (6852791 -> 9d613e5),
Philipp Stephani <=
- [Emacs-diffs] concurrency-libtask f6aa233 09/10: Revert change in fd_handler., Philipp Stephani, 2016/10/26
- [Emacs-diffs] concurrency-libtask b09d4ba 08/10: Fix format specifiers, Philipp Stephani, 2016/10/26
- [Emacs-diffs] concurrency-libtask 38b61be 06/10: Transfer signals to main coroutine, Philipp Stephani, 2016/10/26
- [Emacs-diffs] concurrency-libtask 0875d8d 05/10: Remove wrong assertion, Philipp Stephani, 2016/10/26
- [Emacs-diffs] concurrency-libtask b075dc7 04/10: malloc is redefined by config.h, Philipp Stephani, 2016/10/26
- [Emacs-diffs] concurrency-libtask 3a1331b 01/10: Clarify the behavior of minor mode commands, Philipp Stephani, 2016/10/26
- [Emacs-diffs] concurrency-libtask 7be3718 07/10: Add missing defsubr, Philipp Stephani, 2016/10/26
- [Emacs-diffs] concurrency-libtask a856316 03/10: Support for Windows fibers, Philipp Stephani, 2016/10/26
- [Emacs-diffs] concurrency-libtask 9d613e5 10/10: Merge branch 'concurrency-libtask' of git.sv.gnu.org:/srv/git/emacs into concurrency-libtask, Philipp Stephani, 2016/10/26
- [Emacs-diffs] concurrency-libtask ee44c80 02/10: WIP: CSP based on libtask, Philipp Stephani, 2016/10/26