![]() |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Does it support cookies ? When I save a cookie in javascript it does not show when the page is next loaded and this does work in MicroB.
Fuurthermore it works excellent. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I'm not sure :) WebKitGtk didn't support cookies at the time, so pronvit came up with a hack to force CURL to handle them. I didn't had any problems with their support.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
.
I find that tear fails to display Chinese characters correctly for some Chinese pages. For example, on www.baidu.com (gb2312), some Chinese characters show up as squares. but work fine on www.solidot.org(utf-8) ps:how to build libwebkit for 770? I want to build cross compiler with no-VFP support. . |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I tested Tear more extensively and came to the following conclusions:
- Excellent rendering - No cookies (at least they don't work) - Dashboard is hard to read: when a site is on one of the nine fields, it is in gray on a lighter gray background (low contrast). On the left of the dashboard there are three hardly readaboe texts which appear as 'History' and 'Bookmarks' - Bookmarking is not possible . There is no clear user interface item to add a link to the 'bookmarks' tab on the dashboard. - History items can only be opened from the dashboard when they are web links. Links to local pages (i.e. file://) do not open from the history tab of the dashboars. So I feel tears when such an excellent rendering and fast javascript browser lacks such basic user interface thins. I hope these issues will be fixed soon as forthermore it is good work ! |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
there is a star in the tear ui, click it, and you will have a bookmark.
Cookies are working for me (at least itT remembers my account, that is based on cookies, isn't it?) |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I plan to build 770 compatible WebKit version soon (if the dependencies can be solved :))
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
Quote:
Quote:
Quote:
Everyone should be just plain worried about software in use on their tablets which is not in Extras. As we've seen with pronvit's webkit-eal, developers can start on something interesting and wander off; without any source to rebuild from. There are also advantages to developers, of course, diablo's Extras repo was seeded with the chinook sources - and it's looking like the same will happen with fremantle. Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
kinetic scrolling was mostly a case of activation, iirc. that is, its in the webkit code, one just need to access it.
as for solving it, well it would be something of a setback. but its not like he did it all on his own. from what i understood it was based on some older, nokia initiated work... |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
Am I having the wrong version (0.3) ? |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
(Search "scratchbox" in https://garage.maemo.org/builder/dia...ild.log.OK.txt) |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
Quote:
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
You specify the dependencies needed to build by filling in the "Build-Depends:" field in debian/control. To override scratchbox using an internal version of an tool, you do; "export SBOX_REDIRECT_IGNORE=/usr/bin/tool && export PATH=/usr/bin:$PATH" |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Following on from qwerty12's point, it shouldn't be impossible (or even that hard, once we figure it out) to get libwebkit, valac, your custom VAPIs etc. through the auto-builder.
Hell, the clean-slate approach it takes means the VAPIs can be just cp'ed to /usr/share/vala/vapi at the start of debian/control if we need to ;-) Anyway, I'm in the process of updating vala now. Will let you know when it's in extras-devel. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
Scratchbox uses host tools as much as possible (for speed), and also stuff within the devkit. However, the above allows you to override it. So, for example, we could have a newer version of bison in Extras - your Build-Depends will specify the exact version - and override the version shipped as standard. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
If you have a scratchbox 1 installed with python2.5 from extras, try this to see what I mean: Code:
which python/scratchbox/bin/... Code:
pythonPython 2.3... From that output we see, that when you run "python", scratchbox intercepts it and runs its internal 2.3 version of python. We want the Maemo version of python 2.5 to be loaded so if I do: Code:
export SBOX_REDIRECT_IGNORE=/usr/bin/python ; export PATH=/usr/bin:$PATHCode:
which python/usr/bin/python Code:
pythonPython 2.5 As we can see from that output (faked, but the outcome should be the same ;)), scratchbox now uses the version of a tool that you installed and does not use its internal version. My idea is to implement the above in your debian/rules so scratchbox uses the newer version of bison instead of its internal version. Now after typing that, I'm not even sure if scratchbox provides bison :o, but the trick is good to know all the same ;) :) |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Can we have newer GCC too? It won't work with 3.x.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Okay then, when the time comes :) Thanks for the help.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Quote:
More details here: http://www.internettablettalk.com/fo...172#post272172 |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I'm not sure if I should post this here or try to use the bug reporter...
Tear doesn't work correctly with Privoxy. When I go to http://p.p/ (the easy way to view privoxy configuration), I get a dns resolve error. When I go to http://config.privoxy.org/ (the hard way to view privoxy configuration), I get "Privoxy is not being used". Since privoxy is configured on the connection in maemo, I'm surprised that Tear managed to avoid using it. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I'm not setting specific proxy in WebKitGtk (and I'm not sure I can), but add it to the tracker.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
The proxy settings in the connection manager is merely a setting that applications need to explicitly support - that is to read proxy settings using libconic and behave accordingly.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Yes, I can read them, no problem.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Another preview, since it is important for mime-type handling before I concentrate on Options Manager and the various reported tear/webkit fixes. Also some other features, check the first post.
Word of caution: some DB upgrade will undergo on first run, so may start a little slower. Please report if you encounter any issues with that. |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Thanks for the update, but what does this mean?
Application manager icon control fields by qwerty12 Is it something I can see? |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
This means an icon in app manager ;) Nothing more.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Hmm, why do I have Thanks button on my own posts? :)
Anyway, since noone of you complained from a broken db, I'm assuming that it is working and am going to sleep. :D |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
I am getting an error when I try to delete messages in Gmail using Tear.
|
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
Can you make it a bit more "non-touch-screen friendly"?
Adding shortcuts to the menus is easy, but then I wanted to set Space to scroll one page down as in the default browser, but could not find how to do it. Did you write lines 87-377 of tear.vala? Can you give a few hints on how to read them? Can you make Tab start from the first visible link, rather than first link of the page? A longer term goal is a hot key that highlights the visible links and allows selecting any of them by a letter or two. Something like this firefox extension: https://addons.mozilla.org/en-US/firefox/addon/1341 |
Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
also noticed that the internal bookmark menu would truncate multiple bookmarks with the same name, so that only the youngest one can be accessed...
|
| All times are GMT. The time now is 06:58. |
vBulletin® Version 3.8.8