Upcoming Features and Fixes

Talk about the native Mac OS X browser.

Moderator: Camino Developers

Locked
smorgan
Camino Developer
Posts: 2430
Joined: March 16th, 2004, 1:50 pm

Post by smorgan »

If you don't want to use CEP, you could just add (IIRC)
user_pref("browser.cache.disk.capacity", 0);
to your user.js file.

While you are there,
user_pref("network.cookie.lifetimePolicy", 2);
should do what you want for cookies (all cookies will be accepted, but as session cookies). That might turn your existing long-term cookies into session cookies the next time the site changes them though, unless you add those sites to your cookie whitelist, so you'd want to be sure to whitelist those sites if you haven't already.
zev000
Posts: 63
Joined: December 19th, 2004, 11:37 am

Post by zev000 »

Thanks <b>smorgan</b>.
That is exactly what I was looking for. I added the codes to the prefs.js file.
The cookie hack works.
For the cache hack I set my disk cache size to 20mb so I'll have to wait to see if it sticks.
solidsnake
Posts: 24
Joined: December 6th, 2004, 2:49 pm

Post by solidsnake »

I downloaded a nighly yesterday, and was incredibly pleased to see an option for "Close Download window automatically when all downloads are finished" option. I couldn't be happier!!!
xdfcn9
Posts: 3
Joined: December 15th, 2004, 8:16 am

Post by xdfcn9 »

Maybe already mentioned: Firefox gives message when you try to close whole window with multiple tabs still open "if you want to close them all or that you are making a mistake". Would be a very nice feature in Camino as well since it happens to me once in a while and I think I am not the only one.
User avatar
Uncle Asad
Camino Developer
Posts: 3957
Joined: July 24th, 2004, 1:38 pm
Location: بين العالمين
Contact:

Post by Uncle Asad »

There's a bug on that already: bug 196359.
japser
Camino Developer
Posts: 975
Joined: November 8th, 2002, 6:14 am
Location: Holland, Amsterdam
Contact:

Post by japser »

Update for all those who want to know what is happening this new year.

- brand new bookmark and history search a la Mail.
- way faster history.
- history in go menu.
- sort by address and name for results and all bookmarks.
- move to trash download manager toolbar item.
- some more download manager tweeks
- context menu addition for mailto links (add to AB, open in AB and copy clean address)
- pull accept-language header from system prefs
- cmd+click or middle+click mailto: link now won't open an extra window (or tab)
- broken bookmark code will be removed entirly
- bookmarks sidebar code will be removed entirly
- several bookmark drag mouse feedback fixes
- about:plugins should come back
- setting camino to default browser

...and there are more smaller fixes aswell.
—:0-0:— jasperhauser.nl

<a href="http://www.jasperhauser.nl/weblog/">japser's blog</a>
<a href="http://www.jasperhauser.nl/icon/">Jasper Hauser icon design</a>
geedorah
Posts: 9
Joined: January 3rd, 2005, 12:05 pm

Happy New Year!

Post by geedorah »

The updates for the new year sound great. I just switched to Camino as my default browser (with Camino ExtraPrefs)--I love it, very elegant and simple, yet highly customizable.

The only essential feature it lacks is the autofill function. Any chance of an autofill feature?
japser
Camino Developer
Posts: 975
Joined: November 8th, 2002, 6:14 am
Location: Holland, Amsterdam
Contact:

Post by japser »

Man did I forget to add that to the list, stupid me.

- form autofill will come, mike himself is assigned to doing that (no timeframe yet)
—:0-0:— jasperhauser.nl

<a href="http://www.jasperhauser.nl/weblog/">japser's blog</a>
<a href="http://www.jasperhauser.nl/icon/">Jasper Hauser icon design</a>
marke
Posts: 285
Joined: June 30th, 2004, 2:07 am

Post by marke »

thanks for the info. current preview seems very nice.
metal interface would be also cool. safari looks (Y)

ps
is there some deadline or something for this list there?!
Old davedit
Posts: 0
Joined: December 31st, 1969, 5:00 pm

Post by Old davedit »

marke wrote:metal interface would be also cool.


Try Camino ExtraPrefs... It has an option for a metal interface
pelwell
Posts: 1
Joined: January 4th, 2005, 11:46 am

UK Currency symbol problem

Post by pelwell »

Hi,

Is there anything that can be done about the problem I see on certain sites that display the British currency symbol (pound - '£')?

An example site is: http://www.lloydstsb.com/platinum_plus.asp

What I see is 'If your �monthly fee is', where it should say 'If your £12 monthly fee is', and '� �0*' where it should say '£1 - £5000*'.

It looks like a character set issue, and it may well be the result of some dodgy HTML, but Safari and Mozilla have no problems with the page.

Thanks.
valkraider
Posts: 99
Joined: January 15th, 2004, 4:51 pm
Location: Portland, OR

Re: UK Currency symbol problem

Post by valkraider »

pelwell wrote:Hi,

Is there anything that can be done about the problem I see on certain sites that display the British currency symbol (pound - '£')?

An example site is: http://www.lloydstsb.com/platinum_plus.asp

What I see is 'If your �monthly fee is', where it should say 'If your £12 monthly fee is', and '� �0*' where it should say '£1 - £5000*'.

It looks like a character set issue, and it may well be the result of some dodgy HTML, but Safari and Mozilla have no problems with the page.

Thanks.


This site has the correct pound symbol for me in Camino. I am using the 1/03 nightly <a href="http://www.fiberoptikz.tk/~slowmo/Camino.html">G4 optimized build</a>. Have you customized your CSS or anything of the sort? How about Fonts? I am not sure what the problem could be. Maybe start a new topic for discussion.
User avatar
eccoana
Posts: 813
Joined: February 27th, 2004, 1:43 pm
Location: bavaria

Re: UK Currency symbol problem

Post by eccoana »

pelwell wrote:What I see is 'If your �monthly fee is', where it should say 'If your £12 monthly fee is', and '� �0*' where it should say '£1 - £5000*'.
select the menu View/Text Encoding/Western (Mac OS Roman)
now your pound is back again...
smorgan
Camino Developer
Posts: 2430
Joined: March 16th, 2004, 1:50 pm

Post by smorgan »

There's a bug for improving Camino's ability to guess encodings, but it's a good idea to email the site and ask them to specify their encoding (which they should be doing)
stephenju
Posts: 60
Joined: January 13th, 2004, 8:13 am

Post by stephenju »

The new features all sound great. But what about some basics? Are the font setting issues ever going to be look at?
Locked