So, I've spend a few hours in this browser. The new build 05 has a few new features:
v0.11.0.05
--------------
- Made Adblock disabled by default
- Faster start when Adblock is disabled (I hope I didn't broke it)
- New option, in Option|Apparence to have FullScreen without toolbars (just Tabs are visible)
- Added certificates. You can add more if you want/need (in appdata/arora/home/certs)
- Higher def icons (60x60 now).
- Some more works on Flash, but still not enough
- Recompile everything with more agressive optimizations
You should have faster start if you have Addblock disabled. For this, I used some dirty hack, because even disabled, all rules are loaded and tested. So I've made them not loaded if disable. I hope it don't break too much the enabled Adblock.
I also made a "superFulscreen". But the Tabs are still here. There is no code in the current Arora to hide Tabs, so I'm not sure it is doable easily.
About Zoom level to stick, the Zoom level is Per Tabs, there is no global value for Zoom. The only way to have Zoom level to be remeber between session will be to implement global Zoomlevel. I haven't done that, it's a few hour more work I guess (I'm not very fluant in Qt).
I added some certificates, so less certificate errors should popup. You can add more if you put them (must be "pem" format, with *.cer name) inside "appdata/arora/home/certs"
I tried, again, to have Flash working. It looks it load the plugin, but fail anyway... I have to look inside QtWebKit, so I'll do that another time.
Here is the diff for those interested:
arora.zip
Enjoy this new release.