Commit graph

875 commits

Author SHA1 Message Date
glacambre
06dc418217
native_background.ts: Document ffargs() 2018-05-09 22:16:17 +02:00
glacambre
b34397f315
native_{main.py,background}.ts: Add getenv() and ffargs() 2018-05-09 22:09:10 +02:00
Oliver Blanthorn
963024f7c2
Remove buffers,tabs as promised 2018-05-09 14:28:49 +01:00
Oliver Blanthorn
d0bde43cf0
release 1.11.0 2018-05-09 13:59:36 +01:00
Colin Caine
948f3c9442 Review css_util
Add comments and simplify a bit. LGTM
2018-05-09 13:46:51 +01:00
Colin Caine
4e6da4188e Omit unnecessary filter 2018-05-09 12:49:13 +01:00
Oliver Blanthorn
122e9e5dd1
Reduce noisy errors, part of #503 2018-05-09 11:35:53 +01:00
Oliver Blanthorn
1601d21a43
Fix #492 2018-05-09 11:25:35 +01:00
Oliver Blanthorn
0da814c71e
Try to mitigate #290 by disabling 'hot' updates 2018-05-09 10:48:36 +01:00
Oliver Blanthorn
6ed334967f
Merge pull request #501 from antonva/termite-terminator-support
Added support for termite and terminator in editorcmd.
2018-05-08 19:16:34 +01:00
Anton
778b541713 Added support for termite and terminator in editorcmd.
Tidied up the modification to editor().
2018-05-08 17:56:46 +00:00
Oliver Blanthorn
787097d738
Improve CSP documentation 2018-05-08 18:15:00 +01:00
Oliver Blanthorn
e26f4a514f
Add CSP config option
Can only be enabled at runtime; restart is required if you want to
disable it.
2018-05-08 18:08:46 +01:00
Anton Vilhelm Ásgeirsson
3fe0f5e1e9
Bypass CSP
Allows Tridactyl to run on places such as raw.github* until Mozilla fix
issue https://bugzilla.mozilla.org/show_bug.cgi?id=1267027.
2018-05-08 18:07:14 +01:00
Oliver Blanthorn
d3334675c4
Make the help page links legible on rubbish screens 2018-05-08 16:01:07 +01:00
Oliver Blanthorn
b35ed85419
Add warning about next permission request to new tab 2018-05-08 15:23:48 +01:00
Colin Caine
91ab52b7d5 Improve profile detection. Fix #498
Warn if multiple active profiles are detected and don't look for lock
files that are deeper in the profile directory.
2018-05-08 14:05:01 +01:00
Anton
19fd1196f8 hint -b now follows current tab's container, similar tabopen behaviour now behind a new setting 'tabopencontaineraware', defaults to false. 2018-05-08 12:27:30 +00:00
Oliver Blanthorn
dbdbfb0322
Merge pull request #494 from glacambre/turn_functions_into_aliases
Turn functions into aliases
2018-05-08 09:01:08 +01:00
glacambre
cf4164668e
{config,excmds}.ts: Turn 'q' and 'qall' into aliases 2018-05-07 23:05:51 +02:00
Oliver Blanthorn
04ae5b1322
Fix typo regarding binding of special keys 2018-05-07 12:54:53 +01:00
Oliver Blanthorn
8ac21e326c
Merge pull request #489 from glacambre/make_newtab_more_discreet
Newtab: Display nothing until we know the user wants tridactyl's newtab
2018-05-06 17:54:13 +01:00
glacambre
bdcb45a800
Newtab: Display nothing until we know the user wants tridactyl's newtab 2018-05-06 18:15:42 +02:00
Oliver Blanthorn
9115f8a64f
Merge pull request #488 from glacambre/bind_escape
keyseq.ts: Allow binding <Esc>
2018-05-06 15:36:35 +01:00
glacambre
f374d445e9
keyseq.ts: Allow binding <Esc> 2018-05-06 16:27:17 +02:00
glacambre
83077287bd
{amo,newtab}.md: Explain what nativemessenger is, mention it's optional 2018-05-06 11:23:29 +02:00
Oliver Blanthorn
d46aa3f807
Add !s alias for silent exclaim 2018-05-06 08:15:26 +01:00
glacambre
4119f0e54d
excmds.ts: Make sure focusinput() focuses an existing elem 2018-05-05 17:46:36 +02:00
Oliver Blanthorn
24627d9d26
Fix #442: Second time lucky. 2018-05-05 14:30:06 +01:00
Oliver Blanthorn
635836a3d5
Fix #442: remove pixel gap under command bar. Maybe. 2018-05-05 14:17:21 +01:00
Oliver Blanthorn
0cc08acd8e
Improve guiset documentation 2018-05-05 13:06:49 +01:00
Oliver Blanthorn
81613c9c42
Merge branch 'master' of github.com:cmcaine/tridactyl into nativeuserchrome 2018-05-05 12:49:45 +01:00
Oliver Blanthorn
60e1a3d748
Mark some old commands for deletion. Remove after version 1.10.2. 2018-05-04 23:45:05 +01:00
Oliver Blanthorn
9337bedfd2
release 1.10.1 2018-05-04 23:09:06 +01:00
Oliver Blanthorn
78cec3dd41
Fix #474: ability to open a handful of about:* pages without native 2018-05-04 23:05:40 +01:00
Erik Johnson
316e16c846
Update tab page and other documentation to reflect new ignore mode binding 2018-05-04 10:14:35 -05:00
Oliver Blanthorn
24d4563241
Add binds for tabcloseallto{right,left} and make lowercase 2018-05-04 11:41:22 +01:00
Bruno Oliveira
b1365e134e
Implements #461
Include commands tabcloseAllToRight and tabcloseAllToLeft closing
all tabs to the left/right of the active one. No default binding
included.
2018-05-04 11:41:22 +01:00
Oliver Blanthorn
fa6d91b564
Improve feedback on nativegate 2018-05-04 11:08:39 +01:00
Oliver Blanthorn
9e44e2c565
release 1.10.0 2018-05-03 21:10:41 +01:00
Colin Caine
8f481ed14c Fix #455. 2018-05-03 20:21:15 +01:00
Oliver Blanthorn
3e1129982b
Fix #453: Tridactyl is now print friendly! 2018-05-03 18:12:51 +01:00
Oliver Blanthorn
9a94449900
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_scrolling_again_again 2018-05-03 17:52:22 +01:00
Oliver Blanthorn
4a8870c363
Ameliorate #454: allow historyresults to be configured 2018-05-03 17:48:03 +01:00
glacambre
73b9f47377
excmds.ts: Fix scrollto(0/100,y) not working on some websites
According to
https://drafts.csswg.org/cssom-view/#dom-document-scrollingelement
scrollingElement can be null. This happened on
http://www.angelfire.com/super/badwebs/ . This caused `elem` to be null
and resulted in an error when pressing G/gg.
2018-05-02 19:34:13 +02:00
Oliver Blanthorn
7e55762940
Update help to reflect lack of return values 2018-05-02 12:48:23 +01:00
Oliver Blanthorn
41fa33b869
Increase font size on :help a little bit. 2018-05-02 11:12:25 +01:00
Oliver Blanthorn
9b5307262f
:help no longer needs to scroll down 2018-05-01 14:02:53 +01:00
Oliver Blanthorn
4620463648
Make help harder to read. WIP. 2018-05-01 14:02:01 +01:00
Oliver Blanthorn
04bf9b737b
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_#23 2018-05-01 12:19:28 +01:00