Commit graph

6973 commits

Author SHA1 Message Date
petoncle
50f4288ffc Extract methods bufferPageKeyForClInput and consumeBufferedPageKeys 2023-10-30 09:58:55 +01:00
petoncle
6b620276b6 Clean up logs and lets 2023-10-29 23:33:46 +01:00
Oliver Blanthorn
68b46ccc69
Merge pull request #4783 from tridactyl/dependabot/npm_and_yarn/word-wrap-1.2.5
Bump word-wrap from 1.2.3 to 1.2.5
2023-10-29 20:58:35 +00:00
Oliver Blanthorn
b29c3d2687
Merge pull request #4785 from tridactyl/dependabot/npm_and_yarn/babel/traverse-7.23.2
Bump @babel/traverse from 7.4.4 to 7.23.2
2023-10-29 20:58:21 +00:00
Oliver Blanthorn
7be98b9f00
Merge pull request #4788 from tridactyl/dependabot/npm_and_yarn/types/css-0.0.35
Bump @types/css from 0.0.33 to 0.0.35
2023-10-29 20:58:08 +00:00
Oliver Blanthorn
06c24923a2
Merge pull request #4790 from tridactyl/dependabot/npm_and_yarn/eslint-config-prettier-9.0.0
Bump eslint-config-prettier from 8.8.0 to 9.0.0
2023-10-29 20:57:56 +00:00
Oliver Blanthorn
11b80e80d6
Merge pull request #4789 from tridactyl/dependabot/npm_and_yarn/mozilla/readability-0.4.4
Bump @mozilla/readability from 0.4.1 to 0.4.4
2023-10-29 20:57:10 +00:00
Oliver Blanthorn
10bb3e0f5b
Merge pull request #4787 from tridactyl/dependabot/npm_and_yarn/compute-scroll-into-view-3.1.0
Bump compute-scroll-into-view from 3.0.0 to 3.1.0
2023-10-29 20:56:36 +00:00
Oliver Blanthorn
e0fe8d42c8
Merge pull request #4784 from tridactyl/dependabot/npm_and_yarn/semver-5.7.2
Bump semver from 5.7.1 to 5.7.2
2023-10-29 20:56:23 +00:00
Oliver Blanthorn
103b74806d
Merge pull request #4786 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-sonarjs-0.21.0
Bump eslint-plugin-sonarjs from 0.19.0 to 0.21.0
2023-10-29 20:56:13 +00:00
Oliver Blanthorn
1da778ba56
Merge pull request #4781 from petoncle/keep-default-hints
Add hint flag for specifying a selector that also keeps default hints
2023-10-29 20:44:04 +00:00
petoncle
3d5576bb73 Clean logs and move code around 2023-10-29 20:41:48 +01:00
petoncle
c3c12df8cb Add missing buffered_page_keys message type 2023-10-29 20:05:24 +01:00
petoncle
880c8a1d86 Use debug log level instead of info 2023-10-29 20:05:24 +01:00
petoncle
580f48446d Fix typo I've introduced in fillcmdline_notrail 2023-10-29 20:05:24 +01:00
petoncle
d7f0435a5a Simplify page key buffer consumption 2023-10-29 20:05:24 +01:00
petoncle
dbe5a8e8a6 Make commandline process request buffered page keys from page process 2023-10-29 20:05:24 +01:00
petoncle
6b61b69455 Send all keys typed in content page instead of just one key
Tab messages are not always received in order
2023-10-29 20:05:24 +01:00
petoncle
5779121d5c Avoid interprocess message for notifying commandline hide, and insert content script keys at the beginning if clInput already received normal keyboard events 2023-10-29 20:05:24 +01:00
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