Clean up TODO/BUGS

This commit is contained in:
Florian Bruhin 2014-06-03 17:30:03 +02:00
parent 5a6eb2bec3
commit 4fd31811d8
2 changed files with 5 additions and 21 deletions

19
BUGS
View File

@ -1,29 +1,14 @@
Crashes Bugs
======= ====
- When following a hint: - When following a hint:
QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once. QNetworkReplyImplPrivate::error: Internal problem, this method must only be called once.
- When enabling javascript on http://google.com/accounts and reloading:
OpenType support missing for script 12
Then it quits.
When javascript is enabled already, hangs.
With minimal browser, prints error but continues to run.
Also quits on http://de.wikipedia.org/wiki/Hallo-Welt-Programm
It seems this only happens on Windows.
- Closing some tabs and undo all them -> quits and CMD.exe hangs - Closing some tabs and undo all them -> quits and CMD.exe hangs
QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not dequeu request QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not dequeu request
Bugs
====
- All kind of FIXMEs - All kind of FIXMEs
- When opening DDG the input field should be focused when JS is active, but - When opening DDG the input field should be focused when JS is active, but

7
TODO
View File

@ -1,12 +1,10 @@
Before 0.1 Before 0.1
========== ==========
- Check FIXMEs - Check BUGS
- Manpage - Manpage
- Website - Website
- Tests for URL detection and fix corner cases - Tests for URL detection and fix corner cases
- Fix some crashes + bugs if we can
- Fix shutdown
- Maybe test under other platforms - Maybe test under other platforms
- Autosave feature (against segfaults/...) - Autosave feature (against segfaults/...)
- Save tabs feature - Save tabs feature
@ -16,6 +14,7 @@ Before 0.1
- ssl-strict=ask - ssl-strict=ask
- SSL-symbol in statusbar? - SSL-symbol in statusbar?
- Downloads (at least calling a handler) - Downloads (at least calling a handler)
- How long should javascript statusbar messages be displayed?!
Style Style
===== =====
@ -50,6 +49,7 @@ Improvements / minor features
http://qt-project.org/doc/qt-4.8/qnetworkcookie.html http://qt-project.org/doc/qt-4.8/qnetworkcookie.html
- Second column (flag): TRUE if domain starts with ., else FALSE - Second column (flag): TRUE if domain starts with ., else FALSE
- if a cookie is a http-only cookie domain is prepended with a #HttpOnly_ - if a cookie is a http-only cookie domain is prepended with a #HttpOnly_
- Python's http.cookiejar.MozillaCookieJar might help
- Zoom with ctrl + mousewheel - Zoom with ctrl + mousewheel
- search highlighting - search highlighting
- vertical tabbar - vertical tabbar
@ -76,7 +76,6 @@ Improvements / minor features
- Use QNetworkAccessManager per QWebPage again so we can set proxy per tab. - Use QNetworkAccessManager per QWebPage again so we can set proxy per tab.
- Multi-line statusbar or own widget for long messages? - Multi-line statusbar or own widget for long messages?
- :messages command to view past messages - :messages command to view past messages
- How long should javascript statusbar messages be displayed?!
hints hints
----- -----