Clean up TODO/BUGS
This commit is contained in:
parent
5a6eb2bec3
commit
4fd31811d8
19
BUGS
19
BUGS
@ -1,29 +1,14 @@
|
||||
Crashes
|
||||
=======
|
||||
Bugs
|
||||
====
|
||||
|
||||
- When following a hint:
|
||||
|
||||
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
|
||||
|
||||
QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not dequeu request
|
||||
|
||||
Bugs
|
||||
====
|
||||
|
||||
- All kind of FIXMEs
|
||||
|
||||
- When opening DDG the input field should be focused when JS is active, but
|
||||
|
7
TODO
7
TODO
@ -1,12 +1,10 @@
|
||||
Before 0.1
|
||||
==========
|
||||
|
||||
- Check FIXMEs
|
||||
- Check BUGS
|
||||
- Manpage
|
||||
- Website
|
||||
- Tests for URL detection and fix corner cases
|
||||
- Fix some crashes + bugs if we can
|
||||
- Fix shutdown
|
||||
- Maybe test under other platforms
|
||||
- Autosave feature (against segfaults/...)
|
||||
- Save tabs feature
|
||||
@ -16,6 +14,7 @@ Before 0.1
|
||||
- ssl-strict=ask
|
||||
- SSL-symbol in statusbar?
|
||||
- Downloads (at least calling a handler)
|
||||
- How long should javascript statusbar messages be displayed?!
|
||||
|
||||
Style
|
||||
=====
|
||||
@ -50,6 +49,7 @@ Improvements / minor features
|
||||
http://qt-project.org/doc/qt-4.8/qnetworkcookie.html
|
||||
- Second column (flag): TRUE if domain starts with ., else FALSE
|
||||
- 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
|
||||
- search highlighting
|
||||
- vertical tabbar
|
||||
@ -76,7 +76,6 @@ Improvements / minor features
|
||||
- Use QNetworkAccessManager per QWebPage again so we can set proxy per tab.
|
||||
- Multi-line statusbar or own widget for long messages?
|
||||
- :messages command to view past messages
|
||||
- How long should javascript statusbar messages be displayed?!
|
||||
|
||||
hints
|
||||
-----
|
||||
|
Loading…
Reference in New Issue
Block a user