summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/web_browser.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-25web_browser: Rename OpenPage to OpenPageLocalZach Hilman1-3/+3
This is more representative of what actually occurs, as web does support remote URLs which wouldn't need a romfs callback. This paves for easy future support of this with a call like 'OpenPageRemote' or similar.
2019-04-17web_browser: Make OpenPage non-constZach Hilman1-1/+1
2019-04-17web_browser: Make OpenPage constZach Hilman1-1/+1
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash1-1/+1
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/+24