]> spindle.queued.net Git - midori/commit
Implement tabs in individual processes
authorChristian Dywan <christian@twotoasts.de>
Fri, 26 Sep 2008 21:13:46 +0000 (23:13 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 26 Sep 2008 21:30:52 +0000 (23:30 +0200)
commit62838fdf58183de24573c0a7afd358bea94741c6
treec3c390b526a37c37ea5ff3c818533c2ad0e14535
parent45f32f3f7758887c1234735c7b20e4ae19b54e26
Implement tabs in individual processes

The approach is rather plump, Midori can be
run in a plug mode that creates a GtkPlug,
while the normal instance knows how to embed it.

Communication between browser and tabs is
done via named pipes which are portable.

The feature is not complete right now, there
are expected regressions, but it works.

As a bonus, we implement Not found pages.
13 files changed:
midori/Makefile.am
midori/main.c
midori/midori-browser.c
midori/midori-browser.h
midori/midori-panel.c
midori/midori-source.c [new file with mode: 0644]
midori/midori-source.h [new file with mode: 0644]
midori/midori-view.c [new file with mode: 0644]
midori/midori-view.h [new file with mode: 0644]
midori/midori-webview.c [deleted file]
midori/midori-webview.h [deleted file]
midori/sokoke.c
midori/sokoke.h