Commit graph

4 commits

Author SHA1 Message Date
Zach Hilman
107d725af8 web_browser: Make OpenPage non-const 2019-04-17 11:35:24 -04:00
Zach Hilman
663b24e0d2 web_browser: Make OpenPage const 2019-04-17 11:35:24 -04:00
Lioncash
ab2f154ff4 core/frontend/applets/web_browser: Make OpenPage() non-const
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 11:19:52 -05:00
Zach Hilman
166a1b9526 frontend: Add frontend responder for web browser 2018-12-28 15:32:39 -05:00