Showing posts with label webkit. Show all posts
Showing posts with label webkit. Show all posts

Monday, September 06, 2010

WebPositive (#HaikuOS #Webkit Browser) Nightly

if you want the nightly WebPositive browser here is the page where you can download the latest

I have just downloaded the WebPositive-r526.zip and unziped in the /boot partition as usual

but there are errors with symbols (old libcrypto and ssl libs )

./WebPositive 
runtime_loader: /boot/apps/WebPositive/lib/libwebcore.so: Could not resolve symbol '_ZNK9BLanguage2IDEv'
resolve symbol "_ZNK9BLanguage2IDEv" returned: -2147478780
runtime_loader: /boot/apps/WebPositive/lib/libwebcore.so: Troubles relocating: Symbol not found


But that didn't solved the problem so i have installed a version that is older v.515
http://www.haiku-os.org/community/forum/webpositive_r515_alpha_2

In the end i have tested also tested the newer version from the optional area but they need newer icu 4.4 and other libs , I will try later


i miss apt-get update / install ...

Saturday, August 14, 2010

building #arora-browser stable + latest stable sdk for #qt on #windows

1.install qt sdk (latest stable)
2.install arora src and extract it
3.open it with qt creator 


arora build solution and it will give the  error mingwm10.dll not found 



i did a little googling and found the solution 




If you install QT on windows via 
the install executable  it creates a shortcut 
in the start menu that is called "QT 4.X.X Command Prompt" that is a 
call to your $ $COMSPEC (cmd.exe most likely) calling qtvars.bat which 
sets up you env for you. 


But it still crashed both the console and arora application

 i have openned the src.pro soulution and rebuilded
and  i write this from it :) 



What is next : building as static exe and eliminate the cmd.exe
console from mingw


Wednesday, July 15, 2009

Quote of the day is about Chrome and features

Per-process execution is a feature in Chromium (Google Chrome), not V8. And it is really needed anyway if one is using V8, because V8 is not thread safe.

Wednesday, July 01, 2009

Arora is default full featured browser in Kubuntu

Arora is a simple cross platform web browser whose feature list includes things like "History" and "Bookmarks". It has a small code base and loads of fun to hack on. Benjamin Meyer originally created as a demo for Qt to help test the QtWebKit component and find API issues and bugs before the release Arora works with almost all websites and offers nice features like HTML 5, but needs some more features to give it the same parity as existing browsers. Arora should work with Web 2.0 websites we consider to be critical to our users. These include Slashdot, GMail, Google Calendar, Facebook, Flickr, Youtube, Yahoo and of course kubuntu.org.
[ED: tested the Slashdot , reddit , gmail , facebook , youtube, flickr and yahoo and all work OK , also wordpress.com and firebirdnews.org admin area
]

Friday, April 17, 2009

arora 0.6 on ubuntu jaunty

here is how installed on my station

you need to add my repository to /etc/apt/sources.list
then do an apt-get install arora

$ sudo vi /etc/apt/sources.list.d/mariuz.list
or use pico
$ sudo pico /etc/apt/sources.list.d/mariuz.list

deb http://ppa.launchpad.net/mapopa/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/mapopa/ppa/ubuntu jaunty main

$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com ea316a2f8d6bd55554c23f680be6d09eef648708
$ sudo apt-get update && sudo apt-get dist-upgrade
$ sudo apt-get install arora

What next ?
try some acid3 test or some css3 selectors one
Round divs are cool

Saturday, April 11, 2009

arora 0.5 and qt 4.5 in debian experimental

i'm typing this from an arora 0.5 with qt 4.5 and debian experimental
http://packages.debian.org/experimental/arora
how did i installed it ?
i installed from stable then dist-upgraded to testing and then
unstable
here is how my sources.list looks like
cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian/ unstable main non-free contrib
deb-src http://ftp.us.debian.org/debian/ unstable main non-free
contrib
Add:
deb http://ftp.us.debian.org/debian/ experimental main non-free
contrib
deb-src http://ftp.us.debian.org/debian/ experimental main non-free
contrib
Then:
# aptitude update
# aptitude install -t experimental arora
my next thing is to build the 0.6 on it :)

Friday, March 06, 2009

How to kill windows and ie - first step
On my blog i modified the kill ie6 ra-ajax div and i put
if IE without the 6 [if IE] so now my blogs show that nice div to all ie users to upgrade to an modern wekit/mozilla browser and kill IE and microsoft altogether
I remembered that we have to fix #1 from ubuntu so I put an message for IE users to upgrade their
Operating system to Ubuntu

Monday, February 23, 2009

building qt4.5 on jaunty

$ dget -x http://ftp.de.debian.org/debian/pool/main/q/qt4-x11/qt4-x11_4.5.0~rc1-2.dsc
$ cd qt4-x11-4.5.0~rc1/
$ debuild -i

I was missing some packages (check what you need on your system)
$ sudo apt-get install cdbs libcups2-dev libdbus-1-dev libiodbc2-dev libmng-dev libpam0g-dev libreadline5-dev libsqlite0-dev libtiff4-dev libxmu-dev libxslt1-dev libphonon-dev

$ debuild -i

