ladybird/Applications
Andreas Kling bdf23a3d23 LibCore: Make it possible to cancel pending CNetworkJobs
Subclasses of CNetworkJob handle this by overriding shutdown().
This patch implements it for CHttpJob by simply tearing down the
underlying socket.

We also automatically call shutdown() after the job finishes,
regardless of success or failure. :^)
2019-09-21 17:32:26 +02:00
..
About LibGUI: Convert GWidget to ObjectPtr 2019-09-21 17:05:35 +02:00
Calculator LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr 2019-09-21 15:46:47 +02:00
ChanViewer LibCore: Make it possible to cancel pending CNetworkJobs 2019-09-21 17:32:26 +02:00
DisplayProperties LibGUI: Convert GWidget to ObjectPtr 2019-09-21 17:05:35 +02:00
Downloader LibCore: Convert CHttpJob to ObjectPtr 2019-09-21 15:25:08 +02:00
FileManager LibGUI: Convert GWidget to ObjectPtr 2019-09-21 17:05:35 +02:00
FontEditor WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8 2019-09-05 16:37:39 +02:00
IRCClient LibGUI: Convert GWidget to ObjectPtr 2019-09-21 17:05:35 +02:00
Launcher LibGUI: Convert GWidget to ObjectPtr 2019-09-21 17:05:35 +02:00
PaintBrush LibGUI: Convert GWidget to ObjectPtr 2019-09-21 17:05:35 +02:00
Piano LibGUI: Simplify GCommonActions a bit 2019-09-14 22:10:44 +02:00
QuickShow LibGUI: Simplify GCommonActions a bit 2019-09-14 22:10:44 +02:00
SoundPlayer LibGUI: Convert GWidget to ObjectPtr 2019-09-21 17:05:35 +02:00
SystemDialog LibGUI: Add input types to GMessageBox. 2019-07-16 21:41:13 +02:00
SystemMonitor LibGUI: Convert GWidget to ObjectPtr 2019-09-21 17:05:35 +02:00
Taskbar AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
Terminal LibGUI: Convert GWidget to ObjectPtr 2019-09-21 17:05:35 +02:00
TextEditor LibGUI: Convert GWidget to ObjectPtr 2019-09-21 17:05:35 +02:00
Welcome LibGUI: Convert GWidget to ObjectPtr 2019-09-21 17:05:35 +02:00
Makefile.common LibThread: Introduce a new threading library 2019-08-26 11:31:14 +02:00