maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Tear 0.3 - Simple WebKit browser, now with Dashboard (https://talk.maemo.org/showthread.php?t=26475)

GeraldKo 2009-04-06 18:42

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by lm2 (Post 277902)
So how do I delete the bookmark? Is there a file I can edit in x-term?

(I also have the bookmarks task navigator plugin installed.)

I deleted it with Bongo's bookmark manager.

(Is that the "bookmarks task navigator plugin" or something different?)

GeraldKo 2009-04-06 18:43

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by Bundyo (Post 277901)
Do some of you have bookmarks in utf-8?

How would I find out? (My ignorance here probably means I don't have 'em, eh?)

lm2 2009-04-06 19:07

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by GeraldKo (Post 277917)
I deleted it with Bongo's bookmark manager.

(Is that the "bookmarks task navigator plugin" or something different?)

Not sure. It's whatever shows up if you enable extras devel and look for "tear bookmarks" in app manager.

The "tear bookmarks" task navigator plugin that I have doesn't seem to allow one to manage one's bookmarks---at least I don't think it does. It just creates a plugin on the left side of the screen that can take the place of the default "world" that lists one's microb bookmarks.

Bundyo 2009-04-06 19:12

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Yes, Tear bookmarks is the task navigator plugin. Bongo's manager doesn't have a deb yet, you can get to the download post from the first message in this thread.

Bundyo 2009-04-06 19:35

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by GeraldKo (Post 277918)
How would I find out? (My ignorance here probably means I don't have 'em, eh?)

No, that's not it. If it was from unsupported character it would show the pink error message. I think I know why the Dashboard is not opening.

GeraldKo 2009-04-06 19:52

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by Bundyo (Post 277922)
No, that's not it. If it was from unsupported character it would show the pink error message. I think I know why the Dashboard is not opening.

What they're talking about, you know, is not that it doesn't open. It opens, but all 9 squares on each of the tabs has no content.

Bundyo 2009-04-06 20:17

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Oh, 10x, now I don't know again :D

Un27Pee 2009-04-06 21:48

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
2 Attachment(s)
Today i found a weird behaviour i could only reproduce twice here is a screen shot to describe best the issue whilst i was scrolling the page it suddenly shifted to the left has anyone come across this behaviour.
Edit: on N810 with keyboard open fast scrolling upwards halfway the page the screen drifted left.

Fionn 2009-04-06 23:20

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by Un27Pee (Post 277943)
Today i found a weird behaviour i could only reproduce twice here is a screen shot to describe best the issue whilst i was scrolling the page it suddenly shifted to the left has anyone come across this behaviour.

I've come across it also on the n800 - very rarely though, perhaps only once or twice.
In my case it wasn't as drastic a shift to the left. Perhaps about 10% of the screen shifted less.

The other error whereby the dashboard comes up blank when opening a new page would be more common.

Fionn 2009-04-06 23:22

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Another question though - how does one clear the history of visited pages and clear cache etc?
Is there some file that can deleted in Xterm even to accomplish this?

Bundyo 2009-04-06 23:30

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
/home/user/.tear/tear.db, but it contains also the bookmarks.

bongo 2009-04-07 01:05

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by Bundyo (Post 277972)
/home/user/.tear/tear.db, but it contains also the bookmarks.

That's why I prefer a second table for bookmarks.
It would make my life easier :)

I had no access to my dev computer for the last days but I'll continue my work this week.

Bundyo 2009-04-07 05:08

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
I don't see a problem in

Code:

delete from `quickdata` where `type` = 'history';

kornish 2009-04-07 06:55

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Thanks for this great browser, it finally solved my problem with svg files.

The acid3 score I am getting on it is 96, but I am confused as to why I am not able to open pages that uses a combination of ajax, svg and xsl.

The default browser (microb) opens everything, but the svg files on the aforementioned page, but the tear gives me a download box and asks me if i want to save the frames. (The page I am attempting to open consists of 3 frames, one with SVG elements, one normal html, and one ajax based page and xsl)

Do you have any ideas/suggestions? Anything is welcome!

meizirkki 2009-04-07 07:23

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by kornish (Post 278030)
Thanks for this great browser, it finally solved my problem with svg files.

The acid3 score I am getting on it is 96, but I am confused as to why I am not able to open pages that uses a combination of ajax, svg and xsl.

The default browser (microb) opens everything, but the svg files on the aforementioned page, but the tear gives me a download box and asks me if i want to save the frames. (The page I am attempting to open consists of 3 frames, one with SVG elements, one normal html, and one ajax based page and xsl)

Do you have any ideas/suggestions? Anything is welcome!

GTKWebKit seems to have all those strange problems. I prefer QtWebKit, which handles everything. You can try Arora, but Tear is faster and more lightweight.

tso 2009-04-07 07:31

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
i spotted something.
when one try to highlight a line of text that contains a link, the line below appears to be highlighted as well...

bongo 2009-04-07 09:00

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by Bundyo (Post 278011)
I don't see a problem in

Code:

delete from `quickdata` where `type` = 'history';

Yes, that's easy, but I want more :D
I want to reorder bookmarks so I need a column for position or a second table.
There are ways to solve this with the old structure but I don't like them ;)
For you it would be no problem to split this data.

kornish 2009-04-07 10:25

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by meizirkki (Post 278031)
GTKWebKit seems to have all those strange problems. I prefer QtWebKit, which handles everything. You can try Arora, but Tear is faster and more lightweight.

Thanks, i will give it a try, but it would be really great to have Tear support those pages too.

tso 2009-04-07 13:27

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
ugh, sorry if i sound like a broken record but i played around with various versions of tear webkit again to see if i could figure the speed thing.

