tridactyl/src
glacambre 5c31e031cf
config.ts: Add type information to default_config
This commit adds type information to multiple default_config attributes.
This enables removing the "permitted values" bit in some of the comments
as TypeDoc displays type information when available.
2018-09-01 19:33:53 +02:00
..
completions Fix #937: Unset completion 2018-08-29 11:20:22 +01:00
grammars Update keyseq 2018-04-15 22:34:07 +01:00
lib Change auconenable check to check size of autocontain object. 2018-07-31 22:21:42 +00:00
parsers Remove obsolete code >:D 2018-07-25 12:08:04 +01:00
static Update config help, reset to master's CSS 2018-08-30 21:39:01 +01:00
aliases.ts aliases.ts: Simplify getCmdAliasMapping() a lot 2018-08-18 21:38:47 +02:00
background.ts background.ts: Ignore errors when TabLeft/TabEnter can't be triggered 2018-09-01 17:20:34 +02:00
commandline_background.ts Fix fillcmdline_tmp not closing the cmdline when changing tabs 2018-07-05 19:50:32 +02:00
commandline_content.ts Fix infinite recursion on SVG 2018-08-02 06:48:25 +02:00
commandline_frame.ts Add rudimentary settings completion 2018-08-21 20:06:13 +01:00
completions.ts Fix excmd completion not working with nested aliases 2018-08-18 07:15:14 +02:00
config.ts config.ts: Add type information to default_config 2018-09-01 19:33:53 +02:00
config_rc.ts Make source ignore visually empty lines 2018-07-23 12:00:15 +01:00
content.ts Fix #954: only prevent / from being stolen in normal mode 2018-08-28 11:39:16 +01:00
controller.ts Remove more code I can't see the point of 2018-07-25 12:25:56 +01:00
convert.ts debug: more information from covert 2017-11-22 21:30:37 +00:00
css_util.ts Fix property spelling 2018-08-20 11:06:44 +02:00
dom.ts Copy and paste hint code over to excmds 2018-07-21 16:44:11 +01:00
download_background.ts Formatting: run all typescript through prettier 2018-04-13 19:28:03 +01:00
excmds.ts Merge branch 'configdocs' 2018-08-30 21:40:38 +01:00
finding.ts finding.ts: Fix error message popping up when pattern is not found 2018-06-05 19:56:22 +02:00
finding_background.ts Formatting: run all typescript through prettier 2018-04-13 19:28:03 +01:00
help.ts Make help.ts:getCommandElements() more resilient 2018-08-09 06:19:32 +02:00
hinting.ts Merge branch 'master' of github.com:cmcaine/tridactyl into configdocs 2018-08-29 10:58:34 +01:00
hinting_background.ts Fix hint bug. 2018-08-01 20:41:01 +02:00
itertools.ts Add more fun functions to itertools 2018-05-17 21:43:22 +01:00
keydown_background.ts Formatting: run all typescript through prettier 2018-04-13 19:28:03 +01:00
keydown_content.ts Improve symmetry 2018-07-30 14:27:20 +01:00
keyseq.test.ts Add some more keyseq tests 2018-04-23 22:56:19 +01:00
keyseq.ts Fix code bugs introduced by the 3.0.1 upgrade. 2018-08-19 11:31:54 +00:00
logging.ts logging.ts: Fix bug introduced in previous commit 2018-07-29 12:10:59 +02:00
manifest.json release 1.13.3 2018-08-21 21:35:12 +01:00
math.ts hinting WIP: plumb to background 2017-11-09 05:44:40 +00:00
messaging.ts {excmds,webext,messaging}.ts: Remove l() promise logger 2018-06-30 13:35:35 +02:00
metadata.ts Make Excmd completion type simpler 2018-08-20 18:12:46 +02:00
mod.test.ts Formatting: run all typescript through prettier 2018-04-13 19:28:03 +01:00
msgsafe.test.ts Formatting: run all typescript through prettier 2018-04-13 19:28:03 +01:00
msgsafe.ts Formatting: run all typescript through prettier 2018-04-13 19:28:03 +01:00
native_background.ts Merge branch 'master' of github.com:cmcaine/tridactyl into configdocs 2018-08-29 10:58:34 +01:00
nearley_utils.ts Update keyseq 2018-04-15 22:34:07 +01:00
newtab.ts Fix code bugs introduced by the 3.0.1 upgrade. 2018-08-19 11:31:54 +00:00
number.clamp.ts Formatting: run all typescript through prettier 2018-04-13 19:28:03 +01:00
number.mod.ts Formatting: run all typescript through prettier 2018-04-13 19:28:03 +01:00
requests.ts Move Autocontain logic to it's own file. 2018-07-14 00:10:47 +00:00
scrolling.ts Merge branch 'master' of github.com:cmcaine/tridactyl into container-aucmds 2018-07-30 14:56:53 +01:00
state.ts {excmds,controller}.ts: Fix race condition in state.mode synchronization 2018-06-05 21:13:29 +02:00
styling.ts Update config help, reset to master's CSS 2018-08-30 21:39:01 +01:00
test_utils.ts Update keyseq 2018-04-15 22:34:07 +01:00
text_to_speech.ts Formatting: run all typescript through prettier 2018-04-13 19:28:03 +01:00
tridactyl.d.ts tridactyl.d.ts: Add pageX and pageY to UIEvent interface 2018-05-27 09:02:30 +02:00
url_util.test.ts Formatting: run all typescript through prettier 2018-04-13 19:28:03 +01:00
url_util.ts Formatting: run all typescript through prettier 2018-04-13 19:28:03 +01:00