petoncle
28242d8a5e
Call clInputValueChanged() to update completions
2023-10-29 20:05:24 +01:00
petoncle
af385e0433
Avoid relying on window.document.activeElement and use custom clInputFocused boolean
2023-10-29 20:05:24 +01:00
petoncle
fcc3d76a3e
Focus clInput only after its value has been initialized by fillcmdline
2023-10-29 20:05:24 +01:00
petoncle
3f4746760d
Add comments
2023-10-29 20:05:24 +01:00
petoncle
ad6eb518ec
Change logs to debug and use snake case for cl_input_focused message
2023-10-29 20:05:24 +01:00
petoncle
256da68c70
Remove delaying of clInput focus that was used for reproducing the lost chars bug
2023-10-29 20:05:24 +01:00
petoncle
ac02eae179
Rename variables
2023-10-29 20:05:24 +01:00
petoncle
70e63ccae9
Attempt to buffer keyboard events until command line is opened
2023-10-29 20:05:24 +01:00
petoncle
4a31b3ac20
Attempt to buffer keyboard events until command line is opened
2023-10-29 20:05:24 +01:00
Oliver Blanthorn
80d00d4db7
Merge pull request #4794 from tridactyl/#4792
...
eslint(unsupported-apis): improve checking as outlined in #4792
2023-10-29 16:02:45 +00:00
glacambre
5f860f36de
eslint(unsupported-apis): improve checking as outlined in #4792
2023-10-28 18:44:00 +02:00
Oliver Blanthorn
5635b91dee
Fix #4765 : hint on google
2023-10-27 15:35:39 +02:00
petoncle
af799bdec7
Add explanation about browser.tabs.get()
2023-10-25 13:50:26 +02:00
Oliver Blanthorn
1c64c9eadc
Merge pull request #4768 from tridactyl/custom-eslint-rules
...
Add custom eslint rule detecting uses of potentially unsupported APIs
2023-10-25 06:21:30 +00:00
dependabot[bot]
5461da3713
Bump eslint-config-prettier from 8.8.0 to 9.0.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 8.8.0 to 9.0.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.8.0...v9.0.0 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 22:37:02 +00:00
dependabot[bot]
1c353c1a4b
Bump @mozilla/readability from 0.4.1 to 0.4.4
...
Bumps [@mozilla/readability](https://github.com/mozilla/readability ) from 0.4.1 to 0.4.4.
- [Changelog](https://github.com/mozilla/readability/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mozilla/readability/compare/0.4.1...0.4.4 )
---
updated-dependencies:
- dependency-name: "@mozilla/readability"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 22:36:53 +00:00
dependabot[bot]
12ad7310e2
Bump @types/css from 0.0.33 to 0.0.35
...
Bumps [@types/css](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/css ) from 0.0.33 to 0.0.35.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/css )
---
updated-dependencies:
- dependency-name: "@types/css"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 22:36:42 +00:00
dependabot[bot]
8b1a354ed9
Bump compute-scroll-into-view from 3.0.0 to 3.1.0
...
Bumps [compute-scroll-into-view](https://github.com/scroll-into-view/compute-scroll-into-view ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/scroll-into-view/compute-scroll-into-view/releases )
- [Changelog](https://github.com/scroll-into-view/compute-scroll-into-view/blob/main/CHANGELOG.md )
- [Commits](https://github.com/scroll-into-view/compute-scroll-into-view/compare/v3.0.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: compute-scroll-into-view
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 22:36:23 +00:00
dependabot[bot]
a16987fde7
Bump eslint-plugin-sonarjs from 0.19.0 to 0.21.0
...
Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs ) from 0.19.0 to 0.21.0.
- [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases )
- [Commits](https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.19.0...0.21.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-sonarjs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 22:36:13 +00:00
petoncle
d2b0330879
Fix wrong behavior of :tabopen with containers
2023-10-25 00:13:19 +02:00
petoncle
4796b7d4d0
Add hint flag for specifying a selector that also keeps default hints
...
Fixes #4780 .
2023-10-24 18:19:47 +02:00
dependabot[bot]
7363202315
Bump semver from 5.7.1 to 5.7.2
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 14:53:57 +00:00
Oliver Blanthorn
f224e6cf44
Merge pull request #4612 from tridactyl/dependabot/npm_and_yarn/jest-webextension-mock-3.8.9
...
Bump jest-webextension-mock from 3.8.8 to 3.8.9
2023-10-24 14:53:14 +00:00
Oliver Blanthorn
3da6b6264e
Merge pull request #4634 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-sonarjs-0.19.0
...
Bump eslint-plugin-sonarjs from 0.18.0 to 0.19.0
2023-10-24 14:52:48 +00:00
Oliver Blanthorn
88f83b2a4d
Merge pull request #4648 from tridactyl/dependabot/npm_and_yarn/types/firefox-webext-browser-111.0.1
...
Bump @types/firefox-webext-browser from 109.0.0 to 111.0.1
2023-10-24 14:52:45 +00:00
Oliver Blanthorn
bd57cc7813
Merge pull request #4637 from tridactyl/dependabot/npm_and_yarn/eslint-config-prettier-8.8.0
...
Bump eslint-config-prettier from 8.6.0 to 8.8.0
2023-10-24 14:52:43 +00:00
dependabot[bot]
027b777501
Bump @babel/traverse from 7.4.4 to 7.23.2
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.4.4 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 14:52:23 +00:00
Oliver Blanthorn
185e1e41c3
Merge pull request #4708 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.59.7
...
Bump @typescript-eslint/eslint-plugin-tslint from 5.53.0 to 5.59.7
2023-10-24 14:52:13 +00:00
dependabot[bot]
3e1bef70aa
Bump word-wrap from 1.2.3 to 1.2.5
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 14:52:11 +00:00
Oliver Blanthorn
b783ed4fd0
Merge pull request #4656 from tridactyl/dependabot/npm_and_yarn/thenify-3.3.1
...
Bump thenify from 3.3.0 to 3.3.1
2023-10-24 14:51:44 +00:00
Oliver Blanthorn
2ab9951657
Merge pull request #4688 from tridactyl/dependabot/npm_and_yarn/web-ext-7.6.2
...
Bump web-ext from 7.5.0 to 7.6.2
2023-10-24 14:51:30 +00:00
Oliver Blanthorn
fbd8753f8d
Merge pull request #4703 from tridactyl/dependabot/npm_and_yarn/esbuild-0.17.19
...
Bump esbuild from 0.17.10 to 0.17.19
2023-10-24 14:51:15 +00:00
Oliver Blanthorn
47920124a3
Merge pull request #4715 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-44.2.7
...
Bump eslint-plugin-jsdoc from 40.0.0 to 44.2.7
2023-10-24 14:50:40 +00:00
Oliver Blanthorn
850acdf2ca
Merge pull request #4775 from evadrake89/master
...
Fix typo's in readme.md [Hacktoberfest]
2023-10-09 07:11:28 +00:00
Oliver Blanthorn
343f0ed623
Revert to British spelling
2023-10-09 09:08:37 +02:00
Oliver Blanthorn
c6eb36a5ce
Merge pull request #4776 from hommels/master
...
Fixed the hint example for matching on the comment collapsers on Hacker News
2023-10-09 07:06:47 +00:00
Simon
82581699ba
Fixed the example for collapsing comments in Hacker News
...
Hacker News added an additional class which prevented the hint from matching correctly. By matching on any of the classes this is fixed.
2023-10-07 16:41:15 +02:00
Aditya Prakash Gupta
e0f054940f
Fix typo's in readme.md [Hacktoberfest]
...
1 - "permisisons" should be "permissions."
2 - "memorising" should be "memorizing."
2023-10-06 13:52:31 +05:30
Richard Mathieson
608744bc36
Fix #4706 : end of line with gi on Google
2023-09-22 19:39:49 +02:00
glacambre
5a143edc4c
Add custom eslint rule detecting uses of potentially unsupported APIs
2023-09-18 16:11:39 +02:00
Oliver Blanthorn
2b233aa20a
Merge pull request #4769 from tridactyl/move-lint-ci-to-github
...
Move circleci CI to github
2023-09-18 14:05:15 +00:00
glacambre
d83bb4c4e6
Move circleci CI to github
2023-09-18 08:02:15 +02:00
Oliver Blanthorn
89a7e613e0
Merge pull request #4764 from Monirzadeh/fix-RTL-reader-mode
...
fix wrong direction for RTL language in reader mode
2023-09-04 18:34:31 +00:00
monirzadeh
7a30da389f
fix wrong direction for RTL language in reader mode
2023-09-04 08:38:50 +03:30
Oliver Blanthorn
5540ebaa15
Merge branch 'reader'
...
Managed to make a branch on origin, somehow
I still haven't got my head around the differences between the
old `hub` command and the new `gh` one
2023-08-23 22:47:56 +02:00
Oliver Blanthorn
19a29c1d9b
Merge pull request #4748 from natrys/reader
...
Provide hook for basic CSS override for new Reader mode
2023-08-23 20:47:25 +00:00
Oliver Blanthorn
5bd7d24056
Hide internal reader function
2023-08-23 22:45:48 +02:00
Oliver Blanthorn
b5b971c9de
Merge pull request #4751 from themaherdev/master
...
Fixing hard coded modeindicator border style
2023-08-23 20:31:57 +00:00
themaherdev
f717630352
Fixing hardcoded indicator border style
2023-08-14 15:59:43 +03:00
Imran Khan
9954b8fd90
Provide hook for basic CSS override for new Reader mode
...
Top level body now has the fixed DOM id: `tridactyl-reader`. Article
content is wrapped in a `main` tag.
Also introduces a new config setting `readerurlintitle` that could
be set to append article link to document.title. Disabled by default.
2023-08-02 19:33:40 +06:00