~midori/midori/+git/trunk:statusbar_keep_invisible

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

Branch merges

Branch information

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

Recent commits

39201f0... by Cris Dywan

Don't show overlay statusbar if it wasn't visible

This fixes an empty "stub" being visible.

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

c03b46f... by Gero.Bare

Prevent focus Urlbar when activating tab. (#274)

Prevent focus Urlbar when activating tab, checks the url is not blank.

0ba2ee8... by Gero.Bare

Fix Adblock not working (#268)

Check the subscription's whitelist and pattern for a match and insert the result into the cache.

b76366e... by Cris Dywan

Properly handle non-existing/ empty web extension resources (#271)