| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
The setting 'referer' can be one of four different values:
'always' - the default. always send referer
'never' - never send referer
'same-domain' - only send referer if it's the same domain
Any other value, that is also a valid URL, will use this
custom value as referer. (E.g. you could set it to http://no-referer.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New setting: 'download_mode' - values:
start - downloads are automatically started (works like previous)
this is the default.
ask - before a download is started, the user gets a question.
if the answer is yes, the download will start. otherwise
it will be added to the downloadmanager, but not started.
add - downloads are added to downloadmanager, but not stared.
the user must then open the downloadmanager and start
the downloads.
ok @marco
|
|
|
|
|
| |
The list used is from publicsuffix.org. It gets installed
to the resource-directory as 'tld-rules'
|
| |
|
|
|
|
|
| |
Make buffer size 64k instead of 1k to minimize churn. Also move a
variable to where $DEITY intended it.
|
| |
|
|
|
|
| |
found by todd
|
| |
|
|
|
|
|
|
|
|
|
| |
FS#214 and #144.
Thanks to Stefan Bolte (dwb browser) for relicensing his
javascript code for autoscroll!
ok marco@
|
|
|
|
| |
ok marco@
|
|
|
|
|
|
| |
... and move history and completion related functions to them.
ok marco@
|
|
|
|
| |
ok marco@
|
|
|
|
|
|
| |
Code from Elias Norberg (xyzzy)
ok marco@
|
|
|
|
|
|
| |
Code from Elias Norberg (xyzzy)
ok marco@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FS#206:"Add option: maximize at startup"
(From Wei-Ning Huang (aitjcize))
FS#198: "Buffer command gu documented as gU"
(Pointed out by John Brendler (brendlerjg))
FS#203: "Add command gU for opening the root of a webpage"
(Slightly modified code from Elias Norberg (xyzzy))
FS#211: "New key handling code breaks old :buffers/:ls behavior."
ok marco@
|
|
|
|
|
| |
Fixes FS#65
from Elias Norberg xyzzy@kudzu.se
|
|
|
|
| |
From Cody Wright M8R-2bxmml@mailinator.com
|
|
|
|
|
| |
Work around for bug #51747
from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>
|
|
|
|
|
| |
We can now toggle a proxy with F2 and we also look at HTTP_PROXY
environment variable. This is handy for toggling Tor on and off.
|
| |
|
| |
|
|
|
|
| |
This will enable us to support webkit 1.2 as well.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
It tries to open a default.js file followed by host.domain.js. If the
host.domain.js file does not exist it tries to open domain.js.
It reads the content of the default AND host/domain file and executes
it.
All scripts go in the ~/.xxxterm/js/ directory.
|
| |
|
| |
|
| |
|
|
|
|
| |
Add whitelist and settings files.
|
| |
|
|
|
|
| |
these file remained behind
|
|
|
|
|
| |
Turns out that someone else frees resources so don't do that and let gtk
handle it all by itself.
|
|
|
|
|
| |
This reverts commit e562a275ba9277803a4a6fe89e71545268986a7b, reversing
changes made to b07b1b86ecd74b3042de4f7eb021ee0e39acb7d1.
|
|
|
|
| |
This reverts commit d831e178524c1f187a96cfdb3738e63e023d6258.
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
xxxterm.h
|
| | |
|
|/ |
|
|
|