Commit graph

1054 commits

Author SHA1 Message Date
Lars Kellogg-Stedman
e23e972da4 native_main.py: close file desciptor returned by mkstemp
Python's tempfile.mkstemp method returns an open file descriptor, but
native_main.py was ignoring that and re-opening the file.  This commit
modifies the code to use os.fdopen so that the file descriptor is
closed when exiting the 'with ...' context manager.
2018-05-11 09:49:40 -04:00
Oliver Blanthorn
a7dba87543
Make newtab changelog a bit wider 2018-05-11 13:08:14 +01:00
Oliver Blanthorn
357d89ce06
release 1.11.1 2018-05-11 12:17:25 +01:00
Oliver Blanthorn
58a1d23380
Belatedly warn people of I deprecation 2018-05-11 12:06:43 +01:00
Oliver Blanthorn
673990aa76
Add more examples to tridactylrc 2018-05-11 11:06:53 +01:00
Oliver Blanthorn
d648ef4a9a
Add exemplar .tridactylrc 2018-05-10 22:35:09 +01:00
Oliver Blanthorn
d428e2e9b0
Fix #513: Make Native.read understand ~ 2018-05-10 21:40:13 +01:00
Isaac Khor
5a7c786840
Add source for RC files, source_quiet at startup
Commit attributed to Isaac as he was instrumental to getting this in.
@bovine3dom added all of the bugs.
2018-05-10 21:38:52 +01:00
Oliver Blanthorn
d0ca2cf770
Nativegate tells people about its errors 2018-05-10 14:20:47 +01:00
Oliver Blanthorn
ab444cf1dc
Fix #511 but break nativegate 2018-05-10 14:14:37 +01:00
Oliver Blanthorn
45b4d9369e
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-improve_profile_detection 2018-05-10 12:48:46 +01:00
Oliver Blanthorn
4329d21295
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-add_native_utils 2018-05-10 12:39:24 +01:00
Oliver Blanthorn
c5293bd127
Bump native version 2018-05-10 12:38:43 +01:00
glacambre
41fef9b487
native_background.ts: implement pyeval() 2018-05-10 13:33:53 +02:00
Oliver Blanthorn
61d5f04c41
Add guiset to newtab FAQ 2018-05-10 12:32:08 +01:00
Oliver Blanthorn
ba16d67dd1
Add statistics page and guiset to readme 2018-05-10 12:29:12 +01:00
glacambre
f4cf9333ea
native_background.ts: Make getProfileDir() also look for -p argument 2018-05-10 13:02:29 +02:00
glacambre
8e779fe7de
excmds.ts: guiset(): Catch uncaught error 2018-05-10 13:02:26 +02:00
glacambre
4fa77a4690
native_background.ts: Fix getProfileDir() failing on native messenger <0.1.2 2018-05-10 13:02:23 +02:00
glacambre
5a78ae8bc8
excmds.ts: guiset(): Simplify error handling 2018-05-10 13:02:19 +02:00
glacambre
afbbf3ee4c
native_{main.py,background.ts}: Add version check for getenv() 2018-05-10 13:01:30 +02:00
glacambre
5bd0d2f465
native_{main.py,background.ts}: Improve profile detection 2018-05-10 13:00:37 +02:00
glacambre
3f4d09ebc4
native_background.ts: getenv(): Fix nativegate() missing await keyword 2018-05-10 12:55:08 +02:00
glacambre
7ff1e590d6
{excmds,native_background}.ts: Move nativegate() to native_background.ts 2018-05-09 22:22:47 +02:00
glacambre
06dc418217
native_background.ts: Document ffargs() 2018-05-09 22:16:17 +02:00
glacambre
b34397f315
native_{main.py,background}.ts: Add getenv() and ffargs() 2018-05-09 22:09:10 +02:00
Oliver Blanthorn
963024f7c2
Remove buffers,tabs as promised 2018-05-09 14:28:49 +01:00
Oliver Blanthorn
d0bde43cf0
release 1.11.0 2018-05-09 13:59:36 +01:00
Colin Caine
948f3c9442 Review css_util
Add comments and simplify a bit. LGTM
2018-05-09 13:46:51 +01:00
Colin Caine
2c1538b633 Depip installer 2018-05-09 13:46:51 +01:00
Oliver Blanthorn
cd932c5527
Add explanation of new update behaviour to change log. 2018-05-09 13:20:24 +01:00
Colin Caine
cd8fd2c9f5 Make native install script more robust
Thanks to @i5513 on riot for reporting that our script broke on debian
without an error message.

Also refactored the sed escape stuff because what even is code re-use.
2018-05-09 12:51:01 +01:00
Colin Caine
4e6da4188e Omit unnecessary filter 2018-05-09 12:49:13 +01:00
Oliver Blanthorn
122e9e5dd1
Reduce noisy errors, part of #503 2018-05-09 11:35:53 +01:00
Oliver Blanthorn
1601d21a43
Fix #492 2018-05-09 11:25:35 +01:00
Oliver Blanthorn
0da814c71e
Try to mitigate #290 by disabling 'hot' updates 2018-05-09 10:48:36 +01:00
Oliver Blanthorn
6ed334967f
Merge pull request #501 from antonva/termite-terminator-support
Added support for termite and terminator in editorcmd.
2018-05-08 19:16:34 +01:00
Anton
778b541713 Added support for termite and terminator in editorcmd.
Tidied up the modification to editor().
2018-05-08 17:56:46 +00:00
Oliver Blanthorn
fc463a78da
Add CSP to changelog 2018-05-08 18:46:22 +01:00
Oliver Blanthorn
787097d738
Improve CSP documentation 2018-05-08 18:15:00 +01:00
Oliver Blanthorn
e26f4a514f
Add CSP config option
Can only be enabled at runtime; restart is required if you want to
disable it.
2018-05-08 18:08:46 +01:00
Anton Vilhelm Ásgeirsson
3fe0f5e1e9
Bypass CSP
Allows Tridactyl to run on places such as raw.github* until Mozilla fix
issue https://bugzilla.mozilla.org/show_bug.cgi?id=1267027.
2018-05-08 18:07:14 +01:00
Oliver Blanthorn
d3334675c4
Make the help page links legible on rubbish screens 2018-05-08 16:01:07 +01:00
Oliver Blanthorn
b35ed85419
Add warning about next permission request to new tab 2018-05-08 15:23:48 +01:00
Colin Caine
91ab52b7d5 Improve profile detection. Fix #498
Warn if multiple active profiles are detected and don't look for lock
files that are deeper in the profile directory.
2018-05-08 14:05:01 +01:00
Oliver Blanthorn
dbdbfb0322
Merge pull request #494 from glacambre/turn_functions_into_aliases
Turn functions into aliases
2018-05-08 09:01:08 +01:00
glacambre
cf4164668e
{config,excmds}.ts: Turn 'q' and 'qall' into aliases 2018-05-07 23:05:51 +02:00
Oliver Blanthorn
04ae5b1322
Fix typo regarding binding of special keys 2018-05-07 12:54:53 +01:00
Oliver Blanthorn
8ac21e326c
Merge pull request #489 from glacambre/make_newtab_more_discreet
Newtab: Display nothing until we know the user wants tridactyl's newtab
2018-05-06 17:54:13 +01:00
glacambre
bdcb45a800
Newtab: Display nothing until we know the user wants tridactyl's newtab 2018-05-06 18:15:42 +02:00