~midori/midori/+git/trunk:web_extensions_sidebar_action

Last commit made on 2019-03-06
Get this branch:
git clone -b web_extensions_sidebar_action https://git.launchpad.net/~midori/midori/+git/trunk

Branch merges

Branch information

Name:
web_extensions_sidebar_action
Repository:
lp:~midori/midori/+git/trunk

Recent commits

bd9d789... by Cris Dywan

Support for sidebar action WebExtension API

Analoguous to browser actions a sidebar action defines a page
to be displayed in the panel.

cebfef0... by Cris Dywan

Ensure menu models are updated when creating the browser (#288)

Fixes: #286

1829945... by Cris Dywan

Removed focus timeout in the callback (#290)

(midori:24581): GLib-CRITICAL **: 15:48:51.069: Source ID 58 was not found when attempting to remove it

8315919... by Cris Dywan

Show a volume icon in tabs that are playing music (#285)

The icon appears in addition to the favicon (and close button).

0c5820f... by Cris Dywan

Release Midori 8.0 (#283)

- Bump to 8.0
- Updated `ChangeLog`
- Updated release steps in `README.md` to specify release cycle
- Updated `README.md` to include links to BountySource and Patreon

Fixes: #222

b6241c3... by Cris Dywan

Use a dialog to handle script confirm/ prompt (#279)

The WebKit API can't cope with asynchronously updating the result.

Fixes: #276

72e39ee... by Cris Dywan

Explicitly check for leading or trailing space in urlbar (#280)

Otherwise eg. javascript: URLs with spaces don't work as expected

525f76c... by Cris Dywan

Don't override Del if row can't be deleted (#278)

Handling of the Delete key with the suggestions popover visible
needs to fallback to the key press event (of the entry) if the
selected row can't be deleted.

The item should also be checked to be backed by a database.

Fixes: #269

497000a... by Cris Dywan

Add a snap job to CircleCI to verify snap build fixes (#277)

The snap build is broken since the new deps haven't been added - this should've been caught by CI.

26d6fb3... by Cris Dywan

Page menu zoom (#273)

* Add a zoom section to the page menu

Fixes: #212