naohirozrx / reallysimplehistory

Automatically exported from code.google.com/p/reallysimplehistory
Other
0 stars 0 forks source link

Safari (3/Mac, but maybe others as well) may hit limits on the number of history points you can process #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. hit an RSH app in Safari 3/Mac with the JS console showing
2. Try adding 100 history points
3. At a certain point, the browser starts throwing errors right and left

TODO

 * Quantify this: how many history points
 * See whether it occurs in other versions of Safari
 * See whether it occurs in other browsers period

PROPOSED SOLUTIONS

 * Use a textarea; maybe it's an issue with input lengths
 * Implement a FIFO stack so Safari history dumps older entries

Original issue reported on code.google.com by bdpathfi...@gmail.com on 7 Nov 2007 at 12:39

GoogleCodeExporter commented 8 years ago
In the 0.8 branch, I've changed this to a textarea and it seems to fix the 
problem.
I've added 100 history points with no problem.

Original comment by bdpathfi...@gmail.com on 13 Dec 2007 at 9:45