Oliver Blanthorn
d3ae60c8f3
Merge pull request #1879 from tridactyl/remove_csp
...
Remove `set csp clobber`
2019-10-03 00:59:48 +08:00
glacambre
5ccaecdab5
native.ts: make unfixamo check stricter
2019-10-02 18:48:16 +02:00
glacambre
a4040102f5
Remove set csp clobber
...
This just removes the background.ts code that detects whether the user
wants to clobber their csp and adds an error message if the user tries
to `set csp clobber`.
The `csp` setting is marked as deprecated but left untouched in case we
find a way to edit CSP in a way that complies with Mozilla's policies.
The csp-editing code in `requests.ts` is left untouched for the same
reason.
2019-10-02 10:25:03 +02:00
glacambre
32eebb4614
Display unfixamo page when reverting fixamo settings
2019-10-02 10:12:41 +02:00
glacambre
604cac6364
native.ts: make unfixamo revert restrictedDomains
...
Rationale explained in
https://github.com/tridactyl/tridactyl/pull/1877#discussion_r330390961
2019-10-02 09:32:00 +02:00
glacambre
6759bd235d
Implement changes required by Mozilla.
...
More information in #1800 .
2019-10-02 08:31:37 +02:00
Oliver Blanthorn
019fc2c31b
Merge branch 'add_gist_rc_loading'
2019-09-20 19:11:34 +01:00
Oliver Blanthorn
7d05f76b40
Improve source URL help
2019-09-20 19:10:45 +01:00
Oliver Blanthorn
fd0cfd9b36
Merge pull request #1851 from rektrex/add_extoptions
...
add extoptions excmd
2019-09-20 18:58:21 +01:00
Oliver Blanthorn
62b8bf0992
Merge branch 'replace-flatten'
2019-09-20 18:05:10 +01:00
rektrex
7670cc7784
make source --url use current page's url when no url is given'
2019-09-20 01:27:00 +05:30
rektrex
49fb856523
combine source_from_url to source
2019-09-20 00:24:40 +05:30
rektrex
8f0b2a5ab8
add exmcmds to load RC file from url
2019-09-19 22:14:51 +05:30
rektrex
bf1a07467f
trim url for p and P commands
2019-09-18 13:14:50 +05:30
Chris
ba32beb3ce
Correctly detects Windows when applying colors
...
Partial solution to #1378
Previously, this expression would evaluate to null, producing a false negative on Windows systems, due to a syntax issue
2019-09-17 16:09:11 -04:00
pvs
1fb0aecf30
Get all the elements that match the given selector inside shadow DOM
...
- Blur shadow dom active element
2019-09-15 09:48:58 -07:00
pvs
04b1ea13a9
Fix insert mode if an input inside a shadow DOM is focused
2019-09-14 14:24:45 -07:00
rektrex
78a39488f7
improve extoption: extoptions(extension_name) opens options in a popup window
2019-09-14 21:36:09 +05:30
rektrex
0faad6c86a
update aliases for Pentadactyl compatibility
2019-09-14 12:16:57 +05:30
rektrex
b2c89cd03f
add aliases for Pentadactyl compatibility
2019-09-14 03:17:20 +05:30
rektrex
40c767a9a5
add extoptions excmd
2019-09-14 02:54:50 +05:30
Colin Caine
b30ef3097e
newtab: clean up a weird link
2019-09-13 18:47:57 +01:00
Colin Caine
65b5367611
themes/dark: fix link colour on Tridactyl pages
2019-09-13 18:31:52 +01:00
Colin Caine
1ddd4fd2a5
excmds: doc: explain how :command works a bit more
2019-09-13 14:47:22 +01:00
Colin Caine
efea7e2041
excmds: documentation typo
2019-09-13 14:23:59 +01:00
rektrex
000ee1282c
Replace custom flatten function with Array.prototype.flat
2019-09-11 01:29:28 +05:30
Oliver Blanthorn
4a27915daf
Update grammar import for new nearley version
2019-09-09 11:40:29 +01:00
Oliver Blanthorn
d1f1794269
Fix #1041 : ;p now preserves newlines
...
The `run_exstr` command is a legacy from when hinting involved a strange
dance through the background script. It is no longer required, so we can
call the `yank` function directly and preserve the newlines.
2019-08-30 21:51:21 +01:00
Oliver Blanthorn
47554e1fb8
Add ;g{f,F} default binds
2019-08-30 12:16:17 +01:00
Colin Caine
2ade2a9a50
Document that seturl and friends take a regex pattern
2019-08-28 13:54:09 +01:00
Oliver Blanthorn
3e3f51e2e3
Add link to unset from set help
...
'How do I undo this?' comes up often. This may help.
2019-08-20 13:56:27 +01:00
Oliver Blanthorn
077a135f26
release 1.16.3
2019-08-14 15:28:53 +01:00
Oliver Blanthorn
e41f69b30f
Mention AMO issue on new tab page
2019-08-14 15:27:46 +01:00
Oliver Blanthorn
132e385a76
Fix #1696 : completions are now deselected if the string is shortened
2019-08-09 20:08:31 +01:00
Jakub Okoński
cb751369b1
Fix :bmarks -t -c <container> behavior
2019-08-02 14:00:00 +02:00
Oliver Blanthorn
fef58f508f
Close #1773 : remove fixamo
...
The Firefox Security team believe fixamo violates the AMO policy as it reduces
the security of Firefox.
I respectfully disagree, but I don't think it is a hill worth dying on.
2019-08-02 12:22:20 +01:00
GiulioCentorame
fc6f24345b
Add shortcut for ignore mode
...
When I started using tridactyl, I didn't find any shortcut to the ignore mode that was viable for laptop keyboards (at least on mine, since I haven't got backticks and `Ins` must be activated with `Fn`). `Shift-Esc` is relatively harmless and pretty easy to remember, so I think it may be a good one for beginners.
2019-07-26 12:45:31 +01:00
Oliver Blanthorn
88f4fac3db
Mitigate #1728 - disable guiset navbar none
2019-07-18 11:10:45 +01:00
glacambre
d7693efa56
perf.ts: remove illegal string
...
According to
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver/observe
a PerformanceObserverInit object does not have a "buffered" attribute.
This made firefox throw errors in both the command line and the content
script. This might fix
https://github.com/tridactyl/tridactyl/issues/1670 .
2019-07-18 09:25:28 +02:00
Oliver Blanthorn
7a4f266cef
Merge branch 'fix-214'
2019-07-15 10:30:19 +01:00
Oliver Blanthorn
cad52abee9
Make bookmark name configurable and change completion title
2019-07-15 10:29:36 +01:00
Oliver Blanthorn
95db0a89a9
release 1.16.2
2019-07-11 13:10:25 +02:00
Robert Boyd III
33991afd74
Add test for getUrlParent with slash stripping
2019-07-04 16:09:10 -04:00
Robert Boyd III
32f63ab116
Update test
2019-07-04 15:16:11 -04:00
Robert Boyd III
474b6f00c5
Implement #1565 : Add option to strip trailing slash
2019-07-04 15:12:48 -04:00
Oliver Blanthorn
1f49f4ac23
Merge pull request #1705 from grpala/master
...
Add a reference to editor functions in :help bind
2019-07-02 19:42:30 +01:00
Colin Caine
df5c6f830b
release 1.16.1
2019-07-02 16:48:47 +01:00
Oliver Blanthorn
d129c47913
Switch to cmcaine's shell escape library
2019-07-02 16:48:47 +01:00
Colin Caine
a71398dc1e
nativeopen: fix shell escaping
2019-07-02 16:48:47 +01:00
Colin Caine
2e591272a5
hinting: make rapid mpv hint mode safe
2019-07-02 16:48:47 +01:00