summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/frontend/applet_web_browser.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-30am: return AppletDataBroker and use for frontend appletsLiam1-5/+2
2024-01-30am: re-namespace frontend applets to frontend directoryLiam1-5/+5
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi1-1/+1
2023-03-25applets: implement RequestExitLiam1-0/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2021-07-14applets: Append applet_ prefix to backend appletsMorph1-1/+1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-1/+1
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-2/+3
2021-05-05service: Remove unused class variablesLioncash1-5/+4
2021-04-17applets: Make the applet mode a protected property of AppletMorph1-1/+0
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph1-1/+3
2020-12-18applets/web: Implement the online web browser appletMorph1-0/+2
2020-12-18main, applets/web: Re-add progress dialog for RomFS extractionMorph1-0/+10
2020-12-18applets/web: Implement the offline browser applet backendMorph1-0/+10
2020-12-18applets/web: Initial implementation of the web browser appletMorph1-0/+25
2020-12-18applets: Remove the previous web browser applet implementationMorph1-51/+8
2019-09-05service/am: Remove usages of global system accessorsLioncash1-4/+8
2019-06-25applets: Pass current process title ID to appletsZach Hilman1-1/+3
2019-06-25general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman1-1/+1
2019-06-25web_browser: Take ECommerce applet frontend optionally in constructorZach Hilman1-1/+6
2019-06-25web_browser: Use function tables for execute and initializeZach Hilman1-0/+21
2019-06-25web_browser: Correct structures and properly parse TLVs/ShimKindZach Hilman1-1/+6
2019-04-17web_browser: Make OpenPage non-constZach Hilman1-2/+2
2019-04-17applets: Port current applets to take frontend in constructorZach Hilman1-1/+3
2018-12-28applets: Implement LibAppletOff (Web) appletZach Hilman1-0/+44