1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 17:37:35 +00:00
serenity/Applications/Browser
Andreas Kling e09b83c60c LibTextCodec: Start fleshing out a simple text codec library
We're starting with a very basic decoding API and only ISO-8859-1 and
UTF-8 decoding (and UTF-8 decoding is really a no-op since String is
expected to be UTF-8.)
2020-05-03 23:01:58 +02:00
..
BookmarksBarWidget.cpp Browser: Share one BookmarksBarWidget between all Tabs 2020-04-25 17:20:23 +02:00
BookmarksBarWidget.h Browser: Share one BookmarksBarWidget between all Tabs 2020-04-25 17:20:23 +02:00
History.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
InspectorWidget.cpp Browser: Fix unintentional Web::Element copy 2020-03-18 17:13:22 +01:00
InspectorWidget.h LibWeb: Rename directory LibHTML => LibWeb 2020-03-07 10:32:51 +01:00
main.cpp Browser: Don't put favicons as the window icon 2020-04-28 20:31:51 +02:00
Makefile LibTextCodec: Start fleshing out a simple text codec library 2020-05-03 23:01:58 +02:00
Tab.cpp Browser: Add missing tooltip to bookmark button 2020-04-30 08:52:21 +02:00
Tab.h LibCore+LibHTTP: Move out the HTTP handler and add HTTPS 2020-05-02 12:24:10 +02:00
WindowActions.cpp Browser: Share one BookmarksBarWidget between all Tabs 2020-04-25 17:20:23 +02:00
WindowActions.h Browser: Share one BookmarksBarWidget between all Tabs 2020-04-25 17:20:23 +02:00