~midori/midori/+git/trunk:browser_search_entry_toggle

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

Branch merges

Branch information

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

Recent commits

dd7fcdf... by Cris Dywan

Show/ hide search bar when switching tabs

The find controller tracks state per web view.

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

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.