summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/web_browser.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service/am: Remove usages of global system accessorsLioncash2019-09-051-4/+8
| | | | | | Avoids the use of global accessors, removing the reliance on global state. This also makes dependencies explicit in the interface, as opposed to being hidden
* applets: Pass current process title ID to appletsZach Hilman2019-06-251-1/+3
| | | | Avoids using system accessor to get current process in applet code.
* general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman2019-06-251-1/+1
|
* web_browser: Take ECommerce applet frontend optionally in constructorZach Hilman2019-06-251-1/+6
| | | If it is needed but wasn't passed (or passed nullptr), the Shop handling code will alert and throw an error.
* web_browser: Use function tables for execute and initializeZach Hilman2019-06-251-0/+21
| | | Allows easy handling of multiple shim types, as they have enough in common to be the same backend but not enough to share init/exec.
* web_browser: Correct structures and properly parse TLVs/ShimKindZach Hilman2019-06-251-1/+6
| | | Much, much more HW-accurate and allows us to easily support all of the different web 'shim' types.
* web_browser: Make OpenPage non-constZach Hilman2019-04-171-2/+2
|
* applets: Port current applets to take frontend in constructorZach Hilman2019-04-171-1/+3
| | | As opposed to using Core::System::GetInstance()
* applets: Implement LibAppletOff (Web) appletZach Hilman2018-12-281-0/+44