aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* add WHITELIST_COOKIE event to README.uzbl-event-managerGravatar Brendan Taylor2010-12-23
|
* add cookie whitelisting, document BLACKLIST_COOKIE and WHITELIST_COOKIE eventsGravatar Brendan Taylor2010-12-22
|
* put session cookies in fileGravatar keis2010-12-18
|
* use sync_spawn_exec to load cookiesGravatar keis2010-12-18
|
* should open file with a+ when writing cookiesGravatar keis2010-12-18
|
* add sync_spawn_exec commandGravatar keis2010-12-18
| | | | | this command will execute the lines written by the program as uzbl-commands
* free old value of sync_stdout before overwritingGravatar keis2010-12-18
|
* refactor spawn-functionsGravatar keis2010-12-18
| | | | | added generic functions spawn and spawn_sh wrapped by spawn_sync,spawn_async,spawn_sh_sync and spawn_sh_async
* outline uzbl-event-manager README fileGravatar keis2010-12-17
| | | | | includes lacking descriptions of the mode, keycmd, bind and cookies plugins.
* basic blacklisting in cookies pluginGravatar keis2010-12-17
|
* document cookie event/commandsGravatar keis2010-12-17
|
* bring it all togetherGravatar keis2010-12-17
| | | | | | | add script that loads all cookies from a file by calling add_cookie disable cookie_handler in config call load_cookies.sh from config don't start cookie daemon in uzbl-browser
* keep session cookies in em pluginGravatar keis2010-12-17
|
* cookie forwarder as EM pluginGravatar keis2010-12-13
| | | | persistance to mozilla cookies.txt format
* cookies reworkGravatar keis2010-12-13
| | | | | | | | | | * send events on cookie changes * add command to add a new cookie parses same syntax as events no ADD_COOKIE event is raised for these cookies * add command to delete a cookie parses same syntax as events, ignoring everything after 5th argument no DELETE_COOKIE event is raised for these cookies
* make split_quoted split on tabGravatar keis2010-12-11
|
* if a fifo/socket already exists, check if it's occupied and attach ourselves ↵Gravatar Brendan Taylor2010-12-10
| | | | | | to it if it's not. this allows us to skip cleanup when we crash.
* p-s-s: use UZBL_* vars instead of positional argumentsGravatar Brendan Taylor2010-12-06
|
* add per-site-settings example configuration with pipermail navigation userscriptGravatar Brendan Taylor2010-12-06
|
* update per-site-settings documentationGravatar Brendan Taylor2010-12-06
|
* Merge branch 'experimental' into dev/per-site-settingsGravatar Brendan Taylor2010-12-05
|\
* \ Merge remote branch 'mathstuf/dev/per-site-settings' into dev/per-site-settingsGravatar Brendan Taylor2010-12-05
|\ \
| | * fix the <Ctrl><Alt>t bindsGravatar Brendan Taylor2010-12-04
| | |
| * | Use elif since it's mutually exclusive anywaysGravatar Ben Boeckel2010-12-04
| | |
| * | The indentation is set later anywaysGravatar Ben Boeckel2010-12-04
| | |
| * | No need for temporary variables hereGravatar Ben Boeckel2010-12-04
| | |
| * | Add a missing colonGravatar Ben Boeckel2010-12-04
| | |
| * | Sockets have a send, not a write, methodGravatar Ben Boeckel2010-12-04
| | |
| * | Parse the line even if the indent is zeroGravatar Ben Boeckel2010-12-04
| | |
| * | Strip the line properlyGravatar Ben Boeckel2010-12-04
| | |
* | | per-site-settings.py obsoletes the userscript examplesGravatar Brendan Taylor2010-12-03
| | |
* | | Merge branch 'experimental' into dev/per-site-settingsGravatar Brendan Taylor2010-12-03
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'dev/in-webkit-downloads' into experimentalGravatar Brendan Taylor2010-12-03
| |\ | | | | | | | | | | | | Conflicts: README
| | * document download handlerGravatar Brendan Taylor2010-12-03
| | |
| * | Merge branch 'dev/in-webkit-downloads' into experimentalGravatar Brendan Taylor2010-12-03
| |\|
| | * removed DOWNLOAD_REQUEST from the example configGravatar Brendan Taylor2010-12-03
| | | | | | | | | | | | there's always one thing i forget to commit :(
| * | Merge branch 'fix-oiinw' into experimentalGravatar Brendan Taylor2010-12-03
| |\ \
| * \ \ Merge branch 'dev/in-webkit-downloads' into experimentalGravatar Brendan Taylor2010-12-03
| |\ \ \ | | | |/ | | |/| | | | | | | | | Conflicts: examples/data/scripts/download.sh
| * | | Merge branch 'dev/scroll-percentage-by-scrollbars' into experimentalGravatar Brendan Taylor2010-12-03
| |\ \ \
| | * | | fix event name typoGravatar Brendan Taylor2010-12-03
| | | | |
| | | * | display active downloads in the status barGravatar Brendan Taylor2010-12-03
| | | | |
| | | * | let webkit handle downloads (breaks backward compatibility)Gravatar Brendan Taylor2010-12-03
| | | | |
| | | | * remove selected_url logic from create_web_view_cb. fixes FS#130 and FS#214.Gravatar Brendan Taylor2010-12-01
| | |_|/ | |/| |
| * | | Merge commit '081c95' into experimentalGravatar Brendan Taylor2010-12-01
| |\ \ \
| | * | | positional arguments still exist: fix download.sh, follow.sh and the formfillerGravatar Brendan Taylor2010-12-01
| | | | |
| * | | | Merge branch 'no-parseenv' into experimentalGravatar Brendan Taylor2010-12-01
| |\ \ \ \
| | * | | | set config @prefix based on uzbl-browser's PREFIXGravatar Brendan Taylor2010-12-01
| | | | | |
| * | | | | dmenu 4.1 and 4.2 have different help messages, support bothGravatar Brendan Taylor2010-12-01
| | | | | |
| * | | | | Merge remote branch 'jspricke/master' into experimentalGravatar Brendan Taylor2010-12-01
| |\ \ \ \ \
| | | * | | | remove parseenv().Gravatar Brendan Taylor2010-11-30
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | it's not documented, it doesn't do anything that @(echo $X)@ can't, and it's not very efficient (it iterates through the entire environment every time an event is sent)