-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address bug 127942 #251
base: trunk
Are you sure you want to change the base?
Address bug 127942 #251
Conversation
Allow configuration elements to disappear by becoming "wiped"-type nodes. Intercept the removal of file and URL history elements and turn them into "wiped" nodes.
Windows build went fine. |
There are other problems, unfortunately. When the history is cleared, it does not get populated again (visited documents are not saved) until the program is restarted. |
Avoid recording "removed" elements with certain paths, corresponding to histories. The KIND_WIPED nodes were a bad idea as they just created confusion. Configuration element must be removed, not replaced.
Logic changed: configuration elements are removed as usual, but if their "parent path" matches the history settings, they are not saved as "removed". |
Apparently, configuration file |
Maybe that can be forced somehow? |
See bug 127942 for information.