~midori/midori/+git/trunk:browser_tabs_visible_child

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

Branch merges

Branch information

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

Recent commits

609614c... by Cris Dywan

Show re-opened tabs and links in new tabs correctly

- Tabs restored from the trash via ^T need to be made visible.
- Tabs opening in new windows need to be shown correctly.

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)