Commit graph

956 commits

Author SHA1 Message Date
Thomas Broadley
634ac54260
Fix path to docs in :help command 2018-05-20 16:21:58 +01:00
jcrowgey
71e1ed76e9
Call get when there's no value to set: fix #573
This is simple, but untested (I didn't see any test code in this repo).
2018-05-20 12:25:04 +01:00
Oliver Blanthorn
0933e05de3
Merge pull request #571 from tbroadley/help-path-to-docs
Fix path to docs in :help command
2018-05-19 15:06:29 +01:00
Oliver Blanthorn
89a2085743
Make DocStart URL matching use search 2018-05-19 14:55:11 +01:00
Thomas Broadley
155bcfc131 Fix path to docs in :help command 2018-05-19 09:36:55 -04:00
Oliver Blanthorn
2692d55f9c
Correct colours sp and add man alias 2018-05-19 14:10:58 +01:00
Oliver Blanthorn
a3a9011dad
Fix w quickmark 2018-05-19 13:42:57 +01:00
Oliver Blanthorn
9372964d0d
Add "w" quickmark for cmcaine 👑👰💒🔔 2018-05-19 10:18:17 +01:00
Oliver Blanthorn
bf03e7ed6c
Merge branch 'master' of github.com:cmcaine/tridactyl into MoSal-master 2018-05-18 17:31:06 +01:00
Colin Caine
8f67be2d17 Improve CSP clobbering (commit lost last time)
- Get csp setting asynchronously
 - Case insensitively match content-security-policy header value
 - Parse csp correctly
 - Simplify code

(When I rebased last time I lost the content of this commit somehow...)
2018-05-18 17:10:12 +01:00
Mohammad AlSaleh
36667348f1 Add a hint option for copying 'title' or 'alt' text
Similar to Vimperator's `;x`.

Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
2018-05-18 18:47:31 +03:00
Oliver Blanthorn
14919b7e2f
Make hint -; accept selectors 2018-05-18 15:25:11 +01:00
Oliver Blanthorn
9b72e4d761
Fix #536 2018-05-18 14:09:12 +01:00
Oliver Blanthorn
7add35714d
Show : in commmand line: fix half of #559 2018-05-18 13:56:04 +01:00
Oliver Blanthorn
f026c0daf7
Update readme: fix #558 2018-05-18 12:32:19 +01:00
Babil Golam Sarwar
bf9ccc1807 Fix URLs for :nativeinstall and :nativeupdate 2018-05-18 11:52:15 +10:00
maxigaz
002b7aae6c
Add fixamo to enable Tridactyl on addons.mozilla.org
No, it's not April Fools' Day.
2018-05-17 22:08:45 +01:00
Oliver Blanthorn
7955daea32
Remove some console.logs 2018-05-17 21:55:14 +01:00
glacambre
771888599e
native_background.ts: implement writePref() 2018-05-17 21:44:29 +01:00
glacambre
b8b1470c86
native_background.ts: implement getPref() 2018-05-17 21:44:29 +01:00
Colin Caine
665f4429db Add more fun functions to itertools 2018-05-17 21:43:22 +01:00
Colin Caine
d36757cbc8 Fix <C-i> on contenteditable elements 2018-05-17 21:42:47 +01:00
Colin Caine
f4a9fdfc64 Never throw when opening commandline
This is a hack to stop logger.error loops on pages
that cannot open the commandline (e.g. svgs).
2018-05-17 21:42:47 +01:00
Oliver Blanthorn
a15fd500b4
Fix #71. 2018-05-17 21:40:38 +01:00
maxigaz
8c2c62d20e Updated caveats on internal FF pages and GUI 2018-05-17 21:50:01 +02:00
Oliver Blanthorn
da3a1fa84d
Add jsb for eval in the background context 2018-05-17 16:45:55 +01:00
Oliver Blanthorn
25a9c449d6
Fix native not working in the content script 2018-05-17 16:45:19 +01:00
Oliver Blanthorn
7429f8ca1d
Make mode indicator go purple in private windows 2018-05-17 14:40:30 +01:00
Oliver Blanthorn
883243e72c
Fix editorcmd = auto on Windows, but for real this time 2018-05-17 13:44:18 +01:00
Oliver Blanthorn
4646211890
Add H,L to tutor 2018-05-17 13:32:58 +01:00
Oliver Blanthorn
9d2cc21b27
Document viewconfig and ex-aliases on tutor 2018-05-17 13:23:40 +01:00
Oliver Blanthorn
2779eaa719
Fix editorcmd = auto on Windows 2018-05-17 12:48:13 +01:00
Babil Golam Sarwar
aace162ad4
Remove unneeded PowerShell execution-policy 2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
48e19c9633
Fix :updatenative command on Windows 2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
00b5e004cf
Add required ExecutionPolicy for Powershell
Powershell by default would prevent execution of unsigned external
scripts. In order to perform the copy/paste installation found via
`:installnative`, we would need to adjust `ExecutationPolicy` to
`Bypass` temporarily under the `Process` scope to allow the initial
installation.
2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
c464e00cc1
Add native-messenger support for Windows 2018-05-17 12:19:53 +01:00
Oliver Blanthorn
6c1cc481de
Add ; for old pipe behaviour with composite 2018-05-16 17:46:25 +01:00
Oliver Blanthorn
297a688d79
Improve error ignoring capabilities 2018-05-16 17:31:33 +01:00
Oliver Blanthorn
90d9098afe
current_url, now with more dogfood 2018-05-16 17:12:29 +01:00
Colin Caine
3d60e3fb91
Permit eval() on extension pages 2018-05-16 16:44:53 +01:00
Oliver Blanthorn
0ff755a57e
Make exclaim_quiet return the result of the native command 2018-05-16 16:44:53 +01:00
Oliver Blanthorn
e408f080d1
Allow composite to pipe return values and add js eval 2018-05-16 16:44:53 +01:00
Colin Caine
e4de65f126 Fix #453 on web content pages too for real 2018-05-16 15:23:04 +01:00
Oliver Blanthorn
019e34a2c6
Fix #542: add list of desired OSes to nativegate 2018-05-16 15:14:57 +01:00
Oliver Blanthorn
a9f6707282
Fix #505 again: add <CA-`> bind 2018-05-16 14:59:11 +01:00
glacambre
638cdd6d55
excmds.ts: Document TriStart, allow creating TriStart autocmds 2018-05-16 14:03:01 +01:00
glacambre
fd7954659f
background.ts: Use onStartup.addListener for TriStart autocmd 2018-05-16 14:03:01 +01:00
glacambre
6dfcd5bab8
{background,config}.ts: Turn rc-loading into an autocmd 2018-05-16 14:03:00 +01:00
glacambre
7e91ff3b6f
Implement :restart 2018-05-16 13:48:22 +01:00
Colin Caine
95143c1d56 Fix #453 on web content pages too 2018-05-16 12:57:24 +01:00