mozbug
cdc86640bc
Fix hinting tag position for multiline links
...
Sometime a link spans multilines. The bounding rect of the link is
larger than the first line. In that case, using boundinig rect could
misplace the hinting tag.
Use the first visible clientRect to position the hinting tag.
2020-02-19 17:48:34 +08:00
Oliver Blanthorn
dc6c1b4c40
Remove delay between RC lines
...
Hopefully it isn't needed any more.
2020-02-18 21:12:08 +00:00
Oliver Blanthorn
f5439931d6
Restore config changelisteners
2020-02-18 21:04:35 +00:00
Oliver Blanthorn
4f498f986a
Doc fix
2020-02-18 19:06:18 +00:00
Oliver Blanthorn
6031001dcb
Unbreak Tridactyl by importing locks earlier
...
This is the most mad bug I've had in a while. O_o
2020-02-18 19:06:10 +00:00
Oliver Blanthorn
9b933a8c7a
Fix linter error
2020-02-18 18:54:35 +00:00
Oliver Blanthorn
998c106036
Remove onchanged listener from config
2020-02-18 18:27:59 +00:00
Oliver Blanthorn
d291277748
Merge pull request #2137 from tridactyl/state_no_onchanged
...
Remove onchanged listener from state
2020-02-18 18:19:28 +00:00
Oliver Blanthorn
bca999e852
Ignore errors about pages not listening
2020-02-18 17:52:28 +00:00
Oliver Blanthorn
22fa2c0354
Ignore some messageAllTab errors
2020-02-18 17:19:53 +00:00
Oliver Blanthorn
4f2bc3db03
Break most of Tridactyl by adding locks to config
2020-02-18 16:38:10 +00:00
Oliver Blanthorn
14a9630f94
Merge pull request #2169 from mozbugbox/sort-completion-filter
...
Sort completion result based on Fuse.js score
2020-02-18 15:11:31 +00:00
Oliver Blanthorn
d9484112e4
Fix linter errors
2020-02-18 14:51:24 +00:00
mozbug
1684cd83da
Fix jump to nth tab directly with tab command
2020-02-18 22:39:15 +08:00
Oliver Blanthorn
7a092a513b
Minor perf optimisation
2020-02-18 13:00:02 +00:00
Oliver Blanthorn
525841d599
Doc fix
2020-02-18 12:46:28 +00:00
Oliver Blanthorn
b19205aa81
Make tslint happy
2020-02-18 12:45:00 +00:00
Oliver Blanthorn
3b495a209d
Fix g; by fixing background state
2020-02-18 12:39:16 +00:00
mozbug
75777d0788
Force scroll to focus in completion updateDisplay
2020-02-18 12:55:10 +08:00
mozbug
c46bd5aa59
Sort completions by score on demand
2020-02-18 09:22:41 +08:00
mozbug
4fcf8a7a44
Sort completion result based on Fuse.js score
...
The completion uses Fuse.js to match user filter. The matching is fuzzy,
therefore sometime looks weird. The results are much easier to follow by
putting better matched results at the top.
2020-02-18 00:12:06 +08:00
Oliver Blanthorn
d66db550c6
Merge pull request #2168 from mozbugbox/faster-tab-completion
...
Faster tab completion
2020-02-17 13:59:18 +00:00
mozbug
5590160510
Don't reload options of tabs on completion update
2020-02-17 20:17:39 +08:00
mozbug
ba9cce3e37
Speedup tab completion
2020-02-17 19:22:28 +08:00
Oliver Blanthorn
c8438178d1
Merge pull request #2165 from tridactyl/dependabot/npm_and_yarn/typedoc-0.16.10
...
Bump typedoc from 0.16.9 to 0.16.10
2020-02-17 06:53:53 +00:00
Oliver Blanthorn
0a24bfe31a
Merge pull request #2166 from tridactyl/dependabot/npm_and_yarn/types/selenium-webdriver-4.0.8
...
Bump @types/selenium-webdriver from 4.0.7 to 4.0.8
2020-02-17 06:53:11 +00:00
dependabot-preview[bot]
519ac8c663
Bump @types/selenium-webdriver from 4.0.7 to 4.0.8
...
Bumps [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver ) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 05:42:26 +00:00
dependabot-preview[bot]
b5cde75757
Bump typedoc from 0.16.9 to 0.16.10
...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc ) from 0.16.9 to 0.16.10.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases )
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.16.9...v0.16.10 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 05:41:46 +00:00
Oliver Blanthorn
e3ca8e3f80
Use named locks
2020-02-16 20:40:50 +00:00
Oliver Blanthorn
a54ec6bbbd
Fix typo
...
One day I will rebase something without mangling it.
Today was not that day.
2020-02-16 20:34:20 +00:00
Oliver Blanthorn
731f56d113
Remove onchanged listener from state
2020-02-16 20:26:12 +00:00
Oliver Blanthorn
647c9b2a77
Merge pull request #2152 from tridactyl/dependabot/npm_and_yarn/types/selenium-webdriver-4.0.7
...
Bump @types/selenium-webdriver from 4.0.6 to 4.0.7
2020-02-16 20:24:59 +00:00
Oliver Blanthorn
7d9e7d5ab4
Switch to Ricard-Agrawala locks
2020-02-16 20:19:30 +00:00
Oliver Blanthorn
acae10a8cd
Add locks library
2020-02-16 20:19:26 +00:00
Oliver Blanthorn
56f69a7814
Fix #2158 : add R to tri object
2020-02-16 16:06:28 +00:00
Oliver Blanthorn
d813b09ae4
Merge pull request #2162 from mozbugbox/hint-partial-visible
...
Hint for partially visible links
2020-02-16 09:52:32 +00:00
mozbug
d17fd9c531
Hint for partially visible links
...
Links with only bottom half visible are hinted too.
2020-02-16 15:41:46 +08:00
Oliver Blanthorn
3dbcb0a435
Merge pull request #2157 from tridactyl/remove_defaults
...
Fix #2156 : allow users to remove defaults
2020-02-14 22:22:02 +00:00
Oliver Blanthorn
a6c23999cc
Make mergeDeep less misleading
2020-02-14 19:29:34 +00:00
Oliver Blanthorn
84d8a3d9eb
Rename configrm to setnull
2020-02-14 19:21:13 +00:00
Oliver Blanthorn
691d1bbc59
Add configrm command to remove part of default config
2020-02-14 15:25:46 +00:00
Oliver Blanthorn
a1b78709df
Update unbound binds from '' to null
2020-02-14 15:24:39 +00:00
Oliver Blanthorn
498fb7fa82
Switch from '' to null
2020-02-14 15:14:39 +00:00
Oliver Blanthorn
c776f72294
Update Julia searchurl
2020-02-14 10:22:36 +00:00
Oliver Blanthorn
240d251a61
Tidy up generic mode parser
2020-02-14 10:11:26 +00:00
Oliver Blanthorn
d0d21af51a
Fix #2156 : allow users to remove defaults
2020-02-14 10:11:26 +00:00
Oliver Blanthorn
f1725eb633
Merge pull request #2149 from tridactyl/dependabot/npm_and_yarn/webpack-cli-3.3.11
...
Bump webpack-cli from 3.3.10 to 3.3.11
2020-02-13 11:56:25 +00:00
dependabot-preview[bot]
99ea28e3fa
Bump webpack-cli from 3.3.10 to 3.3.11
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 3.3.10 to 3.3.11.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/next/CHANGELOG_v3.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.10...v3.3.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-13 11:23:47 +00:00
Oliver Blanthorn
4320259e51
Merge pull request #2153 from tridactyl/dependabot/npm_and_yarn/immer-5.3.6
...
Bump immer from 5.3.4 to 5.3.6
2020-02-13 11:22:43 +00:00
Oliver Blanthorn
26ef8b8c24
Merge pull request #2154 from tridactyl/dependabot/npm_and_yarn/web-ext-4.1.0
...
Bump web-ext from 4.0.0 to 4.1.0
2020-02-13 11:21:53 +00:00