ladybird/Libraries
Andreas Kling f11c85f4a7 LibHTML: HtmlView only needs to store the main Frame, not the Document
Remove the Document pointer from HtmlView and always get to it through
the main Frame instead.

The idea here is to move towards HtmlView being higher-level than the
DOM stuff (as much as possible and practical.)
2019-10-20 10:36:14 +02:00
..
LibAudio AudioServer: Added ability to get count of samples in the buffer queue 2019-10-19 20:05:13 +02:00
LibC LibC: Better strtok implementation (string.h) 2019-10-17 14:39:57 +02:00
LibCore LibCore: Put HTTP debug spam behind FOO_DEBUG macros 2019-10-15 19:51:02 +02:00
LibDraw LibDraw: Rename ImageLoader => ImageDecoder 2019-10-19 20:54:47 +02:00
LibGUI LibGUI: Fix GMenu submenu shortcut bug. 2019-10-13 08:45:49 +02:00
LibHTML LibHTML: HtmlView only needs to store the main Frame, not the Document 2019-10-20 10:36:14 +02:00
LibIPC AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
LibM LibM: Implement various functions. 2019-10-17 09:32:24 +02:00
LibMarkdown LibMarkdown: Emit properly formed HTML documents 2019-10-13 12:58:56 +02:00
LibPCIDB ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
LibThread AK: Add Atomic.h 2019-10-12 19:30:59 +02:00
LibVT Terminal: Ensure a \t always advances by at least one column 2019-09-17 21:56:42 +02:00