Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
Commit message (Collapse)AuthorAgeFilesLines
* Restore journal file picker (#3411)Daniel Drake2012-06-141-1/+0
| | | | | | | | | | | | | | The run-file-chooser signal can be used to intercept a request for a file upload and display a custom file chooser. We want to do this to allow the user to upload files from the journal. By default, the standard GTK+ file chooser was being shown. run-file-chooser is present in WebKit2 and has been submitted for final review for inclusion in WebKit1. Signed-off-by: Daniel Drake <dsd@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Release 138v138Manuel Quiñones2012-06-011-3/+8
|
* Step scroll with the keypad arrow keys OLPC #11806Manuel Quiñones2012-04-301-0/+17
| | | | | | | | | | This is a regression, it worked in gecko Browse without the explicit key-pressed callback because the web view was a scrolled window, but now we have a scrolled window and the WebKit web view inside. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
*