~midori/midori/+git/trunk:fullscreen-mode

Last commit made on 2018-08-30
Get this branch:
git clone -b fullscreen-mode https://git.launchpad.net/~midori/midori/+git/trunk

Branch merges

Branch information

Name:
fullscreen-mode
Repository:
lp:~midori/midori/+git/trunk

Recent commits

3125a5c... by Cris Dywan

Implement fullscreen mode

2d7b424... by Cris Dywan

Replace filler in Clear Private Data with actual text (#24)

The corresponding label was clearly overlooked before. Easy fix.

7c32f74... by Cris Dywan

Show delete button to remove suggestions from history (#27)

![screenshot from 2018-08-29 13-20-00](https://user-images.githubusercontent.com/1204189/44784820-25580a80-ab8f-11e8-8ca4-4f5664d16000.png)

Functionality is analoguous to pressing Delete.

10eca36... by Cris Dywan

Add GStreamer libav backend to snap packaging (#23)

Notably H.264 is implemented here.

e79a2eb... by Cris Dywan

Use full pathname for Icon in .desktop for snap (#25)

This change adds a `DESKTOP_ICON` variable in CMake to customize the value of `Icon` in the `.desktop` file, which in the case of the snap should be an absolute filename.

4061667... by Cris Dywan

Always show title of the only pinned tab (#19)

The only visible app should always show a title, even if it's pinned.

fc7ef0d... by Cris Dywan

Check for availability of xmllint (#17)

xmllint is used by the gresource compiler to reduce whitespace if `xml-stripblanks` is specified.

ce24c73... by Cris Dywan

Use ContextMenuItem with Gtk.Action as of 2.16 (#16)

By using WebKit.ContextMenuItem with Gtk.Action we can lower the minimum WebKit required from 2.18 to 2.16.

0c592f5... by Cris Dywan

Apply the unholy trinity of errors (#20)

The **unholy trinity** of errors concerns plugins, redirects and downloads. Most typically it surfaces like so:

- The address typed in the urlbar leads to a downloaded file, and the tab shows an error.
- A loading web page is cancelled via Esc or the toolbar button.

d435849... by Cris Dywan

Check that the surface in load_icon is non-null (#18)

`WebKit.FaviconDatabase.get_favicon ()` can indeed return null without throwing an error.