Anton Vilhelm Ásgeirsson
ca5df7813a
Create auconpreservetab config setting.
...
Improve excmd documentation of autocontain.
Alias 'autocontain' to 'aucon' in config.ts.
Make autoContain preserve tabs if originUrl is defined.
2018-07-07 18:38:06 +00:00
Anton Vilhelm Ásgeirsson
1f45ded116
Make autoContain dismiss non-http(s) requests.
...
Limit autoContain matching to domain names only.
Simplify autocontainer logic.
2018-07-07 17:02:20 +00:00
Anton Vilhelm Ásgeirsson
897688a0dd
Make Container.fuzzyMatch use Fuse.js.
...
Return cancel: true from autoContain to cancel extra requests.
2018-07-07 14:50:11 +00:00
Anton Vilhelm Ásgeirsson
4077a7a2a9
Create autocontain excmd.
2018-07-07 11:18:02 +00:00
Anton Vilhelm Ásgeirsson
b42b651524
Create config entry for creating containers on the fly with autocontain directives.
...
Refactor autocontain code into more logical segments.
2018-07-07 10:57:02 +00:00
Anton Vilhelm Ásgeirsson
efb8d63254
Add autocontain examples in config.ts for testing purposes.
...
Create logic for handling autocontainers before a tab is created.
2018-07-06 10:44:08 +00:00
Anton Vilhelm Ásgeirsson
1195521441
Add reopenincontainer excmd.
...
Add autocmd usage example to src/config.ts.
2018-07-03 11:32:16 +00:00
Oliver Blanthorn
b026462dd4
Fix #726 : fixamo and guiset now inform the user that they must restart the browser.
2018-07-02 19:36:34 +01:00
Oliver Blanthorn
3f445de847
Add script for finding number of weekly users on buildbot
2018-07-02 13:24:53 +01:00
Oliver Blanthorn
1cb2584a57
Make yank use fillcmdline with timeout.
...
`clipboard yank` does not use this as it would break commands such as `installnative`.
2018-07-01 20:43:44 +01:00
Oliver Blanthorn
1d38c8a3e1
Merge branch 'master' of github.com:cmcaine/tridactyl into jcrowgey-add_feedback_to_yank
2018-07-01 20:25:49 +01:00
Oliver Blanthorn
d716b48c85
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-notification_mechanism
2018-07-01 20:24:09 +01:00
Oliver Blanthorn
92d170c22f
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-remove_l
2018-07-01 20:15:57 +01:00
Oliver Blanthorn
b46d85d259
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_#613
2018-07-01 20:10:38 +01:00
Oliver Blanthorn
8c8ce82615
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-private_bufferall
2018-07-01 19:33:01 +01:00
glacambre
95a1ae29b6
Make sure bind/unbind use the same binding format
2018-07-01 18:24:37 +02:00
glacambre
8211a435e4
fillcmdline_tmp: Don't close the cmdline if its content changed
2018-07-01 18:17:35 +02:00
glacambre
bcc13786dc
Make fillcmdline replace cmdline content on empty string
2018-07-01 17:30:10 +02:00
glacambre
52f8cd7060
Implement notification mechanism that does not steal focus
2018-06-30 16:59:10 +02:00
glacambre
f041dbd25b
{excmds,webext,messaging}.ts: Remove l() promise logger
...
When a promise throws an error in l(), the error is automatically logged
in the console. This is a problem because it happens even when the error
is catched by the code that called l(), which might not want to log
errors at all.
l() was necessary when errors thrown in promises didn't reach the
toplevel. Now that they do, it is safe to remove l().
This will enable better error handling.
2018-06-30 13:35:35 +02:00
glacambre
6dd9c412dc
Add private window indicator to bufferall
2018-06-26 22:37:33 +02:00
Oliver Blanthorn
c704c51ebe
Merge pull request #734 from vlamacko/fix-non-ascii
...
Fix bug introduced in #733
2018-06-25 15:19:29 +01:00
Vladimir Macko
2fc9eb0c54
Fix bug introduced in #733
2018-06-25 15:43:14 +02:00
Oliver Blanthorn
77dbf4f2a9
Merge pull request #733 from gsbabil/master
...
Fix Non-ASCII username issue reported in #731
2018-06-24 23:29:12 +01:00
Babil Golam Sarwar
54aca0fcf7
Merge branch 'master' of https://github.com/cmcaine/tridactyl
2018-06-25 07:42:31 +10:00
Babil Golam Sarwar
e0c61d53c5
Fixes Non-ASCII username issue reported in #731
2018-06-25 07:41:58 +10:00
Oliver Blanthorn
acd33c9a05
Merge pull request #729 from vlamacko/fix-get-python-version
...
Improve robustness of Get-PythonVersionStatus
2018-06-24 21:20:23 +01:00
Oliver Blanthorn
984d8f0501
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-completion_container_icons
2018-06-24 21:18:24 +01:00
glacambre
7127106a25
excmds.ts: Fix jumplist not being correctly restored on reloads
2018-06-24 05:49:52 +02:00
Vladimir Macko
310f7b5900
Improve robustness of Get-PythonVersionStatus
2018-06-24 01:14:01 +02:00
glacambre
29427d94a6
Display container icon in Buffer/BufferAll completions
2018-06-22 21:55:44 +02:00
Oliver Blanthorn
db780f2d69
Improve fixamo docs
2018-06-22 10:14:03 +01:00
Oliver Blanthorn
838364c737
Add noiframeon to FAQ
2018-06-21 14:47:02 +01:00
Oliver Blanthorn
8c49d26340
Merge pull request #719 from antonva/fix-viewcontainers
...
viewcontainers bugfix.
2018-06-20 21:44:47 +01:00
Anton Vilhelm Ásgeirsson
5e920f0ae6
viewcontainers bugfix. fixes #717
2018-06-20 20:26:47 +00:00
Oliver Blanthorn
072d0baa0a
Merge pull request #718 from Bzly/master
...
Fix needless escapes on newtab
2018-06-20 21:23:39 +01:00
Bzly
f77c52b98d
Remove \
2018-06-20 21:21:35 +01:00
Bzly
fa0133739f
Merge pull request #1 from cmcaine/master
...
Merge pull request #716 from Bzly/master
2018-06-20 21:20:33 +01:00
Oliver Blanthorn
807ecb33ea
Merge pull request #716 from Bzly/master
...
Fix borked help link
2018-06-20 20:48:24 +01:00
Bzly
6d390a19c3
Fix borked help link
2018-06-20 20:47:34 +01:00
Oliver Blanthorn
8e684a360a
Merge pull request #715 from antonva/container-caseinsensitivity-forreal
...
fuzzyMatch & exists case-insensitive for real this time.
2018-06-20 16:33:36 +01:00
Anton Vilhelm Ásgeirsson
a942582c86
fuzzyMatch & exists case-insensitive for real this time.
2018-06-20 14:16:09 +00:00
Oliver Blanthorn
33bdb73ab6
Update 1.13.1 release date in time for 1.13.2
2018-06-20 12:57:01 +01:00
Oliver Blanthorn
5dec97a60f
release 1.13.1
2018-06-20 12:50:42 +01:00
Oliver Blanthorn
1c1b74d1f2
Update changelog
2018-06-20 12:49:16 +01:00
Oliver Blanthorn
be5c4e2d75
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-impl_bufferall
2018-06-20 12:34:50 +01:00
Oliver Blanthorn
86c0888bcd
Fix italicised file: on newtab
2018-06-20 12:00:31 +01:00
Oliver Blanthorn
83e1026d7f
Merge pull request #710 from glacambre/improve_tutorial
...
Improve tutorial
2018-06-20 09:05:20 +01:00
glacambre
e335968de8
excmds.ts: Catch errors on urlincrement
2018-06-20 08:30:42 +02:00
glacambre
0d1cefc8bc
Tutorial: Add links to go back to the previous page
2018-06-20 08:17:41 +02:00