doogie
doogie copied to clipboard
A Chromium-based web browser with tree-style pages
Ideally located on the bottom of pages for scrolling to the left and right on pages that ARE wider than the active window size.
Pages loaded on startup are automatically sized to what is known to be the size. We need to make sure this size is set to the final size before restoring...
This needs to be done via an immutable web mutation observer. May require some IPC back home w/ a class list or something.
I have prevented them in code as part of #26. The CEF issue is: https://bitbucket.org/chromiumembedded/cef/issues/2275/empty-username-not-accepted-in
Now that [this issue](https://bitbucket.org/chromiumembedded/cef/issues/1947/add-support-for-chrome-extensions) has gone a long way, we might be able to add them to Doogie soon. Yay.
This issue is kinda a catch-all for plugins. Some quick thoughts: * Need a more stable ABI before exposing or we need to only expose certain pieces * Essentially a...
Go to a link, click something (to make navigation history). Then, click off the address bar and into the browser, then back into the address bar and press backspace and...
Navigate to http://doc.qt.io/qt-5/classes.html then ctrl+shift+click on a class you've never visited in there. The main page disappears (the browser actually closes underneath). Investigate.
E.g. https://translate.google.com/ ...the dropdown to choose language doesn't show. While this is clearly not a select box, something else is clearly wrong here like js mouse events?
Need to be able to set as default OS browser so when a link is opened in an application, Doogie can be used. This has some parallels with #17, but...