summaryrefslogtreecommitdiff
path: root/qutebrowser/browser/webengine/webengineelem.py
AgeCommit message (Expand)Author
2022-04-24wipnew-stubsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-11-04old qt: Remove editable focus workaroundFlorian Bruhin
2020-10-27mypy: use from-import for typing in remaining files in `browser`Tim Brown
2020-09-10Turn webelem.classes into a setFlorian Bruhin
2020-07-29Use utils.unused() everywhereFlorian Bruhin
2020-07-16Remove unneeded attributeFlorian Bruhin
2020-07-16Merge remote-tracking branch 'origin/pr/4722'Florian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-03Call static method staticallyFlorian Bruhin
2019-10-01pylint: Remove protected-access ignores in special methodsFlorian Bruhin
2019-10-01Remove unused-import pylint disables for typingFlorian Bruhin
2019-09-13Use typing.TYPE_CHECKINGFlorian Bruhin
2019-08-18Fix some trivial implicit type conversionsFlorian Bruhin
2019-05-11Merge branch 'master' of https://github.com/qutebrowser/qutebrowser into jay/...Jay Kamat
2019-05-06Add delete target for hintsJay Kamat
2019-04-17Use isContentEditable as a fallback for determining if editableJay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-12-13Add type annotations for webelem/webkitelem/webengineelemFlorian Bruhin
2018-09-21Make convert_js_arg public and use it for dispatch_element in webkitJay Kamat
2018-09-19Add bubbles, cancelable, and composed options to dispatch_eventJay Kamat
2018-09-08Add support for triggering change handlers when using :open-editorJay Kamat
2018-07-24Don't require user interaction for clicking qute:// linksFlorian Bruhin
2018-06-07Make sure external schemes are clickable via hintsFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15Add missing docstringsFlorian Bruhin
2017-12-14Don't access stale settings object after hintingFlorian Bruhin
2017-11-29Simplify check for orphaned editor.Ryan Roden-Corrent
2017-11-08Fix handling of caret position with Qt 5.10Florian Bruhin
2017-10-25Fix flake8 failuresLuca Benci
2017-10-22Add missing docstringsLuca Benci
2017-10-12Add sanity check and accessor for `caret_position`Luca Benci
2017-07-04Update some more references to old config optionsFlorian Bruhin
2017-06-06Get proper settings object in WebEngineElement._click_jsFlorian Bruhin
2017-05-17Install PyQt from PyPI for pylintFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-04-28Fix lintFlorian Bruhin
2017-04-28Loosen JS value type checkFlorian Bruhin
2017-04-28Do type checks on values we get from JSFlorian Bruhin
2017-04-28Add an assert for tag_name we get from JSFlorian Bruhin
2017-04-13Adjustments for new pylint versionFlorian Bruhin
2017-03-15Fix lintFlorian Bruhin
2017-03-01Remove webelem.style_property()Florian Bruhin
2017-03-01Add _js_call to WebEngineElementFlorian Bruhin
2017-03-01Move cursor to end with input elements on QtWebEngineFlorian Bruhin
2017-02-19Add missing click_target arg to _click_editableFlorian Bruhin
2017-02-18Test/lint fixesFlorian Bruhin
2017-02-17Temporarily set JavascriptCanOpenWindows for hintsFlorian Bruhin