You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main.rs
+2-6
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,6 @@
79
79
* TODO: shortcut to insert the password in insert mode?
80
80
* TODO: shortcut to open in the same window.
81
81
*
82
-
* FIXME: web extension panics with newer webkit2gtk-webextension crate.
83
-
*
84
82
* FIXME: slow startup (The update function was slow to execute for message NewApp: 1943ms).
85
83
* Perhaps should init table and cleanup download folder in another thread.
86
84
*
@@ -92,7 +90,6 @@
92
90
*
93
91
* FIXME: config file marks not created.
94
92
*
95
-
* TODO: set user agent.
96
93
* TODO: may need to enable fullscreen API (in config) to allow real fullscreen.
97
94
* Most probably needs to hide the status bar in the signal enter_fullscreen.
98
95
*
@@ -139,6 +136,7 @@
139
136
*
140
137
* TODO: Command to know which pages are in which process:
141
138
* * to check whether the pages are distributed evenly between the processes.
139
+
* * maybe to know if a process is stuck.
142
140
*
143
141
* TODO: hide HTML in title/bookmarks?
144
142
*
@@ -179,13 +177,11 @@
179
177
* TODO: webkit_web_view_get_main_resource() to get source code
180
178
* TODO: Show hints on elements with an ID (to be able to navigate to their anchor).
181
179
*
182
-
* FIXME: angular form needs the typing action to be done in order to submit: https://grafana.int.adgear.com/
180
+
* FIXME: angular form needs the typing action to be done in order to submit: https://www.codingame.com/start
183
181
*
184
182
* FIXME: seems slower when running as normal user (and faster as root), so perhaps the config slow
185
183
* it down. Looks like it is slowed down by the hard drive.
186
184
*
187
-
* TODO: switch to relm-epoll, a crate that polls epoll from glib.
188
-
*
189
185
* TODO: plugin to hide disqus.
190
186
*
191
187
* TODO: downloading a non-existing file (http://download.microsoft.com/download/8/8/8/888f34b7-4f54-4f06-8dac-fa29b19f33dd/msxml3.msi) causes an error.
0 commit comments