Notices


Reply
Thread Tools
Posts: 80 | Thanked: 111 times | Joined on Dec 2008 @ Moscow, Russia
#61
yes, use bison 2.2, sometimes newer doesn't mean better
 

The Following User Says Thank You to pronvit For This Useful Post:
Posts: 80 | Thanked: 111 times | Joined on Dec 2008 @ Moscow, Russia
#62
Bundyo, open WebCore/platform/network/curl/ResourceHandleManager.cpp and replace m_cookieJarFileName(0) with m_cookieJarFileName("/home/user/.webkitcookies") for cookies to work. I can't find way to set this from outside
 

The Following User Says Thank You to pronvit For This Useful Post:
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#63
Reuploaded them with the cookie fix.
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Posts: 4 | Thanked: 0 times | Joined on Oct 2008 @ Seoul, South Korea
#64
Originally Posted by Bundyo View Post
You need bison 2.2, its not working with bison 2.4. I had the same problem before.
Thank you very much!
I will try it!
 
Posts: 4 | Thanked: 0 times | Joined on Oct 2008 @ Seoul, South Korea
#65
Originally Posted by pronvit View Post
Bundyo, open WebCore/platform/network/curl/ResourceHandleManager.cpp and replace m_cookieJarFileName(0) with m_cookieJarFileName("/home/user/.webkitcookies") for cookies to work. I can't find way to set this from outside
Webkit does not support perpect cookie handling yet.
Refer this link :
https://bugs.webkit.org/show_bug.cgi?id=14730
 
Posts: 80 | Thanked: 111 times | Joined on Dec 2008 @ Moscow, Russia
#66
Originally Posted by sMiLo View Post
Webkit does not support perpect cookie handling yet.
Refer this link :
https://bugs.webkit.org/show_bug.cgi?id=14730
yes, but with my small change it works fine, libcurl does everything.

Last edited by pronvit; 2008-12-29 at 08:34.
 
Posts: 80 | Thanked: 111 times | Joined on Dec 2008 @ Moscow, Russia
#67
Spent two days trying to recomplile microb-engine (mozilla) with their new javascript engine.. I thought it will be easier to add fast engine to microb than implement everything in webkit (downloads, finger nav and so on)
But it seems to be impossible. Their code is too weird. So now I'll finally do my primary job and then continue to work on webkit. bye-bye mozilla..
 
Posts: 80 | Thanked: 111 times | Joined on Dec 2008 @ Moscow, Russia
#68
Please try my new version. It's somewhat experimental because I implemented finger scrolling in unusual way.

The problem with finger scrolling is that (without hacking webkit) I don't know if motion event will be handled by javascript on the page (for example to pan google maps, to select text (however this isn't javascript-related)) or I can use it for scrolling. That's why simple implementation when any tap+move = scroll is very bad.

Instead of this I reserved 100px scrolling areas in right and bottom parts of window. So when you tap and move near right edge you will scroll vertically, and near bottom edge to scroll horizontally. Moving in remaining window area will pass this events to page for handling in javascript. So think of my implementation as of wide invisible scrollbars. Btw, I removed default scrollbars.

For me such solution is quite convenient. Try it and tell me what do you think.

Oh, download link: http://mifki.s3.amazonaws.com/webkit....0.7_armel.deb

upd. Fullscreen/zoom keys now should work too!

Last edited by pronvit; 2008-12-30 at 06:26.
 

The Following User Says Thank You to pronvit For This Useful Post:
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#69
i just managed to download that first version, but now im looking at a access denied error. like the scrolling solution tho. seems one can do scrolling on the whole page as long as one drag out of one of the "zones"...

see a fair bit of tearing while scrolling tho...
 
Posts: 80 | Thanked: 111 times | Joined on Dec 2008 @ Moscow, Russia
#70
Originally Posted by tso View Post
i just managed to download that first version, but now im looking at a access denied error. like the scrolling solution tho. seems one can do scrolling on the whole page as long as one drag out of one of the "zones"...

see a fair bit of tearing while scrolling tho...
fixed dl link.
 
Reply

Tags
browser, webkit

Thread Tools

 
Forum Jump


All times are GMT. The time now is 18:48.