![]() |
Re: WebKit engine for default browser
yes, use bison 2.2, sometimes newer doesn't mean better:)
|
Re: WebKit engine for default browser
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
|
Re: WebKit engine for default browser
Reuploaded them with the cookie fix.
|
Re: WebKit engine for default browser
Quote:
I will try it! |
Re: WebKit engine for default browser
Quote:
Refer this link : https://bugs.webkit.org/show_bug.cgi?id=14730 |
Re: WebKit engine for default browser
Quote:
|
Re: WebKit engine for default browser
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.. |
Re: WebKit engine for default browser
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! |
Re: WebKit engine for default browser
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... |
Re: WebKit engine for default browser
Quote:
|
All times are GMT. The time now is 12:07. |
vBulletin® Version 3.8.8