Epiphany turns 7

General 5 Comments

Seven years ago today, the Epiphany webbrowser was first released. In the mean time, the project has had three maintainers and in the past year it has been rejuvenized by switching from the Gecko to the WebKit backend.

At the WebKitGTK+ hackfest that took place last week (covered by Xan, Reinout, Alex, Gustavo, and Christian, among others) some big steps were made to make sure that Epiphany 2.30 will be a completely state-of-the-art Gnome web browser again. In the mean time, if you’re feeling adventurous, you can always test the latest development release and report bugs as you find them.

Epiphany using an info bar for the Remember password dialog

Epiphany using an info bar for the Remember password dialog

Happy birthday and joyous holidays!

Gecko end-of-life

Announcements 21 Comments

Epiphany 2.26.3 has been released. It is the last version to support a Gecko back-end. This marks the end of an era.
Also, Xan Lopez has taken over Epiphany maintainership. We wish to thank Christian Persch for all his work through the years!

Epiphany in the news

General No Comments

A brief notice:

OSNews linked to a Free Software Magazine article extolling Epiphany as the ultimate Gnome browser. (But you knew that already, didn’t you? ;-))

“If you’re a Gnome user who needs a Gnome browser, a Xubuntu user who can’t survive the heaviness of Firefox, or just a person who likes speed and power, give Epiphany a try. It’s worth it.”

Epiphany 2.24: still clinging to the gecko’s sticky toes

Announcements 3 Comments

The Epiphany team proudly presents a brand new release of every Gnome lovers’ pet web browser!

Version 2.24 doesn’t differ much from 2.22 feature-wise. The Webkit
switch is still in progress, so although it can be built with a Webkit
back end, Gecko is still the recommended rendering engine.

In this release, the address entry has improved logic which should
result in faster autocompletion lookups.

Bug fixes:

Enhancements:

Download information can be found here.

Enjoy!

Contributors to this release:
Diego Escalante Urrelo, Sebastian Keller, Josselin Mouette, Mike Hommey,
Paul Drain, Cosimo Cecchi, Bruce Cowan, Lucas Lommer, Colin Walters,
Loïc Minier, Vincent Untz, Christian Persch, Reinout van Schouwen

Translators:
Jorge Gonzalez (es), Kjartan Maraas (nb), Khaled Hosny (ar), Ivar Smolin
(et), Sweta Kothari, Reinout van Schouwen (nl), Daniel Nylander (sv),
Yair Hershkovitz (he), icq, Lucas Lommer (cz), Duarte Loreto (pt), Gil
Forcada (ca), Takeshi AIHANA (ja), sprasad, Theppitak Karoonboonyanan
(th), ituohela (fi), Robert-André Mauchin (fr), grakic (sr@latin), Inaki
Larranaga Murgoitio (eu), pgeyleg (dz), Hendrik Richter (de), Nguyễn
Thái Ngọc Duy (vi), Funda Wang (zh_CN), Philip Withnall (en_GB), Claude
Peroz (fr), mateju, rranjan (hi), apravi, Sankarshan Mukhopadhyay,
Gintautas Miliauskas (lt), Baris Ciçek (tr), Gabor Kelemen (hu), ifelix,
sandeeps, kelemeng, cwryu (kr), Alexander Shopov (bg), tvainika (fi),
Nickolay V. Shmyrev (ru), Mugurel Tudor (ro), Ask H. Larsen (dk)

The Future of Epiphany

Announcements 13 Comments

Attention! Ceci n’est pas un poisson d’avril!

Over the last few months, the Epiphany development team has been discussing the future of the Gnome web browser. We feel that we haven’t been living up to the full potential of a well-integrated Gnome application, due to both internal and external constraints.

The Epiphany user interface is built on top of an abstraction layer above the web rendering engine, enabling us to support multiple back-ends. Currently Epiphany supports the Mozilla browser engine (Gecko), and the WebKit engine.

