summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/web_browser.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* applets: Make the applet mode a protected property of AppletMorph2021-04-171-1/+0
* applets: Pass in the LibraryAppletMode each applet's constructorMorph2021-04-151-1/+3
* applets/web: Implement the online web browser appletMorph2020-12-181-0/+2
* main, applets/web: Re-add progress dialog for RomFS extractionMorph2020-12-181-0/+10
* applets/web: Implement the offline browser applet backendMorph2020-12-181-0/+10
* applets/web: Initial implementation of the web browser appletMorph2020-12-181-0/+25
* applets: Remove the previous web browser applet implementationMorph2020-12-181-51/+8
* service/am: Remove usages of global system accessorsLioncash2019-09-051-4/+8
* applets: Pass current process title ID to appletsZach Hilman2019-06-251-1/+3
* 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
* web_browser: Use function tables for execute and initializeZach Hilman2019-06-251-0/+21
* web_browser: Correct structures and properly parse TLVs/ShimKindZach Hilman2019-06-251-1/+6
* 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
* applets: Implement LibAppletOff (Web) appletZach Hilman2018-12-281-0/+44