AWeb 3.5.09 in arrivo

Riflessioni, eventi, curiosità

AWeb 3.5.09 in arrivo

Messaggioda samo79 » dom apr 29, 2007 6:21 am

Finalmente la nuova versione sta per arrivare, vi risporto un estratto del change log rispetto alla versione precedente:

# NEW CHARSET SUPPORT PLUGIN

It is now possible for AWeb to convert the character set of the viewed page into another via the new charset plugin. For example, the page you are viewing may be using a character set you are not able to view. This plugin will convert such pages to your system character set (by default), or to another of your choosing. Please refer to the plugin readme for further information. Thanks go to Frank (Opi) Weber for the contribution.

# JAVASCRIPT

Dynamic Garbage Collection is now employed.

When the JavaScript interpreter has finished with a JavaScript object, the memory needs to be returned to the pool for later usage. Due to the design of JavaScript as a language, the programmer need not worry about this. Instead, the JavaScript interpreter automatically releases the memory. The process of doing this is called Garbage Collection. The problem is to know which objects are in use by the program and which are not. The old JavaScript interpreter tried to do this at the end of the script which is relatively easy, but has the problem that long scripts can consume all the memory. The new design performs Garbage Colection periodically during script execution.

In layman's terms, this means that some scripts that would timeout or consume all memeory now complete in a fraction of the time.

Implemention of JavaScript 1.5 ECMA 262-3 is almost complete. The behaviour of Fastidious and Omnivorous modes have changed:

* Fastidious now executes all JavaScript but will stop at the first error
* Omnivorous executes all JavaScript and attempts to continue past errors

# DOM

JavaScript event handlers have been added to the following elements:

* <IMG>: ONCLICK
* <OBJECT>: ONABORT, ONCLICK, ONERROR, ONLOAD, ONMOUSEOUT, ONMOUSEOVER

# GUI

Further options for GUI Settings, including borderless windows, so AWeb appears to run in a kind of "Kiosk" mode.

# MIME TYPES

Multiple MIME entries are allowed for each MIME type in the Browser->Viewer settings, so actions can be performed based on both the MIME type of the file as well as its filename extension. This is useful where are server may send both a .lha file or a .swf file, yet may have set the MIME type for both files to "application/octet-stream".

# BUGFIXES

* The absolute URI "/" now works as expected.
* MIME check is now slightly less stringent, so HTML docs with one or two stray unprintables will now display.
* FTP directory parsing routines replaced, allowing paths and files with spaces in their names to be correctly displayed (a very old bug!).
* URIs for FTP file links now point to the filename rather than the linkname.
* Transparency now works for deep-scaled bitmaps.
* AWeb would freeze if a PIPE: channel filled up and the external command failed to read from the pipe. AWeb now opens a pipe with unlimited buffers.
* A few more Forbid()s removed (yay!).
* The HTML 'Content-Disposition' header is now parsed and acted upon.
* Memory leak plugged.
* When saving files the correct default icon for the file type is created if using DefIcons, as is the case with both OS4 and MOS.
* The &reg; (®) symbol is now interpreted and rendered correctly.
* Document Search Index file is now created again if it didn't already exist.
* Various MorphOS compatibility issues resolved.
* Various other minor bug fixes, too numerous to mention!


http://aweb.sunsite.dk/
Immagine

Moderatore sezioni Amiga/AmigaOne su
TGMOnline

WHEN IT'S DONE Immagine

Le mele a volte possono essere devastate dal colpo feroce di una tempesta, ma il tenero fascio del sole potrà sempre far sviluppare dei nuovi frutti

Sam440ep Flex 800 Mhz - 1 GB DDR Ram - Radeon 9250 - AmigaOS 4.1
AmigaOne XE G3 800 Mhz - 640 MB Ram - Radeon 9200 SE - AmigaOS 4.1
Avatar utente
samo79

Staff
 
Messaggi: 14962
Iscritto il: ven gen 10, 2003 5:09 am
Località: Perugia

