| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-17 | core/frontend/applets/web_browser: Make OpenPage() non-const | Lioncash | |
| This is a function that definitely doesn't always have a non-modifying behavior across all implementations, so this should be made non-const. This gets rid of the need to mark data members as mutable to work around the fact mutating data members needs to occur. | |||
| 2019-01-17 | yuzu/web_browser: std::move std::function instances in OpenPage() | Lioncash | |
| Avoids the need to potentially reallocate the contained callbacks. | |||
| 2018-12-28 | web_browser: Add bounds checking to applet interface | Zach Hilman | |
| 2018-12-28 | qt: Implement Qt frontend to web browser | Zach Hilman | |
| Using a custom reimplementation of QWebEngineView and an injector script. | |||
