Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | console: auto-generate context key binding help | Aldo Cortesi | 2017-06-11 | 12 | -78/+111 |
| | |||||
* | Keep emojis out of tox.ini | Aldo Cortesi | 2017-06-11 | 1 | -2/+2 |
| | | | | | This breaks config parsers like the one used by flake8. Also... emojis? In a config file? | ||||
* | console: help - remove hardcoded help everywhere | Aldo Cortesi | 2017-06-11 | 7 | -205/+3 |
| | |||||
* | console: generalise grideditor help text, only show headers if we have them | Aldo Cortesi | 2017-06-11 | 1 | -15/+17 |
| | |||||
* | console: grideditor - re-add column headers | Aldo Cortesi | 2017-06-11 | 2 | -21/+2 |
| | | | | | | Also remove special-case shortcut for user-agent. This is awkward in the new structure. Down the track we can come up with a more regular mechanism like snippets. | ||||
* | console: grideditor keybindings for r, R and e | Aldo Cortesi | 2017-06-11 | 3 | -70/+72 |
| | |||||
* | console: overlays shouldn't clear window titles | Aldo Cortesi | 2017-06-11 | 2 | -7/+11 |
| | |||||
* | console: extract grideditor keybindings | Aldo Cortesi | 2017-06-11 | 12 | -148/+191 |
| | | | | Also formalise the LayoutWidget interface a bit | ||||
* | console: grideditors don't display their own titles anymore | Aldo Cortesi | 2017-06-10 | 1 | -10/+1 |
| | |||||
* | console: layout pane heaaders | Aldo Cortesi | 2017-06-10 | 10 | -12/+46 |
| | | | | Controlled with the new console_layout_headers option | ||||
* | Merge pull request #2375 from mhils/isatty | Maximilian Hils | 2017-06-06 | 1 | -0/+9 |
|\ | | | | | Always pretend to have a tty in tests | ||||
| * | always pretend to have a tty in tests | Maximilian Hils | 2017-06-05 | 1 | -0/+9 |
| | | |||||
* | | Merge pull request #2379 from ujjwal96/kaitai | Thomas Kriechbaumer | 2017-06-06 | 1 | -3/+5 |
|\ \ | | | | | | | Update png.py. Stop reading after IEND | ||||
| * | | Update png.py. Stop reading after IEND | Ujjwal Verma | 2017-06-06 | 1 | -3/+5 |
| | | | |||||
* | | | Merge pull request #2378 from ujjwal96/console-fixes | Thomas Kriechbaumer | 2017-06-06 | 2 | -2/+2 |
|\ \ \ | |/ / |/| | | Fixes #2377 #2323 | ||||
| * | | Fixes #2377 #2323 | Ujjwal Verma | 2017-06-06 | 2 | -2/+2 |
|/ / | |||||
* / | [requires.io] dependency update on master branch (#2373) | Maximilian Hils | 2017-06-05 | 1 | -1/+1 |
|/ | |||||
* | add windows store experiment | Maximilian Hils | 2017-06-04 | 4 | -0/+61 |
| | |||||
* | check tty after options parsing | Thomas Kriechbaumer | 2017-06-04 | 2 | -5/+6 |
| | |||||
* | check for tty when running mitmproxy | Thomas Kriechbaumer | 2017-06-04 | 1 | -1/+7 |
| | |||||
* | Merge pull request #2367 from mhils/issue-2329 | Thomas Kriechbaumer | 2017-06-02 | 5 | -13/+64 |
|\ | | | | | Fix #2329 | ||||
| * | minor improvements | Maximilian Hils | 2017-06-02 | 4 | -12/+21 |
| | | |||||
| * | fix #2329 | Maximilian Hils | 2017-06-01 | 2 | -1/+43 |
| | | |||||
* | | Fixes #2230 (#2361) | Ujjwal Verma | 2017-06-02 | 4 | -28/+62 |
| | | |||||
* | | Merge pull request #2365 from MatthewShao/jest-dev | Maximilian Hils | 2017-06-02 | 4 | -0/+95 |
|\ \ | |/ |/| | [WIP][web] Add tests for components/ContentView | ||||
| * | explain codemirror rendering shortcomins | Maximilian Hils | 2017-06-02 | 1 | -0/+4 |
| | | |||||
| * | [web] Update tests for js/components/ContentView/ContentViewOptions.jsx | Matthew Shao | 2017-06-02 | 2 | -6/+3 |
| | | |||||
| * | [web] Add tests for js/components/ContentView/ContentViewOptions.jsx | Matthew Shao | 2017-06-01 | 3 | -1/+65 |
| | | |||||
| * | [web] Add tests for js/components/ContentView/CodeEditor.jsx | Matthew Shao | 2017-06-01 | 2 | -0/+30 |
| | | |||||
* | | sync with PyWBXMLDecoder master branch (#2366) | David Shaw | 2017-06-01 | 6 | -12/+12 |
|/ | |||||
* | Merge pull request #2359 from MatthewShao/jest-dev | Maximilian Hils | 2017-05-31 | 14 | -2/+1458 |
|\ | | | | | [web] Add tests for components/EventLog & components/FlowView | ||||
| * | [web] Remove mock-xmlhttprequest dependency. | Matthew Shao | 2017-05-31 | 2 | -5/+0 |
| | | |||||
| * | [web] mock components/ContentView | Matthew Shao | 2017-05-31 | 2 | -30/+1 |
| | | |||||
| * | [web] Add tests for js/components/FlowView/Messages.jsx | Matthew Shao | 2017-05-31 | 2 | -0/+718 |
| | | |||||
| * | [web] Add mock-xmlhttprequest as dependency. | Matthew Shao | 2017-05-31 | 2 | -0/+5 |
| | | |||||
| * | [web] Add tests for js/components/FlowView/ToggleEdit.jsx | Matthew Shao | 2017-05-30 | 2 | -0/+57 |
| | | |||||
| * | [web] Add tests for js/components/FlowView/Nav.jsx | Matthew Shao | 2017-05-30 | 3 | -1/+75 |
| | | |||||
| * | [web] Add tests for js/components/FlowView/Header.jsx | Matthew Shao | 2017-05-30 | 3 | -1/+261 |
| | | |||||
| * | [web] Add tests for js/components/FlowView/Details.jsx | Matthew Shao | 2017-05-30 | 2 | -0/+324 |
| | | |||||
| * | [web] Add tests for js/components/EventLog/EventList.jsx | Matthew Shao | 2017-05-29 | 2 | -0/+52 |
| | | |||||
* | | Update InstallBuilder (#2364) | Maximilian Hils | 2017-05-31 | 1 | -6/+12 |
| | | | | | | update InstallBuilder | ||||
* | | [requires.io] dependency update on master branch (#2360) | Maximilian Hils | 2017-05-31 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #2363 from ujjwal96/test-coverage | Thomas Kriechbaumer | 2017-05-31 | 4 | -11/+32 |
|\ \ | |/ |/| | Test coverage increase | ||||
| * | Updated setup.cfg | Ujjwal Verma | 2017-05-31 | 1 | -2/+0 |
| | | |||||
| * | Increase test coverage | Ujjwal Verma | 2017-05-31 | 3 | -9/+32 |
|/ | |||||
* | Merge pull request #2348 from MatthewShao/jest-dev | Maximilian Hils | 2017-05-29 | 22 | -8/+1183 |
|\ | | | | | [WIP][web] Add tests for js/components/Header | ||||
| * | [web] Update snapshot. | Matthew Shao | 2017-05-29 | 1 | -1/+1 |
| | | |||||
| * | [web] Minor fixes. | Matthew Shao | 2017-05-29 | 2 | -3/+3 |
| | | |||||
| * | [web] Add tests for js/components/Header/MainMenu.js | Matthew Shao | 2017-05-28 | 3 | -1/+117 |
| | | |||||
| * | [web] Add tests for js/components/Header/OptionMenu.jsx | Matthew Shao | 2017-05-27 | 2 | -0/+164 |
| | |