Andy Stewart
|
c96f28d325
|
Use eval_js.
|
6 years ago |
Andy Stewart
|
ebefb61911
|
Stop handle mouse event "Ctrl + Button", it's buggy that cause browser
crash.
Open link in new tab by keyboard, don't handle mouse click behavior.
|
6 years ago |
Andy Stewart
|
937309898e
|
Move code from app/browser/buffer.py to core/browser.py
Use insert_or_recover_prev_close_page instead recover_prev_close_page
|
6 years ago |
Andy Stewart
|
244bd91d90
|
Add recover_prev_close_page in browser.
|
6 years ago |
Andy Stewart
|
48ac69255a
|
Refactory, EAF widget should use self.buffer.foo to call `foo` method
that define in buffer (AppBuffer).
|
6 years ago |
Andy Stewart
|
9dfe03c61b
|
Rename.
|
6 years ago |
Andy Stewart
|
c026064067
|
Use aria2 as download manager for browser.
|
6 years ago |
Matthew
|
909a05ee2b
|
Make Browser and PDF Viewer share same markers
|
6 years ago |
Andy Stewart
|
0bf60559e4
|
Stop video when close web page.
|
6 years ago |
Andy Stewart
|
5d3cda21af
|
Only save search parameters for Google, avoid duplicate url for same keyword.
|
6 years ago |
Andy Stewart
|
8aab177356
|
Add eaf-browser-marker-letters option.
|
6 years ago |
Andy Stewart
|
9811129372
|
Add eaf-browser-scroll-behavior option.
|
6 years ago |
Matthew
|
4ac89037cb
|
Rearrange marker letters
|
6 years ago |
Matthew
|
2c457ca1fe
|
eaf-browser: use document.scrollingElement.scrollTo
|
6 years ago |
Matthew
|
62ab2cf10f
|
Adjust scroll
|
6 years ago |
Matthew
|
1bc33d3276
|
Support summary button
|
6 years ago |
Matthew
|
2f0bc88ccd
|
Support a tags without href
|
6 years ago |
Matthew
|
5877e13cdb
|
Explicit define all styles to avoid website inconsistencies
|
6 years ago |
Matthew
|
949dca72da
|
Improve isElementOnTop algorithm
|
6 years ago |
Matthew
|
63041c5d6c
|
Fix typo: undefine -> undefined
|
6 years ago |
Andy Stewart
|
12d58d0b6f
|
Add smooth scroll.
|
6 years ago |
Andy Stewart
|
de1831b1f8
|
Just return focus text when active element is input type.
|
6 years ago |
Andy Stewart
|
20cb9f499f
|
Set User Agent with Firefox's one to make EAF browser can login in Google account.
|
6 years ago |
Andy Stewart
|
d3daa6c87d
|
Add dark_mode and option eaf-browser-dark-mode.
|
6 years ago |
Andy Stewart
|
b5e72b21b3
|
Message to user when do copy/yank/kill.
|
6 years ago |
Andy Stewart
|
a3002955bb
|
Add eval_js_file command in browser: JS script easy to test.
|
6 years ago |
Mingde (Matthew) Zeng
|
a7da7ea2da
|
Click submit buttons too
|
6 years ago |
Mingde (Matthew) Zeng
|
0887149231
|
Support select tag and more links
|
6 years ago |
Matthew
|
159de1d69c
|
Revert "Wrap document.readyState"
This reverts commit db019d3bc9.
|
6 years ago |
Andy Stewart
|
ba89dccd47
|
Fix #222
|
6 years ago |
luhuaei
|
271314ce34
|
Fix: don't input Chinese or Unicode char.
|
6 years ago |
Matthew
|
db019d3bc9
|
Wrap document.readyState
|
6 years ago |
Matthew
|
7d49f7ac69
|
Use execute_js whenever possible
|
6 years ago |
Andy Stewart
|
9952372c25
|
Strip jump marker before pass to javascript.
|
6 years ago |
Andy Stewart
|
1bd26fe814
|
Add new google track parameters.
|
6 years ago |
Andy Stewart
|
56284dc7d5
|
use read_js_content function remove duplicate code.
|
6 years ago |
Andy Stewart
|
c1ca9521ee
|
Click after focus input/textarea element to show blink cursor.
|
6 years ago |
Matthew
|
3b1d9363a1
|
Fix typo
|
6 years ago |
Andy Stewart
|
f797fca69d
|
We ned move cursor to end of input after focus input.
|
6 years ago |
Matthew
|
6c031a668f
|
Fix input unable to select bug, support more links and buttons
|
6 years ago |
Andy Stewart
|
0ffe680f0b
|
Fix refactory typo, sorry.
|
6 years ago |
Andy Stewart
|
2e5fd908bb
|
Use insert_or_do remove duplicate code.
|
6 years ago |
Andy Stewart
|
d42fcdeeda
|
Add new command: select_all_or_input_text.
|
6 years ago |
Andy Stewart
|
d9c0a03eec
|
Browser: add new commands, insert_or_goto_left_tab and insert_or_goto_right_tab
|
6 years ago |
Matthew
|
73bca9e1ca
|
Add new command insert_or_scroll_down_page
|
6 years ago |
Matthew
|
c4f57c8522
|
Rewrite generateKeys logic, make key consistent every time
|
6 years ago |
Andy Stewart
|
59ccd540c4
|
Add new command insert_or_close_buffer.
|
6 years ago |
Andy Stewart
|
75227696a9
|
Add border radius for jump link label.
|
6 years ago |
Andy Stewart
|
4779f41fab
|
Fix typo.
|
6 years ago |
Andy Stewart
|
a69bc76568
|
Finish feature open browser in background.
|
6 years ago |