$ ls -1 *.deb
libqt4-assistant_4.5.0~rc1-2_i386.deb
libqt4-core_4.5.0~rc1-2_i386.deb
libqt4-dbg_4.5.0~rc1-2_i386.deb
libqt4-dbus_4.5.0~rc1-2_i386.deb
libqt4-designer_4.5.0~rc1-2_i386.deb
libqt4-dev_4.5.0~rc1-2_i386.deb
libqt4-gui_4.5.0~rc1-2_i386.deb
libqt4-help_4.5.0~rc1-2_i386.deb
libqt4-network_4.5.0~rc1-2_i386.deb
libqt4-opengl_4.5.0~rc1-2_i386.deb
libqt4-opengl-dev_4.5.0~rc1-2_i386.deb
libqt4-qt3support_4.5.0~rc1-2_i386.deb
libqt4-script_4.5.0~rc1-2_i386.deb
libqt4-scripttools_4.5.0~rc1-2_i386.deb
libqt4-sql_4.5.0~rc1-2_i386.deb
libqt4-sql-ibase_4.5.0~rc1-2_i386.deb
libqt4-sql-mysql_4.5.0~rc1-2_i386.deb
libqt4-sql-odbc_4.5.0~rc1-2_i386.deb
libqt4-sql-psql_4.5.0~rc1-2_i386.deb
libqt4-sql-sqlite2_4.5.0~rc1-2_i386.deb
libqt4-sql-sqlite_4.5.0~rc1-2_i386.deb
libqt4-svg_4.5.0~rc1-2_i386.deb
libqt4-test_4.5.0~rc1-2_i386.deb
libqt4-webkit_4.5.0~rc1-2_i386.deb
libqt4-webkit-dbg_4.5.0~rc1-2_i386.deb
libqt4-xml_4.5.0~rc1-2_i386.deb
libqt4-xmlpatterns_4.5.0~rc1-2_i386.deb
libqt4-xmlpatterns-dbg_4.5.0~rc1-2_i386.deb
libqtcore4_4.5.0~rc1-2_i386.deb
libqtgui4_4.5.0~rc1-2_i386.deb
qt4-demos_4.5.0~rc1-2_i386.deb
qt4-designer_4.5.0~rc1-2_i386.deb
qt4-dev-tools_4.5.0~rc1-2_i386.deb
qt4-doc_4.5.0~rc1-2_all.deb
qt4-doc-html_4.5.0~rc1-2_all.deb
qt4-qmake_4.5.0~rc1-2_i386.deb
qt4-qtconfig_4.5.0~rc1-2_i386.deb


now i have the webkit for building arora and ibase library to access firebird

Friday, February 20, 2009

I propose an End Of Life Date for all IE browsers
DEC 31 2009

I'm little bit too optimistic but we can start with ie6 then 7 in 2010 and then ie 8 in 2011
also we can add an javascript to blogs so that message should be shown if browser is ie

Thursday, December 04, 2008

Success with arora 0.4+qt4.5 and flash 10

Here is my script for installing arora 0.4 + qt4.5 from git . Flash 10 for 64bits is already installed by hand.

If you get an error there is an issue with BR translation that will be solved soon



Wednesday, July 09, 2008

Enabling webkit's WebInspector in arora browser
Click on Tools -> Enable Web Inspector
then right click -> Inspect



and here are some nice graphs when you click on profiles

Wednesday, June 18, 2008

arora from source 

You need to install all build  dependencies

sudo apt-get install libqt4-dev flex gperf

here is my script on ubuntu

svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit
git clone git://github.com/Arora/arora.git
cd WebKit
./WebKitTools/Scripts/build-webkit --qt --qmake=qmake-qt4
cd ../arora

export QT_WEBKIT=webkit_trunk
export WEBKITHOME=//home/mariuz/WebKit
qmake-qt4
make clean
make

Monday, June 16, 2008

What have I got against Firefox 3?
[ED: i agree with this post about the new firefox , they (moz
Corporation ) are headed to a wrong way IMHO and i will stick to epiphany/webkit browsers i also hate the fsking awesome slow bar ]

It’s a known issue that I’m not thrilled with Firefox 3. There are some nice improvements to it, but after seeing the progress of development through the betas and seeing where Firefox 3 was headed I decided it had been time to try out other browsers.

Tuesday, December 18, 2007

kde4.0 on hardy

# Remove previous KDE 4 packages, they are not compatible (sudo apt-get remove kdelibs5 kde4base-data kde4libs-data)
# Add deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main to your /etc/apt/sources.list
# Install the updated kdebase-bin
sudo apt-get install kdebase-bin
# Install kdebase-workspace kdebase-kde4 kdebase-runtime,
sudo apt-get install kdebase-workspace kdebase-kde4 kdebase-runtime
note that PPAs aren't authenticated so you will likely get a warning when installing



enjoy the now kde desktop by selecting the kde4 session at login
Kubuntu - The KDE Desktop

Blogged with Flock

Tuesday, October 30, 2007

WebKitGtk - building on ubuntu gutsy

svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit


sudo apt-get install gperf libqt4-dev qt4-dev-tools libicu36-dev libcurl4-openssl-dev  libxslt1-dev
export PREFIX=/usr
cd WebKit; ./WebKitTools/Scripts/build-webkit \
--qmakearg=WEBKIT_INC_DIR=$PREFIX/include/WebKit \
--qmakearg=WEBKIT_LIB_DIR=$PREFIX/lib --gtk

./WebKitTools/Scripts/run-launcher --gtk





WebKitGtk - GNOME Live!

Blogged with Flock