Commit graph

  • 7ee8efc5af Wait for commandline_frame message listener to be set up before trying to send messages from content process petoncle 2023-10-31 09:35:02 +01:00
  • b04ff5668e
    Bump @types/nearley from 2.11.2 to 2.11.4 dependabot[bot] 2023-10-30 22:18:52 +00:00
  • 8a3d1301e9
    Bump prettier from 2.8.4 to 3.0.3 dependabot[bot] 2023-10-30 22:18:31 +00:00
  • 104dd5cb70
    Bump eslint-plugin-import from 2.27.5 to 2.29.0 dependabot[bot] 2023-10-30 22:18:20 +00:00
  • 939b054355
    Bump ramda from 0.28.0 to 0.29.1 dependabot[bot] 2023-10-30 22:16:27 +00:00
  • 839fa6c5ff
    Bump geckodriver from 3.2.0 to 4.2.1 dependabot[bot] 2023-10-30 22:16:01 +00:00
  • 8f6acd27ca Also start buffering of page keys with fillcmdline_notrail petoncle 2023-10-30 19:26:55 +01:00
  • 01b2ba8516 Consume page key buffer even when clInput is not focused petoncle 2023-10-30 17:35:28 +01:00
  • 38252b1388 Record buffering duration petoncle 2023-10-30 17:29:54 +01:00
  • 6c0d4d7973 Stop buffering keys after 5s in the event clInput is never focused petoncle 2023-10-30 16:54:59 +01:00
  • 7f6d8603b2 Replace let with const petoncle 2023-10-30 14:46:25 +01:00
  • 3f252ddf45 Move common keyboardEvent stopping logic into KeyCanceller petoncle 2023-10-30 11:48:04 +01:00
  • 270aafb5f5 Replace one comment with TODO and add @hidden annotation for clInputValueChanged() petoncle 2023-10-30 11:40:28 +01:00
  • fbc16a57f3 Make command optional in messageOwnTab to be in line with messageTab petoncle 2023-10-30 11:34:40 +01:00
  • 50f4288ffc Extract methods bufferPageKeyForClInput and consumeBufferedPageKeys petoncle 2023-10-30 09:58:55 +01:00
  • 6b620276b6 Clean up logs and lets petoncle 2023-10-29 23:33:46 +01:00
  • 68b46ccc69
    Merge pull request #4783 from tridactyl/dependabot/npm_and_yarn/word-wrap-1.2.5 Oliver Blanthorn 2023-10-29 20:58:35 +00:00
  • b29c3d2687
    Merge pull request #4785 from tridactyl/dependabot/npm_and_yarn/babel/traverse-7.23.2 Oliver Blanthorn 2023-10-29 20:58:21 +00:00
  • 7be98b9f00
    Merge pull request #4788 from tridactyl/dependabot/npm_and_yarn/types/css-0.0.35 Oliver Blanthorn 2023-10-29 20:58:08 +00:00
  • 06c24923a2
    Merge pull request #4790 from tridactyl/dependabot/npm_and_yarn/eslint-config-prettier-9.0.0 Oliver Blanthorn 2023-10-29 20:57:56 +00:00
  • 11b80e80d6
    Merge pull request #4789 from tridactyl/dependabot/npm_and_yarn/mozilla/readability-0.4.4 Oliver Blanthorn 2023-10-29 20:57:10 +00:00
  • 10bb3e0f5b
    Merge pull request #4787 from tridactyl/dependabot/npm_and_yarn/compute-scroll-into-view-3.1.0 Oliver Blanthorn 2023-10-29 20:56:36 +00:00
  • e0fe8d42c8
    Merge pull request #4784 from tridactyl/dependabot/npm_and_yarn/semver-5.7.2 Oliver Blanthorn 2023-10-29 20:56:23 +00:00
  • 103b74806d
    Merge pull request #4786 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-sonarjs-0.21.0 Oliver Blanthorn 2023-10-29 20:56:13 +00:00
  • 1da778ba56
    Merge pull request #4781 from petoncle/keep-default-hints Oliver Blanthorn 2023-10-29 20:44:04 +00:00
  • 3d5576bb73 Clean logs and move code around petoncle 2023-10-29 20:41:48 +01:00
  • c3c12df8cb Add missing buffered_page_keys message type petoncle 2023-10-29 20:04:56 +01:00
  • 880c8a1d86 Use debug log level instead of info petoncle 2023-10-29 14:28:10 +01:00
  • 580f48446d Fix typo I've introduced in fillcmdline_notrail petoncle 2023-10-29 12:41:39 +01:00
  • d7f0435a5a Simplify page key buffer consumption petoncle 2023-10-29 12:18:13 +01:00
  • dbe5a8e8a6 Make commandline process request buffered page keys from page process petoncle 2023-10-29 11:48:15 +01:00
  • 6b61b69455 Send all keys typed in content page instead of just one key petoncle 2023-10-29 00:27:39 +02:00
  • 5779121d5c Avoid interprocess message for notifying commandline hide, and insert content script keys at the beginning if clInput already received normal keyboard events petoncle 2023-10-28 23:22:16 +02:00
  • 28242d8a5e Call clInputValueChanged() to update completions petoncle 2023-10-28 21:27:43 +02:00
  • af385e0433 Avoid relying on window.document.activeElement and use custom clInputFocused boolean petoncle 2023-10-28 20:03:29 +02:00
  • fcc3d76a3e Focus clInput only after its value has been initialized by fillcmdline petoncle 2023-10-28 19:28:29 +02:00
  • 3f4746760d Add comments petoncle 2023-10-28 16:42:04 +02:00
  • ad6eb518ec Change logs to debug and use snake case for cl_input_focused message petoncle 2023-10-28 16:31:24 +02:00
  • 256da68c70 Remove delaying of clInput focus that was used for reproducing the lost chars bug petoncle 2023-10-28 16:25:41 +02:00
  • ac02eae179 Rename variables petoncle 2023-10-28 16:13:09 +02:00
  • 70e63ccae9 Attempt to buffer keyboard events until command line is opened petoncle 2023-10-28 00:12:10 +02:00
  • 4a31b3ac20 Attempt to buffer keyboard events until command line is opened petoncle 2023-10-27 23:37:54 +02:00
  • 80d00d4db7
    Merge pull request #4794 from tridactyl/#4792 Oliver Blanthorn 2023-10-29 16:02:45 +00:00
  • 5f860f36de eslint(unsupported-apis): improve checking as outlined in #4792 #4792 glacambre 2023-10-28 18:44:00 +02:00
  • 5635b91dee
    Fix #4765: hint on google Oliver Blanthorn 2023-10-27 15:35:39 +02:00
  • af799bdec7 Add explanation about browser.tabs.get() petoncle 2023-10-25 13:50:26 +02:00
  • 1c64c9eadc
    Merge pull request #4768 from tridactyl/custom-eslint-rules Oliver Blanthorn 2023-10-25 06:21:30 +00:00
  • 5461da3713
    Bump eslint-config-prettier from 8.8.0 to 9.0.0 dependabot[bot] 2023-10-24 22:37:02 +00:00
  • 1c353c1a4b
    Bump @mozilla/readability from 0.4.1 to 0.4.4 dependabot[bot] 2023-10-24 22:36:53 +00:00
  • 12ad7310e2
    Bump @types/css from 0.0.33 to 0.0.35 dependabot[bot] 2023-10-24 22:36:42 +00:00
  • 8b1a354ed9
    Bump compute-scroll-into-view from 3.0.0 to 3.1.0 dependabot[bot] 2023-10-24 22:36:23 +00:00
  • a16987fde7
    Bump eslint-plugin-sonarjs from 0.19.0 to 0.21.0 dependabot[bot] 2023-10-24 22:36:13 +00:00
  • d2b0330879 Fix wrong behavior of :tabopen with containers petoncle 2023-10-25 00:13:19 +02:00
  • 4796b7d4d0 Add hint flag for specifying a selector that also keeps default hints petoncle 2023-10-22 23:37:13 +02:00
  • 7363202315
    Bump semver from 5.7.1 to 5.7.2 dependabot[bot] 2023-10-24 14:53:57 +00:00
  • f224e6cf44
    Merge pull request #4612 from tridactyl/dependabot/npm_and_yarn/jest-webextension-mock-3.8.9 Oliver Blanthorn 2023-10-24 14:53:14 +00:00
  • 3da6b6264e
    Merge pull request #4634 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-sonarjs-0.19.0 Oliver Blanthorn 2023-10-24 14:52:48 +00:00
  • 88f83b2a4d
    Merge pull request #4648 from tridactyl/dependabot/npm_and_yarn/types/firefox-webext-browser-111.0.1 Oliver Blanthorn 2023-10-24 14:52:45 +00:00
  • bd57cc7813
    Merge pull request #4637 from tridactyl/dependabot/npm_and_yarn/eslint-config-prettier-8.8.0 Oliver Blanthorn 2023-10-24 14:52:43 +00:00
  • 027b777501
    Bump @babel/traverse from 7.4.4 to 7.23.2 dependabot[bot] 2023-10-24 14:52:23 +00:00
  • 185e1e41c3
    Merge pull request #4708 from tridactyl/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-tslint-5.59.7 Oliver Blanthorn 2023-10-24 14:52:13 +00:00
  • 3e1bef70aa
    Bump word-wrap from 1.2.3 to 1.2.5 dependabot[bot] 2023-10-24 14:52:11 +00:00
  • b783ed4fd0
    Merge pull request #4656 from tridactyl/dependabot/npm_and_yarn/thenify-3.3.1 Oliver Blanthorn 2023-10-24 14:51:44 +00:00
  • 2ab9951657
    Merge pull request #4688 from tridactyl/dependabot/npm_and_yarn/web-ext-7.6.2 Oliver Blanthorn 2023-10-24 14:51:30 +00:00
  • fbd8753f8d
    Merge pull request #4703 from tridactyl/dependabot/npm_and_yarn/esbuild-0.17.19 Oliver Blanthorn 2023-10-24 14:51:15 +00:00
  • 47920124a3
    Merge pull request #4715 from tridactyl/dependabot/npm_and_yarn/eslint-plugin-jsdoc-44.2.7 Oliver Blanthorn 2023-10-24 14:50:40 +00:00
  • 850acdf2ca
    Merge pull request #4775 from evadrake89/master Oliver Blanthorn 2023-10-09 07:11:28 +00:00
  • 343f0ed623
    Revert to British spelling Oliver Blanthorn 2023-10-09 09:08:37 +02:00
  • c6eb36a5ce
    Merge pull request #4776 from hommels/master Oliver Blanthorn 2023-10-09 07:06:47 +00:00
  • 82581699ba
    Fixed the example for collapsing comments in Hacker News Simon 2023-10-07 16:41:15 +02:00
  • e0f054940f
    Fix typo's in readme.md [Hacktoberfest] Aditya Prakash Gupta 2023-10-06 13:52:31 +05:30
  • 608744bc36
    Fix #4706: end of line with gi on Google Richard Mathieson 2023-09-22 19:39:49 +02:00
  • 5a143edc4c Add custom eslint rule detecting uses of potentially unsupported APIs custom-eslint-rules glacambre 2023-09-17 18:08:53 +02:00
  • 2b233aa20a
    Merge pull request #4769 from tridactyl/move-lint-ci-to-github Oliver Blanthorn 2023-09-18 14:05:15 +00:00
  • d83bb4c4e6 Move circleci CI to github move-lint-ci-to-github glacambre 2023-09-17 18:25:39 +02:00
  • 4d5c9b21de
    Add WIP session URL save/load session_loadsave_mvp Oliver Blanthorn 2023-09-10 20:40:35 +02:00
  • 89a7e613e0
    Merge pull request #4764 from Monirzadeh/fix-RTL-reader-mode Oliver Blanthorn 2023-09-04 18:34:31 +00:00
  • 7a30da389f fix wrong direction for RTL language in reader mode monirzadeh 2023-09-04 08:38:50 +03:30
  • 5540ebaa15
    Merge branch 'reader' Oliver Blanthorn 2023-08-23 22:47:56 +02:00
  • 19a29c1d9b
    Merge pull request #4748 from natrys/reader Oliver Blanthorn 2023-08-23 20:47:25 +00:00
  • 5bd7d24056
    Hide internal reader function reader Oliver Blanthorn 2023-08-23 22:45:48 +02:00
  • b5b971c9de
    Merge pull request #4751 from themaherdev/master Oliver Blanthorn 2023-08-23 20:31:57 +00:00
  • f717630352 Fixing hardcoded indicator border style themaherdev 2023-08-14 15:59:43 +03:00
  • 9954b8fd90 Provide hook for basic CSS override for new Reader mode Imran Khan 2023-07-29 18:10:06 +06:00
  • 5cbfb728bd
    Merge pull request #4749 from DhruvaSambrani/patch-1 Oliver Blanthorn 2023-07-31 17:50:03 +00:00
  • 395e1ba826
    Update website.yml to not run on PRs Dhruva Sambrani 2023-07-31 23:17:40 +05:30
  • ab3bd92bf2
    Remove broken DDG binds from RC file Oliver Blanthorn 2023-07-18 18:30:05 +02:00
  • bec715397e
    WIP: broken - attempt to fix mode indicator #4738 mode_indicator_responsive Oliver Blanthorn 2023-07-15 22:50:18 +02:00
  • 2eaba7e4ce
    Update links for root domain Oliver Blanthorn 2023-07-02 17:40:40 +02:00
  • a05025b99c
    Fix missing CSS Oliver Blanthorn 2023-07-02 17:31:41 +02:00
  • 00b610412c
    Troubleshoot missing CSS files on help pages Oliver Blanthorn 2023-07-02 17:24:45 +02:00
  • d4842dc937
    Fix directory error Oliver Blanthorn 2023-07-02 17:13:47 +02:00
  • 02e19b2fbd
    Fix syntax issue Oliver Blanthorn 2023-07-02 17:12:44 +02:00
  • 440bf53eaa
    Merge pull request #4732 from tridactyl/host_docs Oliver Blanthorn 2023-07-02 15:11:19 +00:00
  • 68aaec58ad
    Reinstate submodule because glacambre told me to host_docs Oliver Blanthorn 2023-07-02 17:08:58 +02:00
  • 152b84da46
    Fix silly path bug Oliver Blanthorn 2023-07-01 20:10:35 +02:00
  • 64bcac69dd
    WIP: add a compat wrapper for browser easy_mode_compat Oliver Blanthorn 2023-07-01 20:01:42 +02:00
  • fa89b49469
    Adapt site build for main repo Oliver Blanthorn 2023-07-01 18:52:35 +02:00
  • 2a64e9ff02
    Build Tridactyl website with docs glacambre 2023-07-01 18:29:49 +02:00
  • 5eaab1046f
    Merge pull request #4728 from satyamkr1729/text2qr Oliver Blanthorn 2023-06-17 09:01:54 +02:00