Messaggioda Kyle » dom apr 29, 2007 8:26 am

Bello! Ho visto che è già possibile scaricare la versione beta.
Qualcuno di voi l'ha provata?
Avatar utente
Kyle

Leggenda
 
Messaggi: 8787
Iscritto il: dom dic 24, 2006 11:15 am
Località: Livorno

Messaggioda Kyle » dom apr 29, 2007 11:13 am

Come non detto... avevo visto la versione precedente di aprile 2006.
Che botta... :semo:
Avatar utente
Kyle

Leggenda
 
Messaggi: 8787
Iscritto il: dom dic 24, 2006 11:15 am
Località: Livorno

Messaggioda afxgroup » dom apr 29, 2007 12:21 pm

io l'ho provata. Beh, che dire. sono novità importanti ma mancano ancora troppe cose per poter rendere Aweb utilizzabile sulla maggior parte dei siti moderni. Ci vorrebbe un nuovo motore di rendering. Per fortuna per quanto riguarda Javascript, Andy Broad ha pronto il plugin spidermonkey che utilizzerà il motore javascript di mozilla per aweb.
Elf.library.. a noi due....
The BUG Hunter.. +1..
AMIGAONE - SAM - MOANA - A1200 - A600 - A500 - C64
Avatar utente
afxgroup

Admin
 
Messaggi: 3647
Iscritto il: ven giu 11, 2004 9:49 am
Località: Taranto

Messaggioda NubeCheCorre » dom apr 29, 2007 1:27 pm

Quindi la cosa piu' grossa che ancora manca ad Aweb e' il supporto per il CSS.. ci sarebbe anche il flash ma quello sarebbe anche il meno giusto ?

Per il Java invece da quello che ho capito ora e' ben supportato ?
W il Veneto :ride:
Avatar utente
NubeCheCorre

Leggenda
 
Messaggi: 10624
Iscritto il: dom set 21, 2003 9:21 pm
Località: San remo

Messaggioda Richi » dom apr 29, 2007 5:27 pm

NubeCheCorre ha scritto:Quindi la cosa piu' grossa che ancora manca ad Aweb e' il supporto per il CSS.. ci sarebbe anche il flash ma quello sarebbe anche il meno giusto ?

Per il Java invece da quello che ho capito ora e' ben supportato ?


Javascript NON Java.
Col java stiamo a zero...
Life is what happens while you're making other plans

John Lennon
Avatar utente
Richi

Maestro
 
Messaggi: 504
Iscritto il: ven gen 30, 2004 3:07 pm

Messaggioda NubeCheCorre » dom apr 29, 2007 6:00 pm

Si scusa volevo dire javascript :ride:
W il Veneto :ride:
Avatar utente
NubeCheCorre

Leggenda
 
Messaggi: 10624
Iscritto il: dom set 21, 2003 9:21 pm
Località: San remo

Messaggioda samo79 » dom apr 29, 2007 8:52 pm

afxgroup ha scritto:Andy Broad ha pronto il plugin spidermonkey che utilizzerà il motore javascript di mozilla per aweb.


E' pronto davvero ?

Sarebbe una gran cosa :felice:
Immagine

Moderatore sezioni Amiga/AmigaOne su
TGMOnline

WHEN IT'S DONE Immagine

Le mele a volte possono essere devastate dal colpo feroce di una tempesta, ma il tenero fascio del sole potrà sempre far sviluppare dei nuovi frutti

Sam440ep Flex 800 Mhz - 1 GB DDR Ram - Radeon 9250 - AmigaOS 4.1
AmigaOne XE G3 800 Mhz - 640 MB Ram - Radeon 9200 SE - AmigaOS 4.1
Avatar utente
samo79

Staff
 
Messaggi: 14962
Iscritto il: ven gen 10, 2003 5:09 am
Località: Perugia

Messaggioda afxgroup » dom apr 29, 2007 11:52 pm

