summaryrefslogtreecommitdiff
path: root/qutebrowser/html
AgeCommit message (Collapse)Author
2021-03-23Redesign process pageFlorian Bruhin
2021-03-12Update session warningFlorian Bruhin
See #5359
2021-02-23Use link instead of button+JS in error pagepsvenk
Instead of using JavaScript for the "Try again" link on the error page, use a regular link which works even when content.javascript.enabled is set to false. Closes #6204
2021-02-02pdfjs is in the official repositories, no more in the AUREnrico Maria De Angelis
2021-01-27Update Qt 5.15 session warning againFlorian Bruhin
Also don't show it for new users - this doesn't really help much if someone just started using qutebrowser. See #5359
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-09Make pygments dependency optionalFlorian Bruhin
Closes #5555
2020-12-28fixed typing mistakefreddii
2020-11-04old qt: Remove old qt warningFlorian Bruhin
2020-10-15Update session warning againFlorian Bruhin
See #5359
2020-09-15Update sessions warningFlorian Bruhin
2020-06-25Update version in session warningFlorian Bruhin
2020-06-12Adjust version number in session warningFlorian Bruhin
2020-05-26Update Qt 5.15 session workaround for lazy_restoreFlorian Bruhin
See #5359
2020-05-13Clarify quote attribution in QtWebKit warningFlorian Bruhin
Apparently, Parabola patches the QtWebKit warning, removing the "from the upstream release notes" before the quote: https://git.parabola.nu/abslibre.git/tree/libre/qutebrowser/webkit-warning.patch Thus, make it clearer *as part of the quote* where that text is coming from.
2020-04-27Add stop-gap measure for sessions with Qt 5.15Florian Bruhin
See #5359
2020-04-27Update old Qt version warningFlorian Bruhin
See #3839
2020-03-08Reword Parabola warningFlorian Bruhin
2019-08-18Use javascript.string_escape instead of tojson filterFlorian Bruhin
tojson was added in Jinja 2.9, but e.g. Debian Oldstable or Ubuntu 16.04 LTS ship 2.8. See #4450, #4451
2019-07-16Update QtWebKit warningFlorian Bruhin
2019-04-15Clarify QtWebKit warning for ParabolaFlorian Bruhin
2018-12-02Use tojson filter to convert url to Javascript stringuser202729
Fixes #4450.
2018-10-04Use a proper data dir for PDF.jsFlorian Bruhin
2018-09-27Sort settings page by nameNicolas Schodet
2018-09-18Also style h2 in styled.htmlFlorian Bruhin
2018-09-18Add warnings for QtWebKit and old QtFlorian Bruhin
See #3839, #4039
2018-07-11CVE-2018-10895: Fix CSRF issues with qute://settings/set URLFlorian Bruhin
In ffc29ee043ae7336d9b9dcc029a05bf7a3f994e8 (part of v1.0.0), a qute://settings/set URL was added to change settings. Contrary to what I apparently believed at the time, it *is* possible for websites to access `qute://*` URLs (i.e., neither QtWebKit nor QtWebEngine prohibit such requests, other than the usual cross-origin rules). In other words, this means a website can e.g. have an `<img>` tag which loads a `qute://settings/set` URL, which then sets `editor.command` to a bash script. The result of that is arbitrary code execution. Fixes #4060 See #2332
2018-06-07Add a workaround for chrome-error:// loops on Qt 5.11Florian Bruhin
See #3661
2018-03-07Make bindings.default only settable in autoconfig.ymlFlorian Bruhin
Fixes #3131
2018-03-05Cache HTML/JS resource files when startingFlorian Bruhin
This mostly reverts 9edc5a665e414ae2ec8f5bc04a99bce2bc4e6d33 (see #1362). Fixes #1943
2018-02-12Merge remote-tracking branch 'origin/pr/3450'Florian Bruhin
2018-02-12Add 20px margin above the raw listSimon Doppler
2018-02-12Re-add the raw list (with fixed alignment)Simon Doppler
2018-02-11Remove raw list of open tabsSimon Doppler
2018-02-11Improve styling for qute://version and move buttonFlorian Bruhin
2018-02-11Merge remote-tracking branch 'origin/pr/3567'Florian Bruhin
2018-02-10Code style review changesGeorge Edward Bulmer
2018-02-09Merge remote-tracking branch 'origin/pr/3558'Florian Bruhin
2018-02-07Add feature to pastebin version stringBryan Kok
Added a --paste flag to the :version command and a JS button with corresponding qutescheme URL in the Version debug page to enable pastebinning version.
2018-02-05Fix #3542 going back twice on lazy loading a tabseebye
2018-01-17@The-Compiler requested changes addressed.Marc Jauvin
2018-01-15add missing super() callMarc Jauvin
2018-01-13improve styling as suggested by @jgkamatMarc Jauvin
2018-01-12html template to render qute://bindingsMarc Jauvin
2018-01-08Add tabs pageSimon Doppler
2017-12-12Make qute://log lines darkerFlorian Bruhin
2017-12-11Don't override background-color for qutebrowser pagesFlorian Bruhin
Fixes #3381
2017-12-06Remove blank lineFlorian Bruhin
2017-12-04delay added, text changedmhm@mhm.com
2017-12-04delay added, text changedmhm@mhm.com