~midori/midori/+git/trunk:timeout_visible_tab_focus

Last commit made on 2018-09-11
Get this branch:
git clone -b timeout_visible_tab_focus https://git.launchpad.net/~midori/midori/+git/trunk

Branch merges

Branch information

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

Recent commits

84798b1... by Cris Dywan

Employ 500ms timeout loading tab after switching

cc50b96... by Cris Dywan

Implement private browsing intro as URI scheme (#52)

![screenshot from 2018-09-10 21-15-25](https://user-images.githubusercontent.com/1204189/45319206-7678de80-b53f-11e8-9982-dbd66c8d635b.png)

Note: This isn't actually surfacing `about:private` but just the functionality.

Fixes: #36

c7ef924... by Cris Dywan

Add tooltips to toolbar buttons (#50)

2e94e98... by Cris Dywan

More fine-grained Activatable interfaces (#42)

* `Plugins.plug` now takes a type and property, consumer connects signals.
* Generation of a GIR file.
* Preparation for built-in extensions in `extensions` folder.
* Tweaks to `Database` to avoid exposing `Sqlite` namespace in public API.

Note: Avoiding `owned get; construct;` with `Activatable` interfaces as
used in the definition of `Peas.Activatable` because it triggers a lot
of internal compiler assertions at build time.

Fixes: #35

adeb99a... by Cris Dywan

Add Circle CI configuration (#47)

A CI system should be configured to

- Build the code
- Run the test cases
- Try installing

7ef77d8... by Cris Dywan

Metadata updates for Flatpak-compatibility (#46)

Changing DBus name because - is not allowed by Flatpak.

73eaedf... by Cris Dywan

Don't reset Urlbar.secure on uri change (#45)

Update the icon instead so the caller doesn't have to know
in what order state is updated.

3660540... by Cris Dywan

Implement (help-)--execute interface (#22)

For scripting purposes `-execute`, or `-e` for short, exposes actions from the browser window on the command line. `--help-execute` accordingly lists the known actions.

Example:

    midori -e tab-new

Fixes: #31

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.