updatet docs.

svn path=/trunk/netsurf/; revision=12823
This commit is contained in:
Ole Loots 2011-09-19 18:41:31 +00:00
parent 8287d6c020
commit a77b08a762
4 changed files with 19 additions and 57 deletions

View File

@ -3,7 +3,6 @@ KNOWN BUGS
- On classic TOS systems (aka !FreeMiNT) the palette is reset
when a new window is opened. This means: when opening a new window,
the colors aren't correct!
- Visiting pages that contain frames: undefined behavior
- Double Redraws when used with classic TOS Systems.
- Browser window can not be moved out of the desktop area, to the right.

View File

@ -8,6 +8,7 @@ Date: 15.02.2011
03.) WHEN I WANT TO RUN NETSURF IT SAYS: "SOCKET NOT CONNECTED".
04.) I'M GETTING "INSUFFICENT MEMORY" MESSAGES WHEN RUNNING NETSURF.
05.) A PAGE CRASHES - WHAT CAN I DO?
06.) SSL DOES NOT WORK - WHAT'S WRONG?
1.) Question:
CAN NETSURF ALSO BE RUN WITHIN AN TOS ENVIRONMENT?
@ -64,3 +65,9 @@ Date: 15.02.2011
FAQ entry.
6.) Question:
SSL DOES NOT WORK - WHAT TO DO?
Answer:
Try to move the shipped cabundle.crt file to the path where NetSurf
looks for the SSL certificates (Displayed within statusbar).

View File

@ -9,7 +9,7 @@
Version 3.0 (Development Version)
Ported by: m0n0
Release date: 20.02.2011
Release date: 09.09.2011
Contact: ole@monochrom.net
WWW: http://netsurf-browser.org
@ -59,11 +59,9 @@ Missing Features:
This section describes Features that NetSurf-Core offers but which are not
handled by the GEM frontend currently.
- Frames
- Hotlist / Bookmarks
- Configuration dialog (use texteditor instead)
- Grapical website history dialog
- Configuration dialog (use texteditor instead)
- Grapical website history dialog
Installation Notes:
@ -79,15 +77,6 @@ Installation Notes:
that makes it possible, that you can identify the problem.
Things to test:
---------------
- Navigate to a lot of pages, note the ones that crashed, please don't report pages that you visited
after visiting pages with frames... Make sure you don't call pages with frames. I know that it's not working,
and I know that it can cause BUGS.
- Have a look at the memory usage...
Additional Notes
----------------
@ -113,34 +102,15 @@ Additional Notes
Known Bugs
----------
- Redraw artefacts/fale clipping when moving other applications above
- Redraw artefacts/false clipping when moving other applications above
NetSurf.
- Visiting frames results in unknown behavior
(Some pages containing iframes still display,
but there are problems with focusing the correct window,
which results in missing redraws - clicking the mouse within
the window or scrolling resolves the problem).
- Double Redraws when used with classic TOS systems.
- Window can not be moved out of the desktop area to the right
- When leaving the search dialog open and navigate to another
page, the behavior is unknown.
As a solution: always close the search before you visit another page
or click on a link.
Technical info & outlook
------------------------
1. There is an stack excess lurking withing mintlibs regex implementation.
Some pages can trigger that excess, therefore the initial stack space
is set to an very large default value - around 3 MB. You are free to
lower that value with freemint stack tool - most pages even work fine
with 64k stack space! Yahoo & dict.leo.org are known to trigger the
stack excess.
Last minute note: because the default maximum TPA value within MINT.CNF
I had to adjust the stack value down to 1000k. If you encounter crashes
during page rendering - please increase the stack size (SEE FAQ)
Greetings & Thanks
------------------
@ -156,8 +126,4 @@ Greetings & Thanks
----
M0N0 - 19.02.2011
M0N0 - 09.09.2011

View File

@ -2,36 +2,27 @@ TODO's (no priority order)
- Optimize remove / redraw of caret, use pixbuffer instead?
- Optimize drawing of bitmaps on Low-Memory machines
- Optimize Clipping for Plotters ( use OS clipping instead of own clipping )
( partially done, needs improvement? )
- Restore the Palette when Windows get's the Focus
-> only needed for <= 256 colors
- Make drawing of tiled bitmaps optional ( they are slooow )
-> already optimized, still needed?
- Implement TreeView
- Implement TreeView Hotlits
- Implement PopUp Context Menu ( + "Open link in new Window" )
- Implement TreeView History
- Implement TreeView SSL Dialog
- Implement Native Select Menu
- Implement Frames (?)
- Implement IFrames
- Implement offscreen plotter
- Implement Options Dialog
- Implement Favicon Display
- Optimize behaviour when windows gets the newtop,
set focus to the frame where the click occured,
not just the frame container.
- Implement SystemColors
- Replace RSC strings with string from messages file.
- Implement Selection within URL Widget by depressing SHIFT + Mouse Click
- Implement Home / End Cursors within the URL Widget
- Test pages that use a refferer.
- Implement Offscreen plotter.
- Test more pages that use a refferer.
- Optimize Offscreen Plotter: Save inactive framebuffers to disk?
- Ensure that a font-face is set to the default font when it couldn't be loaded.
- Loose focus for browser / url widget etc. when changing focus
( at best, implement callback for this...)
- Yahoo.de / .com etc. still crashes - this is probably not an Atari-Version
fault, but applies to all other netsurf versions.
-> this is caused by regex stack exhaust within mintlib
- Have browser_window specific cursor, window specifc cursor
- When minimized (not iconyfied) NetSurf doesn't recognize that.
- complete Iconify (webpage favicon )
@ -41,5 +32,4 @@ path2url in: ./res/icons/dir.png
path2url out: file:///./res/icons/dir.png
url2path in: file:///./res/icons/dir.png
- loesung fuer kompletten tree icons path finden
- schauen warum download_path nicht verwendet wird.