summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/web_browser.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-17web_browser: Make OpenPage non-constZach Hilman1-2/+2
2019-04-17web_browser: Make OpenPage constZach Hilman1-2/+2
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash1-2/+2
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.
2018-12-28frontend: Add frontend responder for web browserZach Hilman1-0/+28