è in fase di beta testing
Elf.library.. a noi due....
The BUG Hunter.. +1..
AMIGAONE - SAM - MOANA - A1200 - A600 - A500 - C64
Avatar utente
afxgroup

Admin
 
Messaggi: 3647
Iscritto il: ven giu 11, 2004 9:49 am
Località: Taranto

Messaggioda ikir » lun apr 30, 2007 7:22 pm

Ottimo :felice: Mi chiedevo quando avrebbero rilasciato una nuova versione.
Avatar utente
ikir

Admin
 
Messaggi: 10202
Iscritto il: mer gen 08, 2003 7:33 pm
Località: SYS:Prefs/

Messaggioda samo79 » lun apr 30, 2007 11:19 pm

@Admin

Il 5 Maggio, se rispettano i tempi ... :ammicca:
Immagine

Moderatore sezioni Amiga/AmigaOne su
TGMOnline

WHEN IT'S DONE Immagine

Le mele a volte possono essere devastate dal colpo feroce di una tempesta, ma il tenero fascio del sole potrà sempre far sviluppare dei nuovi frutti

Sam440ep Flex 800 Mhz - 1 GB DDR Ram - Radeon 9250 - AmigaOS 4.1
AmigaOne XE G3 800 Mhz - 640 MB Ram - Radeon 9200 SE - AmigaOS 4.1
Avatar utente
samo79

Staff
 
Messaggi: 14962
Iscritto il: ven gen 10, 2003 5:09 am
Località: Perugia

Messaggioda ikir » mar mag 01, 2007 9:48 am

Grazie :-) Ieri sera ho riprovato la 3.5.0.8 vola... ma mi ha frezzato il sistema dopo un po', mentre IBrowse dalla final è stabilissimo per me, mai un singolo crash ed è pure velocissimo come se fosse nativo.
Avatar utente
ikir

Admin
 
Messaggi: 10202
Iscritto il: mer gen 08, 2003 7:33 pm
Località: SYS:Prefs/

Messaggioda Kyle » mar mag 01, 2007 10:08 am

Per me invece è l'incontrario, Aweb è velocissimo ma lo uso poco perché non riesce a memorizzare le password dei vari siti/forum.
Ibrowse è più completo ma mi freeza sempre una o due volte quando accendo la micro; dopo di chè funziona perfettamente.
Poi Aweb è più silenzioso, nel senso che le pagine me le carica senza accedere all'HD, mentre Ibrowse lavora sempre di HD ed è un continuo frullare del disco duro.
Un'altra cosa se la sapete. Con Ibrowse riuscite a caricare normalmente la pagina di ebay? A me da quando hanno cambiato l'impaginazione ibrowse sta sempre a ragionare per 10 secondi per poi dirmi che lo javascript è lunghetto (dice proprio così), mentre con Aweb questo non accade.
Insomma per farla breve uso uno o l'altro a seconda di che siti devo visitare.
Avatar utente
Kyle

Leggenda
 
Messaggi: 8787
Iscritto il: dom dic 24, 2006 11:15 am
Località: Livorno

Messaggioda afxgroup » mar mag 01, 2007 11:08 am

il test della nuova libreria javascript per aweb è 5 volte più veloce di quella precedente.. :eheh:
Elf.library.. a noi due....
The BUG Hunter.. +1..
AMIGAONE - SAM - MOANA - A1200 - A600 - A500 - C64
Avatar utente
afxgroup

Admin
 
Messaggi: 3647
Iscritto il: ven giu 11, 2004 9:49 am
Località: Taranto

Messaggioda ikir » mar mag 01, 2007 2:35 pm

Lo voglio!
Avatar utente
ikir

Admin
 
Messaggi: 10202
Iscritto il: mer gen 08, 2003 7:33 pm
Località: SYS:Prefs/

Prossimo

Torna a Amiga in generale

Chi c’è in linea

Visitano il forum: Nessuno e 11 ospiti

cron