Eve TODO, not in any particular order.

If you want to help the WebKit-EFL browser, then pick one item from
list and have fun. Some (if not most of) items do not require previous
WebKit or EWebKit knowledge, just regular Edje/Elementary.





SVN revision: 52086
This commit is contained in:
Gustavo Sverzut Barbieri 2010-09-09 16:54:08 +00:00
parent 1466059699
commit 3f8bdaeb0c
1 changed files with 40 additions and 0 deletions

40
TODO Normal file
View File

@ -0,0 +1,40 @@
* fix UI/Edje scale (enlarge the window to see problems)
* fix zoom out (seems < 1.0 is not allowed)
* show page title in theme (edc, simple)
* fix padding around tab items title (edc, simple)
* better error reporting page (for 404 and similar)
* show visual zoom indication (zoom level? some icon?)
* show page icon (listen to signal, create object, feed theme, remember to del it when done)
* implement viewport tag support (good for mobile pages)
* documentation: HTML, provided as a fixed bookmark item
* getopt: disable touch-interface (immediately forward events to webkit)
* change icon of Bookmarks (or name) to reflect History is there as well
* bookmarks: fixed "<Back" label intead of "<$PREVIOUS_NAME"?
* tabs/bookmarks: hide back/forward/reload? maybe hide url bar as well?
* tabs: don't reload all grid on delete (faster close of multiple tabs)
* disable back/forward buttons
* move reload to URL bar?
* url bar: clear button?
* bookmarks: save page icon once it is known?
* history: save icon
* save state: opened pages, etc. restore on restart
* preferences (runtime, save at eet):
- toggle: disable mouse cursor
- toggle: disable touch interface
- toggle: disable plugins
- toggle: disable javascript
- toggle: use start page (otherwise home page)
- string: user agent (custom or from list pre-defined of options)
- string: home page
- string: proxy
* privacy (maybe under preferences, maybe add management of each):
- clear cache
- clear history
- clear database
* start page (like chromium, but mobile):
- click to home URL (with icon and title -- if known)
- easy access to bookmarks (click and expand the list? root entries?)
- most visited/recent links?
- recently closed?
* download manager?
* single instance? export dbus, try to acquire name, if not possible (already exists) send request to open url in the existing window and give it x11-focus