whats confusing is that i could have sworn webkit was faster in older versions, but downgrading now seems to prove me wrong.

but i noticed one thing, if webkit is downloading graphics from the net, its painfully slow vs just reloading the page from cache. this can be observed in tear by loading a page fully and then either hitting reload or the green icon.

with reload its painfully slow (even microb seems to load graphics faster).

but with the green (not sure what to call it) button, its a couple of seconds at most.

still, im starting to think it may be a local issue, as im having some slowdowns with app manager and some odd reboots. could be the file system for the internal memory have gotten damaged or something.

not sure if i want to do a full reflash of the tablet tho...

EL_EASY 2009-04-07 13:55

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
but i noticed one thing, if webkit is downloading graphics from the net, its painfully slow vs just reloading the page from cache. this can be observed in tear by loading a page fully and then either hitting reload or the green icon.

with reload its painfully slow (even microb seems to load graphics faster).


I notice the same thing above, i don't know why bundyo is ignoring that..

tso 2009-04-07 13:57

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
from what i can tell, he is not. but he is focusing on tear's options dialog right now.

i just wonder why it was noticed only now, as i cant find a difference in older versions of webkit...

GeraldKo 2009-04-07 14:28

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by tso (Post 278099)
ugh, sorry if i sound like a broken record but i played around with various versions of tear webkit again to see if i could figure the speed thing.

whats confusing is that i could have sworn webkit was faster in older versions, but downgrading now seems to prove me wrong.

but i noticed one thing, if webkit is downloading graphics from the net, its painfully slow vs just reloading the page from cache. this can be observed in tear by loading a page fully and then either hitting reload or the green icon.

with reload its painfully slow (even microb seems to load graphics faster).

but with the green (not sure what to call it) button, its a couple of seconds at most.

still, im starting to think it may be a local issue, as im having some slowdowns with app manager and some odd reboots. could be the file system for the internal memory have gotten damaged or something.

not sure if i want to do a full reflash of the tablet tho...

Example link of what you mean by downloading graphics from the net?

tso 2009-04-07 14:59

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
any page with one or more image on it.

basically, when a pages graphics are not cached.

Matan 2009-04-07 15:31

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Did you try older versions of tear, instead (or in addition) to older versions of webkit?

tso 2009-04-07 15:33

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
tried both, and i cant nail down the difference.

thing is, i suspect its webkit, as im also seeing the slowdown using webkit-eal.

oh, i just clocked forum.dumpshock.com to 1:12 in webkit, 0:35 in microb...

bongo 2009-04-07 18:27

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by tso (Post 278099)
not sure what to call it

go? enter? :D

kornish 2009-04-07 20:55

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
I couldn't get XSLT work on tear. Is there any method or patch to do that? I need to run a page with SVG, AJAX and XSLT, and as far as I experience, neither tear nor arora is able to render it.

Is there a way to add xslt functionality to Tear?

Bundyo 2009-04-07 21:20

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Yes, a rebuild.

The next rebuild will have it.

tso 2009-04-07 23:15

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
did a bit more testing, and the older webkit versions i used was able to load the page in 35-45 seconds.

i keep thinking they should have been faster, but its still a noticable difference.

Bundyo 2009-04-07 23:54

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Tso, can you check if this version is faster?
Also it has XSLT enabled.
http://bundyo.org/maemo/webkit/libwe...37-5_armel.deb

daperl 2009-04-08 03:57

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Quote:

Originally Posted by Bundyo (Post 278223)
Tso, can you check if this version is faster?
Also it has XSLT enabled.
http://bundyo.org/maemo/webkit/libwe...37-5_armel.deb

What did you do? This thing is blazing!

Bundyo 2009-04-08 04:38

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Removed a test handler that I forgot in there.

daperl 2009-04-08 04:51

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
It's night and day. Thanks for the fix and thanks to tso for staying after it.

Does your diff file need updating? Also, can you repost your latest config.log?

Bundyo 2009-04-08 05:01

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Yeah, but not now.

Bundyo 2009-04-08 06:07

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
New 770 build with the vkb crash fixes and removed test handler.

Tested, doesn't work, removed :D

tso 2009-04-08 08:07

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
well it seems to be back at earlier speeds at least :)

munky261 2009-04-08 08:27

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
I gave it a try as well, and I agree with tso, there is a speed increase over 41137-3.

Matan 2009-04-08 09:26

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
Is this the place to report bugs?

There is a bug in libwebkit - numbers in RTL pages appear reversed (9002 instead of 2009). I believe that it is in webkit since it is in both tear and midori. There is no problem with arora, so it is not a general webkit bug, but only in libwebkit packages from Bundyo.

To see this bug look at page

http://www.shedim.com/bb/

On the top line there are numbers that represent years, but in tear they appear 3002 4002 5002, instead of 2003 2004 2005.

munky261 2009-04-08 10:01

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
I can confirm that, but, do you think it might have something to do with it being a russian page?

munky261 2009-04-08 11:42

Re: Tear 0.3 - Simple WebKit browser, now with Dashboard
 
1 Attachment(s)
Was wondering if you had any idea why tear displays the google voice contacts like this. In the first column, under my contacts it squishes the width of that column so it cuts off the names. And then, on the next column over its cutting off the text of the contact names as well as part of the check box for each contact in the various groups. Ive kinda worked around this by making a group for each separate contact so I know what contact Im checking. Im thinking it might have something to do with the large checkboxes(which do love btw). Dont know if the text of the contacts is getting cu off in microb, as it wont even bring the contacts up. Any way this can be fixed?


All times are GMT. The time now is 06:59.

vBulletin® Version 3.8.8