Difference between revisions of "Features/WebKit/Development"
Jump to navigation
Jump to search
Line 78: | Line 78: | ||
===View Source=== | ===View Source=== | ||
* The view source feature in Browse, should show the html page source, added to the activity source. | * The view source feature in Browse, should show the html page source, added to the activity source. | ||
+ | |||
+ | ===Set DPI=== | ||
+ | * The page should be zoomed for the screen in use. |
Revision as of 14:56, 3 January 2012
Browse functionality and the replacements
Activity toolbar
- session title
- share activity
Edit toolbar
- undo/redo/copy/paste DONE
- search in Document DONE
View toolbar
- zoom in/zoom out DONE
- fullscreen DONE
- show/hide tray
Home Button
- go back to home page DONE
Title entry
- show Address/title DONE
- reload and stop button DONE
- auto completion
Go back and forward buttons
- History DONE
Favorite button
- create a session bookmark
- create a thumbnail
Stop button
- quit activity (active downloads?)
Keystrokes
- ctrl + 'd': add link
- ctrl + 'f': find DONE
- ctrl + 'l': focus url entry DONE
- ctrl + 'minus': zoom out DONE
- ctrl + ['plus', 'equal']: zoom in DONE
- ctrl + 'Left': go back DONE
- ctrl + 'Right': go forward DONE
- ctrl + 'r': reload DONE
- ctrl + 't': add tab DONE
Multiple tabs
- page title DONE
- restore tabs DONE
Downloads
- download a file
- active downloads when closing
Uploads
- upload a file
Sessions
DONE
Link palettes
Start all instances in the same process
Browse using xulrunner is a single process activity where all instances are in the same process. We need to see how WebKit handles this.
Authenticate with schoolserver
- Create a HTTP Cookie to authenticate with the Schoolserver
Internationalisation
- Set intl.accept_languages preference based on the locale
Don't autoplay flash, embed in web page
- see agent-stylesheet.css in Browse how we did this before (test with njambre.org web page)
There is a free Safari (using WebKit) plugin that does the same: https://github.com/rentzsch/clicktoflash
Security
- CAcert
View Source
- The view source feature in Browse, should show the html page source, added to the activity source.
Set DPI
- The page should be zoomed for the screen in use.