Commit graph

3335 commits

Author SHA1 Message Date
Oliver Blanthorn
b3c059fff6
Merge pull request #4023 from pvs/fix-3909
Prefer classList over className
2021-12-13 20:38:13 +01:00
pvs
6790b8c6d8 Prefer classList over className 2021-12-13 11:18:47 -08:00
pvs
5015501b82 Fix tabopen on about:newtab
Quote profile.Name
2021-12-11 11:06:25 -08:00
Oliver Blanthorn
2d5206c60c Fix daft typo 2021-11-30 22:53:25 +01:00
Oliver Blanthorn
4597e065fc
release 1.22.0 2021-11-29 11:38:00 +01:00
Oliver Blanthorn
c92ca30033
Merge pull request #3951 from tridactyl/warn_2359
Warn about #2359 permission requirement
2021-11-29 11:34:03 +01:00
Søren Knudsen
81b0fc99d3 More explicit tutor description of s normal mode 2021-11-17 10:25:47 +01:00
ivcz
8fb9714cd6 removed some redunduncies 2021-10-30 17:26:00 +03:00
ivcz
12430ac16e wip: remade history tree 2021-10-26 14:46:23 +03:00
ivcz
1c6a471dc3 wip: tree visualization and indicies 2021-10-26 04:15:45 +03:00
ivcz
7bbeba74ae wip: tree style history 2021-10-26 02:19:53 +03:00
Oliver Blanthorn
5542cee609
Add WIP cheaper URI change event 2021-10-19 17:25:19 +02:00
ivcz
01d5cfef73 removed favicons and cleaned up completion template 2021-10-14 19:44:53 +03:00
ivcz
e3526d38b3 hide orphaned entries from completion 2021-10-12 19:57:36 +03:00
Oliver Blanthorn
28877a25b1
Warn about #2359 permission requirement 2021-10-07 18:23:23 +02:00
ivcz
c259a04cd9 call addCurHistory in content_helper script 2021-10-05 19:19:27 +03:00
Oliver Blanthorn
16f51c8513
Merge branch 'master' into feature/tab-groups 2021-10-02 16:57:13 +02:00
Oliver Blanthorn
ba92d4aced
Provide friendly error on private mark use 2021-10-02 16:47:35 +02:00
Oliver Blanthorn
231c3fa716
Prevent setting state in private windows
It would persist as soon as an innocent thing was set,
but worse than that it would be immediately visible in
non-persistent storage which could lead to privacy-leakage
for people who don't restart their browsers very often :)
2021-10-02 16:36:17 +02:00
mariuszdb
32acf17d92
Remove unnecessary composite
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
2021-10-02 16:18:25 +02:00
Mariusz Kaczmarczyk
e5c2a8d9cd
Use messageTab directly in scrolltab and change the function comment 2021-10-02 16:18:25 +02:00
Mariusz Kaczmarczyk
480ec7a72e
Prevent persistent storage in incognito 2021-10-02 16:18:25 +02:00
Oliver Blanthorn
ae9707c4cb
Improve mark messages 2021-10-02 16:18:25 +02:00
Oliver Blanthorn
3570cd9f98
Prettify stuff 2021-10-02 16:18:25 +02:00
Oliver Blanthorn
ac7a9f2407
Add tabopenwait for markjump 2021-10-02 16:18:25 +02:00
Oliver Blanthorn
ee9e373c8d
Fix scrollX,Y types
Also bikeshed formatting a lot. Thanks eslint
2021-10-02 16:18:24 +02:00
Oliver Blanthorn
dff6e1aa84
Simplify mark/scroll function 2021-10-02 16:18:24 +02:00
Oliver Blanthorn
630159eedc
Use acceptExCmd rather than executeScript
I don't see any regressions with this approach.
2021-10-02 16:18:24 +02:00
Oliver Blanthorn
78c64de1f9
Remove unwarranted semi-colons 2021-10-02 16:18:24 +02:00
Mariusz Kaczmarczyk
f8da0deaac
Local and global marks 2021-10-02 16:18:24 +02:00
Oliver Blanthorn
67e8d93efa
Fix broken types 2021-10-02 16:16:18 +02:00
Oliver Blanthorn
f3d0d981bf
Bikeshed history name 2021-10-02 16:02:28 +02:00
Oliver Blanthorn
441fa976f3
Swap :tabhistory for :back,:forward 2021-10-02 16:01:26 +02:00
Aaron Rancsik
ab1e27665f Use @import reference the dark and light themes.
This will resolve the previous copy-pasta redundant mess.
2021-10-01 14:26:32 +02:00
Aaron Rancsik
e41714e69e Add a new "auto" theme.
This theme can adapt to system's light or dark theme variants.
2021-10-01 12:44:42 +02:00
ivcz
df3569ee76 tabhistory functionality 2021-09-06 00:29:12 +03:00
Oliver Blanthorn
e84df4f527
Merge pull request #3740 from jgkamat/jay/autofocus-ignore
Add setting to force page autofocus settings in certain modes
2021-09-03 12:05:45 +01:00
Oliver Blanthorn
83b1f7c7f5
Warn about html-tagged-template danger 2021-08-20 21:35:36 +02:00
glacambre
05a10750ea
Fix #3892: github favicon 2021-08-18 22:01:26 +02:00
Oliver Blanthorn
f7b2345e2d
Fix #3891: hide cursor in no mouse mode 2021-08-15 11:13:06 +02:00
Oliver Blanthorn
4a682d0dfd
Fix #3887, #3851: abandon NIH, use editor-adapter 2021-08-13 14:26:55 +02:00
Oliver Blanthorn
0b47bd70f3
Merge pull request #3854 from tridactyl/search_hl_timeout
WIP: add search highlight timeout
2021-07-25 19:56:19 +01:00
Oliver Blanthorn
cce216a069
Cheer up prettier 2021-07-25 20:46:24 +02:00
Oliver Blanthorn
29fc961266
Ensure timeout applies to jumps 2021-07-25 20:45:17 +02:00
Oliver Blanthorn
b0ef5e5f77
Make search timeout configurable 2021-07-25 20:39:20 +02:00
Oliver Blanthorn
2f74e452cf
Fix #1267: add CodeMirror support 2021-07-24 23:19:05 +02:00
Oliver Blanthorn
aa610ed38b
WIP: add search highlight timeout
TODO:

1) make it configurable, default to 0 meaning inf

2) check that this is really the right place for it
2021-07-24 00:25:34 +02:00
Oliver Blanthorn
f160b42485
Fix typo in superignore help 2021-07-20 16:50:54 +02:00
Oliver Blanthorn
c738c740ec
Fix superignore help 2021-07-20 16:46:42 +02:00
Oliver Blanthorn
2c72ca85df
Merge pull request #3497 from tridactyl/super_ignore_mode
Super ignore mode
2021-07-20 13:19:41 +01:00