aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data
Commit message (Collapse)AuthorAge
* Fix follow in new window with url containing %Gravatar Michal 'vorner' Vaner2012-04-14
| | | | | | | The script printed the URL through printf, which interpreted the % as control character. This led to the script not working and printing errors like "%C is not valid formatting character". Using echo should be safe.
* Fix an off-by-one errorGravatar Ben Boeckel2012-04-04
| | | | Awk strings are 1-indexed, so 1 needs to be added to the starting index.
* Merge remote-tracking branch 'lucab/master'Gravatar Brendan Taylor2012-02-12
|\
| * Restrict third-party access to cookie jar (CVE-2012-0843)Gravatar Luca Bruno2012-02-12
| | | | | | | | | | | | | | | | Make sure new cookie jar is created with no permission for "others", and remove excessive rights on existing jar if any. This fixes CVE-2012-0843 and uzbl bug #291. Signed-off-by: Luca Bruno <lucab@debian.org>
* | Merge remote-tracking branch 'dylex/master'Gravatar Brendan Taylor2012-01-10
|\ \ | |/ |/| | | | | Conflicts: src/uzbl-core.c
* | don't use window.open in follow.js.Gravatar Brendan Taylor2011-11-23
| | | | | | | | | | it's slow, forces you to turn on javascript_windows = 1, and on some systems results in multiple new windows/tabs.
* | various formfiller fixesGravatar Taylan Ulrich B2011-11-23
| |
* | sometimes load_cookies.sh didn't parse cookies properlyGravatar Brendan Taylor2011-10-23
| | | | | | | | this was causing the updated EM to drop the connection.
* | fix following input[type=email], [type=search], etc.Gravatar Brendan Taylor2011-09-26
| |
* | remove debugging 'console.log'sGravatar Brendan Taylor2011-09-26
| |
| * preserve HttpOnly flag on cookies to prevent XSS attacksGravatar Dylan Simon2011-09-17
| |
* | fix follow.js when labels get longer than 3 charactersGravatar Brendan Taylor2011-09-11
| |
* | on Ubuntu, properly clear keycmd when a link is selected using follow.shGravatar Brendan Taylor2011-09-05
| | | | | | | | dash treats a 'shift' when there are no more arguments as an error.
* | add an ugly 'type link text'-style follow dealieGravatar Brendan Taylor2011-08-21
| |
* | minor refactor in follow.jsGravatar Brendan Taylor2011-08-21
|/
* Merge branch 'master' of https://github.com/TaylanUB/uzbl into experimentalGravatar Brendan Taylor2011-08-16
|\ | | | | | | | | Conflicts: examples/data/scripts/formfiller.js
| * Fix minor issues with textarea editing with formfiller.Gravatar Taylan Ulrich B.2011-08-17
| |
* | bugfix in the formfillerGravatar Brendan Taylor2011-08-15
|/
* don't try to do per-site-settings on non-HTTP URIsGravatar Brendan Taylor2011-08-07
| | | | this is mainly to get rid of that annoying (but harmless) traceback
* Merge remote-tracking branch 'mathstuf/dev/fix-pss-multi-command'Gravatar Brendan Taylor2011-08-07
|\
* | handle html5 input types in the formfillerGravatar Brendan Taylor2011-07-18
| |
* | fix dmenu prompt in formfiller.shGravatar Brendan Taylor2011-07-17
| | | | | | | | | | | | | | util/dmenu.sh breaks with spaces in $DMENU_PROMPT. a proper fix looks like it will require all scripts that use util/dmenu.sh to use "eval $DMENU" instead of "$DMENU" (which has side-effects of its own), I'd rather avoid that for now.
* | Merge remote-tracking branch 'mathstuf/dev/improve-follow' into experimentalGravatar Brendan Taylor2011-07-13
|\ \
| | * Separate commands with a newlineGravatar Ben Boeckel2011-07-08
| | |
| * | Escape '@' when following a linkGravatar Ben Boeckel2011-06-26
| | |
* | | make the variables in util/uzbl-dir.sh overrideableGravatar Brendan Taylor2011-05-25
| | |
* | | don't try to call select on select elementsGravatar keis2011-05-14
| | |
* | | use instanceof to check element typeGravatar keis2011-05-14
| | |
* | | check input field type using type propertyGravatar keis2011-05-14
| | | | | | | | | | | | this field is set even when no type attribute is set on the element
* | | Merge remote-tracking branch 'keis/focus-event' into experimentalGravatar Brendan Taylor2011-05-09
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h
* | | | follow.js: maintain compatibility with old configurationsGravatar Brendan Taylor2011-05-08
| | | |
* | | | Merge remote-tracking branch 'mathstuf/dev/improve-follow' into experimentalGravatar Brendan Taylor2011-05-08
|\ \ \ \ | | |/ / | |/| |
| | * | use focus_element instead of form activeGravatar keis2011-04-29
| |/ / |/| |
| * | Factor out the clearing of the labelsGravatar Ben Boeckel2011-04-20
| | |
| * | Add binding to copy a link to the clipboardGravatar Ben Boeckel2011-04-20
| | |
* | | bind.py expects KEYCMD_EXEC to include a modstate parameterGravatar Brendan Taylor2011-04-18
| | |
* | | Ignored keys don't enter modcmd but works in modcmdGravatar keis2011-04-18
| | | | | | | | | | | | | | | * Makes Shift+Insert bind work without breaking normal shift functionality.
* | | use updated modstate for key eventsGravatar keis2011-04-18
| | |
* | | keycmd comments and docsGravatar keis2011-04-18
| | |
* | | handle the case of no modkeys heldGravatar keis2011-04-18
| | |
* | | use splitquoted to parse key eventGravatar keis2011-04-18
| | |
* | | stop tracking held keys in keyletGravatar keis2011-04-18
| | |
* | | remove some unused codeGravatar keis2011-04-18
| | |
* | | Make the work with the new key eventsGravatar keis2011-04-18
| | |
| * | Ignore errors when attaching labelsGravatar Ben Boeckel2011-04-14
| | |
* | | use /usr/bin/env consistently in example script #!sGravatar Brendan Taylor2011-04-14
| | |
| * | Add binding for going to the uri of a targetGravatar Ben Boeckel2011-04-13
| | | | | | | | | | | | Also ports old commands to new structure.
| * | Handle returned uris in the follow.sh wrapperGravatar Ben Boeckel2011-04-13
| | |
| * | Handle returning a uri selected by follow.jsGravatar Ben Boeckel2011-04-13
| |/
* | Merge remote-tracking branch 'mathstuf/dev/better-word-delete' into experimentalGravatar Brendan Taylor2011-04-13
|\ \