In past I was thinking:
If a page gets removed from history it gets removed from visited state.
Now I discovered that a page can be visited but is not shown in the
history list.
My goal was to remove the visited state for a number of pages without
loosing all.
Dump of datasource rdf:history doesn't contain the visited page.
Dump of file history.dat contains it.
Is this normal or a bug?
Then I found nsIBrowserHistory and after dumping Components.classes I
found "@;2" to get a reference on it.
I wasn't finding any real docs about ";2" while nsIBrowserHistory is
documented. Is it somewhere? (except cpp/js source)
Well Goal reached, therefore it's not urgent anymore.
mozilla-browser mailing list
mozilla-browser (AT) mozilla (DOT) org