summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_web_browser.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-01romfs: fix extraction of single-directory rootLiam1-2/+1
2023-08-15vfs: expand support for NCA readingLiam1-1/+1
2023-03-25qt: implement RequestExit for appletsLiam1-1/+1
2023-03-25applets: implement RequestExitLiam1-0/+5
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-1/+1
2022-09-03core: ns: Implement pl:s serviceNarr the Reg1-1/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-02applets/web: Keep foreground (websession) web applet openMorph1-0/+8
2021-11-04general: Get the current process program id directly from the systemMorph1-2/+1
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-1/+1
2021-10-11applets/web: Fallback to loader to get the manual romfs if none is foundFeng Chen1-0/+10
2021-07-15applets/web: Resolve Nintendo CDN URLsMorph1-0/+13
2021-07-14applets: Append applet_ prefix to backend appletsMorph1-1/+1
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-26/+21
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-04-17applets: Send focus state change message on applet state changeMorph1-1/+1
2021-04-17applets: Make the applet mode a protected property of AppletMorph1-1/+1
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph1-2/+3
2020-12-18applets/web: Implement the online web browser appletMorph1-3/+9
2020-12-18main, applets/web: Re-add progress dialog for RomFS extractionMorph1-32/+34
2020-12-18pl_u, applets/web: Decrypt shared fonts to TTF filesMorph1-0/+86
2020-12-18applets/web: Implement the default web browser applet frontendMorph1-1/+4
2020-12-18applets/web: Implement the offline browser applet backendMorph1-13/+133
2020-12-18applets/web: Initial implementation of the web browser appletMorph1-2/+225
2020-12-18applets: Remove the previous web browser applet implementationMorph1-526/+6
2020-11-27service: Eliminate usages of the global system instanceLioncash1-1/+1
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-8/+8
2020-08-13General: Tidy up clang-format warnings part 2Lioncash1-1/+2
2020-03-22core/web_browser: Allow WebApplet to exit gracefully when an error occursFearlessTobi1-0/+6
2020-02-08hle: services: Use std::shared_ptr instead of copy by value.bunnei1-1/+1
2020-02-06am: Refactor IStorage interface.bunnei1-1/+1
2019-11-12service: Resolve sign conversion errorsLioncash1-8/+8
2019-09-05service/am: Remove usages of global system accessorsLioncash1-9/+10
2019-07-02file_sys: Rename other ContentRecordType membersBakugo1-2/+2
2019-06-25applets: Pass current process title ID to appletsZach Hilman1-3/+4
2019-06-25general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman1-15/+15
2019-06-25web_browser: Only delete temporary directory if it was createdZach Hilman1-1/+3
2019-06-25web_browser: Use function tables for execute and initializeZach Hilman1-7/+264
2019-06-25web_browser: Correct structures and properly parse TLVs/ShimKindZach Hilman1-60/+162
2019-04-17web_browser: Make OpenPage non-constZach Hilman1-1/+1
2019-04-17applets: Port current applets to take frontend in constructorZach Hilman1-3/+1
2019-03-28patch_manager: Dump NSO name with build IDZach Hilman1-2/+1
2019-03-27game_list: Register content with ContentProviderZach Hilman1-2/+3
2019-01-17core/frontend/applets/web_browser: Include missing headersLioncash1-2/+8
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash1-1/+1
2018-12-29web_browser: Add bounds checking to applet interfaceZach Hilman1-7/+7
2018-12-28applets: Implement LibAppletOff (Web) appletZach Hilman1-0/+184