The Epiphany dependency on Gecko creates a number of problems for us. The Gecko release cycle is very long (e.g. Gecko 1.8 was released with Firefox 1.5 in 2005; 1.8.1 with Firefox 2.0 in 2006 and 1.9 will be released sometime this year with Firefox 3.0), prone to delays and not synchronised with the unvarying 6-month Gnome release cycle. Furthermore, it and the feature work on Gecko are mostly driven by the Firefox browser, our main competitor on the Gnome desktop. Also the embedding API of Gecko (GtkMozEmbed) has been unmaintained and stagnant for a long time. Finally, the current plans for “Mozilla 2.0” bring much uncertainty to us, as well as much work to account for their proposed big API changes.

We are a small team, with only one maintainer and a hand-full of regular contributors. Maintaining the abstraction layer, and the Gecko back-end require lot of effort and time. Much time alone is spent on keeping up with Gecko API changes, and we have not had much contributions to the Gecko back-end in a long time.

Therefore we have decided to radically change the future of Epiphany in the upcoming 2.24 development cycle. We will drop the abstraction layer, making the code more maintainable, allowing faster development and enabling us to take advantage of the features of the back-end directly.

Furthermore, we will choose only one web engine back-end to support and concentrate our efforts on it instead of spreading our efforts to multiple back-ends and restricting us to the common features all back-ends support.

This single back-end will be WebKit.

We see several advantages in WebKit. These include:

  • The WebKit APIs. The API has been designed from the ground up, and feels like any other GObject based API. A two-way GObject bindings to the web page’s DOM, and to JavaScript is in development; this will allow us and our Extensions to access the DOM directly, which hasn’t been possible before in Epiphany in either C or Python.
  • WebKit uses Gnome technologies directly. Similarly to Gecko, it uses Cairo for graphics, and Pango for the rendering. On top of that, it uses libsoup for the network layer, and GStreamer for the <video> and <audio> tag support in HTML5.
  • Starting in time for Gnome 2.24, WebKit/GTK+ will implement a 6-month release cycle synchronised with the Gnome release schedule.
  • We feel that WebKit has the momentum, and can bring more developers to both Epiphany directly and the Gnome platform by extension. WebKit/GTK+ already has more people working on it than are working on either GtkMozEmbed or the Epiphany gecko back-end.
  • WebKit is a better match for other uses in Gnome, e.g. as a HTML widget in Yelp, in Devhelp, and as an editor in Evolution replacing GtkHTML.

We will propose WebKit as an approved external dependency for Gnome.

In case that we are unable to complete this development in time for 2.24.0, we will delay the new Epiphany to 2.26. For this end, we will maintain the gnome-2-22 branch in a state that allows us to potentially make the 2.24.0 release off of that branch.

Epiphany 2.22.0 “Minus 379” released

Announcements 3 Comments

This 2.22 release of Epiphany brings a few architectural changes as well as some user-visible ones. It blesses us with a migration from gnome-vfs to GIO. Also, thanks to a refactoring of Epiphany’s internals, cross engine support has improved a lot. If you’re feeling adventurous, feel free to try Epiphany with the WebKit backend– but be warned, several important features, such as cookies, are still missing.

Clearing privacy-sensitive data is now easier than ever. From a single dialog, you can clear your cookies, cache, history and saved passwords. Furthermore, the download manager will now show notification bubbles if the download window is hidden and a download completes. The address entry now filters history and bookmark duplicates, an image preview has been added to the filechooser, and finally, the history window can now display the date and time of the last visit.

Thanks to all contributors, and we wish to mention that, as a result of the hard labor of all translators, Epiphany has been localized into more than 70 languages!

The indispensible little companions to your web browsing experience, Epiphany-Extensions, have been updated to version 2.22 as well.

The list below covers all development releases from 2.21.90 up to and including 2.22.0.

