Commit Graph

427 Commits

Author SHA1 Message Date
dependabot[bot] d9311bd3aa Bump lodash from 4.17.11 to 4.17.13 in /webext (#290)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-12 12:32:20 +07:00
dependabot[bot] 8880ac9a21 Bump eslint-utils from 1.3.1 to 1.4.3 in /webext (#289)
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-12 12:32:07 +07:00
Devan Carpenter 658085fe44 README: fix build script name (#287) 2019-10-24 23:39:06 +02:00
dependabot[bot] 5e8605aa9a Bump mixin-deep from 1.3.1 to 1.3.2 in /webext (#286)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-24 23:38:29 +02:00
niu tech f62d7dcb18 Change font family, fix invalid CSS (fixes #70) (#253)
* Increase font size, fix invalid CSS (fixes #70)

* Revert to 15px, use Courier New font if available
2019-10-01 10:53:44 +02:00
Thomas Buckley-Houston 08c5ee8770 CLI: Actual locally tested fix to race condition
Sorry for making new releases like this. It's that the live Browsh
services will only pull in officially released versions. But also that
this bug could affect a lot of people installing Browsh themselves.
2019-06-19 16:54:32 +03:00
Thomas Buckley-Houston 4ca05b9236 Browsh CLI: fix for Marionette race condition 2019-06-19 14:47:51 +03:00
Thomas Buckley-Houston 1d4723f3b0 injectCustomCSS() fix, don't error of no body 2019-06-19 13:29:09 +03:00
Thomas Buckley-Houston e85455880a HTTP server: timeout for page loading 2019-06-19 13:23:42 +03:00
Thomas Buckley-Houston 759e8a125a HTTP server return <html> instead of just <body> 2019-06-19 13:22:38 +03:00
Thomas Buckley-Houston 95562aa129 HTTP server: fixes that were causing page hangs 2019-06-19 13:21:41 +03:00
Thomas Buckley-Houston d6b5951059 HTTP server: add experimental DOM-dump mode
Simply dumps the contents of the DOM
2019-06-19 09:03:20 +03:00
Thomas Buckley-Houston 81f41b7b4c Fix for Viper's lowercasing of config keys :/
See spf13/viper#635
2019-06-19 08:12:37 +03:00
Thomas Buckley-Houston fc92642a4c Version 1.6.0 2019-06-18 17:26:05 +03:00
Thomas Buckley-Houston 931cc1ca38 Allow Firefox prefs to be set in config.toml 2019-06-18 17:17:01 +03:00
Thomas Buckley-Houston 2b97b29d91 HTTP server: fix for stale DOM dimensions 2019-06-18 13:41:23 +03:00
Thomas Buckley-Houston 554f7f393a Fix JS tests 2019-06-18 13:30:38 +03:00
Thomas Buckley-Houston 31def7cc30 Config to set custom global CSS 2019-06-18 12:54:29 +03:00
Thomas Buckley-Houston c7ddd91d25 Add Patreon to Github's sponsor button 2019-06-18 12:51:23 +03:00
Thomas Buckley-Houston d079f9a353 JS prettier fixes 2019-06-18 12:51:06 +03:00
Thomas Buckley-Houston f8b0e5592b Text rendering: fixes and improvements
Introduces a new option to disable the pixel comparison text visibility
detecting code. There are some situations in which it helps and some in
which it hinders. So for now it is disable by default and can be
enabled through the config file or my pressing F6 in the TTY client.

Also includes a couple of fixes to the HTTP server's text rendering.
2019-06-18 12:31:45 +03:00
Thomas Buckley-Houston d93c084dcd Update dependencies. Bump to v1.5.2 2019-06-11 13:21:56 +03:00
Thomas Buckley-Houston 534c0adcae
Merge pull request #263 from browsh-org/restart-firefox-for-every-spec
Various improvements to integration tests
2019-06-11 12:43:15 +03:00
Thomas Buckley-Houston 27826b34e2 Various improvements to integration tests
This has been a long time coming, but it's still not perfect. Basically
I'm trying to reset the entire environment as much as possible so that
each spec runs in a clean room. Mostly in this commit Firefox is being
killed and restarted for every spec, which has made a lot of
improvements.
2019-06-11 12:21:39 +03:00
Thomas Buckley-Houston 8ab587d5a6 Update to Firefox 66.0.4 to fix addon cert 2019-05-06 09:38:30 +02:00
Thomas Buckley-Houston 883cd9cef9 Update JS and Go deps. Bump Browsh to v1.5.0 2018-11-06 21:14:49 +09:00
Thomas Buckley-Houston aedcdb388f Update FF Marionette commands
In Firefox 63 an old syntax for Marionette commands was deprecated.
Updating mostly just meant prepending `WebDriver` to existing commands.

This should fix most problems in #232
2018-11-06 21:14:42 +09:00
Thomas Buckley-Houston 2afe57b02f Newer NVM formats package.lock differently 2018-11-06 21:14:37 +09:00
Thomas Buckley-Houston 8b4b4c5e67 Update Go `dep` to v0.5.0 2018-11-06 21:14:18 +09:00
stark 77211ed974 replaced cat with i/o redirection 2018-10-26 21:16:39 +09:00
Tobi 6c9e4beb94
Merge pull request #227 from farhadmak/issue-205
Resolves: non-option argument instead of --startup-url
2018-10-08 14:20:01 -04:00
Farhad Makiabady 8b7cda08dc accidentally commited.. removing it 2018-10-05 15:43:02 -06:00
Farhad Makiabady e1f7454791 cleaned up un-needed spacing 2018-10-05 15:31:54 -06:00
Farhad Makiabady c32aea0152 open new tabs with each validURL 2018-10-05 15:24:46 -06:00
Farhad Makiabady 5aecb1b015 Added validURL array to viper 2018-10-05 15:24:46 -06:00
Farhad Makiabady 820403cc37 implemented link verification before opening new tabs 2018-10-05 15:24:44 -06:00
Farhad Makiabady f072915ef0 Added NArg for non-flag arguments 2018-10-05 15:24:44 -06:00
Tobi cb3b5a72d3
Update README.md 2018-10-03 02:32:36 -04:00
Tobi 3bc17dcf60
Merge pull request #226 from j-rewerts/master
Create Mac Setup Guide
2018-10-03 02:24:59 -04:00
Jared Rewerts 76a8c065e1
Create setup_mac_build_environment.md 2018-10-02 21:59:16 -06:00
Tobi 40f02fc36b
Merge pull request #222 from CodyGramlich/Monochrome-flag
Added monochrome CLI flag
2018-09-29 16:22:40 -04:00
CodyGramlich 5c09d70601 Removed color_mode 2018-09-29 12:14:53 -06:00
CodyGramlich e4761be367 Added monochrome CLI flag 2018-09-29 11:17:51 -06:00
Jared Rewerts 99d8468920 Used a cross-platform Bash shebang. 2018-09-22 21:31:04 +08:00
Jared Rewerts 3c0ddf0c80 Switched to using a more cross-platform build script. 2018-09-22 21:31:04 +08:00
BO41 582ac7224b optimise js 2018-09-22 21:30:26 +08:00
Tobi 2c62d1dfa5
Added link to Windows build environment guide. 2018-09-21 13:07:44 -04:00
Tobi 64f0f33310
Merge pull request #214 from CodyGramlich/windows-dev-guide
Windows dev guide
2018-09-21 13:03:00 -04:00
Cody Gramlich 1f1f54ac7d
Update setup_windows_build_environment.md 2018-09-21 10:40:52 -06:00
Cody Gramlich e882459ca2
Update running browsh 2018-09-21 08:13:46 -06:00