ladybird/Userland/Applications
Timothy Flynn 87c4080d00 Browser+LibWeb+WebContent: Store cookie expiry times in UTC
We are currently converting parsed expiry times to local time, whereas
the RFC dictates we parse them as UTC. When expiring cookies, we must
also use the current UTC time to compare against the cookies' expiry
times.
2023-02-24 15:50:42 -05:00
..
3DFileViewer 3DFileViewer: Don't unveil "/home/anon/Documents/3D Models" 2023-02-16 10:56:01 +00:00
About LibGUI+About: Make AboutDialog creation fallible 2023-02-07 10:43:15 +00:00
AnalogClock LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
Assistant Assistant: Fix minor const-correctness issues 2023-02-21 00:54:04 +01:00
Browser Browser+LibWeb+WebContent: Store cookie expiry times in UTC 2023-02-24 15:50:42 -05:00
BrowserSettings LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Calculator Userland: Use Widget::add_spacer() everywhere 2023-02-18 16:56:56 +00:00
Calendar Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
CalendarSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
CharacterMap LibGUI+Userland: Switch order of parameters for InputBox::show 2023-02-04 18:46:39 -07:00
ClockSettings Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2023-02-08 19:15:45 +00:00
CrashReporter LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout() 2023-02-18 16:56:56 +00:00
Debugger Debugger: Support attaching to a running process 2023-02-08 19:23:07 +01:00
DisplaySettings LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
Escalator LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
FileManager FileManager: Use PathBreadcrumbbar instead of Breadcrumbbar :^) 2023-02-19 01:09:09 +01:00
FontEditor Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00
GamesSettings Chess+GamesSettings: Give chess pieces some breathing room 2023-02-04 12:29:03 +01:00
Help Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00
HexEditor LibTextCodec+Everywhere: Port Decoders to new Strings 2023-02-19 17:15:47 +01:00
ImageViewer Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00
KeyboardMapper Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
KeyboardSettings LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
Magnifier LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Mail LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
MailSettings LibGUI+Userland: Rename try_load_from_gml() -> load_from_gml() :^) 2023-01-07 14:39:30 +01:00
MouseSettings LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
NetworkSettings LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
PartitionEditor LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
PDFViewer Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
Piano LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout() 2023-02-18 16:56:56 +00:00
PixelPaint PixelPaint: Make "Add Mask" action fallible 2023-02-24 20:33:18 +01:00
Presenter LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Run LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
Settings Settings: Improve default window size 2023-02-08 11:28:20 +01:00
SoundPlayer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
SpaceAnalyzer LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout() 2023-02-18 16:56:56 +00:00
Spreadsheet Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
SystemMonitor SystemMonitor: Add "Debug In HackStudio" action to process context menu 2023-02-24 19:09:27 +01:00
Terminal LibGUI+Userland: Stop returning Layout from Widget::(try_)set_layout() 2023-02-18 16:56:56 +00:00
TerminalSettings Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00
TextEditor TextEditor: Replace DeprecatedString for String 2023-02-17 16:32:02 +00:00
ThemeEditor Userland: Fix remaining smart pointer const-correctness issues 2023-02-21 00:54:04 +01:00
VideoPlayer VideoPlayer: Add button and menu item to toggle fullscreen 2023-02-24 19:16:46 +01:00
Welcome LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
CMakeLists.txt Applications: Add Presenter 2022-11-25 14:28:33 -07:00