Bug fixes

  • Fix compilation error with gcc4.3. Bug #512027.
  • HIG fixes for menu. Bug #483312
  • Fix keyboard focus remaining in the location entry after entering the address. Bug #513345.
  • Make middle clicking on Back/Forward toolbar buttons open again in a new tab, as it was in 2.20. Bug #513029.
  • Popup the completion dropdown menu when we’re focusing the location bar with the cursor at the end of entry and we press down. Bug #340572.
  • Fix back button looping through history. Bug #513803.
  • Fix prompt service for xulrunner 1.9 wrt. DOM notifications. Bug #504445.
  • Accept empty password to unlock a token; and allow empty new password if the requested password quality allows it. Bug #515096.

Changes

  • WebKit: Implement back and forward history. Bug #506566.
  • WebKit: Initial implementation of WebKit preferences.
  • GConf option to disable messagebox about unsubmitted form data. Bug #516170.
  • Add Undo/Redo commands to the location entry, both in the context menu and linked to the main window commands. Bug #171179.
  • Make Go Up recognize HTML anchors. Bug #335631.
  • Adapt to GIO API change

Contributors to this release:
Sebastien Bacher, Luca Ferretti, Cosimo Cecchi, Jan Alonzo, Xan Lopez, Thomas Wendt, Jens Granseuer, Carlos Garcia Campos, Christian Persch

Translations:
Kjartan Maraas, Artur Flinta, Sankarshan Mukhopadhyay, Chao-Hsiung Liao, Wadim Dziedzic, Djihed Afifi, Kenneth Nielsen, Priit Laes, Daniel Nylander, Hendrik Richter, Arangel Angov, Theppitak Karoonboonyanan,
Maxim Dziumanenko, Changwoo Ryu, Ankit Patel, Luca Ferretti, Leonardo Ferreira Fontenelle, Petr Kovar, Inaki Larranaga Murgoitio, Ignacio Casal Quinteiro, Takeshi AIHANA, Wouter Bolsterlee, Gabor Kelemen, Claude Paroz, Duarte Loreto, Gil Forcada, Nikos Charonitakis, Ihar Hrachyshka, Philip Withnall, Jorge Gonzalez, Åsmund Skjæveland, Amitakhya Phukan, Žygimantas Beručka, Yair Hershkovitz, Baris Cicek, Nguyễn Thái Ngọc Duy, Pawan Chitrakar, Ilkka Tuohela, Reinout van Schouwen, Rahul Bhalerao, Yannig Marchegay

How to get it:
http://live.gnome.org/Epiphany/Downloads

Epiphany 2.21.4 “The case of Mr. Epifanio Navegared”

Announcements No Comments

The first Epiphany release in the unstable development series has hit the FTP servers!
A lot has happened on the WebKit front, get all the facts from Xan

A lot of changes and bugfixes have accumulated before this release. Check the release announcement for details. Unfortunately, Epiphany-extensions isn’t in releaseable state yet because of the refactoring that has taken place in Epiphany.

A few highlights from the NEWS to whet your appetite:

  • Enable printing to PDF file on gecko 1.9
  • Add a preview for the FileChooser
  • Adds a column in the history window showing the date and the time of the visit
  • Add a “Remove all” button to the Personal Data Manager for both the cookies and the passwords.

The translation teams have been working hard to localize Epiphany. We currently have 60 languages that are supported (80% or more strings translated). Still there is some work to be done, especially the documentation translations are lagging behind. If you’d like to contribute but don’t know how, this could be a way to get involved! Drop by in the #i18n or channel and we’ll get you started!

Last but not least, check out the totally wicked screenshot of Epiphany/WebKit with HTML 5 media support that Alp made:
Epiphany/WebKit with HTML5 media support

Epiphany 2.20.2 out

Announcements 3 Comments

It’s been way too long since an “official” Epiphany blog. Anyway, here are a few highlights to keep you up to date.

As Wouter noted already, Epiphany 2.20.2 is out. We even have a proper NEWS file this time! It includes a few notable bug fixes, for example in the areas of printing and session recovery.

On the GNOME 2.21 side of things it has been a bit quiet, but rest assured that work is continuing. A lot of refactoring work is taking place to bring the Gecko and Webkit back-ends on equal footing.

But even though Epiphany is “awesome“, please keep in mind there are still lots of open bugs in bugzilla, so anybody who wants to help out, come on, don’t be shy! 🙂

