midori:execute_action_cli

Last commit made on 2018-09-05
Get this branch:
git clone -b execute_action_cli https://git.launchpad.net/midori

Branch merges

Branch information

Name:
execute_action_cli
Repository:
lp:midori

Recent commits

a0ed6ea... by Cris Dywan

Implement (help-)--execute interface

71fc528... by Cris Dywan

Identify as Chrome in the user agent (#21)

The default user agent supplied by WebKit is based on Safari. By replacing the `Version/11.0` part we can get a result that looks like Chrome.

76f9abf... by Cris Dywan

Make POTFILES.in check ignore parts folder (#37)

Otherwise building the snap fails the test.

ff2c842... by Cris Dywan

Implement fullscreen mode (#28)

![screenshot from 2018-08-30 18-03-16](https://user-images.githubusercontent.com/1204189/44864348-b9090400-ac7f-11e8-993d-f9b9c9c8c67c.png)

Fullscreen, entered via the fullscreen button (pictured above) or F11, hides the titlebar/tabbar, panel and navigationbar (as well as the page menu). The navigationbar will reveal itself when hovering the top of the screen or ^L until it loses focus.

I'm using the opportunity to move the navigationbar into its own class/ UI file.

Fixes: #30

1950a25... by Cris Dywan

Update/ markdownify README(.md) (#29)

This change consolidates README and HACKING into an updated README.md with GitHub-compatible Markdown. Tweaks to the description which is re-used in snap and appstream descriptions are also included as well as a link to the new Telegram group.

Note: The instructions for Windows with the latest sources are currently untested.

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.