summaryrefslogtreecommitdiff
path: root/qutebrowser/javascript/webelem.js
AgeCommit message (Expand)Author
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-16webelem: Correctly handle null in find_at_posFlorian Bruhin
2020-11-04old qt: Update caret handlingFlorian Bruhin
2020-07-16Add underscoresFlorian Bruhin
2020-07-16Merge remote-tracking branch 'origin/pr/4722'Florian Bruhin
2020-07-16hints/webelem: Handle Twitter bootstrap checkboxesFlorian Bruhin
2020-07-16webelem: Refactor visibility handling for hintsFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-08-01Fix some typosFlorian 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-10-08Add error handling for invalid selectorsFlorian Bruhin
2018-09-30Select text node in tests to imitate real selectionsJay Kamat
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-06-09Press enter to follow links instead of using jsJay Kamat
2018-05-25Add support for following tab selected elements to :follow-selectedJay Kamat
2018-03-13Fix hinting in frames on qt5.9 with input rangesJay Kamat
2018-02-22Use baseNode over anchorNode in follow-selectedJay Kamat
2018-01-19Simplify logic for checking if an element is a frameJay Kamat
2018-01-17Merge remote-tracking branch 'upstream/master' into jay/frame-hintingJay Kamat
2018-01-17Fix several style issuesJay Kamat
2018-01-17Stop iterating over every frame to check if element is frameJay Kamat
2018-01-14Fix crash when clicking <form> element with name="value" childFlorian Bruhin
2018-01-06Implement is_visible for same-origin framesJay Kamat
2017-12-15Fix a couple eslint errorsJay Kamat
2017-12-15Simplify and clean up frame logicJay Kamat
2017-12-07Implement find_id inside framesJay Kamat
2017-12-07Implement follow_selected in framesJay Kamat
2017-12-07Implement iframe support for clicking elementsJay Kamat
2017-12-07Fix broken width and height location in framesJay Kamat
2017-12-07Fix various js problems with frame supportJay Kamat
2017-12-06Add support for hinting elements from within same-origin framesJay Kamat
2017-11-08Fix handling of caret position with Qt 5.10Florian Bruhin
2017-11-02Merge branch 'master' into es6ify-jsplexigras
2017-10-31FormattingLuca Benci
2017-10-31change some lambdas to functionsplexigras
2017-10-31es6ified jsplexigras
2017-10-27Make eslint happyLuca Benci
2017-10-25Rethrow exception if we can't handle itLuca Benci
2017-10-25Only catch the correct exceptionLuca Benci
2017-10-25Do not assume elem.selectionStart existsLuca Benci
2017-10-12Add `cursor_position` to `serialize_elem` outputLuca Benci
2017-06-16Rename webelem.js functions to match WebEngineElemFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-05-08Add support for follow_selected via fake-clicksJay Kamat