Notices


Reply
Thread Tools
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#341
the reason i ask is that the itt forum minimalist theme has a css setting that only shows up in webkit, and makes it painfully slow to scroll.

tthe workaround in tear was to implement custom css, and include a css filee that by default disabled said setting (rounded corners)...
 
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#342
Now if all of this great webkit stuff was at least in extras-devel repository, that would be great!
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#343
Originally Posted by hns View Post
I think I figured out the reason for those crashes, so I uploaded a new version of my webkit-eal webkit engine for the default browser. New features include:
Many thanks for the new webkit-eal!

Just wondering if you plan on updating the diff?

As for tablet-browser-daemon restarting, I used this in the postinst of my wmlbrowser package and it worked a treat:


Code:
cat <<EOF > /tmp/wmlbrowserwarning.txt
To let the browser know of the existence of the wmlbrowser plugin, I have to restart 
the browser daemon.
Restarting the browser will close all your browser windows.
If you choose not to restart the browser then you will have to manually restart the 
browser daemon or restart the tablet yourself to see the wmlbrowser plugin.

Press OK to let me restart the browser.
Press Cancel to skip restarting the browser.
EOF

/usr/bin/maemo-confirm-text "Notice." /tmp/wmlbrowserwarning.txt

if [ $? == 0 ]; then
  ( /etc/init.d/tablet-browser-daemon restart &)&
fi
 
Posts: 87 | Thanked: 98 times | Joined on Oct 2007 @ Austria
#344
Originally Posted by qwerty12 View Post
Many thanks for the new webkit-eal!

Just wondering if you plan on updating the diff?
I know it sucks to release packages without source. I've uploaded the new diff against the garage svn now. It's 90% autotools generated stuff, but whatever.

The reason I haven't put the code into some public repository so far is that I hoped to continue work at the webkit-eal garage project, and thankfully that's what will happen as pronvit gave me member status yesterday. He also confirmed that he has sold his N810 and won't work on it anymore, unfortunately.

So again, a call for contributors: if you think you can help with this project any help is highly appreciated. I'm nowhere prolific in C (just getting along), and the time I can spend on this project is rather limited.

Originally Posted by qwerty12 View Post
As for tablet-browser-daemon restarting, I used this in the postinst of my wmlbrowser package and it worked a treat:
...
Thanks, I'll probably use this in a future release.
 
Posts: 144 | Thanked: 21 times | Joined on Mar 2007 @ Finland
#345
This may be a stupid question but I got some problems when installing libwebkit. I got the latest Diablo OS on N800 and I am missing depencies: libidn11 and libxslt1.1 but cannot find proper packages. Any help?

I am trying to install these packages but the OS says they are incompatible

http://repository.maemo.org/extras-d....5-1_armel.deb

http://repository.maemo.org/extras-d...sso3_armel.deb

Where do I find proper packages?
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#346
as root, in terminal:

apt-get install libidn11 libxslt1.1

that should get them installed if you have the proper repo enabled in app manager (do not run app manager when doing this however).
 
Posts: 87 | Thanked: 98 times | Joined on Oct 2007 @ Austria
#347
I uploaded a quick new snapshot to my site. You can now disable/enable plugins and javascript from the browser gui, and copy/paste is working from the browser menu (not from the virtual keyboard though).

Next stops will be offline mode detection, history list support, fixing crashes with multiple windows, and maybe download manager support. Any other suggestions?
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#348
full screen virtual keyboard return key, and returning input from previous sessions would be nice.

allow me to elaborate:

1. when hitting return/enter key using the full screen virtual keyboard, the keyboard closes rather then going to a new line.

2. when opening the full screen keyboard, there is a chance that the content of a previous use of it will be inserted. this will even be sent on to the input area in the browser if the keyboard is closes, and do not have to come from a previous use inside the browser.

3. oh, and when there is text in a text box, and previously mention keyboard is activated, the content of the box is not transferred to the keyboard gui.

Last edited by tso; 2009-03-12 at 01:07.
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#349
the latest snapshot seems less stable, and im not sure if the javascript toggle works as advertised.
 

The Following User Says Thank You to tso For This Useful Post:
Posts: 87 | Thanked: 98 times | Joined on Oct 2007 @ Austria
#350
Originally Posted by tso View Post
full screen virtual keyboard return key, and returning input from previous sessions would be nice.
The virtual keyboard stuff is difficult, because we never directly access it. It's either the browser GUI, and I think there are a number of bugs filed with that, or webkitgtk, which supports hildon, but not really well. So I think these and a few other issues (like drag-scrolling in frames) have to be taken care of upstream in webkitgtk.

Originally Posted by tso View Post
the latest snapshot seems less stable,
In what way? Did it crash?

and im not sure if the javascript toggle works as advertised.
Right, I used the wrong settings property name. As I said, this was a quickie release. I uploaded a fixed version.
 
Reply

Tags
browser, webkit

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:40.