Some extensions you didn’t know

General 9 Comments

If you haven’t had the time to check ThirdPartyExtensions page in the wiki, then you might be missing the following cool extensions.

Empowering your tabs
Two cool extensions from George Notaras:

  • Tab Links
    This extension allows you to export that interesting tabs you have open to various formats so you can share them: Mediawiki, MoinMoin, DokuWiki, HTML. Go check it out!
  • Tab Session Management
    This will allow you to save and restore your epiphany sessions on demand, pretty similar to session saving but with a hands-on touch.

For the people wanting to experiment with the UI, Kevin Michel has something to show:

  • Tabs on Treeview
    Just like you read it, this extension will give you a totally different way of browsing. Check the site for a nice screenshot.
  • Tab Killer
    Hate tabs? Want to have windows (hopefully not the OS) all over the place? Jon Dowland shares that hate for tabs that you have and guess what, he made an extension for it.

Utilities

That small things that make our life a little more compli^Wsimpler.

Michael Opitz has something to say,

  • GMail Notifier
    Mail checking freak? This is right for you, nice screenshots on the website. Even nicer notifications when installed.

What? You didn’t like them?

Then create a new one! Hacking a new Epiphany Extension is incredibly easy, specially thanks to the Python bindings. Just check any of the already created extensions and summon everyone’s favorite python function dir() all around the place ;).

Ok, actually we have some docs… but isn’t it a lot more exciting to just dir() around? For the boring grown up inside of you, check the docs.

And in other news, Epiphany has branched for 2.20.

Epiphany 2.19.6 released; WebKit back-end

Announcements, New features 3 Comments

GUADEC
The most important change in this release is obviously that an experimental
WebKit back-end was added by Xan Lopez during the GNOME conference.
Xan, after the porting madness
Read all about it here. Fer also blogged about it and it was even mentioned in an article on Ars Technica. Imran posted additional build instructions.

The Epiphany team was represented on GUADEC by Xan, Diego, Wouter, and Reinout. Don’t forget to check out Diego’s photo album!

Empathic Epiphany
Another notable GUADEC event: Senko caught the Epiphany virus and wrote an extension that makes sending links to Empathy contacts from Epiphany dead easy. It’s not yet (?) in Epiphany extensions…

Epiphany 2.19.6

Regular development has to continue as well, so we’re happy that Cosimo Cecchi has contributed a lot of small but not less important gnome-love bugfixes!

Changes:

  • Add support for the WebKit engine, compile with –with-engine=webkit to activate
  • #162489: Added a checkbox for smooth scrolling.
  • String changes based on user feedback:

– “Local sites” -> “Nearby sites” (because it is a better description)

– Drop the “Quick” prefix from Topic/Bookmark items in toolbar editor, because it has no function besides confusing users.

  • We now use g_get_user_special_dir to get the Desktop and Downloads directory location
  • Use the new gtk functions to persist and load the print settings and page setup. Migrate our old settings, if present.
  • All tooltips are now creatd using the new GTK tooltips API.

Bug fixes:

  • #459552: Improve the restricted ports message
  • #448610: Make the status icon clickable so it shows/hides the download window, works across workspaces
  • #318947: Update tab title when the statusbar text is updated, so we don’t have out of sync messages (like “Loading “)
  • Misc: #461689, #433173, #313636, #410223, #385872, #452707, #347637, #450904

Contributors to this release:
Diego Escalante Urrelo, René Stadler, Xan Lopez, Carlos Garcia Campos,
Reinout van Schouwen, Cosimo Cecchi, Kraai, Wouter Bolsterlee,
Christian Persch, Nguyễn Thái Ngọc Duy, Luca Ferretti

Translations:
Priit Laes, Reinout van Schouwen, Inaki Larranaga Murgoitio, Jorge Gonzalez,
Daniel Nylander, Theppitak Karoonboonyanan, Gabor Kelemen, Wouter Bolsterlee,
Ilkka Tuohela, Takeshi AIHANA, Žygimantas Beručka, I. Felix

« Previous Entries